Writing
Agentic delivery needs guardrails, not vibes
2026-06-18
Multi-agent coding can feel like magic the first time a planner spins up five specialists and returns a diff. The second time, you notice what did not happen: no explicit entry criteria, no audit pass, no test evidence, and no record of which facts were allowed on a public surface.
Throughput without guardrails is just noise
The useful pattern is not "more agents." It is phased delivery with hard gates:
- Plan with acceptance checks tied to real files and routes.
- Implement with the smallest diff that satisfies the plan.
- Audit for disclosure, security, and regression risk.
- Test with real artifacts — not mocked network layers.
- Ship only when CI is green on the same commit recruiters will see.
That is the same pipeline behind this site: Lighthouse, axe, disclosure scan, size limits, and e2e flows are not vanity badges. They are how an agentic system proves it did not hallucinate launch readiness.
What changes in practice
When guardrails are first-class, agent output becomes falsifiable. A case study cannot claim a metric without a method note. A résumé lane cannot invent a client name. A contact route cannot burn email quota because rate limits are wired before the first production deploy.
If you are evaluating someone who says they run an "agent OS," ask one question: what fails closed when the agents are wrong? The answer should sound like CI, not like confidence.