Your Agent's 'Done' Is a Lie: Gate Completion on Disk Evidence, Not Its Final Message
Steal the validation-gated completion pattern from this week's Paper-replication skill and make every agent attach a receipt before it stops.
Pillar
Multi-step chains, tool use, orchestration, feedback loops
24 articles • Page 1 of 3
Steal the validation-gated completion pattern from this week's Paper-replication skill and make every agent attach a receipt before it stops.
ROMA hit state-of-the-art on SealQA by compressing every subtask tree before it bubbles up. Here are the four node prompts you can copy without adopting the framework.
The 'response bloat' tax quietly doubles your token bill. Here's the prompt pattern that keeps raw tool payloads out of the model's working memory.
The four standing prompts behind Boris Cherny's "loop engineering" -- find-work, do-work, verify, remember -- with copy-paste scaffolds and the guardrails that keep them from running rogue.
BUILD 2026 made code-as-action a first-class pattern. Here's how to rewrite your tool-use prompts from "pick a tool" to "write code that calls the tools" and cut tokens 30-50%.
Microsoft's new Handoff orchestration pattern proves the routing decision isn't architecture, it's a prompt. Here's how to write it so your agents don't deadlock or drop context.
The IdleSpec technique turns dead wait time into planning cycles that cut agent task completion by 40%
The prompting discipline for persistent background agents is fundamentally different from chat -- here's the pattern that keeps autonomous actions safe and useful.
Anthropic shipped the grading loop -- the rubric is now the hardest prompt you'll write