Andrej Karpathy — OpenAI co-founder, former architect of Tesla's Autopilot and creator of the term vibe coding — states in this interview that he has never felt more behind as a programmer. The turning point: December 2025. During a break, he observes that the code chunks generated by the new models come out right on the first try; he stops correcting, trusts the output, and vibe-codes continuously. His conclusion: those who experienced AI in 2024 as a ChatGPT-adjacent avatar 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 becomes text to copy-paste into the agent, which debugs in a loop. MenuGen: his vibe-coded app on Vercel for generating images of dishes becomes obsolete when he discovers that the menu photo can be given directly to Gemini, asking 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 verifiability theory explains why LLMs remain jagged: labs train via RL on verifiable domains (math, code), creating capability peaks and gaps elsewhere. A telling anecdote: Opus 4.7 refactors 100k lines of code but recommends 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 vibe coding (raise the floor — democratization) from agentic engineering (preserve the quality bar — engineering discipline to coordinate spiky/stochastic agents). The 10x engineer is magnified well beyond 10x. Hiring must be rebuilt: no more puzzles, room for large adversarial projects (Twitter clone agent vs. agents red team).

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