Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode

Claude Code now supports dynamic workflows that let the agent orchestrate tens to hundreds of parallel subagents in a single session, checking work before anything reaches you. Available in research preview in the CLI, Desktop, and VS Code extension for Max, Team, and Enterprise plans, plus the API (Amazon Bedrock, Vertex AI, Microsoft Foundry).
How to use
- Ask directly: "Create a workflow"
- Enable UltraCode via the effort menu (sets effort to
xhigh), letting Claude auto-decide when to spawn a workflow.
Workflows consume substantially more tokens than a typical session — start scoped.
Capabilities shown in early access
- Codebase-wide bug hunts: parallel search across a repo, then independent verification on every finding.
- Large migrations: framework swaps, API deprecations, language ports spanning thousands of files end-to-end.
- Double-checked results: independent solution attempts and adversarial agents that try to break the result before delivering it.
Real-world example: Bun rewrite
Jarred Sumner used dynamic workflows to port Bun from Zig to Rust — ~750,000 lines of Rust in 11 days, with 99.8% of existing tests passing. Workflow steps:
- Map Rust lifetimes for every struct field.
- Write every
.rsfile via hundreds of parallel agents, each with two reviewers. - Fix loop driving build/test until clean.
- Overnight workflow to eliminate unnecessary data copies, opening a PR for each fix.
How it works
Claude plans dynamically from your prompt, breaks the task into subtasks, fans work across parallel subagents, checks results independently, and iterates until answers converge — producing a single coordinated answer.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw Janitor Skill for Automated System Management and Security Hardening
A developer created a skill that uses Claude Code to SSH into OpenClaw machines and harden configurations, including sandboxing, OS hygiene, and channel security, while maintaining a project folder with audit instructions in CLAUDE.md.

A System for Claude Code to Learn Your Project Over Time
A developer created a simple setup to help Claude Code retain context between sessions by adding a CLAUDE.md file, a docs folder with project conventions, and three prompts for bootstrapping, refining, and capturing patterns.

First-Tree: Open-Source Daemon That Uses Claude Code to Triage GitHub Notifications While You Sleep
An open-source menu bar daemon that uses Claude Code to autonomously triage GitHub notifications – it handled 98 out of 100 notifications in a recent scan, leaving only 2 for human review.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.