Can agent memory systems track evolving state?
Ask an agent about something the user revised three sessions ago and it often hands back the version you superseded — the budget before it was raised, the rule before its exception lapsed — because memory systems retrieve what was said rather than track what is still true. This benchmark runs 234 multi-session scenarios past memory systems, retrieval baselines and plain long context, grading each answer three ways: current state, the specific stale value someone who missed the revision would land on, or neither. The best configuration in the main table is right 36% of the time, and what moves the number is not a new store: a prompt wrapper that makes the model write out each fact's value chain — first value, every revision with its turn number, current operative value — before answering lifts six existing backends by 32 to 67 points, of which 15 to 32 survive a length- and cost-matched control. Add that trace step to your memory read path before shopping for a memory system.