Anthropic has relaunched a feature called Projects inside Claude Code, its AI coding assistant, that lets a business run several AI agents on the same task at once instead of one at a time. For software teams, this changes how coding work gets divided up โ and how much oversight it needs.
The updated Projects feature groups AI agents under a shared workspace with common memory, goals, and a library of files and past work. Inside a project, separate "threads" handle different pieces of work in parallel โ one might fix a bug while another builds a new feature โ and each thread runs as its own cloud session on a separate copy of the code repository. A "coordinator" agent sits on top, assigning work and tracking progress across all the threads.
This isn't Anthropic's first attempt at a Projects feature, but the multi-agent, coordinator-led structure is new. Earlier versions of Claude's project tools were closer to shared folders โ a way to keep context and files organized for a single conversation. This version is closer to a small AI-run department, with a manager directing workers who each have their own copy of the project to experiment on.
The approach mirrors what xAI has built with Grok's agent-management tools, and fits a broader shift among AI coding companies toward "agentic" systems that operate with less direct human input. Tools like Devin and various coding-agent features from Cursor and GitHub have moved in the same direction over the past year: fewer single-turn chat requests, more autonomous multi-step work that a human reviews after the fact rather than during.
The technical detail worth noting is the branch-and-merge model. Because each thread works on its own copy of the repository, the coordinator has to reconcile changes before anything ships โ the same kind of conflict-resolution problem human engineering teams deal with when multiple people edit the same codebase. Anthropic's system handles some of that automatically, but the summary makes clear that conflicts between threads are still a live risk, not a solved problem.
This matters because it's part of a pattern across AI tool makers: shifting from assistants that answer questions to systems that manage their own workstreams. The pitch is less human babysitting and faster output. The trade-off, seen repeatedly with agentic tools over the past year, is that autonomy without close review tends to produce mistakes that are harder to catch because no single person watched the work happen step by step.
For most small businesses, this update won't touch daily operations โ Claude Code is built for people who write and maintain software, not for general office work. But if you run a business with an in-house engineering team, or you contract out app or website development, this is worth a conversation with whoever manages that work. Ask whether they're using multi-agent tools like this, and if so, what their review process looks like before code ships to production.
Cost is the other practical angle. Running several AI agents in parallel means paying for several cloud sessions in parallel, not one. Businesses that pay for Claude Code by usage should expect bills to reflect however many threads a project spins up, not just how many people are using the tool. It's worth asking your provider for a usage estimate before turning on multi-agent projects broadly, rather than finding out at the end of the billing cycle.
Watch for two things in the coming months: whether Anthropic changes Claude Code's pricing structure to account for parallel sessions, and whether competitors like OpenAI's coding tools or GitHub Copilot roll out similar coordinator-and-thread models. Also worth tracking is whether early enterprise adopters report time savings that hold up once someone counts the hours spent reviewing and merging AI-generated work.
The bottom line: this is a meaningful architecture change for AI coding tools, not a consumer feature โ small business owners without a development team can skip it, but those who manage or outsource software work should ask direct questions about cost and review process before their vendors turn it on.