Andrej Karpathy — OpenAI co-founder, former Tesla Autopilot architect, and creator of the term vibe coding — states in this interview that he has never felt more behind as a programmer. The tipping point: December 2025. During a break, he observes that the chunks of code generated by the newer models come out right the first time; he stops correcting, trusts them, and vibe-codes continuously. His conclusion: those who experienced AI in 2024 as a ChatGPT-adjacent thing need to look again — something has fundamentally changed in the coherent agentic workflow.

Karpathy formalizes his Software 1.0 / 2.0 / 3.0 taxonomy: explicit code, then weights learned via datasets, then prompting as programming of an LLM interpreter. Two examples illustrate the break. openclaw: instead of a bloated shell script covering every platform, installation is text to copy-paste into the agent, which debugs in a loop. MenuGen: his vibe-coded Vercel app for generating dish images becomes obsolete when he discovers you can hand the menu photo directly to Gemini and ask Nanobanana to overlay the dishes — no app between the input image and the output image. "That app shouldn't exist." Lesson: don't think of AI as an acceleration of the existing paradigm but as new possibilities (e.g., LLM Knowledge Bases).

His theory of verifiability explains why LLMs remain jagged: labs train via RL on verifiable domains (math, code), creating capability peaks and gaps elsewhere. Marker anecdote: Opus 4.7 refactors a 100k-line codebase but advises walking 50m to the car wash. Advice to founders: target verifiable domains where you can create your own RL environments and fine-tune.

Karpathy distinguishes between vibe coding (raise the floor — democratization) and agentic engineering (preserve the quality bar — engineering discipline for coordinating spiky/stochastic agents). The 10x engineer is magnified well beyond 10x. Hiring must be overhauled: no more puzzles, room instead for large adversarial projects (Twitter clone agent vs. agents red team).

Agents are interns with excellent recall but no taste — the human remains in charge of aesthetics, design, and the spec. Karpathy rejects the animal metaphor: we don't build animals, we summon ghosts — statistical circuits, not life. He calls for agent-native infrastructure (sensors/actuators, docs for agents, deployment by prompt). Closing formula: "You can outsource your thinking but you can't outsource your understanding." The human remains the bottleneck of the understanding that directs the system.