{"id":"knowledge/sources/llm-wiki-pattern-note","relativePath":"knowledge/sources/llm-wiki-pattern-note.md","title":"Summary","markdown":"\n\n# Summary\n\nThe LLM Wiki pattern replaces one-off retrieval with a persistent, agent-maintained Markdown wiki. Instead of reassembling context from raw documents for every question, an agent incrementally reads sources, updates summaries and concept pages, adds cross-references, notes contradictions, and logs changes.\n\n# Key Takeaways\n\n- Raw sources are immutable and remain the source of truth.\n- The wiki is generated and maintained by the LLM as a durable synthesis layer.\n- The schema tells the LLM how to file, link, update, query, and lint the wiki.\n- `index.md` is content-oriented discovery.\n- `log.md` is chronological history.\n- Useful answers can be filed back into the wiki so future questions benefit from prior synthesis.\n- Periodic lint passes should look for contradictions, stale claims, missing pages, or orphaned knowledge.\n\n# Project Implications\n\nMeta Museum should treat `docs/knowledge/` as the agent-maintained synthesis layer, not as a replacement for `docs/linked-art/`, evidence artifacts, or source records. This keeps project claims grounded while letting cross-topic knowledge compound.\n\n# Citations\n\n[1] User-supplied LLM Wiki pattern note, attached in this Codex thread.\n","sections":[],"html":"<h1 id=\"summary\">Summary</h1>\n<p>The LLM Wiki pattern replaces one-off retrieval with a persistent, agent-maintained Markdown wiki. Instead of reassembling context from raw documents for every question, an agent incrementally reads sources, updates summaries and concept pages, adds cross-references, notes contradictions, and logs changes.</p>\n<h1 id=\"key-takeaways\">Key Takeaways</h1>\n<ul><li>Raw sources are immutable and remain the source of truth.</li><li>The wiki is generated and maintained by the LLM as a durable synthesis layer.</li><li>The schema tells the LLM how to file, link, update, query, and lint the wiki.</li><li>`index.md` is content-oriented discovery.</li><li>`log.md` is chronological history.</li><li>Useful answers can be filed back into the wiki so future questions benefit from prior synthesis.</li><li>Periodic lint passes should look for contradictions, stale claims, missing pages, or orphaned knowledge.</li></ul>\n<h1 id=\"project-implications\">Project Implications</h1>\n<p>Meta Museum should treat `docs/knowledge/` as the agent-maintained synthesis layer, not as a replacement for `docs/linked-art/`, evidence artifacts, or source records. This keeps project claims grounded while letting cross-topic knowledge compound.</p>\n<h1 id=\"citations\">Citations</h1>\n<p>[1] User-supplied LLM Wiki pattern note, attached in this Codex thread.</p>","updatedAt":"2018-10-20T01:46:40.000Z","checksum":"db115d8fd7bf603bc21716ffed3932f8cf918e44367809d9e516a61996bf4bbf","checksumPrefix":"db115d8fd7bf","anchorCount":0,"lineCount":31,"rawUrl":"/api/docs/content?path=knowledge%2Fsources%2Fllm-wiki-pattern-note.md","htmlUrl":"/docs?doc=knowledge%2Fsources%2Fllm-wiki-pattern-note.md","apiUrl":"/api/docs/content?path=knowledge%2Fsources%2Fllm-wiki-pattern-note.md"}