I've watched too many teams follow the same pattern: build exciting AI features, ship to production, watch it break, add manual review, bottleneck, abandon.
The framework isn't the problem—the operational model is.
|
Deterministic Code
|
AI Agents
|
The answer is 20 years of DevOps/SRE wisdom—validation gates, observability, zero-trust, pattern extraction—finally applied to the right problem.
The operational layer of the Vibe Ecosystem. Gene Kim and Steve Yegge's Vibe Coding is the methodology for working with AI. Dex Horthy's 12-Factor Agents shows how to build autonomous systems. This shows how to operate them reliably.
Quick Load for AI Sessions — Compressed context (~10k tokens)
| Document | Tokens | Coverage |
|---|---|---|
| docs/00-SUMMARY.md | ~10k | 99% |
The summary compresses the full corpus into ~10k tokens with zero essential loss. Start here for AI-assisted work.
|
Build reliability from the ground up I. Automated Tracking II. Context Loading III. Focused Agents IV. Continuous Validation |
Scale and maintain in production V. Measure Everything VI. Resume Work VII. Smart Routing VIII. Human Validation |
Continuous learning and adaptation IX. Mine Patterns X. Small Iterations XI. Fail-Safe Checks XII. Package Patterns |
|
Start with your pain point:
|
Go deeper:
|
Plugins — Claude Code marketplace implementing these factors
agentops — Production-ready plugins:
| Plugin | What It Does |
|---|---|
| constitution | Nine Laws, 40% Rule, Git discipline |
| core-workflow | Research → Plan → Implement → Learn cycle |
| session-management | Context bundling, progress tracking |
| vibe-coding | 5 core metrics, 6 difficulty levels |
| devops-operations | Kubernetes, Helm, ArgoCD patterns |
| software-development | Python, JavaScript, Go with TDD |
12-Factor App (Adam Wiggins) • 12-Factor Agents (Dex Horthy) • Vibe Coding (Gene Kim & Steve Yegge) • Beads (Steve Yegge)
License: CC BY-SA 4.0 (content) / Apache 2.0 (code)