No body text on file.
Open the original to read the full piece.
Karpathy describes an LLM-driven knowledge-base workflow where source docs (articles, papers, repos, datasets, images) are indexed into a raw/ directory and an LLM compiles a .md wiki with summaries, backlinks, categories and concept pages. He uses Obsidian as the front-end (with the Web Clipper and local image downloads) and reports a real-world scale example of ~100 articles (~400K words), at which point the LLM auto-maintains indices and answers complex queries across the corpus. Outputs are rendered as markdown, Marp slides or matplotlib figures and often re-filed into the wiki. He also runs LLM health checks, built a tiny search engine exposed via CLI, and is investigating synthetic-data generation and fine-tuning to bake the knowledge into model weights, arguing this approach could become a new product.
Andrej Karpathy (post dated 2026-04-02) indexes source documents into a raw/ directory and uses an LLM to incrementally "compile" a personal wiki composed of .md files that include summaries, backlinks, categories and concept articles.
Open the original to read the full piece.