// 02. blog
Writing.
Engineering leadership, AI systems, and building at enterprise scale.
The Agentic Operating System: From Individual Agents to a Managed Digital Workforce
4 min readMost teams build agents one at a time and manage them the same way. The Agentic OS is the centralized layer that treats agents as a fleet, not a collection of one-offs.
Agentic OSAgent ManagementAI ArchitectureEnterprise AIProduction SystemsEvent-Driven Agents: Why Your Multi-Agent System Needs Real-Time Data
3 min readMost agent systems reason over snapshots of reality that are hours stale. Event-driven architecture gives agents the live context they need to make decisions that are actually current.
Event-Driven ArchitectureAgentic AIReal-Time SystemsMulti-Agent SystemsProduction SystemsAgentic SRE: When Your On-Call Engineer Is an AI Agent
4 min readThe shift from passive AIOps to active Agentic SRE is the biggest operational transformation since containerization. Get the human-agent handoff wrong, and you'll create more incidents than you resolve.
Agentic SREAI OperationsEngineering LeadershipProduction SystemsAutomationEvaluation-Driven Development: CI/CD for Systems That Don't Return the Same Answer Twice
10 min readMost AI teams ship without regression gates because they don't know how to test non-deterministic systems — they eyeball outputs, vibe-check a few examples, and pray. Evaluation-driven development is the missing discipline that turns 'it looks right' into an actual deployment criterion.
EvaluationMulti-Agent SystemsCI/CDAI EngineeringProduction SystemsDigital Handcuffs: Guardrails for Agents That Can Actually Do Things
9 min readContent moderation was built for chatbots — agents that execute code, call APIs, and coordinate with other agents need behavioral constraints, not content filters.
GuardrailsAgentic AIAI SafetyProduction SystemsComplianceThe Context Layer: Architecting the Bridge Between Your Data and Your Agents
8 min readA context layer is not a vector database — it's a governed tier that determines what your agent knows, remembers, and forgets. Most teams learn this distinction after production breaks.
Context EngineeringAgent MemoryAI ArchitectureProduction SystemsAgentic AIBeyond Retrieval: Google's Open Knowledge Format and What It Means for RAG
8 min readOKF and RAG solve fundamentally different problems — one structures knowledge at rest, the other retrieves it at runtime — and treating them as competing approaches is the fastest way to build a grounding system that fails at both.
RAGKnowledge ManagementAI EngineeringGoogle OKFProduction SystemsPrompt Versioning and LLMOps: Treating Prompts as Production Artifacts
4 min readPrompts are the most critical artifact in your AI stack and the least governed. No version control, no staged rollouts, no regression testing. LLMOps is the discipline that fixes this.
LLMOpsPrompt EngineeringCI/CDAI EngineeringProduction Systems