Key takeaways
- Claude Code has always had projects, in the sense that a given directory is declared as the root for source code.
- Today, Anthropic is announcing that it’s redesigning the idea of projects in Claude Code, adding both superpowers and hard limits.
- Right now, this capability is being offered to “Select Claude Pro and Max subscribers who use cloud sessions in Claude Code and don’t have…
What happened
Claude Code has always had projects, in the sense that a given directory is declared as the root for source code. I keep each of the apps I’m developing in separate directories, and I’ve built up a complex orchestration and management workflow that allows certain messages to be exchanged between these directories. Beyond that, they’re isolated code structures.
It allows your work to span repos, so you can work across several repos at once, work with a thread tied to each, and then get feedback on which pull requests need to be merged in what order. And since it’s all in the cloud, if your computer is shut down, you’ll be able to let it keep running. Anthropic added that mobile check-ins are on the way.
This doesn’t become some sort of new parallelism. I’ve been using swarms of subagents for a while now. They can fan out and do work. In fact, Anthropic’s announcement said that this architecture is what the new projects use internally. Claude has also been able to split work across subagents.
The difference is that the split persists, and you can go back into the discussion for each subagent and chat about it. One other thing to note: this feature doesn’t appear to be strictly autonomous. It looks like threads begin when you hit the Start button for each thread Claude recommends. As mentioned above, at least for now, this is not yet a tool for local developers like me.
” Also, Anthropic isn’t taking away the terminal. This is an additional feature. Nothing the company described in its blog post indicates any negative changes to local or CLI functionality. While I was writing this, I stopped and ate a burger. While munching, I thought about what this new capability means and came up with three ideas worth considering.
Why it matters
Today, Anthropic is announcing that it’s redesigning the idea of projects in Claude Code, adding both superpowers and hard limits. For certain classes of work, they can be game-changing. For other types of work, they’re essentially irrelevant.
Right now, this capability is being offered to “Select Claude Pro and Max subscribers who use cloud sessions in Claude Code and don’t have any existing projects on the web and desktop,” Anthropic said. ” That rules me out, because all of my Claude Code-related development is being done in terminal and on local files.
But for those living in the cloud, the new projects capability brings life to those structures. Anthropic said, “Claude scopes the request, delegates the work, coordinates parallel threads, reviews the outputs, and assembles the finished result. ” One of the more pressing challenges when launching a bunch of agents is keeping them all on track.
Imagine trying to get 20 oh-so-fluffy kittens to go through a little door in alphabetical order according to their kitty names. It’s not going to happen, but it will be a cute overload of coordination failure. Coding agents are like that, but a lot less cute. To get agents to work together toward a goal, you need orchestration. This is basically a managerial-level coordinator that goes beyond the prompt.
Claude Code’s revamped projects feature provides that orchestration. You also get addressable threads. Each discussion becomes a full cloud session, with its own branch and copy of the repo it’s working on. The coordinator provides instructions that route sessions into existing threads as appropriate. ” Because those threads are named, you can steer them mid-flight. You can dig into a running thread and redirect it as necessary.
No more having to wait for it to run to completion, wasting your time and consuming tokens, only to produce something you can already see is going wrong. Threads can be aware of each other. Anthropic said, “Over time, Claude learns more about the project details and applies them to its work. ” This is a form of automated memory that can prove quite powerful in the right context.
What to watch
Here’s a lightning round of things to consider when evaluating this capability. I have many, many, oh-so-many questions for Anthropic about this, especially once some of these capabilities become available to desktop users. I’ve narrowed them down to three worth thinking about, at least for now.
From Anthropic’s specific statement that this feature is for those who “don’t have any existing projects on the web and desktop,” I’m guessing migration is not yet resolved. If you could steer a running Claude Code thread before it goes off the rails, how much would that change the way you use coding agents? Let us know in the comments below. You can follow my day-to-day project updates on social media.




