Fetching from the wire…
Public story · 2026-08-16 · high
Tested on WebArena, WorkArena, and AppWorld, about 2,400 tasks, the method hit 62.3% success while cutting token use 48.9%.
Why now: The paper's numbers are part of the August 16 briefing on agent-memory design.
Query-Conditioned Reuse cut token use 48.9% and raised task success 10.7 points over trajectory-dump memory, per a paper posted to arXiv.
That's a design question for anyone building agent frameworks, not a tuning knob. Most systems still dump a full retrieved trajectory into context on every call, and QCR shows that pattern costs money and accuracy at the same time.
The dump approach degrades as traces get longer and as the values a stored trajectory relied on drift from the new task's specifics.
QCR replaces the dump with a structured memory: a reusable procedure plus the bindings, applicability conditions, and verification steps needed to reuse it safely.
Tested on WebArena, WorkArena, and AppWorld, about 2,400 target tasks, QCR averaged 62.3% success. Its reranker picked an appropriate stored memory 94.8% of the time, per the paper.
Both numbers move the same direction, which is rare. Cut tokens in most systems and accuracy drops. Prune too hard and the agent forgets what it needed. QCR moved efficiency and success the same way at once.
The reranker's hit rate matters more than the headline success number, since QCR only works if it picks the right procedure for a new query. The paper doesn't say what happens to accuracy when a picked memory's bindings don't transfer to the task at hand.
Each link below shares sources, entities, or timing with this story.
Holding retrieval, target state, model, decoding and tool budget fixed, researchers compared how a retrieved memory gets used. A target-bound note recording a reusable procedure, bindings to recover, applicability conditions and verification requirements hit 62.3% average succ...
Store reusable procedures plus bindings, applicability conditions, and verification requirements instead of the raw trace. That gained 10.7 points of success on WebArena, WorkArena, and AppWorld while cutting online tokens 48.9% (arXiv). Direct trace reuse gets worse as your t...
Numbers first, because they're the whole argument. On AppWorld's 168 tasks with DeepSeek-V3.2: ALTK-Evolve hit 89.3% goal completion at 263K tokens per task. ACE hit 80.4% at 634K (IBM Research on HF). Nine points better, 41% of the tokens. On the weaker gpt-oss-120b: 56.0% at...
SkillForge (arXiv 2608.24747) notes that skill-extraction approaches like SkillRL never verify whether a stored skill still works against the current environment, so the bank grows monotonically while quality rots. It makes skill usage explicit during interaction so RL optimiz...
Engram, a bi-temporal memory engine, scored 83.6% versus 73.2% for a full-context baseline on the 500-question LongMemEval_S benchmark, a statistically significant +10.4 points, while using ~9.6k tokens instead of 79k (arXiv 2606.09900). Roughly 8x fewer tokens and more accura...
arXiv 2608.07169 distills teacher experience into three layers: workflow memory (task strategy), subtask memory (intermediate behavioral examples), and function memory (calling conventions and common errors). Workflow and subtask are injected proactively, function memory fires...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.