tech-llm-wiki

A personal, LLM-maintained knowledge base on LLMs/AI. See CLAUDE.md for how this wiki is structured and maintained, and references/ for the raw sources it’s built from.

Method

How this wiki itself works — the pattern it implements and the format it’s written in.

  • The LLM Wiki Pattern — have an LLM incrementally build and maintain a persistent, interlinked wiki over your sources, instead of re-deriving synthesis from raw documents on every query.
  • Wiki Operations — the three recurring operations over an LLM wiki (ingest, query, lint), plus the roles of index.md and log.md.
  • Open Knowledge Format (OKF) — Google Cloud’s open specification formalizing the LLM-wiki pattern as a portable bundle of markdown files with YAML frontmatter.
  • Operating This Wiki — the operator’s manual for this bundle: layer ownership, the prompts that drive each operation, the frontmatter fields in use, and how a note reaches the published site.

Meta