📊 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, enabling it to assemble and orchestrate teams of agents on the fly for complex, high-value tasks. This development aims to address limitations of single-agent approaches in large-scale projects.

Claude has launched a new feature called dynamic workflows, allowing it to automatically assemble and coordinate multiple agents during complex tasks. This capability addresses core limitations faced by single-agent operations, such as partial completion, bias, and goal drift, especially in high-value or long-duration projects. The development signals a shift toward more autonomous, team-like AI operations, which could influence how organizations deploy large language models for critical work.

The feature enables Claude to write and execute small JavaScript programs, called workflows, which orchestrate subagents with specialized roles. These subagents can operate in isolated environments and use different model variants suited for specific subtasks, such as quick classification or in-depth judgment. The workflows can dynamically decide which model to deploy and whether to run agents in parallel or sequentially, resuming where interrupted.

Anthropic’s team emphasizes that this feature is designed for complex, high-value tasks and increases token usage significantly. It is not intended for simple corrections or minor edits. The system employs six orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, mimicking the workflow of a skilled human team lead. Claude can trigger workflows with specific commands like ‘ultracode,’ making the process accessible to users.

At a glance
updateWhen: announced recently, ongoing implementat…
The developmentClaude now builds and manages its own team of agents dynamically to improve handling of complex tasks, marking a significant upgrade 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 Workflow and Task Management

This development represents a substantial advance in AI orchestration, enabling Claude to handle tasks that require multiple specialized agents working collaboratively. It addresses key failure modes of single-agent systems—such as incomplete work, bias, and goal drift—by dividing tasks into focused subcomponents and incorporating independent verification. Organizations can now deploy AI for more complex, multi-step projects with greater reliability and efficiency, potentially transforming workflows in research, software development, and customer support.

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 AI Orchestration and Previous Capabilities

Prior to this, Claude operated primarily as a single-agent system, executing tasks within one context window. While effective for straightforward jobs, it struggled with long, complex projects due to issues like partial completion and bias. The concept of workflows—writing small programs to manage multiple agents—has been in development, but the latest iteration allows Claude to generate tailored, dynamic harnesses for specific tasks. This builds on previous features like skills packages and looping, completing a trilogy of enhancements aimed at making AI more autonomous and capable of managing complex projects.

“Claude’s dynamic workflows enable the model to write its own orchestration scripts, effectively building a team of agents tailored to each task.”

— Thorsten Meyer, AI researcher at Anthropic

30 Agents Every AI Engineer Must Build: Build production-ready agent systems using proven architectures and patterns

30 Agents Every AI Engineer Must Build: Build production-ready agent systems using proven architectures and patterns

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Workflow Reliability and Use Cases

It remains unclear how well these dynamic workflows perform across a broad range of real-world applications, especially outside controlled testing environments. The extent to which users can customize and troubleshoot these workflows, and how they handle unexpected interruptions or errors, is still being evaluated. Additionally, the impact on computational costs and operational complexity has not been fully disclosed.

Project Management with AI For Dummies

Project Management with AI For Dummies

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and User Adoption

Anthropic is expected to roll out the feature to select users for beta testing, with broader availability planned in the coming months. Further development will likely focus on refining the orchestration patterns, improving ease of use, and expanding documentation. Monitoring real-world deployments will clarify the effectiveness and limitations of autonomous team-building in AI systems.

Building Agentic AI Systems with Claude Code: A Practical Guide to MCP, Sub-Agents, Hooks, Computer Use, and Production-Ready AI Workflows in 2026

Building Agentic AI Systems with Claude Code: A Practical Guide to MCP, Sub-Agents, Hooks, Computer Use, and Production-Ready AI Workflows in 2026

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude build its own team of agents?

Claude writes and executes small JavaScript programs called workflows that orchestrate multiple subagents, each with specialized roles, to collaboratively complete complex tasks.

What kinds of tasks are best suited for this new feature?

High-value, long-duration, or highly complex projects that benefit from division of labor, such as research synthesis, verification routines, or large-scale coding efforts, are ideal candidates.

Is this feature available to all users now?

It is currently in testing or limited rollout; broad availability is expected in the coming months as Anthropic refines the system based on initial feedback.

What are the main limitations of this approach?

It requires more tokens and computational resources, is not suitable for simple tasks, and its reliability across diverse real-world scenarios is still being evaluated.

Source: ThorstenMeyerAI.com

You May Also Like

15 Best LFP Battery Power Stations of 2025 for Reliable Off-Grid Power

Lifting your off-grid power game, discover the 15 best LFP battery stations of 2025 that promise reliability and innovative features for any adventure or emergency.

Why New Wireless Standards Take Time to Matter

Just as technological advances emerge, complex regulatory, infrastructural, and adoption challenges delay their full impact—discover why new wireless standards take time to truly matter.

What to Expect From AI PCs Over the Next Year

Discover how AI PCs will evolve in the next year, transforming your experience with smarter, faster, and more secure features that will leave you eager to learn more.