Anthropic Launches Dynamic Workflows in Claude Code, Enabling Multi-Agent Orchestration at Scale
Key Takeaways
- ▸Dynamic workflows orchestrate tens to hundreds of parallel subagents, reducing project timelines from quarters to days for complex tasks like migrations and security audits
- ▸Available in research preview across Claude Code (CLI, Desktop, VS Code) and Claude API with support for Amazon Bedrock, Vertex AI, and Microsoft Foundry
- ▸Real-world validation: Bun's 750k-line Zig-to-Rust port completed in 11 days with 99.8% test compatibility using parallel agents with dual review per file
Summary
Anthropic has introduced dynamic workflows in Claude Code, a research preview feature that enables Claude to orchestrate tens to hundreds of parallel subagents to handle complex, end-to-end tasks. The feature is designed to tackle problems too large for single-agent approaches, such as codebase-wide bug hunts, large-scale migrations, security audits, and critical work requiring verification before deployment. Available immediately in Claude Code CLI, Desktop, VS Code extension, and on the Claude API across Amazon Bedrock, Vertex AI, and Microsoft Foundry, dynamic workflows are accessible to Max, Team, and Enterprise users (with admin enablement).
Early adopters have demonstrated substantial productivity gains. Notably, Jarred Sumner used dynamic workflows to port Bun from Zig to Rust—approximately 750,000 lines of code—in eleven days with 99.8% test suite compatibility, using multiple parallel agents with two reviewers per file. Users can trigger workflows by directly asking Claude or by enabling the new "ultracode" setting, which automatically deploys workflows when beneficial. The feature operates best in auto mode and can consume significantly more tokens than standard sessions, requiring users to start with scoped tasks to understand usage patterns.
- Designed for codebase-wide searches, large migrations, and critical work requiring independent verification before deployment
Editorial Opinion
Dynamic workflows represent a significant leap in autonomous code engineering, shifting the paradigm from single-shot improvements to orchestrated, multi-phase problem-solving. The Bun case study is compelling evidence that Claude can now handle industrial-scale refactoring with credible verification, potentially reshaping how teams approach legacy modernization and technical debt. However, the substantial token consumption and research-preview status suggest enterprises should carefully scope initial use cases and monitor costs. If stability and maturity match early results, this could become a cornerstone capability for developer productivity.


