The future of business, today.
RSSNewslettersAdvertise
Business Future Today

Developer tools

Claude Code relaunches Projects for coordinated cloud agents

Anthropic’s redesigned Projects feature turns Claude Code cloud sessions into coordinated workstreams, but teams will still need to manage the same integration risks they face with human contributors.

Claude Code relaunches Projects for coordinated cloud agents

Anthropic has redesigned the Projects feature in Claude Code to let users run multiple AI-agent workstreams within a shared workspace. The beta gives those workstreams common memory, goals, files, and artifacts, while a coordinator helps organize parallel tasks.

The change matters less as a new chat interface than as a step toward managing AI-assisted software work as a portfolio of concurrent tasks. Instead of assigning one broad request to one coding session, a developer or team can split work across threads, inspect each thread individually, and steer the overall effort through a main project chat.

What changed

Each Project contains separate “threads” that run tasks in parallel. Under the hood, Anthropic says each thread is a Claude Code cloud session working from its own branch and copy of the repository. A coordinator organizes the work, and threads can break delegated tasks down further with subagents, loops, and workflows.

That architecture resembles a conventional engineering workflow more than a single autonomous coding agent: parallel branches allow work to proceed independently, while the project provides a shared layer for context and oversight.

The important constraint is also familiar. If multiple threads change the same code, Anthropic says the overlap is handled as a merge conflict, as it would be in a standard pull request process. In other words, coordinating agents does not eliminate integration work; it moves more implementation into parallel execution and leaves teams responsible for resolving collisions and validating the final result.

Why it matters for engineering teams

For operators and engineering leaders, the practical appeal is throughput on work that can be decomposed cleanly. A project could separate investigation, implementation, testing, documentation, or work across distinct parts of a codebase while retaining shared goals and reference materials.

The shared workspace is significant because multi-agent workflows often fail on context fragmentation. Separate sessions may produce inconsistent assumptions, duplicate effort, or lose access to key files and decisions. Giving threads a common project-level memory and artifact library is Anthropic’s attempt to make concurrent work more coherent without putting all activity into one long-running session.

But this also makes repository discipline more important. Teams will need clear task boundaries, review practices, and ownership rules for files likely to be touched by multiple threads. The merge-conflict model makes the trade-off explicit: more parallelism can accelerate independent tasks, but it can create coordination costs when work is poorly partitioned.

Cloud execution may be useful for teams that want to run several tasks without tying up local development environments. At launch, however, threads run in the cloud only. Anthropic says support for local tools and code is coming “very soon,” a capability that could matter for organizations with local dependencies, custom developer tooling, or more restrictive code-handling requirements.

Availability and what to watch

The revamped Projects feature is launching in beta for select Claude Pro and Max subscribers. Anthropic plans to expand access to Pro, Max, Team, and Enterprise users, and later extend it to Cowork and regular Claude chats.

The next question is whether the coordination layer improves outcomes beyond simply opening several independent coding sessions. Buyers should watch how Projects handles task assignment, visibility into agent decisions, conflict resolution, and controls around shared project context. For enterprise users in particular, the value will depend on whether parallel cloud sessions fit existing repository, review, and governance workflows.

For now, Claude Code Projects looks like a structured way to apply multiple agents to a codebase—not a replacement for engineering judgment or the integration practices that keep parallel development safe.

Sources

STAY AHEAD

The future of business, in your inbox.

Useful signals on the companies, technologies and shifts changing business.

One useful briefing. Unsubscribe any time.