Posts
All the articles I've posted.
-
A knowledge base is a graph, not a folder
Turning a manual into an agent's knowledge base isn't converting it to text — that flattens the thing that mattered. The power comes from the graph: the criteria that condition each other. How we built ours, what it caught, and the bench of specialized agents it produced.
-
The optimization you wrote isn't the one that runs
I had the optimization written and approved, and a week later it still wasn't what ran. The fix wasn't a better design. It was making the trigger deterministic and leaving the judgment to the model.
-
Does this only work in Claude Code?
The most common objection to the Lucy Syndrome framework is that it's a Claude Code trick. It isn't. OpenAI shipped a native hook API for Codex, and the same functional scar now fires unchanged in both runtimes with identical deny semantics — the difference quarantined in a thin adapter. That is the empirical test of invariant I4: enforcement that runs outside the model's trust boundary belongs to no single platform.
-
Darle al agente la fuente de verdad real
Un agente de IA que llamo MARCO colocó 26 obras de drenaje en el software de diseño vial a partir de una planilla. Lo interesante no fue la velocidad, sino encontrar en qué archivo vivía el pie de talud real, y convertir esa solución en una skill reutilizable.