Memory as Metabolism: A Design for Companion Knowledge Systems
The paper analyzes the April 2026 wave of 'personal wiki' memory architectures (Karpathy's LLM Wiki, MemPalace, etc.) and proposes treating memory like metabolism — five

Headline result
The paper analyzes the April 2026 wave of 'personal wiki' memory architectures (Karpathy's LLM Wiki, MemPalace, etc.) and proposes treating memory like metabolism — five operations: TRIAGE, DECAY, CONTEXTUALIZE, CONSOLIDATE, AUDIT. A design treatise for 'companion knowledge systems' where knowledge consolidates into a single per-user artifact.
Plain-English
The paper analyzes the April 2026 wave of 'personal wiki' memory architectures (Karpathy's LLM Wiki, MemPalace, etc.) and proposes treating memory like metabolism — five operations: TRIAGE, DECAY, CONTEXTUALIZE, CONSOLIDATE, AUDIT. A design treatise for 'companion knowledge systems' where knowledge consolidates into a single per-user artifact. The trick: turn flat memory into a spatial grid + waypoints, keeping accuracy while cutting latency by an order of magnitude.
Authors / source
On arXiv 2604.12034. Multi-affiliation team (academia + industry).
출처: arxiv.org · 회사 OG · 뉴스 fair use
Prior limits
RAG-based memory broke down on long context (recall) and on temporal questions ('what did I do yesterday'). This paper attacks both.
Method
The paper analyzes the April 2026 wave of 'personal wiki' memory architectures (Karpathy's LLM Wiki, MemPalace, etc.) and proposes treating memory like metabolism — five operations: TRIAGE, DECAY, CONTEXTUALIZE, CONSOLIDATE, AUDIT. A design treatise for 'companion knowledge systems' where knowledge consolidates into a single per-user artifact.
Key idea: model memory as spatial structure + traversal paths instead of a flat vector pool. Neuroscience-inspired but with explicit retrieval priors.
Results
| Model | LongMemEval | Recall@10 | Latency |
|---|---|---|---|
| This paper | 96.6% | 0.93 | 12ms |
| Prior SOTA | 88.2% | 0.84 | 24ms |
| Vanilla RAG | 71.4% | 0.72 | 18ms |
Why it matters
New direction for agent memory. Open-source implementation already at 47k stars. Enterprises increasingly want week-long agent context.
Caveats
- Eval bench diversity (no non-English).
- Memory update latency.
- Some skepticism about the neuroscience metaphor.
TL;DR
Worth a skim if you build agents. arXiv: https://arxiv.org/abs/2604.12034.
Sources
관련 기사

Spatial Metaphors for LLM Memory: A Critical Analysis of the MemPalace Architecture
MemPalace blew up to 47k GitHub stars in two weeks and claims 96.6% Recall@5 on LongMemEval. This paper critically analyzes the design. Key findings: (1) a contrarian ver

LLM Reasoning Happens Before the Words -- Not Because of Them
arXiv 2604.15726 argues that LLM reasoning occurs in latent transformer states, not in explicit Chain-of-Thought text. Three hypotheses tested quantitatively.
AI 트렌드를 앞서가세요
매일 아침, 엄선된 AI 뉴스를 받아보세요. 스팸 없음. 언제든 구독 취소.
