What Adam Is Reading
The Memory Paper That Validates Our Architecture
A 218-paper survey of agent memory lands in TMLR. It describes the exact system we've been building. They just don't know it yet.
Single-source review · 218 papers surveyed · August 2026 · Clinical Epistemology Portfolio Fit

Here's the setup. You spend two years building a clinical intelligence architecture around one thesis: a system must earn the right to make a recommendation through explicit, inspectable gates, and "I cannot determine this" is a first-class output. You build epistemic overlays. Verifier-on-edge graphs. Governance gates that sit on top of confidence tiers. A knowledge graph where uncertainty nodes are as important as certainty ones.

Then a team from Tsinghua, UIUC, Microsoft Research, and Adobe drops a 90-page survey of 218 papers on foundation agent memory in Transactions on Machine Learning Research. And their taxonomy describes (nearly verb for verb) the exact architecture you've been designing from the clinical side.

That's not confirmation bias. That's convergent evolution. Different starting coordinates, same destination.

The paper. Huang, Z., Zhao, D., et al. "A Survey of Agent Memory." Transactions on Machine Learning Research (TMLR), July 2026. arXiv:2602.06052v4. Covers Q1 2023 through Q4 2025. Six institutions, three dimensions, one argument: memory is no longer a database. It's the substrate of agent self-evolution.

What the Paper Actually Says

The survey organizes agent memory along three dimensions: what the memory is made of (substrate), what cognitive role it plays (mechanism), and whose context it serves (subject). The thesis is that memory has shifted from passive lookup to the central mechanism by which agents evolve over time.

218
Papers Surveyed
3
Taxonomy Axes
5
Cognitive Types
12
Application Domains

Memory Substrate

What the memory is made of.

Internal: weights, latent state, KV cache. External: vector index, text record, structural/hierarchical store (graphs, ontologies).

Cognitive Mechanism

What role the memory plays.

Sensory, working, episodic, semantic, procedural. Mapped from Tulving and Atkinson-Shiffrin onto LLM architectures.

Memory Subject

Whose context the memory serves.

User-centric: facts, preferences, history, implicit connections about the human. Agent-centric: tools, past actions, environment states, self-reflection. This is the axis that matters most for our work.

The paper defines ten user-centric memory abilities (fact extraction, multi-session reasoning, temporal reasoning, update and refresh, compression, forgetting, user facts, assistant facts, implicit inference, and abstain/boundary handling). That last one is the one that made me sit up straight.

They also catalog memory operations for single agents (storage, retrieval, update, compression, forgetting) and multi-agent systems (private, shared, hybrid, orchestrated memory architectures with orchestrator-based, agent-initiated, or memory-driven routing). And they trace how memory evolves through prompting policies, fine-tuning, and reinforcement learning.


Where the Paper Meets the Portfolio

I've been running the Clinical Epistemology program for the better part of a year. Eleven framework folders, 18 synthetic patients, 78 lab documents, 46 verified CRRF references. The program's thesis has always been the same: clinical AI must earn the right to assert, and the system's architecture should make epistemic discipline structural rather than aspirational.

This paper validates that thesis from the agent-memory side. Here are the specific convergence points.

1
"Abstain and Boundary Handling" Is a First-Class Memory Ability
What the paper says

One of the ten canonical user-centric memory abilities is Abstain and Boundary Handling: the capacity to recognize when information is insufficient, outdated, or outside the system's scope, and to withhold rather than fabricate. The paper treats this as a core competency, not an edge case. They evaluate it with dedicated benchmarks (HaluMem, ConvoMem) and consider it essential to trustworthy memory systems.

What we built

This is the CRRF. Tier zero (T0, "Silent") is literally "the system has no evidence and must remain silent." The entire nine-step gating framework exists to prevent premature assertion. Our Knowledge Graph design puts KnownUnknown and Unable-to-determine as first-class nodes, not error states. The portfolio's foundational ethos ("a system must earn the right to make a recommendation") is this paper's Ability 10, expressed as architecture.

Direct Validation
2
Graph-Based Structural Store with Provenance
What the paper says

The taxonomy's structural/hierarchical memory substrate includes knowledge graphs with typed edges, provenance tracking, and certainty metadata. The paper highlights how graph-based memory enables explicit reasoning chains and audit trails that flat vector stores cannot provide.

What we built

Folder 11's Knowledge Graph design uses an epistemic overlay with has-certainty edges, a controlled predicate vocabulary, and verifier-on-edge architecture. Every assertion in the graph carries provenance and confidence. The three-layer meta-design (knowledge graph artifact, orchestration graph, decision network) is a clinical instantiation of exactly the structural store class the paper describes, but with epistemic gates the paper's cited systems don't have.

Direct Validation
3
User-Centric vs. Agent-Centric Is the Moat Distinction
What the paper says

The paper's third taxonomy axis divides memory into user-centric (preferences, history, implicit inferences about the human) and agent-centric (tools, environment, self-reflection). This is a structural distinction, not a feature list. They argue the two require fundamentally different storage, retrieval, and evolution mechanisms.

What we built

THE MOAT doctrine. The Clinical Intelligence team's thesis is that the defensible position lives at the L3 to L4 seam: vocabulary bindings, workflow integration, interaction graphs, data-in-context mappings. User-centric memory (organization-specific, hard-won clinical context) is the moat. Agent-centric memory (general reasoning, tool use) is the commodity layer. The paper's taxonomy axis is exactly the strategic distinction the CI team identified independently.

Direct Validation
4
Multi-Agent Memory Architecture Matches the Orchestration Graph
What the paper says

Multi-agent memory comes in four architectures (private, shared, hybrid, orchestrated) with three routing patterns (orchestrator-based, agent-initiated, memory-driven). Write-control isolation prevents agents from corrupting each other's stores. Verifier agents validate before committing to shared memory.

What we built

The Orchestration Graph (the second of Folder 11's three layers) is a topology for exactly this. The verifier-on-edge design means no fact traverses a graph edge without validation. The ECIF's Clinical Intelligence Architect role is the orchestrator. The CHAI governance overlay provides the write-control isolation (deployment gates over output gates). We were designing multi-agent memory architecture for clinical decision support without calling it that.

Direct Validation
5
Procedural Memory as Shareable Skills
What the paper says

Procedural memory encodes reusable how-to knowledge. The paper cites Anthropic's Claude Agent Skills as an example of explicit, shareable procedural memory that can be transferred between agent instances. This is memory that teaches other agents to do things, not just to know things.

What we built

The Renal Codex. The CI team's concept of a codified clinical knowledge base that encodes not just facts but clinical reasoning patterns, workflows, and decision heuristics specific to nephrology. It's procedural memory for a clinical domain. The paper's framing gives us the right academic vocabulary for what the Codex is intended to be.

Strong Parallel
6
Privacy-Preserving Memory Validates CHAI
What the paper says

The survey identifies privacy-preserving memory as a critical challenge: selective retention, secure storage, access control, audit trails. They note that trustworthy memory requires explicit governance over what gets remembered, who can access it, and when it gets forgotten.

What we built

CHAI is a governance overlay that sits on top of the CRRF's epistemic gates. Its "Five Highs" risk categorization and deployment gates are exactly the access-control and audit infrastructure the paper says agent memory needs. We built the governance layer first, before the memory substrate. The paper suggests most teams do it the other way around (or not at all).

Direct Validation
7
RL Memory Policies Map to the Decision Network
What the paper says

Memory evolution through reinforcement learning (step-level, trajectory-level, cross-episode) treats memory decisions as sequential optimization problems. The paper frames forgetting and retention as policy choices, not engineering constraints.

What we built

The third layer of Folder 11's design is the Decision Network, grounded in Kochenderfer's Value of Information framework. What to retrieve, when to update, what to forget: these are decision-theoretic problems. The paper's RL memory policies are the machine learning formalization of the same insight we approached from decision theory. Different math, same conclusion: memory governance is a sequential decision problem under uncertainty.

Strong Parallel

The Healthcare Gap

The paper surveys 12 application domains. Healthcare is one of them. They cite eight systems: TheraMind (therapy dialogue), DAM (diagnostic agents), Mem-PAL (Alzheimer's care), CARE-AD (Alzheimer's activities), AgentMD (clinical reasoning), MedConMA (consultation), MedAgents (multi-agent medical), and ChatCAD (radiology).

Not a single one has an epistemic gating architecture. Not one has a formal framework for asserting "I don't know" at a system level. Not one has a governance overlay for memory operations. The clinical applications the paper describes are all doing memory-augmented reasoning without the epistemic discipline that healthcare demands.

That's not a criticism of those systems. It's an observation about what's missing from the field. And it's where the Clinical Epistemology portfolio sits: in the gap between what the agent-memory community is building and what clinical deployment actually requires.

The quiet finding. The paper's healthcare section validates that no deployed agent-memory system has what CRRF, ECIF, and CHAI provide. This isn't because those capabilities don't matter. It's because the memory community and the clinical-safety community haven't connected their work yet.

The Connection Map

For the visual thinkers. Every row below pairs a concept from the Huang et al. taxonomy with its independent counterpart in the Clinical Epistemology portfolio. None of these mappings were designed. They were discovered after the fact.

Paper Concept → Portfolio Component
Abstain & Boundary Handling (Ability 10)
CRRF T0 "Silent" tier + KnownUnknown nodes
Structural/hierarchical store + provenance
Folder 11 epistemic overlay + has-certainty edges
User-centric vs. agent-centric axis
THE MOAT doctrine (L3/L4 seam)
Multi-agent memory (private/shared/orchestrated)
Orchestration Graph + verifier-on-edge
Write-control isolation + verifiers
CHAI deployment gates + CRRF output gates
Procedural memory as shareable skills
Renal Codex
RL memory policies (sequential decisions)
Decision Network (Kochenderfer VOI)
Privacy-preserving memory governance
CHAI Five Highs + audit infrastructure
Memory consistency with feedback loops
"A fact must earn the right to be asserted"
Evaluation: LLM-as-judge + benchmarks
Folder 03 validation reports + synthetic cohort

What This Means for the Program

Three things.

First, the portfolio's vocabulary now has academic grounding. When we talk about epistemic gates on memory operations, we can point to a 218-paper survey that taxonomizes exactly the problem space we're working in. The CRRF isn't just a clinical-safety framework; it's an implementation of the "Abstain and Boundary Handling" memory ability with nine formalized steps. That gives us language for the paper we eventually write.

Second, the gap is real. The paper's healthcare section contains no system with our architecture. That's either a novelty signal or a warning that we're doing something nobody else thinks is necessary. Given that the paper independently identifies abstain-and-boundary as a core memory ability, I'll take the novelty signal.

Third, the Knowledge Graph design in Folder 11 should reference this survey explicitly. The three-layer meta-design (knowledge graph, orchestration graph, decision network) maps cleanly onto the paper's taxonomy dimensions (substrate, mechanism, subject). The epistemic overlay is our contribution. The paper provides the theoretical scaffolding for positioning it.

So What

A 218-paper survey from Tsinghua, UIUC, Microsoft Research, and Adobe describes the exact architecture we've been building independently for clinical intelligence. Their taxonomy validates our design choices. Their healthcare gap validates our positioning. Memory isn't storage. It's epistemology. We've been building the epistemology.

Huang, Z., Zhao, D., et al. "A Survey of Agent Memory." TMLR, July 2026. arXiv:2602.06052v4. All portfolio-mapping claims based on the Clinical Epistemology repository (folders 01 through 11, ECIF, CRRF, CHAI, CI team architecture). Convergence is retrospective, not coordinated.

Sources

Primary paper: Huang, Z., Zhao, D., He, S., Yao, J., Liu, J., Wang, M., Ruan, S., Fan, Z., Cai, T., Gui, T., Xu, R., Zhang, Q., and Huang, X. "A Survey of Agent Memory." Transactions on Machine Learning Research, July 2026. arXiv:2602.06052v4

CRRF: Weinstein, A. Clinical Recommendation Readiness Framework. Clinical Epistemology Portfolio, Folder 07. 46 verified references, 9-step epistemic gate, T0 through T5 tiers.

ECIF: Enterprise Clinical Intelligence Framework. Clinical Epistemology Portfolio. 5-layer architecture with trust spine and Clinical Intelligence Architect role.

Knowledge Graph design: Clinical Epistemology Portfolio, Folder 11. Three-layer meta-design with epistemic overlay, verifier-on-edge, controlled predicate vocabulary.

CHAI: Clinical and Healthcare AI governance overlay. Clinical Epistemology Portfolio, Folder 10. Five Highs risk categorization, deployment gates.

CI team architecture: THE MOAT doctrine, Renal Codex concept. Clinical Epistemology Portfolio, CI Team documentation.