Claude Code relaunches Projects to manage multiple AI agents in the cloud
TL;DR
Claude Code is bringing Projects back, letting you run multiple agents under one roof with shared memory, shared goals, and a common library of files and artifacts. Each project has threads that work on tasks in parallel, directed by a coordinator. Under the hood every thread is a Claude Code cloud session on its own branch and its own copy of the repo. When two threads touch the same code, the overlap surfaces as an ordinary merge conflict, just like any other PR.
Nauti's Take
Shared memory and a coordinator across several cloud threads is real progress over juggling separate sessions, especially on larger refactors. The catch is the merge, because five agents on five branches produce exactly the conflicts a human has to resolve, and review load grows with them.
Worth it for teams with cleanly scoped tasks, hardly worth it for anyone without a solid PR process.