Reading committed state when memory is provenanced
A Fathom coherence read run against the reading discipline of Agent Zero Memory, on LongMemEval.
Agent Zero Memory (Zhu and Wu, 2026) gives every stored item its origin, timestamp, and evidence pointer, and holds answers under a citation lock: a reply may cite only evidence the reader opened, or it abstains. We implemented that reading discipline as the paper states it and ran it on LongMemEval's knowledge-update questions across deepseek-chat and gpt-4o-mini. When the update fell outside the retrieval window, the reader cited the superseded item and answered with the superseded value, and every one of those answers passed the citation lock; across 83 stale answers on the two models, the lock rejected none. A timestamp check on cited items would catch most of them, but not the answers that cite both the old and the new item and commit the old value. The committed-state read fired on every stale answer and stayed silent on the coherent ones.