Show HN: CacheZero – Karpathy's LLM wiki idea as one NPM install
TL;DR
Andrej Karpathy's tweet about an LLM-powered wiki system went viral with 17 million views, describing a pipeline that compiles raw content into a linked knowledge base.
Key Points
- CacheZero implements the idea as a single CLI tool: Chrome extension for bookmarking, Hono server plus LanceDB for vector search, Claude Code for wiki compilation.
- Generated wiki pages are browsable in Obsidian with graph view and can be published as a static site via Quartz.
- Install with `npm i -g cachezero`; the project is open source on GitHub.
- Wiki quality depends heavily on a SCHEMA.md prompt — the developer is actively iterating and seeking feedback on the compile step.
Nauti's Take
Karpathy tweets, the world ships — we know the pattern. But CacheZero is more than a weekend vibe-coding project: repurposing Claude Code as a 'knowledge compiler' rather than a code assistant shows how agent tooling is hitting unexpected use cases.
The fragility around SCHEMA. md is honestly communicated, which is refreshing.
Anyone already in the Obsidian ecosystem should try it; for everyone else, it sits at the productive edge of the PKM hype cycle — worth watching, not yet worth betting on.