Uploading documents gives an agent access to material. It does not create durable knowledge. Without a maintained structure, each session has to rediscover what matters, infer relationships again, and rebuild a working model from scattered context.
That can be useful for one-off questions. It is weak as an operating model for accumulated knowledge. The failure mode is familiar: documents pile up, retrieval gets noisy, summaries drift, and nobody can tell which answer came from evidence versus whatever the model smoothed into confidence.
The better model separates three jobs. Raw sources are the evidence layer. They stay immutable and preserve provenance. The compiled wiki is the working memory layer. It contains derived markdown pages: summaries, source pages, entity pages, concept pages, comparisons, contradictions, and synthesis.
The routing schema is the operating contract. Files such as AGENTS.md, CLAUDE.md, index.md, and log.md tell the agent how to ingest sources, traverse the wiki, update pages, cite evidence, and record changes.
This is the control-plane distinction: source truth is not the same thing as agent memory.
The source video demonstrates one creator's workflow for turning transcripts, PDFs, URLs, and business context into an agent-maintained wiki. It is useful as a concrete applied example, not as a benchmark. It does not prove Fable is better than Opus, that every ingest will produce reliable pages, or that an AI OS becomes objectively smarter.
Karpathy's LLM Wiki gist gives the stronger architecture frame. The key distinction is persistent synthesis. Instead of treating raw sources as something to retrieve from at query time, the model incrementally maintains a structured, interlinked markdown wiki that compounds as sources are added and questions are answered.
That is the durable lesson: memory improves when it becomes a governed artifact, not when it becomes another hidden vendor feature.