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

  • Continuous Pre-Training in Production: Domain Adaptation, Replay Buffers, Learning Rate Restarts, and Catastrophic Forgetting Mitigation

    Continuous Pre-Training in Production: Domain Adaptation, Replay Buffers, Learning Rate Restarts, and Catastrophic Forgetting Mitigation Adapting general-purpose foundation models to specialized enterprise domains (such as clinical medicine, corporate law, quantitative finance, and proprietary software codebases) presents a fundamental architectural challenge. While Retrieval-Augmented Generation (RAG) and Supervised Fine-Tuning (SFT) remain standard first-line approaches, both exhibit severe s

    1 min
  • Hybrid SSM-Transformer Architectures: How Interleaving Attention and Recurrence Solves the State-Retrieval Trade-Off

    Hybrid SSM-Transformer Architectures: How Interleaving Attention and Recurrence Solves the State-Retrieval Trade-Off Autoregressive language models face a fundamental tension between inference efficiency and long-context retrieval capacity. Pure Transformer architectures scale quadratic computational complexity during sequence prefill and linear key-value (KV) cache memory consumption during autoregressive token generation. Conversely, pure State Space Models (SSMs) and linear recurrent neural

    1 min
  • Study: Why Labor-Saving LLMs Incline Scientists to Do More Work Less Well

    A theoretical study published by researchers from Princeton University, the University of Washington, and collaborating institutions models how large language models alter researchers' time allocation across projects. The authors find that by reducing time friction across different stages of the research lifecycle, AI assistants increase the opportunity cost of researcher time, creating economic incentives to publish a higher volume of less thoroughly refined papers. The paper, titled The unint

    1 min