← Google News

The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. - The New Stack

Google News · June 9, 2026
The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. The New Stack [truncated: Google News RSS provides only a snippet, not full article

Detailed Analysis

Anthropic's engineering leadership behind Claude Code has publicly described a fundamental shift in how they personally interact with AI systems — moving away from discrete, conversational prompting toward constructing programmatic loops that invoke the model iteratively as part of automated workflows. This approach reflects the underlying architecture of Claude Code itself, which is designed as an agentic coding tool that operates within terminal environments and can autonomously execute multi-step software engineering tasks. Rather than crafting a single careful prompt and awaiting a single response, the methodology described involves writing scripts and control structures that repeatedly engage the model, check outputs, and feed results back into subsequent calls — treating Claude less like a chatbot and more like a callable computational component.

The significance of this shift lies in what it reveals about the evolving mental model that professional AI developers are adopting. Traditional prompt engineering emerged as a discipline centered on the art of eliciting good single-turn responses from large language models. The "loops" paradigm represents a departure from that framing, treating the model as a stateless function within a larger orchestration system. This is consistent with the broader architectural philosophy behind Claude Code, which was built to handle extended autonomous tasks like writing, testing, and debugging entire codebases — tasks that inherently require iteration rather than single-shot responses.

This perspective from inside Anthropic carries weight precisely because it comes from someone who shaped the tool's design. When a builder of an agentic system describes abandoning conventional prompting in their own practice, it signals that the design assumptions baked into the product are themselves shifting the craft of AI interaction. Claude Code's agentic loop — where the model can read files, execute shell commands, and revise its own outputs — operationalizes this philosophy at the product level, making the loop structure not just a personal workflow preference but an architectural default.

The broader trend this reflects is a maturation of AI tooling away from the prompt-as-interface paradigm toward AI-as-subprocess integration. Across the industry in 2025 and into 2026, developers at companies like Anthropic, OpenAI, and Google DeepMind have increasingly described their internal workflows in terms of pipelines, agents, and orchestration rather than prompt crafting. Tools like Claude Code, OpenAI's Codex CLI, and Google's Gemini Code Assist are all designed with this agentic loop model in mind, and developer adoption data has increasingly favored these approaches for complex engineering tasks over single-turn completions.

Anthropic's public acknowledgment of this philosophical pivot — delivered through the voice of someone who built the tooling — serves both as a product signal and a cultural one. It suggests that the company views the future of human-AI collaboration in software development as fundamentally programmatic and iterative, and that even the most capable prompting strategies are being superseded by architectures in which the model is embedded in self-correcting systems. For developers evaluating how to integrate AI into their workflows, this framing from one of the field's leading practitioners offers a concrete directional signal about where professional AI-assisted development is heading.

Read original article →