Files
MultiPhysicsVault/wiki/concepts/Persistent Wiki Artifact.md
T
김경종 72dad72703
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add claude-obsidian
2026-05-28 10:57:16 +09:00

2.4 KiB

type, title, created, updated, tags, status, related
type title created updated tags status related
concept Persistent Wiki Artifact 2026-04-24 2026-04-24
llm-wiki
knowledge-management
agent-memory
developing
How does the LLM Wiki pattern work?
LLM Wiki Pattern
Compounding Knowledge
Source-First Synthesis
Query-Time Retrieval

Persistent Wiki Artifact

A persistent wiki artifact is the maintained Markdown layer between raw sources and future questions. In Karpathy's LLM Wiki description, the agent reads source material, extracts key information, and integrates it into an interlinked wiki instead of only retrieving chunks at answer time: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f

Boundary Filled

The selected question explains that an LLM Wiki compounds knowledge, but it does not isolate the artifact as the unit of memory. This page makes that boundary explicit: memory is stored in files that can be browsed, linked, reviewed, and revised.

Extracted Claims

Implications for This Vault

  • The durable memory object is the page, not the chat turn.
  • The page needs frontmatter, stable title, wikilinks, and source URLs so later agents can inspect provenance.
  • The page should remain small enough to revise directly, because the LLM Wiki pattern depends on updating existing synthesis when new sources arrive: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f

Primary Sources