Anthropic Adds a Coordinator for Parallel Claude Code Sessions

The new beta shifts Claude Code from one-off sessions toward a project-level manager that delegates work, retains decisions and keeps cloud agents running—but it still leaves developers with merge conflicts and cloud-only access.

By 3 min read
Anthropic Adds a Coordinator for Parallel Claude Code Sessions
Anthropic Adds a Coordinator for Parallel Claude Code Sessions

Listen to this story

The audio brief

About 1:35
0:001:35
Read transcript
Anthropic is testing a new coordinator for Claude Code Projects that can split one large development goal across several parallel cloud coding sessions. Instead of asking Claude to complete one task at a time, a developer can describe the project, then let the coordinator scope the work, delegate pieces, review results, and assemble the outcome from a main conversation. Each worker runs as a separate Claude Code session, with its own repository branch and copy of the code. That makes it possible to test changes and open pull requests independently. It also preserves a familiar problem: if multiple workers edit the same code, the developer still has to resolve the resulting merge conflicts. The other major piece is shared project memory. Threads can reuse requirements, decisions, status changes, user-provided files, and artifacts created during the work, so developers do not have to rebuild context in every coding conversation. Anthropic’s examples include profiling checkout performance in parallel, or coordinating an API migration across web, mobile, and backend repositories. The beta is limited to select Claude Pro and Max subscribers using cloud sessions. Workers can keep running after a laptop is closed, but they cannot yet access local code, local tools, or private-network resources. Anthropic says that support is coming soon. And because every worker uses the subscriber’s existing Claude allowance, parallel execution can exhaust usage faster. The key constraint is whether the convenience of coordination outweighs those cloud and usage limits.

Story brief

3 key points

Anthropic is turning Claude Code Projects into a cloud-based orchestration layer for longer development work. A coordinator can assign tasks to isolated Claude Code sessions, reuse shared project memory, review results, and assemble changes while the developer supervises. The beta is limited to select Pro and Max subscribers, and parallel workers consume existing usage faster. Developers still handle merge...

  1. 01

    Each worker runs in its own repository branch, enabling independent tests and pull requests.

  2. 02

    Shared project memory preserves requirements, decisions, files, and artifacts across coding threads.

  3. 03

    The beta is initially limited to select Claude Pro and Max subscribers using cloud sessions.

Anthropic has launched a beta redesign of Claude Code Projects that lets a developer set a larger goal while a coordinator divides it among parallel cloud-based coding sessions. The bet is that developers need help managing the growing number of AI tasks around a build—not just help writing any one piece of code.

The new Projects experience is meant for work with several parts that lasts longer than a single reply. Anthropic says Claude can scope a request, delegate pieces to worker threads, review outputs and assemble the result, while the developer continues to direct the overall project from a main conversation.

One conversation above many coding threads

The setup has two layers. A coordinator receives the developer’s instructions and sends work to new or existing threads. Those threads do the execution: each is a full Claude Code cloud session with its own branch and copy of the repository.

That isolation allows threads to run tests and open pull requests independently. But it does not remove ordinary version-control problems: when agents change the same code, developers still have to resolve the resulting merge conflict just as they would for any other pull request.

Anthropic’s video shows the redesigned project-thread workflow, where a coordinator oversees individual Claude Code sessions. Video via claude.com.

Memory is the coordination layer

Parallel workers are only part of the redesign. Anthropic says every thread contributes to and draws from shared project memory, allowing later work to use decisions, requirements and changes in project status without the developer repeatedly rebuilding context. A project library also retains files supplied by the user and artifacts created by Claude.

Anthropic’s examples show the intended scale. A developer trying to reduce checkout latency could ask Claude to profile endpoints, test optimizations and open pull requests in parallel. For a deprecated API endpoint, the system could assign separate migration and testing work across API, web and mobile repositories, then identify the required merge order.

What the developer still controls

  • The project goal, connected repository or other context, cloud environment, connectors, plugins, instructions and model settings.
  • Whether to monitor work in the main project chat or inspect and steer a specific thread.
  • The model and effort level for the coordinator and its worker threads.

Always running, but only in the cloud

Because the worker sessions run remotely, they can continue after a developer closes a laptop. Anthropic says users can follow progress or redirect individual threads from a phone, making the mobile interface a place to supervise work rather than a replacement development environment.

That cloud design is also the product’s immediate boundary. Threads cannot yet run alongside code and tools on a developer’s machine or reach systems behind a private network. Anthropic says local code, tools and network resources are coming “very soon,” without giving a date.

A limited beta with a usage trade-off

The redesigned Projects experience is initially available to select Claude Pro and Max subscribers who use cloud sessions in Claude Code. Anthropic plans to extend access to more people on those plans over the coming week, followed later by updated Projects across Claude and access for Team and Enterprise plans.

There is no separate price for Claude Code Projects. Its coordinator and every worker draw on a subscriber’s existing Claude usage, which means a project running several threads can reach usage limits more quickly. The coordinator can route requests into new or existing threads, but developers still have to resolve merge conflicts when overlapping work changes the same code.

Sources

  1. claude.comProjects redesigned: from folder to conversation | Claude by Anthropic
  2. venturebeat.comAnthropic launches Claude Code Projects, an ‘always-on’ conversation that remembers and delegates your long-running dev work

Loading discussion...