Anthropic's 'One Git Worktree Per Agent' Advice Clashes With Runtime Infra
In one line: A report argues that Anthropic's recommended "one git worktree per agent" pattern doesn't sit well with the runtime and CI infrastructure teams already have.
Key points
- Anthropic recommends giving each coding agent its own isolated git worktree to avoid conflicts when running multiple agents in parallel.
- The New Stack argues this collides with existing runtime infrastructure built around a single container and a single checkout.
- Providing each parallel agent with an isolated filesystem and dependency environment may require rethinking build caches, container setups, and CI pipelines.
Why it matters
As multi-agent coding spreads, how to isolate parallel runs is becoming a fresh infrastructure challenge. Teams looking to move agent workflows into production should check the gap between tool recommendations and their own deployment environment early.