/work/12-factor-agentops
// DevOps for vibe coding
DevOps took a decade to figure out how to make infrastructure reliable, and SRE codified it. AI agents are the new indeterministic worker class. Making them reliable requires compiled context, validated output, and compounding knowledge.
12-Factor AgentOps adapts those hard-won patterns for AI delivery work. For measuring human-AI collaboration sessions, see vibe-check.
> Compiled context. Validated output. Compounding knowledge.
// the 12 factors
// key insight
The translation table: every DevOps primitive has an AI-delivery equivalent.
| DevOps primitive | AI delivery |
|---|---|
| Context windows | load balancing |
| Token budgets | resource quotas |
| Validation gates | health checks |
| Agent routing | service mesh |
// the engine
Every session produces learnings. ao forge extracts them, ao inject surfaces them next session. Knowledge compounds instead of decaying.
Embrace variance (parallel agents), filter aggressively (validation gates), lock progress permanently (merge). Chaos in, quality out.
The deeper thesis: context orchestration, not agent orchestration →
// read the methodology
The full methodology: all 12 factors with examples, failure patterns, and implementation guides.