📊 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 now autonomously constructs its own team of agents during task execution, enabling better handling of complex workflows. This development aims to address limitations of single-agent approaches in high-stakes scenarios.

Anthropic’s Claude has unveiled a new capability: it can now **build its own team of agents during task execution**, a move designed to improve handling of complex, high-value workflows. This development marks a significant shift in how AI models can manage multi-step, parallel, and adversarial tasks, making Claude more adaptable and effective for enterprise use.

The feature, called **dynamic workflows**, enables Claude to generate and run small JavaScript programs that orchestrate multiple subagents, each with focused goals and isolated contexts. These subagents can be assigned different models—ranging from fast, inexpensive ones for simple tasks to more powerful models for judgment and verification—based on the task’s needs.

According to Anthropic, this capability addresses common failure modes seen in single-agent workflows, such as **agent laziness**, **self-bias**, and **goal drift**. By dividing work among specialized subagents and incorporating independent verification, Claude can achieve more reliable and thorough results, especially in complex scenarios like code refactoring, research synthesis, or detailed fact-checking.

Technical details reveal that the workflow is a small JavaScript program that manages spawning, coordinating, and resuming subagents. It can decide which model to use, whether to run agents in parallel or sequence, and how to merge outputs. The feature is triggered via a specific keyword, “ultracode,” or by requesting a workflow explicitly.

At a glance
breakingWhen: announced March 2024
The developmentAnthropic’s Claude has introduced a feature that allows it to dynamically assemble and orchestrate multiple agents on the fly for complex tasks.
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 Complex AI-Driven Workflows

This development enhances Claude’s ability to perform **multi-agent orchestration**, making it more suitable for **enterprise, research, and high-stakes applications**. By enabling AI to self-assemble teams tailored to specific tasks, organizations can expect more accurate, reliable, and scalable automation, reducing reliance on human oversight for complex workflows.

Experts suggest this could **shift the landscape of AI deployment**, especially in areas requiring detailed verification, parallel processing, or adversarial testing. It also signals a move towards more **autonomous AI systems** capable of managing their own task division, which could influence future AI architecture designs.

Amazon

AI multi-agent workflow management tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

Previous iterations of Claude focused on single-agent workflows with limited capacity for parallelism or task specialization. The recent introduction of static multi-agent setups required manual configuration, which was complex and inflexible. The new dynamic workflow feature automates this process, allowing Claude to generate custom orchestration scripts on the fly.

This aligns with ongoing trends in AI development toward **more autonomous, scalable, and adaptable systems**. It builds upon earlier work from Anthropic and other AI labs that explored multi-agent coordination, but now with a focus on **dynamic, task-specific orchestration** that can adapt in real-time.

“This new capability allows Claude to assemble and manage its own team of specialized agents during execution, significantly improving performance on complex tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

JavaScript tools for AI orchestration

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Implementation and Use Cases

It is still unclear how widely this feature will be adopted in practice or how it performs across different domains. Details about operational costs, latency, and specific limitations in real-world scenarios are not yet fully disclosed. Additionally, the extent of human oversight required during dynamic team assembly remains to be seen, along with how this capability integrates into existing workflows and enterprise systems.

Amazon

enterprise AI collaboration software

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 release more detailed documentation and case studies demonstrating the use of dynamic workflows in various applications. Further testing and user feedback will determine how the feature scales and whether it becomes a standard part of Claude’s offering. Expect updates on performance benchmarks, resource requirements, and best practices over the coming months.

Amazon

AI task automation platforms

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 generates small JavaScript programs, called workflows, which spawn and coordinate multiple subagents, each with specific goals and contexts, based on the task at hand.

What types of tasks benefit most from this feature?

High-value, complex tasks such as detailed research, multi-step code refactoring, fact verification, and large-scale data synthesis are prime candidates for dynamic workflows.

Does this increase operational costs?

Yes, because it uses more tokens and computational resources to run multiple agents and verification steps, but it aims to improve accuracy and reliability in return.

Is this feature available for all users now?

It is currently in the announcement phase, with broader availability expected after further testing and integration efforts by Anthropic.

What are the limitations of this approach?

It may require more resources, introduce latency, and is not suited for simple or low-stakes tasks, where single-agent workflows remain sufficient.

Source: ThorstenMeyerAI.com

You May Also Like

The Google I/O 2026 Preview: What May 19-20 Will Reveal About Google’s Agentic Bet

Preview of Google I/O 2026 highlights expected announcements on agentic AI, including Gemini 4.0, multi-agent protocols, and new consumer devices, with implications for AI deployment.

AI Is the Alibi. The Reorg Is the Signal.

Coinbase cut 700 jobs and framed the move around AI. Filings and market data point to cost pressure, while the reorg may be the larger signal.

The AI Boomerang Is About To Hit Hard

Experts warn that the emerging ‘AI Boomerang’ could cause significant disruptions in AI regulation and development, with uncertain timelines and effects.

The fanfiction community is at war with AI — and itself

A new AI detection tool in fanfiction has sparked controversy, with communities questioning its accuracy and implications for creators.