This paper asks whether AI agents have a real memory system yet, and finds the answer is mostly no.
The problem is that AI agents now need memory that can store, search, update, and clean up information across long tasks.
The authors say current tests mostly check final answers, so they miss whether the memory system itself is fast, reliable, or good at handling changed facts.
They split agent memory into 4 parts: how memories are stored, how facts are extracted, how useful memories are found, and how old or conflicting memories are maintained.
They tested 12 memory systems across 5 workloads and 11 datasets, including long conversations, multi-session recall, database tasks, and update-heavy settings.
The main result is that no memory design wins everywhere, because graph memories help with linked facts, hybrid systems help with filtered search, and raw traces help when exact action history matters.
Link โ arxiv. org/abs/2606.24775
Title: "Are They Ready For An Agent-Native Memory System?"