Anthropic's Claude Code lead says prompt engineering is largely irrelevant

Boris Cherny, the creator and head of Claude Code at Anthropic, said in a recent interview that prompt engineering matters far less than most users think, and that the real skill is giving Claude hard tasks with a way to verify its own work. Speaking with Y Combinator's Diana Hu, Cherny described an internal experiment where an engineer gave Claude Code access to OpenCV, an open-source computer vision library, and asked it to draw images. Claude did, despite having no obvious prior capability f

2 min

Boris Cherny, the creator and head of Claude Code at Anthropic, said in a recent interview that prompt engineering matters far less than most users think, and that the real skill is giving Claude hard tasks with a way to verify its own work.

Speaking with Y Combinator's Diana Hu, Cherny described an internal experiment where an engineer gave Claude Code access to OpenCV, an open-source computer vision library, and asked it to draw images. Claude did, despite having no obvious prior capability for image generation. The point, Cherny said, is that Claude Code can do more than people assume, and elaborate prompting techniques often get in the way.

“I don’t prompt Claude anymore,” Cherny said. “I have loops running that prompt Claude and figure out what to do. My job is to write loops.”

Cherny described another experiment: he gave Claude Code access to a Mac virtual machine and asked it to rewrite the Claude desktop app from Electron to Apple's native Swift. The prompt was simple and direct. He told it to run the Electron app, screenshot it, compare it pixel by pixel to the Swift version, and not stop until it was done. Claude completed the task and optionally posted progress screenshots to a Slack channel it created on its own.

The core message Cherny emphasized is that the skill with modern AI coding tools is not crafting the perfect prompt. It is identifying tasks that seem too hard, giving the model tools to verify its output, and then observing where it struggles so you can fix the gap. He said over-specifying instructions, a habit common among experienced engineers, tends to work against the model rather than helping it.

“A lot of people are looking for the one weird trick,” Cherny said. “That doesn’t exist.” He suggested users would benefit from unfollowing AI influencers on social media and instead approaching the model empirically: try a hard task, see where it fails, and address that specific gap with better context, a skill, or an MCP tool.

Cherny's comments come as Claude Code faces growing competition from open-source alternatives and as Anthropic navigates scrutiny over Claude's behavior in security testing. His framing positions Claude Code less as a tool that needs careful steering and more as an autonomous agent that performs best when given room to work.

Sources

Head Of Anthropic's Claude Code Says Prompt Engineering Not That Important - Search Engine Journal

Anthropic's Coding Chief Doesn't Write Prompts Anymore. He Writes Loops - Medium

Written by

More to read

  • Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude

    Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude Anthropic has published experimental results demonstrating Claude's ability to autonomously design de novo protein binders with physical wet-lab validation and automate complex analytical chemistry workflows. The findings show frontier LLMs acting as autonomous agents across computational biology and molecular characterization pipelines. In the primary experiment, Anthropic evaluated Claude Mythos Previe

    1 min
  • Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture

    Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture Cerebras Systems has announced the CS-4, a rack-scale AI accelerator system designed around three of its next-generation Wafer Scale Engine 3 Turbo (WSE-3 Turbo) chips and a modular hardware architecture dubbed Nexus. Cerebras confirmed that initial customer shipments for the CS-4 are scheduled to begin in the current quarter. The new system marks a structural shift from Cerebras's single-wafer CS

    1 min
  • AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization

    AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization Inference costs have become the second-largest line item in enterprise AI budgets, trailing only talent spend according to RapidData's State of Enterprise AI 2026. This shift represents a fundamental inversion from the 2021-2023 era when training dominated AI expenditure. The compounding nature of serving costs—accumulating every hour as long as users hit the API—means that even modest producti

    1 min