concept

LLM Wiki

Last updated: Thu Jun 18 2026 00:00:00 GMT+0000 (Coordinated Universal Time) Collection: concepts

LLM Wiki

LLM Wiki is the central idea of Brevvie Python + AI — Section 13: Build Your Own LLM Wiki (Karpathy / Obsidian). It is a personal knowledge system in which the human curates sources and asks questions while the LLM handles summarization, cross-linking, filing, and structural maintenance.

Core architecture from the source

  • /raw holds immutable source material
  • /wiki holds agent-written summaries, entities, concepts, and comparisons
  • Agent Schema Files define how the agent behaves

Core workflows

  • ingest
  • query
  • lint

Why it matters

The lesson frames the LLM wiki as a persistent, compounding artifact rather than a disposable chat session.