Andrej Karpathy's LLM Wiki concept addresses a core limitation of RAG-based AI tools: every query starts from scratch with no accumulated knowledge. The solution is to have an AI agent (like Claude Code) read your source documents once and build a persistent, interlinked Markdown wiki in Obsidian. New documents are ingested and integrated into existing pages, contradictions are flagged, and connections are pre-built. The setup involves three layers: raw sources (read-only), the wiki folder, and a schema file (claude.md) that defines rules. A step-by-step walkthrough covers creating the Obsidian vault, folder structure, adding a schema template, ingesting documents, and using a 'lint' command to keep the wiki healthy. Use cases include research, teaching, business knowledge bases, and personal learning.
Sort: