Beyond Memory: A Templated Substrate for Heterogeneous Collaborative Knowledge Work with LLM Agents

Beyond Memory: A Templated Substrate for Heterogeneous Collaborative Knowledge Work with LLM Agents

超越记忆:用于 LLM 智能体异构协作知识工作的模板化基底

Abstract: Research projects, educational efforts, and adjacent knowledge work accumulate findings, decisions, and reasoning that future collaborators rarely recover. The parts most useful to that work, including dead ends and walked-back claims, are routinely excluded from publications and shared code; future researchers re-attempt the same failures because no record survives.

摘要: 研究项目、教育工作及相关的知识工作会积累大量的发现、决策和推理过程,但未来的合作者往往难以找回这些信息。对工作最有价值的部分,包括死胡同和被推翻的论点,通常会被排除在出版物和共享代码之外;由于没有记录留存,未来的研究人员往往会重复同样的失败。

LLM coding agents are common participants but hold no persistent memory across sessions, and retrieval-augmented generation over raw sources does not compound. The llm-wiki pattern (Karpathy, 2026; tonbi, 2026) addresses this by inserting an LLM-maintained, interlinked wiki between raw sources and the agent. We present llm-wiki-memory-template, a reusable, agent-aware instantiation, and argue it is a substrate for heterogeneous collaborative knowledge work along three axes (multi-human, multi-AI-agent, multi-domain) with each axis supported by a distinct architectural element of the template (§4).

LLM 编程智能体是常见的参与者,但它们在不同会话之间没有持久记忆,且基于原始来源的检索增强生成(RAG)无法实现知识的累积。llm-wiki 模式(Karpathy, 2026; tonbi, 2026)通过在原始来源和智能体之间插入一个由 LLM 维护的互联维基来解决这一问题。我们提出了 llm-wiki-memory-template,这是一个可重用的、具备智能体感知能力的实例化方案,并论证了它是支持异构协作知识工作的基底,涵盖了三个维度(多人、多 AI 智能体、多领域),每个维度都由模板中独特的架构元素(§4)提供支持。

The wiki is append-only by convention, which preserves what did not work alongside what did, addressing a negative-result loss problem that publications and code-sharing structurally cannot solve. Three deployed case studies and one design report cover the axes individually: a solo research lineage that preserves abandoned iterations; a two-author project whose retroactive audit revised two prior experiments’ claimed 20-of-20 coverage down to 14 and 12 evidence-based answers, then to 18 and 18 after a fix, with the failure path preserved across the artifact; an in-progress multi-agent deployment reported as a design; and a cross-domain educational variant.

该维基按惯例采用“仅追加”模式,这使得它能够同时保留成功和失败的经验,从而解决了出版物和代码共享在结构上无法解决的“负面结果丢失”问题。文中通过三个已部署的案例研究和一个设计报告分别涵盖了上述维度:一个保留了废弃迭代的个人研究谱系;一个由两位作者完成的项目,其事后审计将之前实验声称的 20/20 覆盖率修正为 14 和 12 个基于证据的答案,在修复后又提升至 18 和 18,且整个失败路径被完整保留在工件中;一个作为设计报告的在研多智能体部署;以及一个跨领域的教育变体。

We name failure-path preservation, agent honesty, and appropriation as cross-cutting sociotechnical properties of the artifact, not only of its technical mechanisms.

我们将“失败路径保留”、“智能体诚实度”和“挪用(appropriation)”定义为该工件的跨领域社会技术属性,而不仅仅是其技术机制的属性。