Is agent memory a storage problem or a connectivity problem?
Most systems treat memory as a repository to store and retrieve. But what if memory's real usefulness depends on how units are linked together rather than what is stored?
Most memory-augmented agents treat memory as a repository: store trajectories, retrieve by similarity. FluxMem reformulates the problem. For a long-horizon agent, memory effectiveness ultimately depends on whether the most useful memories can be accessed at each decision step — and that accessibility is a property of connectivity, not of storage. The paper formalizes usefulness as a connectivity problem and models memory as a heterogeneous graph across semantic, episodic, and procedural layers, where context is an activated subgraph rather than a retrieved list.
The cognitive grounding is precise. Drawing from how human memory works, the operative claim is that memory is the long-term sedimentation of units and their connections. Operations split across two levels: at the unit level the system creates new units and reshapes existing ones; at the connection level it establishes links between co-activated units to form functional associations and prunes links that prove irrelevant. The associative network — what is linked to what — determines whether a query lands on the useful neighborhood. Storage is necessary but inert; the links are what make a stored memory reachable in context.
This reframes where the engineering effort should go. If usefulness is connectivity, then better embeddings or larger stores have diminishing returns — the lever is the topology that decides co-activation. It complements rather than contradicts the vault's existing memory taxonomies: since Can three axes replace the short-term long-term memory split?, FluxMem's contribution sits on the dynamics axis, specifying that the evolution operator acts on connections, not just units. It also reframes the failure diagnosis — since Does agent memory degrade when continuously consolidated?, consolidation hurts when it strips applicability conditions; on the connectivity view, that is a link failure (wrong or missing associations), suggesting topology repair as the fix. Counterpoint: graph connectivity adds retrieval-time traversal cost and a topology to maintain, so the connectivity frame trades storage simplicity for structural overhead. Why it matters: it tells builders the binding question is "what is linked to what," not "what is stored."
— "Rethinking Memory as Continuously Evolving Connectivity", https://arxiv.org/abs/2605.28773
Related concepts in this collection
-
Can three axes replace the short-term long-term memory split?
Does breaking agent memory into forms, functions, and dynamics provide a clearer framework than the traditional short-term/long-term distinction? This matters because current agent-memory literature lacks a unified vocabulary, making comparison between systems nearly impossible.
FluxMem's connectivity claim refines the dynamics axis
-
Does agent memory degrade when continuously consolidated?
Can consolidating agent experiences into summaries actually harm long-term performance? Research on ARC-AGI tasks suggests continuous memory updates may reduce capability below the no-memory baseline.
recasts the consolidation failure as a link-topology failure
-
Can agents learn preferences by watching rather than asking?
Explores whether multimodal agents can build accurate preference models through continuous observation of user behavior, without explicit instruction, by organizing memory around entities and separating concrete events from derived knowledge.
another graph-structured memory, but with fixed structure rather than continuously evolving connectivity
-
Should agent memory adapt dynamically based on execution feedback?
Can agents improve performance by continuously reshaping memory connections in response to whether tasks succeed or fail, rather than relying on fixed retrieval pipelines? This matters because static memory degrades in changing environments.
enables: same FluxMem paper; this note states the connectivity reframing, that note supplies the three-stage pipeline that operationalizes it by editing links via execution feedback
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
Original note title
agent memory effectiveness is a connectivity problem — usefulness depends on links between co-activated units not on storage