Episode

Building Claude Code with Boris Cherny

Podcast
The Pragmatic Engineer
Published
Mar 4, 2026
Duration seconds
5821
Processing state
not_requested
Canonical source
https://newsletter.pragmaticengineer.com/p/building-claude-code-with-boris-cherny
Audio
https://api.substack.com/feed/podcast/189707865/2cbae30ec4559163310b34b9eb413105.mp3
JSON
/v1/public/podcasts/the-pragmatic-engineer-7019833/episodes/building-claude-code-with-boris-cherny
Markdown
/podcast/the-pragmatic-engineer-7019833/building-claude-code-with-boris-cherny.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/the-pragmatic-engineer-7019833/episodes/building-claude-code-with-boris-cherny/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/the-pragmatic-engineer-7019833/building-claude-code-with-boris-cherny.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Brought to You By: • Statsig — ⁠ The unified platform for flags, analytics, experiments, and more. • Sonar – The makers of SonarQube, the industry standard for automated code review • WorkOS – Everything you need to make your app enterprise ready. — Boris Cherny is the creator and Head of Claude Code at Anthropic. He previously spent five years at Meta as a Principal Engineer and is the author of the book Programming TypeScript . In this episode of Pragmatic Engineer , we went through how Claude Code was built and what it means when engineers no longer write most of the code themselves. We discuss how Claude Code evolved from a side project into a core internal tool at Anthropic and how Boris uses it day-to-day. We go deep into workflow details, including parallel agents, PR structure, deterministic review patterns, and how the system retrieves context from large codebases. We also get into how Claude Cowork was built. As coding becomes more accessible, the role of engineers shifts rather than shrinks. We examine what that shift means in practice, which skills become more important, and why the lines between product, engineering, and design are blurring. — Timestamps (00:00) Intro (11:15) Lessons from Meta (19:46) Joining Anthropic (23:08) The origins of Claude Code (32:55) Boris's Claude Code workflow (36:27) Parallel agents (40:25) Code reviews (47:18) Claude Code's architecture (52:38) Permissions and sandboxing (55:05) Engineering culture at Anthropic (1:05:15) Claude Cowork (1:12:48) Observability and privacy (1:14:45) Agent swarms (1:21:16) LLMs and the printing press analogy (1:30:16) Standout engineer archetypes (1:32:12) What skills still matter for engineers (1:35:24) Book recommendations — The Pragmatic Engineer deepdives relevant for this episode: • How Cla…