Stop Prompting Claude. Use Karpathy's Method Instead.
A 13-minute breakdown of the three-layer framework Andrej Karpathy uses to build 10x faster with AI agents.
June 9thA 12-minute framework for replacing one-shot prompts with self-running loops that verify their own work.
The most productive AI users have stopped writing prompts and started writing loops — self-running systems that do the prompting automatically until a goal is verified complete.
Boris Cherny (Claude Code creator) and Peter Steinberger (OpenClaw creator) both said the same thing: stop prompting, start writing loops. A loop is a prompt that runs until a goal is verified complete. You should build one when the task repeats, has a clear definition of done, can tolerate some token waste, and the AI has the tools to verify its own output. The four building blocks are: a trigger (how the loop starts), execution skills (battle-tested saved instructions), goal+verification (including a strategy for non-quantifiable tasks), and output+memory (a log that prevents the loop from repeating the same mistakes). Start with your smallest proven workflow, run it in training mode first, and add human checkpoints wherever a wrong direction would derail everything downstream.
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 →
Boris Cherny and Peter Steinberger quotes frame the shift: stop prompting, start building loops. Credibility established before a single concept is explained.

Definition: a prompt that runs until a goal is verified complete. Contrast with one-shot prompts. The 4-condition test introduced.

Four conditions: repeats, clear done-state, token-cost tolerance, AI has the right tools. Prompt to audit workspace shown on screen.

Three trigger options: /loop (local), /schedule (cloud), custom loop orchestration skill. Tradeoffs explained.

Saved, battle-tested skill files as the non-negotiable foundation. Skill-driven loop development rule: no loop without proven skills.

Every loop needs a goal and a paired verification rule. Technical and non-technical examples. Bridging the abstract to verifiable.

Memory prevents loops from repeating failures. Addy Osmani: the agent forgets, the repo doesn't. Log lessons learned to a markdown file.

Start small, use existing skills, run in loop training mode first. The less quantifiable the goal, the more human checkpoints you need.
The gap between a power user and someone who has left the prompting era is a loop with a verification rule — and building one is simpler than it sounds.
“Instead of prompting Claude a hundred times to complete a task, you should now be thinking about how to create loops to accomplish clear goals.”
“You don't build a loop without battle tested skills behind it.”
“The agent forgets, the repo doesn't.”
“Quick check before I burn the tokens.”
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 people who literally built the tools we are using have independently said the same thing: stop prompting, start writing loops. That kind of convergence from tool authors is worth slowing down for.
A filter for deciding whether a task should become a loop or stay a one-shot prompt. All four must pass.
The complete anatomy of a working agentic loop. Missing any one makes the loop unreliable.
Never build a loop before you have battle-tested execution skills. The skill defines exactly how a task gets done and provides the verification vocabulary the loop needs.
For non-quantifiable goals, convert subjective quality into a binary verifiable output by routing through a trusted review skill that returns approved or not approved.
A guardrail embedded in the loop orchestration skill that pauses at each step awaiting human approval before the first few runs go autonomous.
“I put together a free five day email series where I walk through a lot of the concepts we cover in this video.”
Soft mid-video sell with social proof (6,000+ alumni). Also gives away a Claude Max subscription to commenters.
00:00
00:11
00:22
00:32
00:41
00:50
01:00
01:11
01:18
01:26
01:39
01:49
01:53
02:03
02:09
02:22
02:34
02:37
02:53
03:03
03:08
03:17
03:23
03:32
03:40
03:54
03:59
04:16
04:21
04:33
04:37
04:49
04:55
05:07
05:14
05:26
05:35
05:44
05:53
06:02
06:13
06:21
06:31
06:39
06:48
06:58
07:09
07:16
07:26
07:32
07:44
07:52
08:02
08:13
08:18
08:27
08:38
08:48
08:57
09:06
09:15
09:20
09:35
09:43
09:52
10:01
10:14
10:17
10:28
10:39
10:47
10:57
11:06
11:15
11:26
11:33
11:42
11:52
12:01
12:10A 13-minute breakdown of the three-layer framework Andrej Karpathy uses to build 10x faster with AI agents.
June 9thA 14-minute operating manual for turning Claude Code from a chat toy into a compounding personal AI infrastructure.
May 27thA 14-minute system blueprint: three skills to train your AI, two to pressure-test it, one to ship.
June 2ndSix trigger phrases that turn Claude Code from a sequential task-runner into a parallel, spec-driven, self-correcting build system.
June 14thA 10-minute reverse-engineering of Boris Cherny's skill selection system, agent strategy, and the discipline that keeps his setup lean.
April 28thA former startup COO reverse-engineers the four decision rules behind Anthropic's industry-leading shipping velocity.
June 5th