The Creator of Claude Code Doesn’t Prompt It Anymore
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
Boris Cherny, creator of Claude Code, no longer manually prompts the tool — instead he writes autonomous loops that do the prompting for him. This concept, coined 'loop engineering' by Addy Osmani in June 2026, represents a shift from writing individual prompts to designing systems that orchestrate AI agents continuously. The post explains the three-level ladder of prompt → context → loop engineering, defines four outer loop types (heartbeat, cron, hook, goal), and provides a 30-line Python example of a goal loop for code migration. Key engineering concerns covered include stopping conditions, the verification split (the agent that writes code must not approve it), external state management to prevent amnesia across runs, and three guard layers: hard caps, verifiable conditions, and independent verification. The author also warns about quiet human failures like comprehension debt, orchestration tax, and cognitive surrender. A practical five-step guide for building your first loop is included.
44K Impressions3 Comments