EVERY Loop From Matthew Berman's New Loop Library
A 36-minute tour of all 45 copy-paste agent loop prompts from Forward Future, with the verify/stop condition for each explained in plain English.
June 21stThe 'set it and check back' pattern replacing one-shot prompting, broken into four parts, a decision tree for when it's worth building, and a live Claude Code demo.
Loop engineering formalizes what a repeat-prompt habit already does into four explicit parts — trigger, execution, verification, state — and the actual skill is deciding which tasks are even worth wrapping in one.
Loop engineering formalizes the habit of re-prompting an AI agent into four parts: a trigger that starts the run, execution where the agent does the work, verification that checks the output against a defined goal, and saved state that carries lessons into the next pass. It isn't new technology — a single agent with no orchestration can run a full loop. The recommended build order is do the task manually first, turn it into a reusable skill, add a trigger, then finally add verification plus state — skipping straight to automation is the most common reason a first attempt breaks. Not every task qualifies: only loop work that repeats or has too many unpredictable steps for one prompt, and be honest about whether 'done' can be checked objectively (a test suite) or stays fuzzy (a good LinkedIn post) before you start.
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 on Peter Steinberger's viral tweet ('you shouldn't be prompting agents, you should be designing loops') and the claim that loop engineering isn't new — just automated prompting.

Introduces the car metaphor and previews three loops people have actually built (LinkedIn writer, inbox triage, code auto-fixer) plus a public loop library resource.

States the basic loop shape — trigger, action, stop condition — and walks a concrete example ('get me the latest AI news every day at 9am') through triggering and execution.

Splits verification into cases: code speed and empty-inbox are objective checks; 'a good LinkedIn post' or 'good news' are fuzzy and need explicit judgment criteria defined up front.

State is the running log of what worked and failed across passes. Clarifies a loop needs no orchestration — a single agent suffices. Lands the definition: loop engineering means replacing yourself as the person who prompts the agent.

Four-step build order: confirm the AI can do the task manually with zero automation, turn the working process into a reusable skill, add a schedule or event trigger, then finally bolt on verification plus state.

Argues AI already gives a fast head start on most tasks; a loop compounds that head start instead of the human re-prompting every pass — shown as a quality-vs-attempts chart with looped beating manual.

A decision tree: only loop a task that repeats or has too many unpredictable steps for one prompt, and only if there's a way to check when it's done. Flags the real cost ceiling of unattended loops.

Classifies verification into four buckets — functional, visual, judgment, human-in-the-loop — then recaps trigger, execution, verification, and state.

Types a goal command into Claude Code and watches it run unattended, then names the related Ralph loop pattern — persistent memory through files, a fresh context window each pass.

A do/don't checklist for running loops responsibly, closing with the argument that prompt engineering isn't obsolete — it's the skill every loop pass still depends on.
A loop is just a trigger, an action, a verification step, and saved state — the real skill is knowing which tasks deserve one, and building it manually-first instead of automating from step one.
“Prompt engineering is dead, and you should just try for loop engineering.”
“So loop is like a cruise control for your AI agent.”
“Loop engineering is replacing yourself as the person who prompts the agent. You design the system.”
“Prompt engineering is like algebra without which you cannot do calculus.”
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 video opens on the tweet that kicked off a wave of 'prompt engineering is dead' takes — Peter Steinberger's viral post arguing you should design loops instead of typing prompts. What follows is a plain-English deconstruction of what a 'loop' actually is, stripped of the hype: four parts you already half-know, a decision tree for when it's worth building one, and a live demo of standing one up in Claude Code.
Every loop — cruise control or AI agent — cycles through the same four stops: something starts it, something does the work, something checks the work against a goal, and something remembers what happened for the next pass.
Skipping straight to automation is the most common reason a first loop attempt breaks — confirm a human can do the task by hand before wrapping any automation around it.
A task only qualifies for a loop if it repeats or has too many unpredictable steps for a single prompt, and only if there's a way — objective or subjective — to check when it's actually done.
Every loop's verification step falls into one of four buckets, from fully machine-checkable to requiring an actual human decision.
“do subscribe to my channel so that you don't miss out on all these new new updates and share it with everyone so that I can reach out to the maximum of people”
Single soft ask at the very end, after all value is delivered — no aggressive sponsor read. The paid course affiliate link (Agentic 3.0, code MAYANK) appears only in the description, never spoken on camera.
00:00
00:22
00:39
00:51
01:10
01:17
01:36
01:50
02:05
02:20
02:35
02:49
03:04
03:19
03:34
03:49
04:03
04:18
04:33
04:48
05:02
05:17
05:32
05:47
06:01
06:16
06:31
06:46
07:01
07:16
07:30
07:44
08:00
08:14
08:29
08:44
08:59
09:21
09:23
09:43
09:58
10:13
10:27
10:42
11:00
11:18
11:27
11:41
11:56
12:11
12:26
12:40
12:55
13:10
13:25
13:40
13:54
14:09
14:24
14:39
14:53
15:08
15:23
15:38
15:52
16:07
16:22
16:40
16:47
17:06
17:21
17:36
17:51
18:05
18:25
18:35
18:50
19:05
19:19
19:38A 36-minute tour of all 45 copy-paste agent loop prompts from Forward Future, with the verify/stop condition for each explained in plain English.
June 21stA tutorial arguing prompt engineering is dying now that models are smart enough to self-correct — and a walkthrough of Claude Code's /goal, /loop, and /schedule commands with a live website-audit and YouTube-monitoring demo.
July 16thA 10-minute walkthrough of Anthropic's internal classification of agent loops — four types, two slash commands, and the stop-condition rule that prevents a $6,000 night.
June 30thA two-hour livestream that turns the year's biggest AI buzzword into a working autonomous agent you can ship this week.
June 19thA 14-minute tutorial on the three tiers of self-running Claude Code workflows — and why the creator of Claude Code stopped prompting it manually.
June 12thA breakdown of Claude Code's native /loop and /goal commands, shown live on a race-simulator agent and a newsletter-writing agent that grades its own drafts until they pass.
July 17th