wiki / entities / boris-cherny

Boris Cherny

high confidence updated 2026-08-27 person · authority · workflow

Boris Cherny

Boris Cherny is an engineering leader at Anthropic, creator of Claude Code, and author of Programming TypeScript (O’Reilly).

Contributions to Agentic Engineering

Cherny designed the minimal harness architecture for Claude Code, emphasizing direct tool interaction, bash execution, and rigorous self-verification over complex multi-agent frameworks. [source: boris-cherny-gergely-orosz-building-claude-code-2026]

Verification-First Harness Philosophy

Cherny advocates that coding agents must be paired with immediate execution and verification feedback loops:

  • Mandatory Self-Testing: Every change landed by Claude Code is subjected to automated test suites (bun test) and browser verification before review.
  • Attacks Become Evals: Jailbreaks, test escapes, and hallucinated fixes are automatically ingested as permanent regression evaluation test cases. [source: boris-cherny-how-boris-uses-claude-code-2026]