When One Agent Isn’t Enough: Claude Now Builds Its Own Team of Agents on the Fly

📊 Full opportunity report: When One Agent Isn’t Enough: Claude Now Builds Its Own Team of Agents on the Fly on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Anthropic’s Claude has introduced a new feature enabling it to dynamically assemble and orchestrate its own team of agents for complex tasks. This development aims to address limitations of single-agent workflows, improving accuracy and handling of high-value projects. The capability is currently in deployment for specific use cases and is not yet available for all tasks.

Anthropic has announced that its AI model, Claude, can now **build and manage its own team of agents on the fly** for complex, high-value tasks. This new feature, called dynamic workflows, allows Claude to orchestrate multiple subagents with specialized roles, addressing previous limitations of single-agent approaches. The development represents a significant step in AI automation, enabling more reliable and scalable handling of intricate projects.

The new capability is part of Anthropic’s ongoing efforts to improve AI performance in complex environments. Unlike traditional single-agent workflows, which often suffer from issues like goal drift and self-preferential bias, Claude’s dynamic workflows enable it to create tailored subteams, each with a focused brief and isolated context. This approach reduces errors associated with partial work, oversight, and context loss.

Mechanically, Claude writes and executes a small JavaScript program, called a workflow harness, which spawns multiple subagents. These subagents can operate with different models, run in isolated worktrees, and communicate to complete a task. The system can also resume interrupted workflows, making it adaptable for ongoing projects. Anthropic emphasizes that this feature is resource-intensive and best suited for complex, high-value tasks rather than simple corrections or minor adjustments.

At a glance
breakingWhen: announced in late 2023, currently in de…
The developmentClaude now autonomously constructs and manages a team of subagents during complex workflows, marking a significant advancement in AI orchestration capabilities.
Claude Builds Its Own Team: Dynamic Workflows — Insights
AI Dispatch · Insights · 1 July 2026

When one agent isn’t enough: Claude now builds its own team on the fly

Skills package what you know; loops decide how far you delegate over time. Dynamic workflows are the third axis — within a single task, Claude writes its own harness and assembles a temporary team of subagents. Think of it as Claude drawing an org chart for one job.

Why one agent grinding alone underdelivers
Agentic laziness
Declares done on partial work — 35 of 50 review items.
Self-preferential bias
Grades its own homework — likes what it already produced.
Goal drift
Loses the original objective across turns, especially after context is summarized.
These are the failure modes of one person doing a huge job alone. The cure is the manager’s: divide the work, give isolated briefs, and have someone independent check it.
The harness — an org chart Claude writes for one task
Orchestrator
Claude writes a JS harness on the fly
▼   fan out   ▼
Subagent
own context · model
Subagent
own worktree
Subagent
focused goal
Subagent
isolated
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
▼   barrier: wait for all   ▼
Synthesize
merge structured outputs
→ Result
one verified answer
Each subagent gets a clean context window and can run on a cheaper or smarter model — so no single overloaded context gets lazy, biased, or lost. Resumable if interrupted.
The six moves it composes
Classify-and-actroute by task type (switchboard)
Fan-out-and-synthesizeparallel agents → a barrier merges (map/reduce)
Adversarial verificationa separate agent attacks each result
Generate-and-filterbrainstorm wide, keep only survivors
Tournamentagents compete; pairwise judging > scoring
Loop-until-donespawn until a stop condition, not a fixed count
Where it earns its keep — often away from code
Big migrations & refactors Deep research → cited report Fact-check every claim Rank 1,000 tickets by severity Root-cause post-mortems (“why did sales drop?”) Triage a backlog at scale Design/naming by rubric Model routing
One security pattern to memorize — quarantine: agents that read untrusted public content are barred from high-privilege actions; a separate agent does the acting. Separation of duties for autonomous agents.
The take

The shift is from prompting a worker to commissioning a team — more output, more cost, and a manager’s judgment required. Reach for a workflow when a task is big, parallel, adversarial, or judgment-heavy — and when you can feel a single agent getting lazy, grading its own homework, or losing the plot. Bound it (token budgets, pilot first) — workflows can spawn hundreds of agents and burn far more tokens. For everything else, don’t hire five people to change a lightbulb.

Source: “A harness for every task: dynamic workflows in Claude Code,” Thariq Shihipar & Sid Bidasaria (Anthropic), Claude blog, 2 June 2026. Mechanics, patterns & use cases are Anthropic’s; the “org chart” framing is the author’s. A recent, still-evolving feature. Docs: code.claude.com/docs.
thorstenmeyerai.com

Implications for AI-Driven Complex Workflows

This development marks a notable shift in AI capabilities, enabling models like Claude to emulate human project management more closely. By autonomously assembling specialized teams, Claude can handle tasks that previously required human oversight or multiple AI interventions. This could lead to more reliable automation in fields such as research, software development, and quality assurance, where complex coordination is essential.

However, Anthropic cautions that the feature is resource-heavy and primarily designed for high-stakes applications. The ability to dynamically generate tailored subagents could reduce errors like goal drift and partial completion, but it also introduces new considerations regarding control, transparency, and resource consumption.

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Workflow Automation in AI

Previous iterations of Claude focused on skills packages and looping mechanisms to delegate tasks over time. The latest feature extends this concept by enabling Claude to write its own orchestration code, effectively creating a miniature AI management system within each workflow. This innovation builds on earlier research into agent orchestration, which involved manually wiring multiple Claude instances. The new ‘dynamic’ approach automates this process, allowing Claude to adapt its team structure based on the specific requirements of each task.

Anthropic’s announcement follows a series of advancements aimed at improving AI reliability and scalability, especially in complex, multi-step projects. The feature has been tested internally and is now being rolled out selectively to enterprise clients for high-value workflows.

“This new capability allows Claude to essentially write its own team of specialized agents tailored for complex tasks, reducing common failure modes seen in single-agent workflows.”

— Thorsten Meyer, AI researcher at Anthropic

Current Limitations and Open Questions

While the technology is promising, details remain scarce regarding its scalability, cost-efficiency, and transparency. It is unclear how well the system performs across different domains or how it handles unexpected failures within the subagent teams. Additionally, the full extent of human oversight required during deployment has not been disclosed.

Anthropic emphasizes that the feature is resource-intensive and best suited for specific, high-value tasks, but broader applicability and potential risks are still under evaluation.

Next Steps for Deployment and Evaluation

Anthropic plans to expand testing of dynamic workflows with select enterprise clients, gathering data on performance, reliability, and resource usage. The company also intends to refine the orchestration algorithms and improve transparency tools to better monitor subagent activities. Wider availability will depend on initial results and ongoing safety assessments.

Key Questions

How does Claude decide when to build a team of agents?

Claude assesses the complexity and scope of a task to determine if a single-agent approach is sufficient. For high-value, multi-faceted projects, it automatically constructs a tailored team of subagents to improve accuracy and efficiency.

Is this feature available for all tasks?

No, currently it is limited to complex, high-value workflows. Anthropic states that the feature is resource-heavy and not meant for simple corrections or minor tasks.

What are the main benefits of dynamic workflows?

They reduce errors like partial work, goal drift, and bias by isolating sub-tasks, enabling independent verification, and tailoring agent models to specific job components.

Could this increase AI operational costs?

Yes, because dynamically spawning and managing multiple subagents consumes more tokens and computational resources. Cost considerations are part of ongoing evaluation.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

RHEO: Paint With Light

RHEO, a new app for iPhone, iPad, and Apple Vision Pro, offers a simple, calming way to create beautiful liquid light visuals with just a few gestures.

10 Best Computers, Tablets & Components For Flexible Work In 2026

Discover the 10 best devices for flexible work in 2026, including laptops, tablets, and components, based on expert evaluations and latest features.

HBM Ate the Fab

High Bandwidth Memory (HBM) has become the key driver of the global memory shortage, with production costs and demand soaring, impacting GPUs and AI hardware.

7 Best Headphones for Prime Day Electronics Deals in 2026

Discover the best headphones deals for Prime Day 2026, including top picks for noise cancelling, battery life, comfort, and specialty needs.