LLM Wiki – Open-Source Implementation of Karpathy's LLM Wiki
Automates wiki bookkeeping so LLMs update cross-references while you just drop in raw sources.
AI-powered second brain — bookmark, compile, query
Karpathy's viral LLM wiki idea packaged as one NPM install for Obsidian users.
Knowledge workers, researchers, second-brain enthusiasts using Obsidian
Obsidian · Mem · Logseq
I built the whole pipeline as a single CLI tool:
- Chrome extension to bookmark tweets, articles, YouTube, anything - Hono server + LanceDB for vector search - Claude Code compiles your bookmarks into wiki pages with wikilinks and citations - Browse in Obsidian with graph view - Publish as a static site with Quartz
npm i -g cachezero
https://github.com/swarajbachu/cachezero
Would love feedback on the compile step specifically — the wiki quality depends heavily on the SCHEMA.md prompt and I'm still iterating on it.
Automates wiki bookkeeping so LLMs update cross-references while you just drop in raw sources.
LLM-gardened wiki that compounds knowledge instead of RAG re-deriving answers every query.
Git template for Karpathy's LLM wiki pattern with metadata and lint checks.
Knowledge compounds across videos instead of re-searching from scratch every query.
Two-phase pipeline eliminates order-dependence before writing any wiki pages.
Packages Karpathy's wiki pattern into Claude Code plugins for persistent project context.