In a widely-shared gist, Andrej Karpathy sketched a simple but powerful idea. yeast.wiki is an implementation of it — made hosted, multi-tenant, bilingual, and own-your-data.
Instead of retrieval-augmented generation (RAG) — where a model fetches chunks and answers each query from scratch — the gist proposes an LLM that incrementally maintains a synthesized, interlinked Markdown wiki from your raw sources. As you feed it material, it integrates the new information into existing pages, writes new ones, and keeps the cross-links current. Knowledge compounds into a durable, navigable wiki rather than evaporating as one-off answers.
A wiki the model keeps writing and re-linking from your sources — not a chatbot you re-query, and not a pile of notes you hand-organize.
The idea resonated: it spawned many open-source re-implementations within weeks — mostly single-user, local, English-only CLIs and scripts.
yeast.wiki takes that core loop — ingest → integrate → link → maintain — and builds the product around it:
The gist's sharpest point is "a wiki built from your sources, instead of RAG." That's exactly where yeast.wiki invests: importing your documents (PDFs and more) and synthesizing them into linked, bilingual pages you own — so the knowledge accumulates and connects over time, and you can explore it as a map rather than re-asking a model.
A private, self-organizing, bilingual AI wiki you own. Invite-only.
Open your wiki