Agents

Anthropic Adds Parallel Agent Workflows to Claude Code

Anthropic has updated Claude Code with parallel agent workflows, allowing developers to automate complex programming tasks across multiple concurrent cloud sessions.

The Decoder4 days agoAgents
Illustration generated for this story

Anthropic has overhauled the Projects feature within its Claude Code developer tool, introducing a new architecture designed to coordinate parallel agent workflows. Under this updated system, a user defines a high-level programming goal, and a central coordinator agent automatically divides the objective into smaller tasks. These tasks are then distributed across multiple parallel threads, with each thread operating independently within its own cloud-based session.

These individual threads are capable of performing complex development actions, such as running tests and opening pull requests. Developers can monitor the overall progress of a project through the main chat interface or drill down into specific threads, a capability that is also supported on mobile devices. Over time, Claude establishes a shared memory across these concurrent threads, while a centralized library aggregates all uploaded files and results to maintain consistency.

Currently, this feature is available in a limited beta for select Pro and Max subscribers who utilize cloud sessions within Claude Code. Anthropic plans to extend access to Team and Enterprise tiers in the future, alongside introducing support for local execution. This update follows Anthropic's recent decision to establish autopilot mode as the default setting for Claude Code, a move the company justified by claiming the AI outperformed human developers on specific safety tasks.

For software practitioners, this shift toward multi-agent parallel execution promises to significantly accelerate development cycles by automating tedious debugging and integration tasks. However, the transition to autonomous, multi-threaded workflows also introduces new operational dynamics. Because these independent agents operate simultaneously in the cloud, they are likely to consume a significantly higher volume of tokens. This effectively transfers control over token consumption from the developer to the AI provider, potentially increasing the overall cost of running automated development pipelines.

This is our own summary of reporting by The Decoder

More in Agents

Anthropic Adds Parallel Agent Workflows to Claude Code | Latest News