Personal AI Wiki
A knowledge base I curate and an agent maintains
- Concepts 80 synthesized themes
- Entities 39 specific tools & systems
- Sources 194 one per ingested document
- Analyses 31 answers saved back in
The wiki's real link graph, exported from the repository in September 2026. Each dot is a page, each line is a link between two pages, and bigger dots have more links. Pages are unlabeled to keep the content private. Hover over a dot to see its type and link count.
The wiki is a git repository of markdown files. My half of the work is deciding what goes in: articles I read, notes on things I've built, decisions I'm working through. Claude does the rest, writing every page, linking related ideas together, and keeping everything consistent. The setup follows the pattern Andrej Karpathy described for LLM-maintained knowledge bases, and the pages use Google's Open Knowledge Format, so any tool that understands the spec can read them.
I work with it through three slash commands in Claude Code. /ingest saves the full text of a source into raw/, writes a summary, and updates the concept pages the source touches. Raw files are never modified once saved. /query answers a question from the wiki with citations and files answers worth keeping back in as analysis pages, so the next question starts from where the last one ended. /lint is the health check that catches broken links, orphan pages, contradictions, and topics that come up often enough to deserve a page of their own.
The graph above is the wiki's actual link structure, exported from the repository. New pages get linked to the related pages that already exist, so the concept pages that many sources touch grow into the hubs near the center. The amber dots are analysis pages, which hold answers to past questions that were worth saving.
There are more pages than sources because each source gets a summary page, and the agent also writes the concept, entity, and analysis pages that connect the sources to each other. The gap between the two lines is that added writing.
| Month | Wiki pages | Sources |
|---|---|---|
| 2026-04-30 | 130 | 80 |
| 2026-05-31 | 189 | 117 |
| 2026-06-30 | 203 | 124 |
| 2026-07-31 | 259 | 159 |
| 2026-08-31 | 332 | 187 |
| 2026-09-01 | 344 | 194 |
Read the write-up: Everyone Should Have a Personal AI Wiki →