What It Is
LLM Wiki is a methodology Andrej Karpathy described: instead of one growing chat, keep your knowledge as many small markdown pages, each focused on one entity or topic, cross-linked with [[wikilinks]], with an index.md as the directory. The LLM handles the bookkeeping; you curate.
How Mem Does It
Nowledge Mem builds this on top of your knowledge graph. The Library reads as a wiki: topic pages, entity pages, and crystal pages, all cross-linked and derived live from your memories. Background Intelligence does the bookkeeping Karpathy points at, conflict detection, evolution chains, and synthesis, so the pages stay current without you maintaining a separate copy.
The same pattern is now an open spec, the Open Knowledge Format, which Mem also exports to.
How To Use It
- Open the Library and switch to the Wiki tab. If it is empty, run community detection once from the Graph view.
- Read a topic, click into an entity, then into a related entity. You navigate by clicking, not typing.
- Open any source and click Study with AI to turn it into saved, pre-linked knowledge.
See the LLM Wiki concept page for the full model.