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
- User provides a source (article, paper, conversation)
- Agent captures raw source to
raw/(immutable) - Agent discusses takeaways with user
- Agent writes/updates relevant entities or concepts pages
- Agent updates index and log
- Agent reports what changed
Division of Labor
- Human (Kresimir): curates sources, directs analysis
- Agent (Jeeves): summarizes, cross-references, files, maintains consistency
Structure
See SCHEMA for the full vault conventions and tag taxonomy.