Fetching from the wire…
Public story · 2026-09-09 · high
Researchers swapped in corrected facts and watched the old, revoked ones win anyway, in nine models across nine scenarios.
Why now: The paper testing this was posted September 9, 2026.
A new paper tests what happens when you tell an AI agent's memory system a fact is wrong. The answer: it often doesn't listen. Researchers loaded five agent-memory systems with a policy, then revoked it and replaced it with a new one, according to the paper. Across nine policy scenarios, nine models, and six defense conditions, the revoked fact kept coming back at retrieval time, outranking its replacement, and pushing agents toward the unsafe action the revocation was supposed to prevent.
The mechanism is soft revocation. Most memory backends mark a contradicted fact invalid but leave it in the store instead of deleting it. That label lives at the application layer. The retrieval layer, the part that decides what an agent sees before it acts, doesn't check it. So the old fact sits there, still searchable, still capable of winning a similarity match against the thing meant to replace it.
This matters for anyone who's shipped an agent with persistent memory and assumed a correction sticks. If a system tells a user "got it, updated" and the underlying store still ranks the stale entry higher on the next query, the correction was cosmetic. The paper found this held wherever the revocation label was visible to retrieval but not enforced by it, across all five systems tested.
The authors built a guard that sits between the agent and the memory backend rather than trusting the backend's own bookkeeping. The fix isn't a smarter model, it's a checkpoint that refuses to hand back a fact once something else has been marked as its replacement. What the paper doesn't say is whether any of the five vendors plan to patch retrieval directly instead of leaving the fix to a bolt-on layer.
Each link below shares sources, entities, or timing with this story.
Every one of five memory systems returned the revoked fact when its label was visible to the retrieval layer, outranking the replacement and driving the unsafe action (arXiv 2609.08258). Soft revocation is the default in most backends, and it doesn't work. ---
Researchers reviewed public failure-scored trajectories from five web, enterprise-workflow, and desktop-control benchmarks: 10.7% were evaluator false negatives rejecting valid alternative solutions, 4.7% were broken or stale tasks. For the genuine failures, verification/feedb...
A June 26 paper (arXiv:2606.26294) describes a self-improving architecture where the agent and the evaluator that scores it evolve together, specifically to avoid the stagnation of optimizing against a fixed, gameable reward. (arXiv) Anyone building a self-improving harness ha...
An agent proposes changes to a training pipeline, runs it, and keeps edits improving a verifiable in-loop metric. Looks like reliable progress. The authors name algorithmic mode collapse: surface edit diversity stays stable while semantic and mechanism-level diversity collapse...
arXiv 2608.24358 switched models mid-run on long coding tasks using cheap/expensive pairs from the Claude and GPT families. Full-trajectory escalation from weak to strong recovers under half the gap while costing a substantial premium, which the authors call the handoff tax. D...
An edit cannot un-authorize a permission already granted or un-send a tool request already in flight, and the paper shows an unsafe edit can authorize the same action twice, discard a result the task still needs, or conflict with a call that started before the edit (arXiv 2608...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.