Se queda sin trabajo a propósitoIt works itself out of a job
Ejecuta la misma tarea varias veces. Las tres primeras pasan por un modelo — y la tercera es la más cara de todas, porque además un agente programador nota que la forma es idéntica y escribe un script determinista, y un agente revisor lo verifica contra las tres salidas. A partir de la cuarta la tarea corre como código: rápida, sin coste de modelo, auditable — y con la misma entrada da siempre la misma salida. Run the same task a few times. The first three go through a model — and the third is the most expensive of all, because a coder agent also notices the shape is identical and writes a deterministic script, which a reviewer agent verifies against all three outputs. From the fourth on, the task runs as code: fast, model-free, auditable — and the same input gives the same output, every time.
El registro de esta tareaThis task's own record
Cada ejecución deja una entrada. El momento en que el modelo sale del bucle no es una promesa comercial: es un evento con hora, autor, versión y hash. Y la pregunta obvia — qué impide que escriba un script equivocado — tiene dos respuestas: el revisor lo reejecuta contra las salidas anteriores antes de dejar que las sustituya, y el motor que hace todo esto lo cubren 1.380 pruebas automatizadas. Every run leaves an entry. The moment the model leaves the loop is not a sales promise: it is an event with a time, an author, a version and a hash. And the obvious question — what stops it writing a wrong script — has two answers: the reviewer re-runs it against the previous outputs before it is allowed to replace them, and the engine doing all of this is covered by 1,380 automated tests.