SOURCE // NEWS

Claude Code Creator: Cut 80% of Prompts and Unhobble Your AI Agents

Claude Code Creator: Cut 80% of Prompts and Unhobble Your AI Agents

In a recent YC interview, Boris Cherny, the creator of Claude Code at Anthropic, shared a radical strategy: delete your system prompts, skills, and hooks every six months. Cherny advocates for aggressive ablation studies, encouraging developers to wipe their prompts clean and add instructions back line-by-line to evaluate their true impact.

Following this philosophy, #Anthropic recently cut over 80% of #Claude Code's system prompts for newer models like Opus 5. Cherny views LLMs as organic organisms with distinct personalities. Instead of guessing what a model needs, developers should iteratively prune and test, identifying where the model struggles to adjust the harness empirically.

Cherny highlighted the concept of “Product Overhang”—the gap between discontinuous leaps in LLM capabilities and the incremental pace of product integration. For instance, when Sonnet 3.5 debuted, it could write entire files, yet coding tools of that era, like early Cursor, were still confined to simple code completion.

Bridging this gap requires “Unhobbling”—removing artificial constraints. Cherny shared an Anthropic experiment where Opus 5 was granted access to OpenCV and spontaneously began drawing portraits, demonstrating latent capabilities triggered via context and tools (model elicitation) rather than weight updates.

To unhobble models, Cherny suggests three rules: assign tasks far harder than expected, allow creative freedom without immediate commercial goals, and most importantly, implement self-verification. Without the ability to self-verify, an agent cannot run autonomously over extended periods.

As a prime example, Cherny initiated a task asking Claude to rewrite an Electron app into Swift. It has been running autonomously for over 14 days, spinning up a macOS VM, taking screenshots, doing pixel-by-pixel comparisons, and even posting progress screenshots to a dedicated Slack channel. He urges developers to ignore superficial social media "hacks" and focus on deep, empirical experimentation.

[AgentUpdate Depth Analysis] Boris Cherny's concepts of "Unhobbling" and "Product Overhang" strike at the core of the AI Agent evolution. Traditionally, developers have over-engineered agents with rigid prompt structures and heavy guardrails, which quickly become technical debt as models advance. Compared to legacy orchestration frameworks like early LangChain, the future of the Agent ecosystem lies in minimal prompting paired with powerful sandboxes and self-correcting feedback loops. Transitioning agents from short-term task executors to long-running, self-verifying entities (as demonstrated by the 14-day Electron-to-Swift rewrite) marks the dawn of true "Digital Workers." For the global developer community, the focus must shift from prompt tuning to building robust execution environments with multi-modal feedback loops, unlocking the latent reasoning capabilities of next-gen frontier models.