Essays & Field Notes

Field notes from
production AI
infrastructure.

Architecture decisions, failure modes, and operational data from running autonomous AI systems at scale. Written from the terminal, not the whiteboard.

Operations Claude Code

Claude Code in Production: What Nobody Tells You After 5,000 Jobs

Rate limits, context compaction, session lifecycle management, and the hidden costs that only show up after thousands of real production runs. The operational reality of running Claude Code as infrastructure.

April 2026

12 min read

Read essay →
Architecture Orchestration

The Models Were the Easy Part: What 5,000 Production AI Jobs Taught Me About Orchestration

Why the hardest problems in production AI have nothing to do with model quality. The control plane became the product. Infrastructure, orchestration, and the unglamorous work that keeps autonomous systems running.

March 2026

15 min read

Read essay →
Architecture AI Engineering

500 Workers Later: What Breaking Every AI Coding Tool Taught Me About Building With Them

Multi-model routing, fallback chains, composite memory scoring, and what actually breaks when you push AI coding tools past their demo limits. From 5,252 production jobs across four model families.

March 2026

18 min read

Read essay →
Tools Claude Code

Anatomy of a Claude Code Setup

The folder structure, routing logic, and real prompt patterns behind a production orchestration system. SQLite job queue, 28 skills, four model families, and the CLAUDE.md that ties it together.

March 2026

10 min read

Read essay →
Tools Claude Code

Anatomy of a Production Claude Code Setup

A real Claude Code system running 500+ workers, multi-model review pipelines, LanceDB memory, and cron schedules. Built for daily production use, not a demo.

March 2026

10 min read

Read essay →
Operations AI Agents

How I Run 500 AI Agents From a Single Container

The infrastructure, job scheduling, and operational patterns behind running hundreds of concurrent AI workers in production without losing your mind.

April 2026

14 min read

Read essay →
Tools AI Code Tools

Claude Code vs Codex vs OpenCode: What Actually Matters

A side-by-side comparison from daily use across all three tools. Performance, cost, privacy, and which one wins for different workflows.

April 2026

12 min read

Read essay →

Go deeper

The formal research papers.

IEEE-format studies on orchestration architecture, the autonomy tax, and memory systems. Same production data, more formal treatment.

Research →

See the infrastructure

The production systems behind these essays.

Orchestration engine, worker pool, memory layers, tool integrations, and deployment topology.

Systems →