CLAUDE LABJP
WORKFLOWS — Dynamic workflows are GA in Claude Code: Claude plans the work, runs hundreds of parallel subagents in one session, and verifies outputs before reporting backSCALE — Paired with Opus 4.8, Claude Code can carry codebase-scale migrations across hundreds of thousands of lines from kickoff to mergeULTRACODE — The ultracode setting, via the effort menu, sets effort to xhigh and lets Claude decide automatically when to use a workflowEFFORT — claude.ai adds an effort control beside the model selector; pick extra (xhigh in Code) or max for harder, long-running tasksWFSIZE — A Dynamic workflow size setting in /config controls how large Claude makes workflows (small, medium, or large agent counts)OPUS48 — Claude Opus 4.8 remains generally available, improving on 4.7 across coding, agentic skills, reasoning, and knowledge workWORKFLOWS — Dynamic workflows are GA in Claude Code: Claude plans the work, runs hundreds of parallel subagents in one session, and verifies outputs before reporting backSCALE — Paired with Opus 4.8, Claude Code can carry codebase-scale migrations across hundreds of thousands of lines from kickoff to mergeULTRACODE — The ultracode setting, via the effort menu, sets effort to xhigh and lets Claude decide automatically when to use a workflowEFFORT — claude.ai adds an effort control beside the model selector; pick extra (xhigh in Code) or max for harder, long-running tasksWFSIZE — A Dynamic workflow size setting in /config controls how large Claude makes workflows (small, medium, or large agent counts)OPUS48 — Claude Opus 4.8 remains generally available, improving on 4.7 across coding, agentic skills, reasoning, and knowledge work
Articles/Claude Code
Claude Code/2026-07-15Advanced

Choosing Dynamic Workflow Size and Effort From a Ledger, Not a Hunch

Dynamic Workflows went generally available, handing you the workflow size and effort dials. After a week of picking large and watching only the bill grow, here is how to turn Claude Code's OpenTelemetry console output into a ledger and assign size and effort per task type.

Claude Code189Dynamic WorkflowsOpenTelemetry2cost design3

Premium Article

The moment I noticed a new line in /config labelled Dynamic workflow size, I set it to large. If the dial exists, bigger must be better — that was the whole of my reasoning.

A week later, the only thing that had grown was the usage graph in Console. The nightly research runs behind my four technical blogs were not visibly better than they had been on small. The spend kept stacking up anyway, and I could not have told you what had increased and what had not.

That is what it means for a dial to land in your hands. Decisions the default used to make quietly become yours. What follows is how I pried that decision loose from my gut and put it on a ledger.

The Two Dials You Just Inherited

Dynamic Workflows reached general availability on 2026-07-15, across the CLI, Desktop, the VS Code extension, and via the API, Bedrock, Vertex AI, and Foundry. Claude plans the work, runs many parallel subagents inside one session, and verifies its own output before reporting back. That shape is unchanged from the research preview.

What changed is that two things are now yours to hold.

DialWhereDirection it pushes
Dynamic workflow size/config (small / medium / large)Rough subagent count. Width of the search
effortThe effort menu (up to xhigh in Claude Code)Tokens spent per judgement. Depth

Turning on the ultracode setting raises effort to xhigh and also lets Claude decide whether to reach for a workflow at all. Convenient — but raise both dials at once and you lose the ability to say which one the extra spend came from. That is precisely how I wasted a week.

Dynamic Workflows is available on the Enterprise, Team, and Max plans. If you are on Pro and cannot find the setting, nothing is misconfigured. For getting a workflow running at all, I covered that ground in running Dynamic Workflows and what parallel subagents actually feel like.

What Gets Better With Size, and What Does Not

Staring at a week of logs, a shape finally emerged. Adding parallel subagents buys you width of search: gathering candidates broadly, verifying from several independent angles, closing gaps. For that class of work, headcount converts directly into quality.

When the search is narrow to begin with, extra heads all walk to the same place. My article research touches four or five sources. Setting large on that task simply produced more subagents arriving at the same conclusion.

Anthropic reports that Opus 4.8 misses defects in its own code at roughly a quarter of the previous generation's rate, and has published a case of a 750,000-line migration completed in 11 days with a 99.8% test pass rate. That is exactly where large earns its keep: the changes are scattered across tens of thousands of files, so the width of the search is the job. My four blogs simply do not have a search surface that big.

So the real question was never "is bigger better." It was "how wide is this task's search surface" — and that is measurable.

Thank you for reading this far.

Continue Reading

What follows includes implementation code, benchmarks, and practical content we hope you'll find useful. This site runs without ads — server and development costs are supported entirely by members like you. If it's been helpful, we'd be truly grateful for your support.

WHAT YOU'LL LEARN
See exactly what pinning workflow size to large does and does not buy you, split across tokens, wall time, and a pass/fail column
Turn CLAUDE_CODE_ENABLE_TELEMETRY console output into a per-run cost and token ledger in under 100 lines
Get a sweep harness that runs one task across size x effort, plus the assignment table I derived from its output
Secure payment via Stripe · Cancel anytime

Unlock This Article

Get full access to the rest of this article. Buy once, read anytime. This site is ad-free — your support goes directly toward keeping it running.

or
Unlock all articles with Membership →
Share

Thank You for Reading

Claude Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $10 for lifetime access
View Membership →

Related Articles

Claude Code2026-07-15
The Types Landed, but Nothing Got Safer — Where I Delegated a JS→TS Migration to Claude Code, and Where I Didn't
A green tsc run does not mean any is gone. Measuring a migration by type coverage, drawing a clear line between what Claude Code handles well and what a human must decide, and a CI ratchet that refuses regressions.
Claude Code2026-07-14
An Empty Variable and rm -rf: How Claude Code's Auto Mode Preflight Saved My Late-Night Cleanup
One night I let Claude Code sweep the build caches out of several app repositories at once, and an empty variable nearly turned a targeted cleanup into a wide delete. Here is the field record of being saved by auto mode's rm -rf preflight, and the confirmation rules I built afterward.
Claude Code2026-07-10
Carrying Decisions Across Compaction with PreCompact and SessionEnd Hooks
Auto-compaction does not delete your conversation. It deletes the reasons behind it. Here is a working PreCompact / SessionEnd / SessionStart hook pipeline that rescues decisions to disk and hands them to the next session, with real code and measurements.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links
See all →