The Engineering Architecture Behind Claude Code
Anthropic released Claude Code, a terminal-based AI agent that has captured 4% of all public GitHub commits and generates over $500 million in annual run-rate revenue. Built with TypeScript, React, In…
Anthropic released Claude Code, a terminal-based AI agent that has captured 4% of all public GitHub commits and generates over $500 million in annual run-rate revenue. Built with TypeScript, React, In…
A developer traces the evolution of AI interaction design from prompt engineering (2022-2024) through context engineering (mid-2025) to loop engineering (June 2026), arguing each rename reflects a gen…
Boris Cherny, creator of Claude Code at Anthropic, stated in 2026 that his job is now to write loops rather than prompt models directly. A developer at Puzzle Quest Games describes the bootstrap probl…
Loop engineering, where developers define loops that prompt coding agents until a task is complete, is gaining attention from figures like Peter Steinberger and Boris Cherny. However, the approach fac…
Boris Cherny, head of Claude Code, advocates replacing manual prompting with agent loops that automate coding tasks. Bun's team used such loops to rewrite 750,000 lines of code in 11 days with 99.8% t…
Anthropic's Claude Mac app is built with Electron instead of native code, a decision tech commentator John Gruber attributes to engineering lead Felix Rieseberg, a co-maintainer of Electron. Gruber's …
Andrew Ng introduces three key loops for building 0-to-1 products with AI agents: the agentic coding loop, developer feedback loop, and external feedback loop. He argues that humans retain a context a…
Agent loops fail in production due to state management issues in the database, not model quality, according to a CockroachDB analysis. Common failures include inconsistent state, interrupted writes, a…
A developer named Shivansh Pandey created a Claude Code skill called loop-engineering that automates the process of setting up loop engineering in a repository. Loop engineering replaces manual step-b…
Andrej Karpathy's AI coding rules, The Batch's 'loop engineering' issue, and Claude Code lead Boris Cherny's flat org structure signal that the unit of AI work has shifted from prompts to self-correct…
Boris Cherny, an engineer at Anthropic, identified five archetypes for future product roles—Prototyper, Builder, Sweeper, Grower, and Maintainer—based on observations of the Claude Code team. He argue…
Cursor launched an iOS app that lets developers launch and manage AI coding agents from their phone, connecting to the desktop version for remote supervision. The move signals a shift toward mobile-fi…
Cursor launched a mobile app for iOS that lets users prompt coding agents from their phone, following similar moves by Anthropic and OpenAI. The app integrates with Cursor 2.0's agent-based coding sys…
Claude Code creator Boris Cherny outlined five job archetypes for the AI era—Prototyper, Builder, Sweeper, Grower, and Maintainer—arguing that traditional engineering, product, and design roles are me…
Boris Cherny of Anthropic, Peter Steinberger, and Addy Osmani of Google are promoting 'loop engineering,' a workflow where developers design automated loops that prompt AI agents instead of typing pro…
Boris Cherny, creator of Claude Code at Anthropic, shared 13 practical tips for using the tool, including running 5 instances simultaneously in separate git checkouts, using Opus 4.5 with thinking mod…
A developer known as Luhui Hu introduces the concept of 'Loopcraft,' a shift from prompt engineering to designing agent loop systems that automate task discovery, execution, verification, and retry. T…
NVIDIA CEO Jensen Huang and Anthropic's Claude Code chief Boris Cherny have both declared that the age of prompting AI models is over, pushing instead for 'loops'—LLMs prompting other LLMs continuousl…
SoloEngine, the first low-code Agentic AI development platform, enables building production-grade autonomous AI loops without writing code. It encapsulates Loop Engineering's six core primitives into …
A practical field guide to agentic loops—the simplest unit of useful agent work—has been synthesized from current practice by Addy Osmani, Peter Steinberger, Boris Cherny, and others. The guide explai…