Overview
In this interview, Boris Cherny reflects on a career spanning Meta, Instagram, and Anthropic, dissecting the principles that drove his rise from mid-level engineer to industry leader. He discusses navigating the cultural clash between Facebook's "move fast" ethos and Messenger's reliability focus, and defines "latent demand" as the most critical product principle—identifying existing user hacks to formalize into features. Cherny describes his pivot to Anthropic, driven by AI safety concerns rooted in science fiction, and the development of Claude Code. He argues that the engineering paradigm is fundamentally shifting from individual contribution to managing "swarms" of AI agents, noting that internal productivity at Anthropic has surged by 70% due to these tools. The conversation concludes with advice on maintaining "common sense" in large organizations and using automation as a lever for influence.
Sections
Strategic Insights
Meta-level observations on engineering culture and product strategy.
- The 'Middle Option' Heuristic: Leaders removed from the details often select the middle option in a set of three to feel they have exercised judgment without assuming extreme risk. Engineers can use this to steer decisions.
- Mission as the Ultimate Motivator: While technical challenges are engaging, deep career satisfaction and endurance (working weekends voluntarily) stem from alignment with a mission (e.g., AI safety) rather than just product metrics.
- The Generalist Advantage: In high-velocity environments (early Facebook, Anthropic), the most valuable engineers are those who cross boundaries—doing design, user research, and product management alongside code.
Lessons for Engineers
Practical takeaways for career advancement and technical leadership.
- Automate to gain leverage: If you critique a code issue three times, write a lint rule. Automating toil is the most reliable way to scale influence.
- Delegate what you know: Contrary to popular belief, you should delegate tasks you enjoy and are good at. This allows you to effectively monitor quality and progress.
- Commit then Disagree (Reverse): To build trust with senior detractors, implement their requested solution faithfully. If it fails or proves inefficient, your subsequent recommendation to reverse it will be trusted.
Memorable Quotes
Verbatim excerpts from Boris Cherny.
- Latent demand I think is the single most important principle in product.
- Oh my god, difficult is such an understatement. It was a nightmare.
- Don't build for the model of today. Build for the model 6 months from now.
- It's like to me it's LMS are this kind of alien life form that we get to nurture and we get to bring into existence.
- Better engineering is the easiest way to grow your network and gain influence as an engineer.
Tools & References
Books, tools, and concepts mentioned during the interview.
- Claude Code (referred to as 'quad code' in transcript) - An AI agentic coding tool created by Boris Cherny.
- Functional Programming in Scala - A technical book Cherny cites as having the greatest impact on his engineering thinking.
- High Output Management by Andy Grove - Recommended for lessons on delegation and management.
- Undux - A state management framework for React built by Cherny.