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

Claude has introduced a new feature called dynamic workflows, allowing it to create and coordinate multiple agents on the fly for complex tasks. This development aims to improve performance on high-value, multi-step projects by addressing limitations of single-agent operation.

Anthropic’s Claude AI now has the ability to build its own team of agents on the fly, enabling it to better handle complex, high-value tasks by orchestrating multiple specialized subagents during a single workflow. This feature, called dynamic workflows, marks a significant step in autonomous AI task management and is designed to address limitations observed in single-agent operations.

The new capability allows Claude to generate a custom orchestration harness — a small JavaScript program that spawns, coordinates, and manages multiple subagents, each with a dedicated role and context window. This enables Claude to perform tasks that require parallel processing, independent verification, or iterative refinement, which were previously challenging for a single agent.

According to Anthropic, the system can decide which model to assign to each subagent, choosing between faster, less costly models for routine work and more powerful models for judgment and verification. The process is designed to resume seamlessly if interrupted, making it suitable for complex, multi-stage projects. The feature is currently available for select users and is intended for high-value, intricate tasks where standard single-agent workflows fall short.

At a glance
updateWhen: announced in late 2023, currently avail…
The developmentAnthropic’s Claude now autonomously assembles and manages teams of agents during tasks, marking a significant upgrade in AI workflow orchestration.
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 Automation

This development allows AI systems to manage complex projects more reliably by mimicking human team structures, reducing common failures such as partial work, self-bias, and goal drift. It broadens AI application scope to areas like research, verification, and multi-step problem solving, potentially transforming how organizations deploy AI for high-stakes tasks.

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Task Management Capabilities

Prior to this, Claude operated primarily as a single-agent system, suitable for straightforward tasks like coding or simple data processing. Challenges emerged when tasks grew in complexity, involving multiple steps, verification, or parallel processing, leading to issues like incomplete work or goal erosion. The concept of dynamic workflows builds on previous improvements in skills and looping mechanisms, completing a trilogy aimed at making Claude more autonomous and capable in high-value scenarios.

This feature was developed alongside Claude Opus 4.8, which enhanced its reasoning abilities, enabling it to write its own harnesses tailored to specific jobs. The approach aligns with broader trends in AI towards more autonomous, modular, and scalable systems, but it is still in early adoption stages and primarily targeted at enterprise users.

“Claude’s ability to assemble its own team of agents on the fly represents a significant step toward autonomous, high-value AI workflows.”

— 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.

Unconfirmed Aspects of Workflow Reliability and Safety

It is not yet clear how well the dynamic workflows perform in real-world, high-stakes environments at scale. While initial results are promising, long-term reliability, safety, and control mechanisms for autonomous agent orchestration remain under evaluation. Further testing is needed to confirm robustness and prevent unintended behaviors.

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Upcoming Deployment and Performance Evaluation Phases

Anthropic plans to expand access to the feature, gather user feedback, and conduct rigorous testing in diverse applications. Future updates may include enhanced safety controls, broader model support, and integrations with existing enterprise workflows. Monitoring how organizations leverage this capability will shape its evolution and adoption.

MixPad Free Multitrack Recording Studio and Music Mixing Software [Download]

MixPad Free Multitrack Recording Studio and Music Mixing Software [Download]

Create a mix using audio, music and voice tracks and recordings.

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

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

Claude determines the need for multiple agents based on task complexity, requiring parallel processing, verification, or iterative refinement, which are identified during task planning.

Can users control or customize the teams Claude builds?

Yes, users can specify the type of workflow or trigger it with specific commands like ‘ultracode,’ guiding Claude to generate tailored orchestration harnesses.

Is this feature available for all users now?

Currently, the dynamic workflows feature is available for select users as part of a phased rollout and testing program.

What are the main limitations of this approach?

It requires more tokens and computational resources, and is intended for complex, high-value tasks rather than simple fixes or straightforward questions.

How might this impact AI safety and control?

While promising, autonomous agent orchestration introduces new safety considerations, including managing unexpected behaviors, which are still under active research and development.

Source: ThorstenMeyerAI.com

You May Also Like

10 Best Content Creator Laptops for Video, Photo, and Design Work in 2026

Discover the best laptops for content creators in 2026, optimized for video editing, photography, and design work. Updated rankings based on performance, display, and features.

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

Thorsten Meyer AI ranks Surface Pro first in a 2026 flexible-work device roundup, with Lenovo and Fusion5 picks for students and field use.

Cutrova: Edit the Words, Not the Timeline

Cutrova has shipped a public landing page for its local-first, transcript-based video editor, while key product and legal steps remain pending.

How to Create a “Deep Work” Timer That You’ll Actually Use

What’s the secret to creating a “deep work” timer you’ll actually use? Discover essential tips to stay focused and boost your productivity effectively.