Matthew Berman · 2026-04-08 · notable
Karpathy's LLM Wiki — Full Beginner Setup Guide (YouTube walkthrough)
A beginner-friendly YouTube walkthrough of Andrej Karpathy's viral LLM Wiki pattern: how to point Claude Code or Codex at a folder of sources and let it build and maintain a cross-linked markdown wiki instead of running classic RAG.

A concrete, keyboard-by-keyboard setup guide for Karpathy's LLM Wiki — the pattern behind his 16M-view X post.
What is it?
A YouTube tutorial that walks a newcomer through standing up an LLM Wiki from zero: cloning Karpathy's gist, picking an agent (Claude Code, Codex, OpenCode, Cursor), dropping raw sources into a 'sources/' folder, and running the ingest / query / lint loop. Useful because the original gist is deliberately code-free and assumes the reader will have an agent fill in the blanks.
How does it work?
The video follows the three-folder structure from the gist (sources, wiki, schema), shows how to phrase the initial ingest prompt, and demonstrates the payoff: once the wiki is bootstrapped, subsequent queries hit compiled wiki pages instead of raw docs, and the agent flags contradictions when a new source disagrees with an existing page. Viewer can adapt the exact prompts to whichever agent they use.
Why does it matter?
Karpathy's original gist drove a huge surge of interest but many people bounced off the 'figure it out with your agent' framing. A concrete setup video closes that gap and is the closest thing to a reference implementation until an official one ships.
Who is it for?
Anyone who read the Karpathy gist, bounced off the agent-first framing, and wants to just watch someone do it.
Try it
https://www.youtube.com/watch?v=iXd0t60YmMw