firehose> #llmops

Loop Engineering, Illustrated: Triggers, Skills, Verification, Memory

TL;DR

Austin Marchese repackages the viral "stop prompting, start writing loops" thesis (Boris Cherny, creator of Claude Code; Peter Steinberg) into a concrete, buildable anatomy. A loop is a prompt that re-runs until a goal is verified; loop engineering is designing the system that prompts the agent instead of prompting it yourself. Build one only when a four-condition gate passes — the task repeats, has a clear definition of done, you can afford to be token-wasteful, and the loop has the tools to both act and verify. A successful loop has four building blocks: a trigger (/loop locally, /schedule in the cloud, or a custom orchestration skill); execution skills that are already battle-tested (never loop on unproven skills — this is the video's load-bearing rule); a goal paired with a verification (you can't have a goal you can't check — for abstract/non-technical work you bridge to verifiable by having a review skill emit approved/not-approved or a 1–10 score, ideally from an independent agent); and output + memory (persist lessons-learned to a markdown file — "the agent forgets, the repo doesn't"). Ship new loops in training mode (pause-for-approval at every step until trusted) and keep human checkpoints at the high-leverage decisions. Almost nothing here is new to the graph — it independently corroborates Loop Engineering and Agent Loop — but it sharpens two practices worth naming: Skill-Driven Loop Development and Loop Training Mode.

Concepts introduced

Held, not dropped

Key claims

Why this corroborates (and where it adds)

This is an independent third-party walkthrough converging on the graph's existing loop spine, so the dominant stance is corroborates: Loop Engineering already recorded the "stop prompting, design loops" thesis and the Boris Cherny quote; Marchese re-derives it and adds Peter Steinberg as a second named builder — N sources now agree, no concept duplicated. It also builds_on / refines in three places worth logging: (1) a concrete four-condition gate for loop candidacy and a four-block anatomy (trigger / execution skills / goal+verification / output+memory) that give Agent Loop and Loop Engineering a buildable shape; (2) two genuinely nameable practices spun out as new concepts — Skill-Driven Loop Development and Loop Training Mode; (3) corroboration for LLM-as-Judge (independent-agent verification) and Agentic Simplicity (don't loop unless it pays; don't burn tokens on unearned autonomy).

One mild tension. Marchese presents "approved/not-approved or a 1–10 score" as interchangeable verification outputs. The graph's LLM-as-Judge holds that binary pass/fail + a written critique beats numeric scales (sharper, less inter-rater noise). Not a contradiction of the loop thesis — both agree you need a concrete verdict — but the form of the verdict is where the durable judge discipline and this video's casual advice diverge; prefer the binary.

Illustrated walkthrough

The video is a talking-head explainer (Austin Marchese, NY cap, home studio) interleaved with animated title-card slides and short B-roll clips of the people being quoted. Its natural altitude is the through-line + the block structure carried on the slides, not the transcript.

Visual coverage. Confidence is ok (93/93 frames kept, 0% dedup, 0% grid-floor); the largest un-illustrated stretch is ~34 s. Coverage is good enough to trust the through-line above, but note the sampler misses text-on-solid-background changes, so absence of a frame in a gap is not evidence a slide didn't change — several on-screen "here's a prompt" cards (the copy loops that are the video's real lead-magnet payload) are shown only briefly and were not individually captured.


Linked from