Un departamento, no un chatbotA department, not a chatbot
Cada agente tiene un briefing escrito, un alcance definido y un carril. El trabajo con datos personales corre en hardware de tu edificio y no puede llegar a una API externa: la capa de enrutado rechaza la petición antes de hacerla — en el código, no en una política. Each agent has a written brief, a defined scope, and a lane. Work with personal data runs on hardware in your building and cannot reach a cloud API: the routing layer refuses the request before it is made — in code, not in a policy.
Nada llega a una persona sin revisarNothing reaches a person unchecked
Un agente hace el trabajo, un segundo lo comprueba contra la fuente, y un tercero dirime el desacuerdo. Solo entonces lo ve una persona — y una decisión humana es lo único que puede confirmar. Una tarea ya convertida en script no repite esta cadena en cada ejecución: se revisó una vez, cuando se escribió, y desde entonces la misma entrada da la misma salida. One agent does the work, a second checks it against the source, a third rules on the disagreement. Only then does a human see it — and a human decision is the only thing that can commit. A task that has become a script does not repeat this chain on every run: it was reviewed once, when it was written, and from then on the same input gives the same output.
Una cadena que no se puede editar en silencioA chain that cannot be quietly edited
Cada entrada lleva el hash de la anterior. Cambia una línea del pasado y todas las posteriores dejan de verificar. Las aprobaciones llevan el nombre de quien las dio: el sistema no puede aprobar en nombre de nadie. Each entry carries the previous entry's hash. Change one line in the past and every line after it stops verifying. Approvals carry the name of the person who gave them — the system cannot approve on anyone's behalf.