620 / 1264

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. 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.

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.

Briefingshow

Karpathy's idea resonates because the problem is universal: consuming enormous amounts of content daily without any queryable memory layer. CacheZero attempts to bridge the gap between a graveyard of bookmarks and a functional retrieval system, using a toolstack that is genuinely accessible today. Using Claude Code as a compilation layer — not for code generation but for structured knowledge synthesis — is a smart architectural choice worth watching.

The real test will be whether wiki quality holds up at scale.

Sources