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 launched a new feature called dynamic workflows, allowing it to create and orchestrate teams of subagents during task execution. This development aims to improve performance on complex, high-value projects by addressing limitations of single-agent operation.

Anthropic’s Claude has introduced a new capability called dynamic workflows, enabling the AI to autonomously assemble and manage a team of subagents tailored to complex tasks. This feature addresses known limitations of single-agent operation, such as partial work, bias, and goal drift, especially in high-stakes or long-duration projects.

The dynamic workflows feature allows Claude to generate small JavaScript programs that orchestrate multiple subagents, each with distinct roles, contexts, and model configurations. The system can decide which models to deploy for each subtask and whether they should operate in isolation or in parallel, resuming work if interrupted. This approach mimics human project management by dividing work, assigning focused briefs, and conducting independent reviews.

According to Anthropic, this capability is particularly useful for complex, high-value tasks such as code rewrites, research synthesis, fact verification, and large-scale data analysis. The feature is built into Claude Opus 4.8 and can be triggered by specific prompts like ‘ultracode.’ It employs orchestration patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, which are common in human team management.

At a glance
reportWhen: announced March 2024
The developmentClaude now dynamically constructs and manages its own team of agents during task execution, enhancing its ability to handle complex workflows.
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

Potential Impact on AI-Driven Workflow Management

This development marks a significant step in making AI systems more autonomous and capable of managing complex projects without human oversight. By enabling Claude to build and oversee its own team of agents, organizations could see improvements in accuracy, thoroughness, and efficiency when tackling tasks that require multiple specialized skills. It also represents a move toward AI systems that can adapt dynamically to different problem types, reducing the need for manual intervention and static workflows.

However, Anthropic emphasizes that this feature is resource-intensive, using more tokens and computational power, and is intended for high-value, complex tasks rather than simple corrections. The broader impact could influence how AI is integrated into enterprise workflows, research, and software development, potentially shifting some project management responsibilities from humans to AI systems.

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.

Evolution of Multi-Agent Capabilities in AI

Anthropic’s Claude has been developing increasingly sophisticated multi-agent features, following earlier work on skills packages and looping mechanisms. The introduction of dynamic workflows completes a trilogy that enhances the model’s ability to delegate, orchestrate, and execute complex tasks. Prior to this, single-agent models faced limitations like partial completion, bias, and goal drift, especially in long or adversarial tasks.

The concept of orchestrating multiple subagents is inspired by human team management strategies and has been technically feasible through static agent SDKs. The innovation here is the ability for Claude to generate custom, task-specific harnesses in real-time, leveraging the latest model capabilities like Claude Opus 4.8.

“This new feature allows Claude to dynamically build and manage its own team of agents, addressing critical limitations of single-agent workflows in complex tasks.”

— Thorsten Meyer, AI researcher

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 Practical Deployment

It is not yet clear how widely this feature will be adopted in real-world applications or how it performs outside controlled testing environments. Details about cost, scalability, and safety measures for managing multiple agents simultaneously are still emerging.

There is also uncertainty about how users will specify when to invoke dynamic workflows and how the system will handle failures or conflicts among subagents in complex scenarios.

Intelligent Agentic AI Systems with JavaScript in 2026: Designing Autonomous Workflows with LLMs, Tools, and Real-World Integrations (Practical AI Systems Engineering Series Book 2)

Intelligent Agentic AI Systems with JavaScript in 2026: Designing Autonomous Workflows with LLMs, Tools, and Real-World Integrations (Practical AI Systems Engineering Series Book 2)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Evaluation

Anthropic is expected to release further documentation and case studies demonstrating the use of dynamic workflows in various industries. Broader testing and feedback from early adopters will inform improvements and potential integration into enterprise AI solutions. Monitoring how this feature impacts task accuracy, efficiency, and safety will be key in the coming months.

Using AI Tools in Text Analysis, Simplification, Classification, and Synthesis (Premier Research Source)

Using AI Tools in Text Analysis, Simplification, Classification, and Synthesis (Premier Research Source)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude decide which subagents to create?

Claude generates a small JavaScript program that includes logic for spawning subagents based on the task’s requirements, often guided by orchestration patterns like classify-and-act or fan-out-and-synthesize.

Is this feature available for all users now?

As of March 2024, it is available in the latest Claude Opus 4.8 release, but access may be limited to certain enterprise or research partners during initial rollout.

What types of tasks benefit most from dynamic workflows?

Complex, multi-step projects such as code rewriting, research synthesis, large-scale fact verification, and extensive data analysis are most suitable for this capability.

Does using multiple agents increase risks like hallucinations or errors?

While the system includes adversarial verification and independent reviews to mitigate errors, managing multiple agents does introduce new challenges that require careful safety controls.

Source: ThorstenMeyerAI.com

You May Also Like

Building an AI Trading Bot — Week One: Why a 90 % Win Rate Can Still Lose Money

An experimental AI trading bot’s first week reveals that high win rates don’t guarantee profitability, highlighting the importance of edge and market context.

Telecom 2025: 5G Everywhere, 6G on the Horizon, Bridging the Connectivity Gap

By 2025, broadband connectivity will reach new heights with 5G everywhere and 6G on the horizon, transforming your digital world—discover how inside.

NicheCommand: A Firehose Becomes A Shortlist

NicheCommand automates domain drop analysis, transforming overwhelming lists into actionable shortlists with transparent scoring and classification.

When-to-replace planner for data center equipment

A prototype tool to help data center managers decide when to replace servers, UPS, and cooling gear based on asset data, energy costs, and failure risks.