The argument in one line.
Dynamic workflows earn their token cost through verification, not volume: a second wave of agents that adversarially checks the first wave is what makes Claude Code outputs trustworthy rather than merely fast.
Read if. Skip if.
- You use Claude Code daily and have accumulated more than a handful of sessions, skills, or CLAUDE.md files.
- You have been burned by a Claude research output that sounded confident but turned out to be ungrounded.
- A new model just dropped and you want an upgrade guide calibrated to your actual prompting patterns, not a generic changelog.
- Your ~/.claude folder has grown organically for months and you suspect it contains dead weight, contradictions, or duplicate skills.
- You have not used Claude Code yet -- multi-agent workflows compound on top of a working baseline you do not have yet.
- You are looking for no-code AI automation; this requires writing workflow prompts and understanding JSONL file structure.
The full version, fast.
Most people use Claude Code as a single-thread chatbot. Dynamic workflows let one Claude instance spawn and coordinate a fleet of sub-agents in a single window. The video walks through three patterns: mining your own JSONL session logs to generate a personalized model-migration guide; using Apify to pull real X threads, then running 200 adversarial agents to fact-check 170 claims (116 survived); and auditing your .claude folders to find duplicated skills, contradictory rules, and at least one hardcoded API key. The lesson across all three: the verification pass -- the second wave of agents that checks the first -- is what earns the token spend.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · The report it built in an hour
Opens on the live HTML upgrade guide personalized to the host actual session history. Hook is the output, not the process.

02 · The 3 use cases
Promises three workflow patterns, teases the third as most useful, retention hook to end.

03 · Use case 1: Opus 4.8 upgrade guide
Walks through the report output -- prompting pattern changes, checklist, what stays vs. what shifts.

04 · The model-is-insane trap
Shows a grid of INSANE thumbnail mockups -- the problem the workflow solves. Generate your own tutorial from your own data instead.

05 · The prompt (JSONL + claude-code-guide)
Shows the full 3-step workflow prompt live on screen: data analysis, model comparison via claude-code-guide, synthesis and HTML output.

06 · Make a 2-min video + a skill
Pipes the HTML report into Hyperframes to auto-generate a tutorial video. Saves the full pipeline as a reusable /model-migration skill.

07 · Use case 2: self-checking deep research
Introduces adversarial verification as the key differentiator over single-agent research. Shows live fact-check report on dynamic workflows claims.

08 · The research prompt (Apify X scraper)
Shows the full research prompt -- Apify setup, angle fan-out, adversarial verify pass, claim-survival scoring.

09 · Use case 3: audit your .claude
Fans out agents across global and project .claude folders. Shows live audit report: duplicated skills, contradictory rules, hardcoded API key, stale demo skills.

10 · More uses + grab the prompts
Extends to other domains like travel booking. CTAs for Living Course and free prompts pack.
Lines worth screenshotting.
- Dynamic workflows are most useful for verification, not volume -- the second agent pass that checks the first is what makes outputs trustworthy.
- Your Claude Code JSONL files contain every session you have ever had; a workflow can mine all of them for personalized prompting-pattern analysis in under an hour.
- The claude-code-guide agent is a native Claude Code sub-agent trained on Anthropic internals -- it acts as a live fact-checker against the actual release notes, not your memory of them.
- 170 X claims about dynamic workflows were examined adversarially; 116 survived, 14 were cut, 40 could not be confirmed -- the viral framing almost never matches the underlying GitHub PR.
- The Bun port is real and the demo genuinely happened; the specific numbers were inflated -- the actual merged PR added ~1.07M lines over 6 days, not 750K lines in 11 days.
- Token burn from multi-agent workflows can be scoped down interactively -- Claude will ask how deep to go, and you can cut from 70 agents to 20 before it starts.
- Your ~/.claude folder accumulates dead weight faster than you think: 10 stock Anthropic skills duplicated byte-for-byte, a demo skill never used again, and contradictory model rules are all common findings.
- The /model-migration skill pattern is model-agnostic -- the same workflow built for Opus 4.7-to-4.8 will work for any future model drop with no changes.
- Hyperframes (heygen-com/hyperframes) is an open-source library that converts HTML to video -- wiring it to Claude Code lets a workflow auto-generate a 2-minute tutorial from the report it just produced.
- Dynamic workflows are not a daily tool -- there are only a handful of tasks that justify the token burn, and monthly is roughly the right cadence for ecosystem audits.
Verification is the workflow, not a step.
A second wave of agents that argues against the first is what earns the token cost of multi-agent workflows -- and it applies to research, model migrations, and your own tool setup alike.
- Your Claude Code JSONL files are a complete record of how you actually prompt -- mining them gives you a model-transition guide calibrated to your patterns, not a generic changelog.
- Reusable skills are the compounding return on agentic work -- saving a completed workflow as a skill means the next model drop costs one command instead of rebuilding from scratch.
- Single-agent research cannot fact-check itself; there is no internal devil advocate, so confident-sounding outputs are still unverified until a second agent explicitly tries to refute them.
- Adversarial verification is a structural choice, not a prompt tweak -- it requires a separate verification pass with access to primary sources, not just asking the first agent to double-check.
- Of 170 X claims about dynamic workflows examined adversarially, 116 survived and 14 were cut -- the viral framing of real events is frequently inflated even when the underlying feature is genuine.
- A Claude Code setup that has grown organically for months reliably contains duplicate skills, contradictory rules, and at least one hardcoded secret; an audit workflow surfaces these faster than manual review.
- Token burn from multi-agent workflows can be negotiated interactively -- Claude will ask how deep to go, and scoping down from 70 agents to 20 before the run starts is a legitimate cost-control strategy.
- The value ceiling of dynamic workflows is set by task type, not ambition -- they suit large, messy, multi-source problems that need validation; they are wasteful for tasks a single sharp prompt handles.
Terms worth knowing.
- Dynamic workflow
- A Claude Code feature where the model writes and executes its own orchestration script, spawning and coordinating multiple sub-agents in parallel within a single session window.
- JSONL file
- The conversation log format Claude Code writes to disk -- one JSON object per line, capturing every message, tool call, and model response from a session. Stored at ~/.claude/projects/.
- claude-code-guide agent
- A built-in Claude Code sub-agent specialized in Anthropic internal documentation, release notes, and the Claude Code codebase. Invoked by name to cross-reference official sources.
- Adversarial verification pass
- A second wave of agents assigned to argue against the findings of the first wave. Each claim requires a 3-lens majority vote (primary source, corroborating evidence, refuting evidence) to survive.
- Ultracode
- An extended Claude Code mode that allows higher agent concurrency and longer-horizon tasks, at a substantially higher token cost per run.
- Hyperframes
- An open-source library by Heygen (github.com/heygen-com/hyperframes) designed to convert self-contained HTML files into rendered video -- built explicitly for agent-generated content pipelines.
- Apify actor
- A packaged scraping or automation task on the Apify platform, runnable via API. Used here to pull real X threads rather than relying on web articles about X posts.
- Model migration skill
- A reusable Claude Code skill (/model-migration) that encodes the full JSONL-mining pipeline so it can be re-run with one command on any future model release.
Things they pointed at.
Lines you could clip.
“You upgraded on evidence, not vibes.”
“There is no devil advocate outside of that one running session.”
“The Bun port is real. The viral framing is not.”
“There are only a handful of tasks that really deserve the level of token burn that you get by spinning up all these agents.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
A generated HTML report -- personalized to 1,500 real Claude Code sessions, not pulled from a changelog -- is the opening image. The contrast is immediate: this is what you get when you stop watching other people tutorials and point the model at your own work.
Named ideas worth stealing.
3-Step Dynamic Workflow Prompt Structure
- Step 1 Data Analysis -- recursively read all JSONL files, categorize prompting patterns, skill invocations, tool uses, agentic behaviors
- Step 2 Model Comparison -- use claude-code-guide agent to cross-reference official release notes against your actual usage patterns
- Step 3 Synthesis and Output -- produce self-contained HTML with executive summary, usage profile, macro/micro differences, prompting upgrades, skill recommendations, migration checklist
The exact 3-step prompt structure for generating a personalized model-migration guide from your own JSONL logs.
Adversarial Verification Pass
- Pull claims from primary sources via X scraper or GitHub
- Fan out research agents across multiple angles simultaneously
- Run a 3-lens verification panel on every claim: primary source / corroborating / refuting
- Require majority vote to survive; tag SURVIVED, CUT, or COULD NOT CONFIRM
- Every surviving claim carries an inline source link
The pattern for turning a fast research answer into a verified one by having a second wave of agents argue against the first.
Ecosystem Audit Severity Tiers
- HIGH -- Duplicate skills, hardcoded secrets, stale banned-section titles
- MEDIUM -- Overlapping skills that are supersets of each other, conflicting model defaults across CLAUDE.md files
- LOW -- ASCII-split skills that should be one template, follow-up rules duplicated across skill files
Three-tier severity classification for .claude cleanup actions.
How they asked for the click.
“If you want access to exclusive skills just like this one, along with all the exclusive content that we keep adding to our Claude Code Living course, then check out the first link down below.”
Mid-roll placement before use case 2, at the natural break after the model-migration skill demo. Aggressive but timed to a high-value moment. Secondary CTA at 11:25 for free prompts pack.






































































