@Lonely__MH: Prompts Are Dead, Loop Engineering Has Arrived! Recently, the concept of Loop Engineering in AI programming has sparked widespread discussion in the tech community. In a recent interview, Boris Cherny, head of Claude Code, shared what's happening inside the team…
Summary
Claude Code head Boris Cherny proposes that AI programming is shifting from prompt engineering to Loop Engineering. In the future, developers' core task will be designing automated loops rather than writing prompts—a trend that could level the development playing field.
View Cached Full Text
Cached at: 06/15/26, 09:09 PM
Prompting Is Dead, Loop Engineering Is Here!
Recently, the concept of Loop Engineering in the AI coding space has sparked widespread discussion in the tech community.
In a recent interview, Claude Code lead Boris Cherny shared the paradigm shift happening within his team:
-
From Prompt to Loop: He said he no longer directly writes prompts to call Claude. Instead, he writes loop programs that let the system automate and continuously prompt and instruct the AI.
-
Core Task of Engineers: The future competitive edge for developers will no longer be researching how to write better prompts, but rather designing efficient automation loops that let AI run and solve problems autonomously.
-
Evolution of Abstraction Layers: The level of technical abstraction in software development has been steadily rising, evolving from Coding to Prompting, and now to Looping.
-
Leveling the Development Bar: Because the operational logic is simplified, team members without technical backgrounds—like designers, finance, and senior management—are now directly producing code by building loop programs.
As he said in the interview: “My job now is to write loops!”
Similar Articles
@Huahuazo: Boris Cherny, as head of Claude Code, has long said he doesn't manually write prompts—he writes automated loop programs to drive AI work. OpenClaw's creator has similar practical experience. The community calls this Loop Engineering, upgrading prompt engineering from...
Introduces the open-source project Loop Engineering, which upgrades prompt engineering into building automated loop systems, providing multiple production-grade patterns and tools, and supporting Claude Code, Codex, etc.
@aronhouyu: Loop Engineering - Many people still use Claude Code, Codex, or Cursor like a chatbot: drop a prompt → wait for response → copy it out → fix bugs → drop a new prompt... cycle...
Loop Engineering is a new methodology and open-source toolkit that replaces manual prompting of AI coding agents with automated loops. It provides pre-built patterns and CLI tools for tasks like PR review, CI checks, and dependency updates, enabling developers to design systems that autonomously direct agents.
@FeitengLi: The loop / loop engineering that's been trending on Twitter recently comes from this May 4 interview — Anthropic's Claude Code creator Boris Cherny (author of a TypeScript book, a coder at heart)...
Anthropic's Claude Code creator Boris Cherny systematically introduced the loop engineering method at Sequoia AI Ascent 2026, stating that programming is now 100% done by AI, and predicted that software will become as democratized as the printing press.
@freeman1266: https://x.com/freeman1266/status/2064702757773496552
This article introduces the concept of Loop Engineering, which involves designing automated systems that allow AI agents to work in autonomous loops, including elements such as automated tasks, work trees, skills, plugins, and sub-agents, thereby replacing manual prompting and improving development efficiency.
@PrajwalTomar_: Everyone's talking about loop engineering right now. If you're not sure what it actually means, here it is in plain Eng…
Explains loop engineering as a shift from manual prompting to autonomous AI loops that run tasks and only involve humans when needed, popularized by Claude Code's creator Boris Cherny.