Anthropic Ships Claude Opus 4.8 Alongside Dynamic Workflows and Cheaper Fast Mode, With Workflows Capped at 1,000 Subagents
Anthropic just launched Claude Opus 4.8. Also, there two Claude Code updates shipped with it. Dynamic workflows run many subagents in parallel. Fast mode now supports Opus 4.8 at a lower price. Both are research previews.
What Dynamic Workflows Actually Are
A dynamic workflow is a JavaScript script that orchestrates subagents at scale. Claude writes the script for the task you describe. A runtime then executes it in the background. Your session stays responsive while agents work.
The plan moves into code, not Claude’s context window. Intermediate results live in script variables instead. So Claude’s context holds only the final answer. That is the core difference from subagents and skills.
The feature requires Claude Code v2.1.154 or later. It runs in the CLI, Desktop, and VS Code extension. It is available on Max, Team, and Enterprise plans. It is on by default on Max and Team. On Enterprise it is off until an admin enables it. It also runs on the Claude API, Amazon Bedrock, Vertex AI, and Microsoft Foundry.
You can start a workflow in two ways. Include the word workflow anywhere in your prompt. Or turn on a setting called ultracode. Ultracode combines xhigh reasoning effort with automatic workflow orchestration. Claude Code also bundles /deep-research as a built-in workflow.
How a Workflow Runs
When a workflow kicks off, Claude plans dynamically from your prompt. It breaks the task into subtasks. It fans work across subagents running in parallel. Agents address the problem from independent angles. Other agents then try to refute those findings. The run iterates until the answers converge. Results are checked before they are folded in.
The runtime applies hard limits. It allows up to 16 concurrent agents. It caps each run at 1,000 agents total. The workflow script itself cannot touch the filesystem or shell. Only the agents read, write, and run commands.
Progress is saved as the run proceeds. An interrupted job resumes within the same session. Completed agents return cached results on resume. Coordination happens outside the conversation, so the plan stays on track.
The Bun Rewrite Example
Anthropic highlighted one large example. Jarred Sumner used dynamic workflows to port Bun. The port moved Bun from Zig to Rust. It passed 99.8% of the existing test suite. It produced roughly 750,000 lines of Rust. It took eleven days from first commit to merge.
One workflow mapped the correct Rust lifetime for every struct field. The next wrote each .rs file as a behavior-identical port. Hundreds of agents worked in parallel, with two reviewers per file. A fix loop then drove the build and test suite until clean. The result is not yet in production.
What is Fast Mode Actually
Fast mode is not a different model. It is a high-speed configuration of Claude Opus. It delivers 2.5x faster output token speeds. Model intelligence and capabilities stay the same. You toggle it with /fast in Claude Code. A small ↯ icon marks an active session.
Fast mode trades cost for speed. For Opus 4.7 and 4.6, it is priced at $30/$150 per MTok. According to Anthropic official release, fast mode for Opus 4.8 is three times cheaper. It requires usage credits enabled on your account. It draws from those credits, not your plan’s included usage. It is best for rapid iteration and live debugging. Standard mode still fits long autonomous or cost-sensitive tasks.
Strengths and What to Watch
Strengths:
Workflows handle codebase-wide bug hunts, large migrations, and cross-checked research end-to-end.
Adversarial review and convergence aim for results a single pass cannot reach.
Fast mode keeps Opus-level quality while cutting latency for interactive work.
Resumable runs mean an interrupted workflow does not start over.
What to watch:
Both features consume meaningfully more tokens than a typical session.
A run can spawn up to 1,000 agents, so costs climb fast.
Fast mode bills from the first token at the higher rate.
Both ship as research previews, so pricing and availability may change.
Marktechpost’s Visual Explainer
Key Takeaway
Anthropic just launched Claude Opus 4.8, with two Claude Code updates: dynamic workflows and cheaper fast mode.
Dynamic workflows let Claude write orchestration scripts that run tens to hundreds of parallel subagents, capped at 16 concurrent and 1,000 total per run.
The plan lives in script variables, not Claude’s context, so only the final answer returns to your session.
Fast mode runs Opus at 2.5x output speed with identical quality; it’s now three times cheaper for Opus 4.8 and needs usage credits enabled.
Both ship as research previews and consume meaningfully more usage, so start scoped and verify outputs.
Check out the Project and Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.
