Claude Opus 4.8 Ships with Dynamic Workflows and 2.5x Fast Mode

Anthropic released Claude Opus 4.8 on May 28 — same price as 4.7, now the default across all platforms. The capability bumps are incremental; the structural changes are not. Two features reshape how the model operates at scale: dynamic workflows in Claude Code (a research preview), and a meaningful honesty calibration upgrade. Four independent source batches covered the launch the same day.

What the Source Actually Says

Dynamic workflows — also called "ultra code" — turns Claude Code into an orchestration engine. When enabled, it makes a plan, spawns up to approximately 1,000 parallel subagents to execute parallel work streams, and routes results through adversarial judges before surfacing them. One agent proposes, another refutes, and results converge before the user sees output. The official Anthropic launch described it as targeting large-scale tasks like multi-file migrations. It is on by default in Claude Code.

Fast Mode delivers the same Opus 4.8 model at 2.5x speed, 3x cheaper than standard — accessible via /fast in Claude Code and an API waitlist. Alongside this: user-controllable effort (choose thinking depth per response), mid-task instruction updates that don't break prompt cache, 1M token context with 128k max output, and availability across AWS, Google Cloud, and Azure.

The honesty upgrade is the quiet headline. AlphaSignal framed it directly: "Agentic AI only works if you can trust it unsupervised — honesty isn't a nice-to-have anymore, it's the product." Practitioners confirmed the shift: Nate Herk noted Opus 4.7 would "sometimes lie to you"; Wharton professor Ethan Mollick demonstrated Opus 4.8 autonomously authoring a minor academic paper in Claude Code — processing hundreds of research files, running robustness checks, and producing full LaTeX output. GPT-5.5 Pro, used as reviewer, caught one hallucinated result; Claude corrected it. Lev Selector called the dynamic workflows development "actually huge — more honest, less hallucinating." Anthropic's $65B Series H at $965B valuation closed the same day.

Strategic Take

The adversarial verification pattern inside dynamic workflows is the structural primitive worth watching — it reduces errors through redundancy built into the workflow itself, not better prompting. Teams building production agentic pipelines should treat dynamic workflows as a first-class integration target: the model earns trust by catching its own mistakes before surfacing them.