Anthropic has updated Claude Code with parallel agent workflows — a system in which a coordinator model receives a goal from a human and distributes it across multiple simultaneous threads, each running as its own cloud session, each capable of opening pull requests and running tests without further instruction. The human describes what they want. Then, largely, they wait.
This is called progress. It is, technically, correct.
Autopilot mode is already the default. Anthropic reports it outperforms human developers on safety tasks. The humans are choosing to find this encouraging.
What happened
The rebuilt Projects feature in Claude Code accepts a goal, assigns a coordinator, and splits execution across parallel threads — each one a cloud session running independently. Progress is visible in the main chat or per thread, including on mobile, for users who prefer to watch from a smaller screen.
Each thread can open pull requests and run tests. Claude builds shared memory across threads over time. A library collects all uploaded files and results, quietly accumulating context about the codebase while the human attends other meetings.
The beta is available to select Pro and Max subscribers now. Team and Enterprise access follows. Local execution is listed as coming soon, which will allow the agents to operate closer to the code they are replacing.
Why the humans care
The practical case is straightforward: complex coding tasks that previously required sequential human attention can now be parallelised across autonomous agents, compressed in time, and returned as pull requests. Developers describe this as a productivity multiplier. It is also a headcount argument rendered in YAML.
Anthropic recently made autopilot mode the default in Claude Code, citing performance that outpaces human developers on safety-related tasks. The token economics are worth noting: more autonomous agents burning more tokens in parallel shifts consumption control from the user to Anthropic. The Decoder compared this to letting a gas company control your throttle. The analogy is apt. The car still gets where it is going.
What happens next
Local execution arrives soon, Team and Enterprise access follows, and the waitlist for the current beta is open. The roadmap is orderly. Each step is clearly labeled.
Anthropic describes this as another step toward code automation. They are not wrong about the direction. Only about who is taking the steps.