Agent / long-term memory

A-MEM

A-MEM: Agentic Memory for LLM Agents

Heavily superseded#2 of 63 most-superseded · first seen Feb 17, 2025

Heavily superseded — a standard baseline that newer methods routinely beat

5 papers critique it · 12 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites A-MEM as a baseline.

However, most existing agent-memory approaches still rely on unweighted or weakly weighted relations, where an edge primarily indicates the existence of a connection rather than its query-dependent utility.
HAGE: Harnessing Agentic Memory via RL-Driven Weighted Graph Evolution
Current frameworks operate as synchronous, ``append-and-evolve-all'' systems. Every user utterance---regardless of its information density---is forced through the entire memory construction and evolution pipeline. In production, this design inevitably leads to an $O(N^2)$ computational complexity for memory updates as the interaction history grows.
D-MEM: Dopamine-Gated Agentic Memory via Reward Prediction Error Routing
trigger updates based on arbitrary token counts or time-steps rather than semantic completeness, failing to prevent the corruption of stable knowledge by transient dialogue states.
GAM: Hierarchical Graph-based Agentic Memory for LLM Agents
However, they rely on implicit, unstructured associations rather than explicit schemas for modeling information evolution across sessions. This approach can lead to arbitrary links and inconsistent interpretations that are difficult to analyze.
Pre-Storage Reasoning for Episodic Memory: Shifting Inference Burden to Memory for Personalized Dialogue
However, prior work typically organizes memory around associative proximity (e.g., semantic similarity) rather than mechanistic dependency~kiciman2023causal. As a result, such methods can retrieve what occurred but struggle to reason about why, since they lack explicit representations of causal structure
MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents

Beaten on benchmarks

Head-to-head results where a newer method reports beating A-MEM. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.