Claude Code Workflows Are A Gift From The AI Gods
Six composable patterns that turn Claude Code into a real multi-agent orchestrator — with two live workflow demos and a token-budget survival guide.
June 4thA 20-minute explainer that traces the lineage from ReAct to agent loops, names the three controls that prevent token blowouts, and gives three concrete loops anyone can run this week.
Agent loops are not a new capability but a disciplined way to chain Ralph loops together, and the only reason they burn tokens is that most people skip the three controls every production loop needs.
Every agent loop is a series of Ralph loops — fresh-context, goal-directed cycles — chained together with hard guardrails. The three controls that prevent runaway costs are a max iteration cap, stall detection, and a per-sub-agent token ceiling. Three loops worth running now: issue backlog drain via /goal, UI verification (screenshot, DOM inspect, compare against design specs, retry), and a code review babysitter that loops on a timer to auto-rebase and shepherd PRs. The prerequisite for all of them is already being comfortable running 2-3 parallel agent sessions manually without losing the thread.
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 →
Opens on Peter Steinberger's viral tweet. Frames the video as finding the middle ground between AI haters and AI defenders.

Lineage walkthrough: ReAct paper (reason-act-observe) -> AutoGPT (self-prompting, rabbit-hole prone) -> Ralph Loop (forced amnesia, fresh context each iteration) -> /goal (Ralph loop with completion criteria).

Defines a loop as a small program that prompts, reads, decides done/not-done, re-prompts. Argues context quality and guardrail granularity are personal decisions, not universal defaults.

The three controls: max iterations, no-progress detection, token ceilings. Uber's AI budget disaster as a cautionary case. Workflows vs pure loops — why external orchestration logic is safer.

Three honest open problems: handling ambiguity (vision.md as partial answer), where planning lives (intent vs implementation), and where the human needs to step back in. Prerequisite check: can you run 2-3 parallel manual sessions today?

Loop 1: issue backlog drain via /goal on GitHub issues. Loop 2: UI verification loop (screenshot, DOM inspect, compare against design specs, retry to pixel fidelity). Loop 3: /babysit code review loop from Boris Cherny.
Loops do not inherently waste tokens — they waste tokens when you skip the guardrails, and the guardrails are three specific settings, not a vibe.
“A loop is a small program that you build that prompts the agent for you, reads what it produced, decides if it's done or not, and then re-prompts it if it's not.”
“Loops are like plumbing. But if you're pouring concrete in eggshells down there, you're gonna have a really bad time.”
“If you can't run that entire process yourself right now, building a loop is a really, really bad idea.”
“The orchestration logic actually lives outside of Claude Code itself.”
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.
One viral tweet — "You should be designing loops that prompt your agents" — sent the AI-coding corner of Twitter into its usual civil war. Here is the calm read-through: what loops actually are, why the token horror stories are a configuration problem not an architecture problem, and three loops you can put to work this week.
Historical progression showing each step solved the previous one's failure mode.
The minimum guardrails every production loop needs. All three are configurable in Claude Workflows as JavaScript variables.
Loops are plumbing infrastructure. Skills are the substance that flows through. A loop without strong underlying skills just automates bad outputs faster.
“check out the one I did last week on Claude workflows because it's kind of the manifestation in a lot of ways of this concept of a loop”
Soft verbal close linking to prior video. No hard subscription push until the final 10 seconds.
00:00
00:22
00:36
00:53
01:08
01:23
01:39
01:54
02:09
02:24
02:40
02:55
03:10
03:26
03:41
03:56
04:08
04:27
04:42
04:57
05:12
05:28
05:43
05:58
06:13
06:33
06:44
06:59
07:14
07:30
07:45
08:00
08:16
08:31
08:46
09:01
09:17
09:32
09:47
10:02
10:17
10:33
10:48
11:09
11:12
11:34
11:49
12:04
12:20
12:35
12:50
13:06
13:21
13:36
13:51
14:07
14:22
14:37
14:54
15:08
15:23
15:38
15:53
16:14
16:24
16:39
16:54
17:10
17:25
17:40
17:55
18:13
18:26
18:41
18:57
19:12
19:27
19:42
19:58
20:20Six composable patterns that turn Claude Code into a real multi-agent orchestrator — with two live workflow demos and a token-budget survival guide.
June 4thA 14-minute live demo of five Matt Pocock skills that close the gap between vibe coders and professional engineers.
May 14thSean Kochel road-tests Open Design — a 22.4K-star, BYOK, local-first clone of Claude Design — by shipping a landing page, an iOS app, and a desktop chat UI in under fifteen minutes of total prompting.
May 4thA 21-minute walkthrough of OpenSpec — the spec-first CLI that drives Claude Code through propose, apply, archive, and the killer sync command that keeps your docs from drifting.
April 30thA terminal-based skill pipeline that feeds Claude Design the context it needs to generate professional UI mockups instead of generic AI output.
April 23rdWhy the skill backbone — not the dashboard — is where all the real value in a Claude Code Agentic OS lives.
May 14th