Posts
All the articles I've posted.
-
Five Things I Learned About Making AI Coding Agents Actually Work
Updated:The biggest gains in AI agent performance come from the system around the model, not the model itself.
-
Fixing the 40k CLAUDE.md Warning in a Monorepo
Updated:How we restructured Claude Code's CLAUDE.md files in a monorepo to cut 73% of always-loaded context without losing a single fact.
-
Building a Coding Agent in Swift, Part 8: Background Tasks
Swift actors for background execution — the one type that truly needs an actor, with notification injection before each API call.
-
Building a Coding Agent in Swift, Part 7: Task System
A file-based task DAG with dependency resolution — durable planning that survives context compaction.