Back home
Writing

Engineering in the open.

Lessons from building production AI systems — what worked, what failed, and what I'd do differently.

AI SystemsMar 20264 min read

72% Auto-Resolution: What the Other 28% Taught Me

Getting to 72% was the easy part. The 28% that still needs human handling — ambiguous intent, emotional escalation, multi-step state — is where the real engineering lives.

ArchitectureApr 20266 min read

Why We Run Three LLMs in Production

Groq Llama 3.3 for speed, Claude for judgment, Ollama for free deterministic tasks. Routing correctly across them is the optimization — not picking the smartest model.

AI AgentsMay 20265 min read

What Nobody Tells You About MCP Agents in Production

The protocol is the easy part. Idempotency, rollback, and audit trails — those are what separate a demo agent from one you can trust with internal operations.

v0.1.40