@s4yonnara: You're using AI agents like it's 2024. There are 5 levels and most people never leave the first. Boris Cherny, the crea…
Summary
Boris Cherny, creator of Claude Code, outlines five levels of AI agent usage, from basic prompting to autonomous agents that start and learn on their own, with the key insight that the agent itself is the worst judge of task completion.
View Cached Full Text
Cached at: 06/26/26, 10:16 PM
You’re using AI agents like it’s 2024. There are 5 levels and most people never leave the first.
Boris Cherny, the creator of Claude Code, says he barely prompts it anymore. Loops prompt it. His job is to build the loops.
Level 1. Prompting. You type, read, type again. You are the loop.
Level 2. Manual loop. Do, check, fix, repeat, all by hand. Still you turning the crank.
Level 3. Verified loop. You define “done” and a separate check enforces it. The doer never grades itself.
Level 4. Self-running loop. Set a goal, it runs across turns on its own until it holds. That’s the /goal primitive in Claude Code.
Level 5. Autonomous agents. Loops that start themselves, run in parallel, and write their own lessons back. You stop running an agent and start running an organization of them.
The catch nobody mentions. The agent that did the work is the worst judge of whether it’s done. Every level up rests on something separate that can say no.
Most people are stuck low for one reason. Nobody told them the ladder exists.
Find your rung. Climb.
Full breakdown in the article below.
every level up rests on something that can actually say no. you nailed the core of it
appreciate it bro, glad the ladder made sense
Similar Articles
@0xCodez: https://x.com/0xCodez/status/2089393338977829278
This article outlines a 12-step roadmap for AI Agent Engineers in 2026, focusing on seven interconnected pillars like context, tools, and memory, with Claude-based workflows to build reliable production agents.
@mikenevermiss: https://x.com/mikenevermiss/status/2066401066518802637
Boris Cherny and others describe shifting from prompting AI agents to designing autonomous loops that run continuously, using memory files and evaluator patterns for code quality.
@chamath: https://x.com/chamath/status/2054646394867364143
A detailed primer on the rise of AI agents, including statistics, failure modes, and a five-layer framework, highlighting the shift from chatbots to autonomous task-oriented AI.
@S0N_IA: Anthropic Engineer: "90% of our engineers were already running self-improvement loops Now everyone is moving toward app…
An Anthropic engineer discusses the shift from prompting to AI engineering, emphasizing agents and self-improvement systems, with a live demonstration of setting up Claude Code.
@KanikaBK: LISTEN... Three hours ago I could not build a self-improving AI agent. Right now I have one running on Claude Fable 5 b…
Anthropic released five free workshops on building AI agents from scratch to self-improving systems, and a guide covers common mistakes when using them with Claude Fable 5.