A personal LLM-maintained knowledge base for internal work — projects, teams, systems, decisions.
Based on Andrej Karpathy's LLM Wiki pattern: instead of retrieving from raw documents at query time (RAG), an LLM agent incrementally builds and maintains a persistent, interlinked markdown wiki. The wiki keeps getting richer with every source ingested and every question asked.
- You curate sources, ask questions, direct emphasis.
- The LLM does the bookkeeping — summarizing, cross-referencing, filing, lint.
- Editor: Obsidian (vault root = this directory).
- Agent: Claude Code, driven by
CLAUDE.md. - Plugins: Web Clipper, Dataview, Templater.
- Storage: git (history is part of the wiki's evolution).
- Drop a new source into
raw/{meetings,docs,notion}/. - Tell Claude Code:
ingest raw/meetings/2026-05-22-foo.md. - Discuss the takeaways. Confirm the proposed page changes.
- The agent files everything and updates
index.md+log.md. - Ask questions against
wiki/. Optionally file good answers back. - Periodically run
/lint.
CLAUDE.md is the operating spec for the agent. Start there.