The person who created Claude Code says he doesn't really prompt it anymore. Loops prompt it. His job is to design the loops.

That one sentence is the whole shift happening in 2026. For two years the move was simple: write a good prompt, feed context, read what comes back, type the next thing. You held the agent the entire time, one turn at a time. That era is closing.

The new skill is building a small system that finds the work, hands it out, checks it, and decides what's next, while you watch instead of type. It's called loop design, and it isn't one skill, it's a ladder. Here are the 5 levels, from where almost everyone starts to where the best builders operate. Find your rung.

---
## LEVEL 1 - Prompting
You write a prompt, read the answer, write the next prompt.
This is where everyone starts and where most people stay. You type a request, the agent answers, you read it, you type the next request. The agent is a tool you hold in your hand the whole time. Every single turn requires you.
Nothing wrong with it for quick tasks. But it has a hard ceiling: your throughput is capped by how fast you can type and read. You are the loop. And a human running the loop is slow, gets tired, and can only do one thing at a time.
You're in this level if "using AI" means a chat window where you send messages and read replies, one at a time.THE TELL
> ✓ Fine for one-offs. The bottleneck is you, on every turn.

---
## LEVEL 2 - The Manual Loop
You repeat the same cycle by hand: do, check, correct, repeat.
At level 2 you've noticed a pattern: most real work is a cycle, not a single answer. Do the thing, check it, fix what's wrong, repeat until it's right. You start running this cycle deliberately: "now run the tests," "now fix that failure," "now check again."
This is the first real loop, but you're still the engine driving it. You're manually pushing the agent through each stage. It's better than level 1 because you're thinking in cycles, but you're still spending your attention on every lap.
You're here if you find yourself typing "run it again," "now check," and "fix that" over and over in a session.THE TELL
> ✓ You think in cycles now. But you're still the one turning the crank.
Generated by Thread Navigator
Press ⌘ + S to quick-export
