AI Coding2026-09-18The Verge

Claude Code Relaunches Projects for AI Agents

Anthropic's Claude Code has relaunched its Projects feature, giving users a way to manage multiple AI agents in the cloud under one roof. Each project can share memory, goals, and a library of files and artifacts, while threads run different tasks in parallel. The revamped feature is similar in spirit to tools such as Grok Bot, and it is designed for complex, multi-agent workflows where collaboration and context retention matter. The update reflects a broader shift in AI coding tools. Early assistants mostly operated in a single session, helping with one prompt or one file at a time. As models become more capable, developers want persistent workspaces where agents can remember previous decisions, coordinate on long-running tasks, and draw on shared project knowledge. Projects aims to provide that structure. A team might use one thread to investigate a bug, another to write tests, and another to review documentation, all while the central project keeps track of goals and artifacts. That kind of orchestration could make AI agents more useful for real software work, but it also introduces new challenges. Users must manage permissions, avoid conflicting edits, and understand when an agent is acting reliably or guessing. Shared memory can help consistency, yet stale or incorrect context can spread across tasks. Cost and oversight also matter, since parallel agents may consume more resources and require clearer audit trails. Anthropic's relaunch signals that the next phase of AI coding may be less about individual chat sessions and more about managing teams of specialized agents. If the approach works, it could change how developers plan, delegate, and review work. If it does not, it may add complexity without enough control. The feature is therefore both a productivity experiment and a test of how humans and autonomous agents can collaborate on serious projects.

Noticias relacionadas