Anthropic Rebuilds Claude Code Projects with Parallel Agent Workflows

Developers get a faster way to run complex coding tasks, because Anthropic has rebuilt the Projects feature in Claude Code. Users now describe a goal, and a coordinator splits the work across parallel threads, each running as its own cloud session. Progress is trackable in the main chat or per thread, including on mobile.
How the New Parallel Workflows Operate
The revised Projects flow changes how a developer hands work to Claude Code. Instead of issuing a single instruction and waiting for one output, the user describes a goal. A coordinator then divides that goal into separate threads that work at the same time. Each thread is its own cloud session, so a long-running task does not block another one.
Each thread can open pull requests and run tests. This means a multi-part coding job can produce independent pull requests that a developer can review one by one, rather than one large changeset. A library collects all uploaded files and results, which keeps the workspace organised as threads finish.
Claude builds a shared memory across threads over time. The model retains context from earlier threads and applies it to later work, which reduces repeated instructions and helps later tasks stay consistent with earlier decisions.
Tracking Progress from Anywhere
Progress visibility is built into the feature. The main chat shows how the overall project is moving, and each thread has its own view for finer detail. Mobile tracking is included, so a developer can check on running work without staying at a desktop.
The open pull requests give a concrete measure of what each thread has produced. Tests running inside the threads add another check before code reaches a reviewer.
Who Gets Access and When
The beta is open to select Pro and Max subscribers using cloud sessions in Claude Code. Team and Enterprise access comes later, and local execution is coming soon. A waitlist is available for users who want to join.
The cloud session requirement matters now because the parallel threads each run as a cloud session. Local execution would remove that requirement, and Anthropic says it is on the way.
Another Step Toward Autonomous Coding
The update continues Anthropic’s push toward code automation. The company recently made autopilot mode the default in Claude Code, stating it outperformed human developers on safety tasks. The rebuilt Projects feature adds parallel execution to that direction, letting one instruction fan out into several working threads.
More autonomous agents also change how tokens are consumed. Parallel threads that keep running mean more compute is used. Control over how many tokens get burned shifts toward the company selling them, rather than the user who writes the instruction.
FAQ
What is the new Projects feature in Claude Code?
The rebuilt Projects feature lets a user describe a goal, after which a coordinator splits the work across parallel threads. Each thread runs as its own cloud session and can open pull requests and run tests.
Who can use the parallel workflows beta?
The beta is open to select Pro and Max subscribers using cloud sessions in Claude Code. Team and Enterprise access comes later, and local execution is coming soon.
Does Claude Code parallel workflow support mobile tracking?
Yes. Progress is trackable in the main chat or per thread, including on mobile.
Related coverage
This article summarizes reporting from the-decoder.com.