CLAUDE LABJP
SUNSET — The legacy Workbench and experimental prompt tool APIs retire tomorrow, August 17, one day outLATEST — Version 2.1.233, released August 15, is current: GitLab merge request URLs now work with --worktree and the claude agents view, where MRs appear as !NSECURITY — Windows paths written with the NT \??\ device prefix no longer bypass UNC validation, closing an NTLM credential-leak vectorTODO — Todo and task tracking tools are off by default on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models; set CLAUDE_CODE_ENABLE_TODO_TOOLS=1 to bring them backFORK — Version 2.1.232, released August 14, makes subagent_type: 'fork' the default, so a forked subagent inherits the full conversation and prompt cacheMENTION — Typing @ in the prompt now mentions another Claude session by name, and SendMessage reaches that session directlySUNSET — The legacy Workbench and experimental prompt tool APIs retire tomorrow, August 17, one day outLATEST — Version 2.1.233, released August 15, is current: GitLab merge request URLs now work with --worktree and the claude agents view, where MRs appear as !NSECURITY — Windows paths written with the NT \??\ device prefix no longer bypass UNC validation, closing an NTLM credential-leak vectorTODO — Todo and task tracking tools are off by default on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models; set CLAUDE_CODE_ENABLE_TODO_TOOLS=1 to bring them backFORK — Version 2.1.232, released August 14, makes subagent_type: 'fork' the default, so a forked subagent inherits the full conversation and prompt cacheMENTION — Typing @ in the prompt now mentions another Claude session by name, and SendMessage reaches that session directly
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 Code221Dynamic WorkflowsOpenTelemetry2cost design4

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-08-14
One generated file outweighed all 70 hand-written source files, so I redrew what Claude Code may read
I profiled a repository I actually run to see which areas consume the most context. Here is what I found, the deny rules I settled on, how search selectivity changes the math, and the options I considered but rejected.
Claude Code2026-08-16
A Runaway Build Dies Very Differently Under cgroup Than Under ulimit
Claude Code v2.1.233 added opt-in memory cgroup support for Bash tool commands on Linux. Capping virtual address space with ulimit -v and capping physical memory with a cgroup produce completely different failures — and only one of them lets your Node build start at all.
Claude Code2026-08-16
Tracking Multi-Step Work in Claude Code Now That the Todo Tools Are Off by Default
Since Claude Code v2.1.233, TodoWrite and the Task tools are left out on the newer models. Here are the three branches to check before you set the opt-in variable, the PostToolUse ledger I put in their place, and the measured point where that ledger quietly corrupts under parallel agents.
📚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 →