Posts
All the articles I've posted.
Worktrees Are Not Enough
Published: at 12:00 AMGit worktrees isolate files, not ports, databases, processes, containers, or browser profiles. Concurrent agent runs also need explicit ownership of runtime resources.
Multiple Coding Agents Without a Swarm
Published: at 12:00 AMConcurrent coding agents do not need a shared brain. They need isolated runs, shared engineering context, visible intent, and a deliberate integration boundary.
One Agent, One Isolated Run
Published: at 12:00 AMA coding agent should not modify the developer's workspace directly. It should work in an isolated, bounded run and return a candidate change.
Git Stores What Changed, Not Why We Got There
Published: at 12:00 AMAgent sessions produce goals, discoveries, failures, and decisions. The useful history is not the whole transcript, but the small part worth making durable.
A Software System Is Bigger Than a Repository
Published: at 12:00 AMThe code an agent may edit and the context it needs to understand are not the same boundary. That distinction prevents locally correct but globally wrong changes.