DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: CacheZero – Karpathy's LLM wiki idea as one NPM install
Karpathy's recent tweet about LLM knowledge bases went viral (17M views). He described a system where you dump raw content into a folder, an LLM compiles it into an interconnected wiki, and you search/query it through Obsidian.<p>I built the whole pipeline as a single CLI tool:<p>- 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<p>npm i -g cachezero<p><a href="https://github.com/swarajbachu/cachezero" rel="nofollow">https://github.com/swarajbachu/cachezero</a><p>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.
CacheZero is a timely implementation of a high-profile concept by Andrej Karpathy, targeting the growing Personal Knowledge Management (PKM) space. While the technical execution is solid for a prototype, it currently functions more as an open-source utility than a venture-scale business, facing low defensibility and significant platform risk.