Anthropic Relaunches Claude Code Projects for Multi-Agent Cloud Management
Anthropic has relaunched the Projects feature in Claude Code, enabling users to run multiple AI agents in the cloud with shared memory, goals, and a library of files and artifacts. Each project contains threads running parallel tasks, coordinated by a central coordinator, with overlaps resolved as merge conflicts. The feature is similar to Grok Bot and other multi-agent management tools.
Coverage timeline
The Verge AIStevie Bonifield
The revamped projects feature in Claude Code allows users to run multiple agents under the same roof, with a shared memory, goals, and library of files and artifacts. Similar to Grok Bot and other tools that manage groups of AI agents, each project has "threads" running different tasks in parallel, with a "coordinator" directing everything: Under the hood, each thread is a Claude Code cloud session working on its own branch and copy of the repo. The coordinator keeps work organized, but if any threads work on the same code, the overlap is resolved as a merge conflict just like any other PR. Each thread can further split its delegated work … Read the full story at The Verge.
