Everyone’s Still Prompting Their AI Wrong. The Best Engineers Quietly Switched to Loops

· Source: Artificial Intelligence in Plain English - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Robotics & Autonomous Systems · Depth: Advanced, extended

Summary

Boris Cherny, creator of Anthropic's Claude Code, and other leading engineers have shifted from direct prompt engineering to "loop engineering" by mid-2026. This evolution, following prompt, context, and harness engineering, involves building autonomous systems that discover work, hand it to an AI agent, check results, record progress, and decide next steps. A loop comprises a trigger, discovery mechanism, a "maker" agent, a "checker" agent (crucially, separate from the maker), stop conditions, and memory between runs (e.g., `progress.md`). Tasks are "loop-ready" if they are checkable, have a bounded blast radius, are recurring, and stoppable. Production loops require both a quality brake (verifier) and a cost brake (budget guard). This paradigm redefines the engineer's role from operator to architect, emphasizing reliability engineering for AI systems. However, unattended loops risk compounding token costs, comprehension debt, and cognitive surrender.

Key takeaway

For AI Architects and ML Engineers designing autonomous systems, recognize that direct prompting is being superseded by loop engineering. You should prioritize building robust, self-managing systems that orchestrate AI agents, rather than manually supervising them. Implement independent "maker-checker" agents and dual quality/cost brakes to ensure reliability and prevent runaway expenses. Maintain human judgment and oversight, especially for defining stop conditions and reviewing output, to avoid comprehension debt and cognitive surrender.

Key insights

Shift from direct AI prompting to designing autonomous systems that manage AI agent workflows for repeatable tasks.

Principles

Method

A loop consists of five parts: a trigger, a discovery mechanism, a "maker" agent, a "checker" agent, and stop conditions, all connected by memory between runs (e.g., `progress.md`).

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence in Plain English - Medium.