Andrej Karpathy: A few random notes from claude coding quite a bit last few weeks

Quick Overview

Andrej Karpathy's notes mark the start of the "English programming era" around December 2025, characterized by a complete inversion of the software development workflow from 80% manual coding to 80% AI agent work, driven by the removal of the human "stamina bottleneck" and a shift toward declarative programming where English becomes the primary syntax.

Key Points: Karpathy documented a workflow inversion in just one month: November 2025 saw 80% manual coding, but by December 2025, the agent performed 80% of the work, marking the start of the English programming era. The new unit of labor is the "large code action," where engineers operate at a macro level, directing agents to refactor entire modules rather than typing line-by-line, shifting the role to "architect, not a brick layer." The technical core of the shift is the elimination of the "stamina bottleneck," as AI agents relentlessly grind on tough problems without tiring, enabling a shift from imperative (how-to) to declarative (outcome-based) programming. The change signifies expansion, not just speed-up; engineers can tackle projects previously blocked by manual effort or "skill issues" in unfamiliar frameworks by guiding the agent in English. The agent acts like a "slightly sloppy, hasty junior developer" prone to assumption making (hallucinating library availability), lack of push back (psychopantic execution of bad ideas), and bloat, requiring human expertise for quality control. The top engineers' advantage widens because discrimination skill—the ability to review and guide—acts as a force multiplier, meaning the 10x gap might increase as novices create messes faster. Karpathy suggests a neurological distinction between generation (writing code) and discrimination (reviewing code), raising concerns about future engineers' ability to maintain discrimination if they skip manual generation entirely.

Context: The analysis centers on a pivotal document published by Andrej Karpathy, a founding member of OpenAI and former Tesla Autopilot lead, titled "The AI coding phase shift and the English programming era," which captures a massive, rapid transition in software engineering workflows occurring around December 2025. This transition involves engineers relying overwhelmingly on AI agents for code generation, fundamentally changing the required skill set and the definition of a unit of engineering labor.

Raw markdown version of this recap