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 allowing it to dynamically assemble and manage its own team of agents for complex tasks. This development aims to address limitations of single-agent workflows, improving accuracy and efficiency in high-stakes projects.

Anthropic has announced that its AI model, Claude, can now automatically build and manage its own team of subagents for complex, high-value tasks. This new dynamic workflow capability enables Claude to orchestrate multiple specialized agents, addressing previous limitations of single-agent approaches. The feature aims to improve performance on complex projects that require parallel processing, verification, and multi-step reasoning.

The dynamic workflows feature allows Claude to generate small JavaScript programs that spawn, coordinate, and manage subagents, each with tailored roles and contexts. These subagents can operate independently, use different models, and run in isolated worktrees to prevent interference. The process involves Claude writing a custom harness for each task, enabling it to adapt its orchestration pattern—such as classify-and-act, fan-out-and-synthesize, or adversarial verification—based on the specific requirements.

According to Anthropic, this approach is particularly useful for complex, high-value tasks like code refactoring, research synthesis, or large-scale verification, which previously exceeded the capabilities of a single agent. The company emphasizes that this feature is not suitable for simple or low-stakes tasks, such as fixing typos, due to increased token usage and complexity. The system’s ability to resume interrupted workflows and select appropriate models for each subtask enhances reliability and efficiency.

At a glance
breakingWhen: announced March 2024
The developmentClaude now autonomously constructs and orchestrates its own team of agents during complex workflows, marking a significant advance in AI task management.
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 Task Automation

This development marks a significant step forward in AI automation, enabling models like Claude to handle complex workflows that traditionally required human oversight or multiple specialized systems. By building its own team dynamically, Claude can better address issues like partial work, goal drift, and bias, which are common in single-agent processes. This capability could influence how organizations deploy AI for research, development, and operational tasks, reducing the need for manual orchestration and increasing trust in AI-driven workflows.

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

The concept of orchestrating multiple AI agents is not new, but prior implementations often involved static setups or manual configuration. Anthropic’s approach with Claude introduces a flexible, on-the-fly method where the model writes its own orchestration code, tailored to each task. This builds on previous work in agent-based AI, including Anthropic’s earlier skills packages and looping mechanisms, but extends these ideas by enabling the model to construct its own team dynamically during execution.

This feature is part of a broader trend toward more autonomous and adaptable AI systems, capable of managing complex, multi-step workflows without constant human intervention. It aligns with recent advances in AI research that emphasize self-organization, robustness, and task-specific customization.

“Claude’s ability to write and execute its own harness marks a new level of autonomy, allowing it to tackle complex tasks more effectively than ever before.”

— Thorsten Meyer, AI researcher at Anthropic

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Reliability and Use Cases

It is not yet clear how well Claude’s self-assembled teams perform across a broad range of real-world tasks, especially in terms of accuracy, consistency, and resource efficiency. The system’s robustness in handling interruptions, errors, or unexpected inputs remains to be fully tested in operational settings. Additionally, the extent to which organizations can or should rely on autonomous team construction without human oversight is still under discussion.

AI Orchestration Systems: AI Orchestration Guides | Business Process Automation | AI in Business Transformation | Adaptive Workflow Systems | Modern AI Technologies | Scalable Automation Platforms

AI Orchestration Systems: AI Orchestration Guides | Business Process Automation | AI in Business Transformation | Adaptive Workflow Systems | Modern AI Technologies | Scalable Automation Platforms

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Evaluation

Anthropic plans to further test and refine the dynamic workflows feature through pilot projects with select partners. They will evaluate performance, reliability, and cost implications in real-world scenarios, aiming to establish best practices for when and how to deploy autonomous agent teams. Broader availability and integration into existing AI platforms are expected to follow after initial validation.

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude decide which agents to include in its team?

Claude writes a custom JavaScript harness that selects orchestration patterns and agent roles based on the specific task requirements, such as classification, synthesis, or verification.

Can this system handle errors or interruptions during workflow execution?

Yes, the system can resume workflows from where it left off, and subagents operate in isolated worktrees to prevent interference, enhancing robustness.

Is this feature suitable for simple tasks like fixing typos?

No, due to increased token usage and complexity, it is designed for high-value, complex tasks rather than simple edits.

Will this make AI more autonomous and less controllable?

While it increases autonomy for specific workflows, Anthropic emphasizes that human oversight remains important, especially for critical or sensitive tasks.

When will this feature be available to the public?

Anthropic plans to pilot and refine the system in the coming months, with broader deployment expected after initial testing phases.

Source: ThorstenMeyerAI.com

You May Also Like

Mobilised, Not Spent: What’s Left Of Europe’s €200 Billion AI Offensive

Europe aims to mobilize €200 billion for AI, but only a fraction is committed or operational, raising questions about its actual impact and timing.

Microsoft to cut thousands of jobs in upcoming redundancy round

Microsoft is preparing to reduce its workforce by thousands in a new round of layoffs, confirmed by company sources. The move impacts multiple divisions.

NYT Connections today – my hints and answers for June 30 (#1115)

Detailed hints and solutions for the NYT Connections puzzle on June 30, puzzle #1115, helping players solve the game efficiently.

Fubo rolls out price increase on NBC-inclusive plans after new carriage deal

Fubo has announced a price hike for its NBC-inclusive streaming plans following a new carriage agreement with NBCUniversal, effective immediately.