|

Anthropic Ships Claude Opus 4.8 Alongside Dynamic Workflows and Cheaper Fast Mode, With Workflows Capped at 1,000 Subagents

Anthropic simply launched Claude Opus 4.8. Also, there two Claude Code updates shipped with it. Dynamic workflows run many subagents in parallel. Fast mode now helps Opus 4.8 at a lower cost. Both are analysis previews.

What Dynamic Workflows Actually Are

A dynamic workflow is a JavaScript script that orchestrates subagents at scale. Claude writes the script for the duty you describe. A runtime then executes it within the background. Your session stays responsive whereas brokers work.

The plan strikes into code, not Claude’s context window. Intermediate outcomes reside in script variables as a substitute. So Claude’s context holds solely the ultimate reply. That is the core distinction from subagents and abilities.

The characteristic requires Claude Code v2.1.154 or later. It runs within the CLI, Desktop, and VS Code extension. It is offered on Max, Team, and Enterprise plans. It is on by default on Max and Team. On Enterprise it’s off till an admin allows it. It additionally runs on the Claude API, Amazon Bedrock, Vertex AI, and Microsoft Foundry.

You can begin a workflow in two methods. Include the phrase workflow anyplace in your immediate. Or activate a setting referred to as ultracode. Ultracode combines xhigh reasoning effort with computerized workflow orchestration. Claude Code additionally bundles /deep-research as a built-in workflow.

How a Workflow Runs

When a workflow kicks off, Claude plans dynamically out of your immediate. It breaks the duty into subtasks. It followers work throughout subagents operating in parallel. Agents tackle the issue from unbiased angles. Other brokers then attempt to refute these findings. The run iterates till the solutions converge. Results are checked earlier than they’re folded in.

The runtime applies exhausting limits. It permits as much as 16 concurrent brokers. It caps every run at 1,000 brokers complete. The workflow script itself can not contact the filesystem or shell. Only the brokers learn, write, and run instructions.

Progress is saved because the run proceeds. An interrupted job resumes throughout the similar session. Completed brokers return cached outcomes on resume. Coordination occurs exterior the dialog, so the plan stays on observe.

The Bun Rewrite Example

Anthropic highlighted one giant instance. Jarred Sumner used dynamic workflows to port Bun. The port moved Bun from Zig to Rust. It handed 99.8% of the present take a look at suite. It produced roughly 750,000 traces of Rust. It took eleven days from first decide to merge.

One workflow mapped the proper Rust lifetime for each struct area. The subsequent wrote every .rs file as a behavior-identical port. Hundreds of brokers labored in parallel, with two reviewers per file. A repair loop then drove the construct and take a look at suite till clear. The end result will not be but in manufacturing.

What is Fast Mode Actually

Fast mode will not be a distinct mannequin. It is a high-speed configuration of Claude Opus. It delivers 2.5x sooner output token speeds. Model intelligence and capabilities keep the identical. You toggle it with /quick in Claude Code. A small icon marks an energetic session.

Fast mode trades price for pace. For Opus 4.7 and 4.6, it’s priced at $30/$150 per MTok. According to Anthropic official launch, quick mode for Opus 4.8 is thrice cheaper. It requires utilization credit enabled in your account. It attracts from these credit, not your plan’s included utilization. It is finest for speedy iteration and reside debugging. Standard mode nonetheless suits lengthy autonomous or cost-sensitive duties.

Strengths and What to Watch

Strengths:

  • Workflows deal with codebase-wide bug hunts, giant migrations, and cross-checked analysis end-to-end.
  • Adversarial evaluate and convergence goal for outcomes a single go can not attain.
  • Fast mode retains Opus-level high quality whereas reducing latency for interactive work.
  • Resumable runs imply an interrupted workflow doesn’t begin over.

What to look at:

  • Both options eat meaningfully extra tokens than a typical session.
  • A run can spawn as much as 1,000 brokers, so prices climb quick.
  • Fast mode payments from the primary token at the upper price.
  • Both ship as analysis previews, so pricing and availability might change.

Marktechpost’s Visual Explainer

Claude Code · Practical Guide

Dynamic Workflows & Fast Mode in Claude Opus 4.8

What Anthropic launched on May 28, 2026, and the best way to use it. Written for early-level AI engineers, software program engineers, and knowledge scientists.

Marktechpost

01 · What launched

Two Claude Code updates, shipped with Opus 4.8

  • Anthropic launched Claude Opus 4.8 on May 28, 2026.
  • Dynamic workflows run many subagents in parallel inside Claude Code.
  • Fast mode now helps Opus 4.8 at a lower cost.
  • Both ship as analysis previews.

02 · The idea

What a dynamic workflow really is

  • A JavaScript script that orchestrates subagents at scale.
  • Claude writes the script for the duty you describe.
  • A runtime executes it within the background whereas your session stays responsive.
  • The plan lives in script variables, not Claude’s context window.
  • Only the ultimate reply returns to your session.

03 · Mechanics

How a workflow runs

  • Claude plans dynamically out of your immediate and breaks it into subtasks.
  • Subagents run in parallel, addressing the issue from unbiased angles.
  • Other brokers then attempt to refute these findings.
  • The run iterates till the solutions converge.
  • Results are verified earlier than something reaches you.

04 · Limits & entry

The exhausting limits and the place it runs

  • Up to 16 concurrent brokers, and 1,000 brokers complete per run.
  • The script can not contact the filesystem or shell; solely brokers do.
  • Progress is saved; an interrupted run resumes in the identical session.
  • On by default on Max and Team; Enterprise wants an admin.
  • Requires Claude Code v2.1.154 or later.

05 · Getting began

Three methods to begin a workflow

  • Include the phrase workflow anyplace in your immediate.
  • Turn on ultracode, which units xhigh effort plus auto orchestration.
  • Run the bundled /deep-research workflow.
# 1. Trigger a workflow with the key phrase
Run a workflow to audit each API endpoint beneath src/routes/ for lacking auth checks

# 2. Let Claude resolve when to make use of one
/effort ultracode

# 3. Use the built-in analysis workflow
/deep-research What modified within the Node.js permission mannequin between v20 and v22?

06 · In apply

The Bun rewrite instance

99.8%current take a look at suite passing
~750Ktraces of Rust produced
11 daysfirst decide to merge

  • Jarred Sumner used dynamic workflows to port Bun from Zig to Rust.
  • Hundreds of brokers ran in parallel, with two reviewers per file.
  • The end result will not be but in manufacturing.

07 · Fast mode

Same Opus, sooner output

  • Not a distinct mannequin; a high-speed configuration of Claude Opus.
  • 2.5x sooner output token speeds at equivalent high quality.
  • Toggle with /quick; a icon marks it energetic.
  • $30 / $150 per MTok on 4.7 and 4.6; thrice cheaper for Opus 4.8.
  • Requires utilization credit; finest for speedy iteration and reside debugging.

08 · Decision

Which one to achieve for

  • Use a workflow when one dialog can not coordinate the brokers.
  • Use quick mode when latency issues greater than price.
  • Both eat meaningfully extra utilization than a typical session.
  • Start scoped, watch utilization, and confirm outputs earlier than trusting lengthy runs.

09 · Sources

Read the first docs

  • Anthropic — Introducing Claude Opus 4.8
  • Claude — Introducing dynamic workflows in Claude Code
  • Claude Code docs — Orchestrate subagents at scale with dynamic workflows
  • Claude Code docs — Speed up responses with quick mode

Marktechpost · AI engineering protection

01 / 10

Key Takeaway

  • Anthropic simply launched Claude Opus 4.8, with two Claude Code updates: dynamic workflows and cheaper quick mode.
  • Dynamic workflows let Claude write orchestration scripts that run tens to a whole bunch of parallel subagents, capped at 16 concurrent and 1,000 complete per run.
  • The plan lives in script variables, not Claude's context, so solely the ultimate reply returns to your session.
  • Fast mode runs Opus at 2.5x output pace with equivalent high quality; it is now thrice cheaper for Opus 4.8 and wants utilization credit enabled.
  • Both ship as analysis previews and eat meaningfully extra utilization, so begin scoped and confirm outputs.


Check out the Project and Technical detailsAlso, be at liberty to observe us on Twitter and don’t neglect to hitch 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 companion with us for selling your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar and so on.? Connect with us

The submit Anthropic Ships Claude Opus 4.8 Alongside Dynamic Workflows and Cheaper Fast Mode, With Workflows Capped at 1,000 Subagents appeared first on MarkTechPost.

Similar Posts