Tag:ai
All the articles with the tag "ai".
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.
Coding Agents Changed What a Workspace Means
Published: at 12:00 AMA coding agent taught me that a repository is no longer the whole unit of work. The missing layer is a disposable engineering workspace built around the task.