📊 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

Claude has launched a new feature enabling it to create and coordinate its own team of agents in real-time. This approach addresses limitations of single-agent workflows in complex tasks and aims to improve accuracy and reliability.

Claude has introduced a new feature that allows it to assemble its own team of agents on the fly, addressing previous limitations in handling complex, high-value tasks. This development enables Claude to orchestrate multiple specialized subagents dynamically, improving task accuracy and reliability.

The feature, called dynamic workflows, is part of Anthropic’s ongoing enhancements to Claude’s capabilities. It allows the model to generate a tailored orchestration script—a small JavaScript program—that spawns, coordinates, and manages multiple subagents, each with specific roles and context windows. This approach contrasts with earlier static workflows, which required manual setup and were less adaptable.

According to Anthropic, the system can decide which model to assign to each subagent, selecting between cheaper, faster models for routine tasks and more powerful models for judgment or verification. The process can also involve parallel execution, independent verification, and iterative refinement until a task is complete.

Anthropic emphasizes that this feature is designed for complex, high-value projects rather than simple tasks like fixing typos. The company notes that the approach can significantly reduce issues like agent laziness, bias, and goal drift that often occur when a single agent manages extensive or adversarial tasks.

At a glance
updateWhen: announced March 2024
The developmentClaude now builds and manages its own team of subagents dynamically for complex, high-value tasks, marking a significant upgrade in its 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 Workflow Management

This development marks a substantial step forward in AI orchestration, enabling models like Claude to mimic human team management strategies. By dynamically forming specialized subagents, Claude can handle more complex, multi-faceted projects with greater accuracy and consistency. This capability could transform how organizations deploy AI for research, verification, and problem-solving, especially in high-stakes environments where precision matters.

Furthermore, the ability to write custom, task-specific harnesses on the fly reduces the need for extensive pre-configuration, making AI systems more adaptable and scalable for diverse applications. However, it also raises questions about resource consumption and operational complexity, given the increased token usage and computational demands.

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Workflow Capabilities in Claude

Anthropic’s recent work with Claude has progressively enhanced its skills in task delegation and orchestration. Previously, the model could only perform within a fixed context, limiting its effectiveness in large or adversarial tasks. The introduction of static workflows allowed for some division of labor, but required manual setup and lacked flexibility.

The new dynamic workflows build on this foundation by enabling Claude to generate its own orchestration scripts, effectively allowing the model to act as its own manager. This innovation is part of a broader trend toward more autonomous, multi-agent AI systems that can adapt to complex demands without human intervention.

Prior demonstrations include automating code refactoring and research routines, but the latest development significantly expands the scope and flexibility of such automated processes.

“This new feature allows Claude to craft tailored team structures for complex tasks, significantly improving its ability to manage multi-step projects.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Resource Use and Limits

It is not yet clear how much additional computational resources and token usage this dynamic orchestration requires in practice. The impact on operational costs and response times remains to be evaluated in real-world applications. Additionally, the limits of the system’s reliability and how it manages failures or errors within the dynamically generated workflows are still under investigation.

Amazon

AI orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Testing and Adoption

Anthropic plans to further test the feature across various high-value tasks to evaluate its effectiveness and resource demands. Broader deployment may follow, along with refinements to improve stability and reduce costs. Industry observers will watch for real-world case studies demonstrating its impact in research, verification, and complex problem-solving scenarios.

Amazon

AI task management platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Can Claude build its own team for any task?

Currently, the feature is designed for complex, high-value tasks where orchestration can significantly improve outcomes. It is not intended for simple or low-stakes tasks.

How does this improve over static workflows?

Dynamic workflows allow Claude to generate custom orchestration scripts tailored to each task, providing greater flexibility and adaptability compared to static, manually configured workflows.

Does this increase operational costs?

Yes, the approach uses more tokens and computational resources, which may lead to higher costs. The exact impact depends on the task complexity and implementation details.

What are the risks of autonomous agent teams?

Potential risks include resource overuse, failure to manage errors effectively, and unintended goal drift. Ongoing testing aims to mitigate these issues.

Source: ThorstenMeyerAI.com

You May Also Like

RHEO on the Web: Find Your Flow

Discover RHEO’s web version, a private, instant, browser-based fluid simulation for relaxation, breathing, and creative exploration—no sign-up needed.

Elixir v1.20 released: now a gradually typed language

Elixir v1.20 releases a new gradual type system featuring type inference and the dynamic() type, enabling bug detection without annotations.

Learnings from 100K lines of Rust with AI (2025)

A developer shares insights from building a modern, high-performance Rust-based Paxos engine using AI tools, highlighting productivity, correctness, and future prospects.

One Video In, a Whole Publishing Kit Out — Without the Cloud

A new local-first workflow enables creators to generate complete publishing assets from a single video offline, boosting privacy and reducing costs.