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 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.
Memory Substrate
What the memory is made of.
Cognitive Mechanism
What role the memory plays.
Memory Subject
Whose context the memory serves.
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.
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.
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 builtThis 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.
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 builtFolder 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.
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 builtTHE 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.
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 builtThe 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.
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 builtThe 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.
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 builtCHAI 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).
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 builtThe 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.
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.
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.
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.
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.
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.