A working knowledge base · LLM-maintained · 260 articles

Practical AI for marketing, design, and productivity.

An LLM-maintained wiki built on the Karpathy wiki pattern. Claude writes every article from original sources, with provenance tracking, cross-links, and a full audit log.

Topics

How this works

Every page starts as raw source in a private Obsidian vault. Claude Code compiles new sources into wiki articles, maintains cross-links, runs lint passes for hallucination drift, and logs every operation. A static-site pipeline publishes only the flagged articles via Quartz 4 on Cloudflare Pages.

Full pipeline architecture: Inputs → Staging → Compile → Wiki → Publish → Live, with the inbox-refresh skill prominent in the fan-in, QMD as retrieval substrate, and a recurring maintenance loop.
The full pipeline. Inputs feed staging (immutable, sha256-tracked) → Compile reads triage: and routes ingest / refresh / skip → Wiki layer updated atomically → Publish gate filters → Cloudflare Worker (60–120s). QMD (BM25 + vector + LLM rerank, all local) sits underneath. Read the diagram article →