title: LLM Wiki Workflow
created: 2026-07-05
updated: 2026-07-05
type: concept
tags: [meta, wiki, agents, workflow]


LLM Wiki Workflow

The wiki is managed by the Hermes Agent System using a dedicated Hermes skill (llm-wiki). The pattern follows Karpathy's LLM Wiki concept: a compounding knowledge base of interlinked markdown files that accumulates and cross-references knowledge over time.

Workflow

  1. User provides a source (article, paper, conversation)
  2. Agent captures raw source to raw/ (immutable)
  3. Agent discusses takeaways with user
  4. Agent writes/updates relevant entities or concepts pages
  5. Agent updates index and log
  6. Agent reports what changed

Division of Labor

Structure

See SCHEMA for the full vault conventions and tag taxonomy.