We ran Fable through 600+ tests. It's amazing
Zapier's Automation Bench ran Claude Fable 5.0 against hundreds of realistic business workflows — here's what the numbers actually mean.
June 9thAndrew Warner spends a day cramming on "agent loops," then brings Matthew Berman on screen-share to react to five other creators' examples before showing off — and fixing — his own.
A loop is just a trigger plus a goal wrapped around an AI agent, and the entire skill of using one well comes down to picking a goal the agent can verify itself against rather than leaving the judgment call to the model.
Everyone in AI coding started talking about "loops" the same week, so the host spent a day studying five creators' examples and brought an expert on screen-share to react to each. The core framework: a loop needs a trigger (manual, scheduled, or action-based) and a goal, and goals split into two tiers — verifiable (a hard number like "page load under 50ms" or "CTR over 10%") and LLM-as-judge (the model decides when it's good enough, which is weaker and burns more tokens). Claude Code's slash loop is for scheduling; slash goal is for continuous iteration toward an end state, and they can be combined. The video closes with the host abandoning a vague "make my slides look better" loop in favor of a concrete one: fixing a broken drag-to-reorder feature that manual back-and-forth with Claude had failed to solve, which the loop fixed by letting the agent test and retry on its own instead of trusting its self-reported "it's done."
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 →
Cold open explains the trend: Peter Steinberger and Boris Cherny's viral posts about loops landing the same day, host announces he crammed all day to learn loops and will show Matthew Berman what he found.

The two open a shared screen and set expectations for walking through real examples together.

Reaction to Nate Herk's thumbnail-generation loop: 10 concepts scored against MrBeast-style thumbnails on a rubric, top 3 refined and rescored across versions until one wins.

Matthew distills the core definition on a whiteboard-style screen: every loop needs a trigger (manual, scheduled, or action) and a goal.

Distinction drawn between hard-number verifiable goals (CTR, page load speed) and softer goals where the model itself judges completion.

How I AI creator Claire's Codex automation is reviewed; Codex's built-in automation template library is highlighted as a starting point for the terminology-confused.

Discussion of running loops in the cloud vs. locally; Matthew explains most current tools (Cursor, Codex, Claude Code) run loops locally rather than in a hosted worker.

Claire's automation spins up a dedicated validation sub-agent per identified skill; Matthew explains he mostly leaves sub-agent orchestration to the harness rather than managing it manually.

Matthew calls Claire's mid-session thread management "very sophisticated," notes running 10-15 parallel Codex threads can bog down even a powerful machine.

Host laments loops living on the desktop rather than the cloud; Matthew estimates cloud agents are three to five months behind local capability.

Matthew walks through Claude Code's slash loop (scheduling) vs slash goal (iterate to an end state) commands and gives a realistic example: loop every 5 minutes comparing progress against spec.md until complete.

Loops get harder when the goal is amorphous ("build this feature") rather than deterministic ("all tests pass"); the host asks how to write a spec and Matthew admits he doesn't write comprehensive specs either.

Discussion of capping a loop by token budget vs. letting it run; the ten-day Codex-clone-Excel anecdote surfaces here as an example of an essentially unbounded loop.

Sponsor segment: Zapier MCP gives an agent scoped permissions (add/edit but not delete) across thousands of connected apps; host demos it booking a haircut and drafting (not sending) an email.

Pulls in Greg Isenberg's critical take: loops burn a lot of tokens, and creators need more human review in the loop, not less, including getting real customers involved rather than relying on the model's own taste.

Matthew defends heavy token use as forward-looking since token prices keep falling, and floats model routing — frontier model plans, cheaper model executes — as a cost-saving pattern.

Reaction to a Theo (t3.gg) clip: unused weekly/5-hour usage-window quota on a paid plan is framed as money already lost if not maxed out.

Host mentions a 12+ hour loop rewriting his own Hermes agent in Rust for lower memory use, pointed at documentation and a GitHub repo as the spec.

Host shows his own loop: redesign a slide deck, score 1-10 on hierarchy/typography/contrast/whitespace/polish across 3 sample slides, stop at 9/10 or 3 rounds. Results shown are incremental at best; Matthew critiques it as pure aesthetic judgment with no real taste signal to improve against.

Matthew demos his Loop Library site: an aggregation of his own and community-submitted loops, plus an installable skill so any coding assistant can search or generate loops on demand.

Host applies a loop to a real bug: a video-management backend's drag-to-reorder feature that manual back-and-forth with Claude had failed to fix. The loop tests itself every few cycles instead of self-reporting after each attempt, and lands the fix where manual prompting hadn't.

Sign-off and next-video pointer.
The whole trend collapses to one design choice: pick a goal the agent can verify against a hard number, and the loop runs itself; leave the judgment to the model, and you've just automated more re-checking.
“Here's your monthly reminder that you shouldn't be prompting coding agents anymore. You should be designing loops that prompt your agents.”
“If you're paying 20 or $200 a month and you're not using that full five hour window... you're basically just losing money.”
“I have not found a model that has phenomenal taste. It's regurgitating what's already in its weights.”
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.
Two of AI coding's loudest voices posted about "agent loops" on the same day and the internet reacted — so the host locked himself in a room, crammed on every example he could find, and brought an actual practitioner on screen-share to fact-check what he'd learned.
The minimal definition of a loop given on-screen: something that kicks it off, and something that tells it when to stop.
A ranking of loop goal types by reliability — verifiable goals remove ambiguity about when to stop; judge-based goals require human review anyway.
“Go to zapier.com/mcp. Tell him Andrew sent you.”
Mid-roll sponsor read delivered as a live product demo (booking a haircut, emailing a spouse, adding a calendar event via Zapier MCP) rather than a scripted ad break — folded into the loop-permissions discussion so it reads as an example, not an interruption.
00:01
00:20
00:31
00:50
00:58
01:07
01:28
02:02
02:36
03:10
03:37
03:58
04:19
04:42
05:07
05:31
05:56
06:24
06:54
07:24
07:52
08:19
08:46
09:23
10:02
10:58
11:45
12:21
12:45
13:09
13:30
13:48
14:13
14:28
14:55
15:22
15:49
16:16
16:43
17:10
17:37
18:04
18:33
19:03
19:46
20:00
20:24
20:55
21:02
21:57
22:21
22:53
23:25
23:54
24:18
24:48
25:07
25:34
26:01
26:24
26:42
26:51
27:10
28:00
28:20
29:08
29:42
30:15
30:45
31:16
31:54
32:17
32:35
33:13
33:49
34:20
34:50
35:06
35:08
35:10Zapier's Automation Bench ran Claude Fable 5.0 against hundreds of realistic business workflows — here's what the numbers actually mean.
June 9thA weekly two-host roundup of the top trending GitHub repos — this week heavy on free self-hosted alternatives to paid creator and developer tools.
June 26thA host and a product-marketing veteran watch founder clips and debate which of eight AI-era business models actually work — and why.
June 17thAndrew Warner and Adam Brakhane run through 13 GitHub repos — three hidden gems plus the week's top 10 — covering a free CapCut alternative, AI agent security, marketing skills, token compression, and a leaked Claude Fable 5 system prompt.
June 19thAndrew Warner and Peter Cooper run through 10+ GitHub repos that give AI agents cheaper web access, less token bloat, and a design taste system — all free and ownable.
June 12thAndrew Warner and Corey Ganim break down the eight AI releases that matter this week, anchored by the news that Claude Fable 5 burns through a $200 subscription in 90 minutes flat.
June 11th