Anthropic launches Claude Code Projects, an ‘always-on’ conversation that remembers and delegates your long-running dev work
-
Overview & Purpose
- Anthropic launched Claude Code Projects, an always-on coordination agent designed for long-running, multi-session software development initiatives.
- Moves past isolated prompt sessions by maintaining overarching project context, memory, and task delegation over time.
-
Architecture & Workflow ("Threads do the work, Claude directs it")
- Operates with an AI coordinator acting as a "chief of staff" sitting above individual worker threads.
- Developers supply natural language instructions to a single conversation; Claude routes tasks to existing threads or spawns new parallel sessions.
- Each worker thread runs as an isolated cloud session with its own branch and repository copy, capable of spanning multiple repos (e.g., API, web, mobile).
- Features an Overview panel for attention items and allows developers to supervise and steer individual threads remotely via mobile.
-
Persistent Shared Memory & Knowledge
- Maintains shared operational memory across worker threads to persist architecture decisions, deprecations, release date adjustments, and dependency tracking.
- Includes a centralized library containing shared artifacts, user files, plugins, and cloud environment settings.
- Differs from standard Claude Projects: rather than just holding static reference materials for chats, Claude Code Projects coordinate and remember the work being actively executed.
-
Execution Environment & Limitations
- Currently runs cloud-only, enabling work to continue asynchronously when the user goes offline, but cannot yet access local machines or private internal networks.
- Local execution support is planned for release in the near future.
- Parallel changes to overlapping files can still produce standard git merge conflicts that require conventional resolution.
-
Rollout, Pricing, & Competitive Landscape
- Rolling out in beta to select Claude Pro and Max subscribers using cloud sessions, with eventual expansion to Team and Enterprise plans.
- Draws against existing Claude plan quotas with no standalone fee, though running multiple concurrent threads expends usage allowances more rapidly.
- Represents an industry-wide pivot—alongside OpenAI, GitHub, and Google—from basic code-generation agents to multi-agent orchestration and coordination layers.

