How I Built a Self-Maintaining Knowledge Base for 6 Projects Using Claude Code & Karpathy’s LLM Wiki
A practical guide to creating persistent memory for your AI programming assistant that remains intact across sessions. In April 2026, Andrej Karpathy introduced a deceptively simple concept: instead of relying on RAG or endless context windows, you should let an LLM maintain a structured Markdown wiki as a long-term knowledge base. You simply provide the raw data, and the model compiles, organizes, and updates the wiki on its own. You do not need to handle manual editing—the model […]