Andrej Karpathy

Andrej Karpathy

Former OpenAI and Tesla AI researcher whose viral April 2026 X post on building personal LLM knowledge bases with flat markdown files and Claude Code spawned a new practice pattern. His LLM Wiki approach — no vector DB, no embeddings, just well-indexed markdown that the LLM reads directly — became a dominant alternative to RAG for sub-million-document knowledge bases.

In a Sequoia Capital interview, Karpathy expands that worldview into Software 3.0, Agentic Engineering, Verifiability Frontier, and the idea that human understanding remains the bottleneck even when agents can outsource large amounts of thinking and implementation [src-055].

Key facts

  • Published viral April 2026 X post on building LLM knowledge bases
  • Runs ~100 articles / ~500K words through his own wiki
  • Advocates flat folder structures over heavy subfolder organisation
  • Recommends Obsidian as the IDE for browsing markdown wikis
  • Runs LLM health-check lints to find inconsistencies and gap-fill articles
  • Explicitly left his pattern vague so others could customise it
  • Frames Software 3.0 as prompting/context over an LLM interpreter, extending his earlier Software 1.0 / Software 2.0 distinction [src-055]
  • Distinguishes vibe coding from Agentic Engineering: vibe coding raises the floor, while agentic engineering preserves professional quality while coordinating agents [src-055]
  • Argues current LLMs automate what can be verified, producing jagged peaks in code/math and weaker performance outside trained/verifiable circuits [src-055]
  • Says LLM knowledge bases are useful because they re-project information into structures that improve human understanding [src-055]
  • Howell cites Karpathy's introductory LLM material and Neural Networks: Zero to Hero as practical deep-learning/LLM learning resources, and closes with Karpathy's advice to learn through concrete projects and self-explanation [src-075]
  • Joined Anthropic in May 2026, which Nate interprets as alignment between Karpathy's context-engineering/LLM-wiki worldview and Claude Code's product direction [src-087]

Related

Source references

  • [src-004] Nate Herk cluster — Nate Herk — Claude Code cluster (21 videos)

– Videos referenced: sboNwYmH3AY

  • [src-013] Nate Herk — "Build & Sell Claude Code Operating Systems (2+ Hour Course)" (2026-05-01)

– Nate reads Karpathy's original tweet and gist verbatim, builds the raw/ → wiki/ architecture from the prompt Karpathy published, and demos it live with the AI2027 article as the first source ingested.

  • [src-055] Sequoia Capital — "Andrej Karpathy: From Vibe Coding to Agentic Engineering" (2026-04-29)
  • [src-075] Egor Howell — "STOP Taking Random AI Courses – Read These Books Instead" (2025-06-14)
  • [src-087] Nate Herk — "What Karpathy Joining Anthropic Actually Means For Claude" (2026-05-19)

Robin Cartier perspective

This page is part of Robin Cartier's working AI knowledge graph: a practical research layer for production AI, recommendation systems, experimentation, GEO, and agentic web readiness.

The useful next step is to connect this concept back to applied product leadership and operating models.

Recommended next

Keep reading from this thread

From 491 indexed pages and articles.

  1. Wiki concept Understanding Bottleneck The understanding bottleneck is Karpathy's claim that even when AI can outsource large amounts of thinking and implementation, humans still cannot outsource the understanding Related by andrej
  2. Wiki concept Karpathy LLM Wiki Pattern A knowledge-base architecture popularised by Andrej Karpathy in April 2026 as a RAG alternative for small-to-medium personal corpora. Related by karpathy
  3. Insight Agentic Web Readiness A practical checklist for making websites understandable, navigable, and useful for AI agents and answer engines Related by articles