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 introduced a new feature called dynamic workflows, enabling it to assemble and orchestrate its own team of subagents for complex tasks. This development addresses limitations of single-agent operations and improves handling of high-value, multi-step projects.

Anthropic’s Claude has introduced a new feature called dynamic workflows, enabling it to automatically build and orchestrate its own team of agents for complex tasks. This development marks a significant step in AI automation, allowing Claude to better handle high-value, multi-step projects by dividing work among specialized subagents, rather than relying on a single agent to manage everything.

The new feature, detailed by Thorsten Meyer on ThorstenMeyerAI.com, allows Claude to generate a customized harness—a small JavaScript program—that spawns and coordinates multiple subagents. These subagents can be assigned specific roles, such as dispatching tasks, verifying results, or synthesizing outputs, with each operating in isolated contexts to prevent interference.

Claude’s dynamic workflows are capable of selecting different models for each subagent, from fast, inexpensive ones to more powerful, judgment-focused models. The system can also resume interrupted workflows, making it suitable for long or complex projects. These workflows are built using a set of orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, which mirror traditional team management strategies.

While initially aimed at technical tasks like rewriting code or conducting research, Anthropic emphasizes that workflows are often more beneficial for non-technical, high-value projects such as detailed investigations, fact-checking, and ranking large datasets. The company notes that this feature uses more tokens and is designed for complex scenarios, not simple queries like fixing typos.

At a glance
reportWhen: announced March 2024
The developmentClaude now autonomously constructs and manages teams of agents on demand to execute complex, high-value tasks, marking a significant upgrade in its 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-Driven Project Management

This development signifies a major advance in AI autonomy, as Claude can now dynamically assemble specialized teams to execute complex workflows. It addresses key failure modes observed in single-agent operations—such as partial work, bias, and goal drift—by enabling division of labor and independent verification. This could lead to more reliable, scalable AI applications in industries requiring high precision and multi-step reasoning, such as research, software development, and quality assurance.

Furthermore, the ability for Claude to write and run its own orchestration scripts introduces a new level of flexibility and adaptability, potentially reducing human oversight in high-stakes tasks. However, it also raises questions about control, transparency, and the limits of AI autonomy in managing critical workflows.

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Capabilities

Anthropic’s work on Claude has progressively moved from single-agent tasks to more sophisticated multi-agent systems. Previous developments included skills packages and looping mechanisms to delegate tasks over time, but the latest innovation—dynamic workflows—marks a significant leap. The concept builds on the idea that dividing work among multiple agents can mitigate common failure modes like agentic laziness, self-preference bias, and goal drift, which are well-documented in AI research and practice.

This feature was developed alongside Claude Opus 4.8, which enhanced the model’s reasoning abilities, allowing it to write tailored harnesses for specific jobs. The approach is inspired by traditional team management strategies, such as routing, parallelization, and independent verification, now embedded into an AI system.

While initially focused on technical tasks, Anthropic emphasizes that workflows are applicable across a broad range of complex, high-value projects, including research synthesis, fact-checking, and large-scale data ranking. The ability to dynamically create and manage agent teams represents an evolution in AI’s capacity to handle multi-faceted, long-term projects with minimal human intervention.

“Claude can now write a harness tailor-made for your specific job, assembling a team of specialized agents on the fly.”

— Thorsten Meyer

Amazon

AI agent orchestration tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Unanswered Questions About Dynamic Workflows

It is still unclear how widely adopted or tested this feature is across different industries and use cases. The performance in real-world, high-stakes scenarios remains to be validated, and concerns about transparency, control, and potential unintended behaviors persist. Additionally, the extent to which organizations can customize or influence the generated harnesses is not yet fully understood.

Further, the impact on costs, given the increased token usage, and the ability of non-technical users to effectively leverage this feature are still under evaluation. The company has acknowledged that it is not suitable for simple tasks or casual use, emphasizing its focus on complex workflows.

Amazon

JavaScript AI harness generator

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Validation of Dynamic Workflows

Anthropic is expected to continue refining the feature based on early user feedback and real-world testing. Future developments may include more user-friendly interfaces, better control over generated scripts, and expanded use cases beyond technical tasks. Widespread adoption will depend on demonstrating reliability, cost-effectiveness, and safety in complex projects.

Organizations interested in this capability should monitor upcoming updates and case studies, as well as participate in pilot programs to evaluate how dynamic workflows can improve their project outcomes. Regulatory and ethical considerations regarding AI autonomy will also shape its deployment.

Amazon

multi-agent AI system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What types of tasks are best suited for Claude’s dynamic workflows?

Complex, high-value projects that benefit from division of labor, such as research synthesis, fact-checking, code rewriting, and large dataset analysis, are the primary targets for this feature.

Can users customize the workflows Claude creates?

While Claude can generate tailored harnesses for specific tasks, detailed customization options are still under development. The current system automates the process based on task requirements.

Does using dynamic workflows significantly increase costs?

Yes, due to higher token usage and computational resources, but this trade-off is considered acceptable for complex, high-value tasks where accuracy and reliability are critical.

Is this feature available to all users now?

As of the latest announcement, the feature is being rolled out gradually and may initially be limited to select users or pilot programs. Broader availability is expected in the coming months.

What are the main risks associated with autonomous team assembly?

Potential risks include loss of control over the process, lack of transparency in how subagents are orchestrated, and unintended behaviors if workflows are not properly monitored or constrained.

Source: ThorstenMeyerAI.com

Nothing in this article is financial or investment advice. Cryptocurrency and precious-metal investments carry significant risk — do your own research and consider a licensed advisor.
You May Also Like

Évian and the Fallout: What Europe Actually Wants From Amodei, Hassabis, and Altman

Europe pushes for reliable access, sovereignty, and safety in AI, demanding changes from Amodei, Hassabis, and Alt after US export controls in Évian summit.

The Forecast Is the Plan.

Major AI labs publicly commit to automating AI R&D by 2026, signaling a shift from research goals to execution plans with significant implications for the industry.

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

Google’s I/O 2026 will showcase key updates on agentic AI, including Gemini 4.0 and multi-agent protocols, amid a competitive AI landscape.

Understanding Anthropic’s $965B Series H: The Compute Revolution

Anthropic’s Series H puts compute, chips and power at the center of the AI funding race as Claude demand rises.