Voices
Karpathy's LLM Wiki Pattern Goes Viral: A RAG-Bypassing Knowledge Base Maintained by AI
Karpathy shared a gist called llm-wiki.md describing a pattern where an AI agent builds and maintains a structured personal knowledge base in plain markdown, integrating new sources by updating all relevant pages, noting contradictions, and creating concept pages — rather than re-reading raw documents every time. His personal research wiki runs ~100 articles and 400,000 words. VentureBeat headlined it 'bypasses RAG with an evolving markdown library.' The pattern is portable across Claude, ChatGPT, and Codex — copy-paste the gist and the agent bootstraps the wiki.
Source
↳ Follow the thread