← Documentation home

Canonical Markdown source · Oct 20, 2018

Definition

knowledge/concepts/llm-wiki-pattern.md · 47 lines · SHA-256 1538a0b7d895

The LLM Wiki pattern treats a Markdown wiki as a durable compiled knowledge layer. An agent reads raw sources, updates wiki pages, maintains cross-links, records contradictions, and logs changes so future questions reuse accumulated synthesis instead of starting from raw retrieval every time.

Operating Model

| Operation | Result |

|---|---|

| Ingest | A new source summary plus updates to affected concept pages, indexes, and logs. |

| Query | A grounded answer from existing wiki pages, optionally filed back as reusable synthesis. |

| Lint | A health check for stale claims, contradictions, missing cross-links, orphan pages, and new source needs. |

Why It Fits Meta Museum

Meta Museum already has a large amount of standards, evidence, partner, and implementation knowledge. The wiki pattern lets that knowledge compound across sessions:

  • Linked Art docs can become navigable concept pages instead of a long one-time ingestion trail.
  • Partner evidence can be summarized once and linked to relevant strict-readiness concepts.
  • Product and standards decisions can keep their source citations while becoming easier for agents to traverse.
  • Future agents can read the wiki index first, then drill into the narrow pages needed for a task.

Guardrails

  • Do not use the wiki to make unverified launch or partner claims.
  • Do not copy secrets, private partner credentials, or raw `.env` values.
  • Do not replace source docs or evidence artifacts with synthesized pages.
  • File uncertainty explicitly and cite source summaries.

Related

  • Open Knowledge Format(open-knowledge-format.md)
  • Meta Museum Knowledge System(meta-museum-knowledge-system.md)
  • LLM Wiki Maintainer Schema(../schema/llm-wiki-maintainer.md)

Citations

[1] LLM Wiki pattern note(../sources/llm-wiki-pattern-note.md)