Sources#
Summary#
Co-founder of OpenAI, former Director of AI at Tesla (got Autopilot working), now founder of Eureka Labs (AI-native education). The field's most prolific namer: coined "vibe coding," the "Software 1.0 / 2.0 / 3.0" taxonomy, the "animals vs. ghosts" framing for model intelligence, and — in this May 2026 Sequoia AI Ascent interview — "agentic engineering" as the serious discipline succeeding vibe coding. He also originated the LLM-as-compiler knowledge-base pattern this very vault runs on (the llm-wiki gist), and re-endorses it here as his own daily practice.
The "never felt more behind" admission#
The interview's startling opener: Karpathy — of all people — says he's "never felt more behind as a programmer." He locates a sharp phase transition in December 2026: agentic tools went from "good at chunks of code, sometimes you'd correct them" to "the chunks just came out fine, and I can't remember the last time I corrected it." He pushed people on X to re-evaluate AI as of December — many had frozen their mental model at "ChatGPT-adjacent," and the agentic-coherent workflow had since changed fundamentally. The admission is the emotional engine of Vibe Coding vs. Agentic Engineering: even the namer of the floor is scrambling to track the ceiling.
Frameworks he originated (each now its own page)#
- Software 3.0 — prompting/context as the program; the LLM as a programmable interpreter.
- Vibe Coding vs. Agentic Engineering — vibe coding raises the floor; agentic engineering preserves the quality bar.
- The Verifiability Thesis — LLMs automate what you can verify, the way classical computers automate what you can specify.
- Jagged Intelligence (Ghosts, Not Animals) — "we're not building animals, we're summoning ghosts"; spiky capability with no intrinsic motivation.
- Agent-Native Infrastructure — "why are docs still written for humans? what do I copy-paste to my agent?"
- Outsource Your Thinking, Not Your Understanding — the education thesis; understanding as the residual human bottleneck.
On his own knowledge-base practice#
He closes the interview by tying education back to LLM-as-Compiler Knowledge Base: "anytime I see a different projection onto information, I gain insight… whenever I read an article I have my wiki that's being built up from these articles, and I love asking questions about it." He frames it as synthetic data generation over fixed data — a tool to force information into his own head, because "you can't be a good director if you don't understand." This is the founder of the pattern using the pattern, and it is the direct lineage of this repository.
Key quotes#
- "You can outsource your thinking, but you can't outsource your understanding."
- "We're not building animals, we are summoning ghosts." (jagged, statistical, summoned entities)
- "Vibe coding is about raising the floor… agentic engineering is about preserving the quality bar of what existed before in professional software."
- "Why are people still telling me what to do? I don't want to do anything. What is the thing I should copy-paste to my agent?"
- On MenuGen: "all of my menu gen is spurious… that app shouldn't exist."
Connections#
- Software 3.0 — his taxonomy; the interview's conceptual spine
- Vibe Coding vs. Agentic Engineering — coined both terms a year apart
- The Verifiability Thesis — his attempt to explain why models are jagged
- Jagged Intelligence (Ghosts, Not Animals) — the "ghosts not animals" essay, applied
- Agent-Native Infrastructure — his "favorite pet peeve"
- Outsource Your Thinking, Not Your Understanding — his answer to "what's worth learning deeply"
- LLM-as-Compiler Knowledge Base — he originated the pattern (llm-wiki) and uses it daily
- The Bitter Lesson — the Sutton principle his neural-net-as-host-process extrapolation rests on
- Claude Code — names "cloud code / codex / open claw" as the agentic-coding surfaces he lives in
- Boris Cherny — parallel "coding is solved" arc; both treat themselves as the case study
Sources#
- Andrej Karpathy: From Vibe Coding to Agentic Engineering — Sequoia AI Ascent 2026 interview with Stephanie Zhan
- llm-wiki — his original gist defining the LLM-wiki pattern
Cited by 22
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
- Agent Loop Pattern
`/loop` (cron-scheduled) and Ralph Wiggum (backlog-draining) loops as next-generation agent primitive; AFK execution, p…
- Agent-Native Infrastructure
The world is still built for humans and must be rewritten for agents; "what do I copy-paste to my agent?"; sensors/actu…
- Boris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Claude Opus 4.7
GA frontier model from Anthropic; direct upgrade to 4.6 at same price; literal instruction following, 1.0–1.35× tokeniz…
- Compute Allocator
The human's evolving role: deciding what's worth spending compute on; ~1% of generated tokens ship, 99% is scaffolding…
- Disposable Micro-Apps
Throwaway custom UIs built per-task to edit a plan ("micro-software on top of micro-software"); copy-back-to-markdown;…
- Evals as Product Spec
Cat Wu's framing of evals as the emerging core PM skill: ten great evals beats a hundred mediocre; encode what done loo…
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Jagged Intelligence (Ghosts, Not Animals)
"Ghosts not animals": jagged statistical circuits, no intrinsic motivation; car-wash/strawberry failures; stay in the l…
- LLM-as-Compiler Knowledge Base
Karpathy's architecture: LLM incrementally compiles raw docs into a persistent interlinked wiki, replacing RAG with a 4…
- MCP and Computer Use
Anthropic's two complementary connector mechanisms: MCP for structured programmatic access (Salesforce/Drive/Gmail/Slac…
- Model Introspection Feedback
Cat Wu's underrated technique: ask the model why it failed; treat answer as harness-debugging signal not model criticis…
- Outsource Your Thinking, Not Your Understanding
"You can outsource your thinking but not your understanding"; understanding as the non-delegable human bottleneck; know…
- Printing Press Software Democratization
Boris Cherny's analogy: 1400s literacy expansion → AI software-writing expansion; domain knowledge displaces coding ski…
- Scale-Dependent Prompt Sensitivity
Large models underperform small ones on 7.7% of standard benchmarks due to overthinking; brevity constraints recover 26…
- Software 3.0
Karpathy's taxonomy: 1.0 code, 2.0 weights, 3.0 prompting; LLM as programmable interpreter; MenuGen "shouldn't exist";…
- The Bitter Lesson
Sutton 2019: scaled general methods beat hand-engineered structure; recurring justification across the wiki for dissolv…
- The Verifiability Thesis
LLMs automate what you can *verify* as computers automate what you can *specify*; RL verification rewards → jagged peak…
- Verification as the New Bottleneck
Fiona Fung: coding is no longer the bottleneck — verification, review, maintenance are; shift-left; TDD loses its tax;…
- Vibe Coding vs. Agentic Engineering
Vibe coding raises the floor (anyone builds); agentic engineering preserves the quality bar while going faster; ">10x a…
Related articles
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Vibe Coding vs. Agentic Engineering
Vibe coding raises the floor (anyone builds); agentic engineering preserves the quality bar while going faster; ">10x a…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
- Cat Wu
Head of Product for Claude Code and Cowork at Anthropic; primary articulator of AI-native product cadence and engineer-…
