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.
Shared entities / Same source / Shared topic / Earlier coverage
Both cover AppWorld, Query, WorkArena; cite the same source (arXiv); overlapping topics (applicability, appworld, average, beat, binding).
Shared entities / Same source / Shared topic
Both cover AppWorld, WorkArena; cite the same source (arXiv); overlapping topics (applicability, appworld, binding, condition, cutting).
Shared entity: AppWorld / Same source domain / Shared topic / Earlier coverage
Both cover AppWorld; reported by the same outlet (arxiv.org); overlapping topics (agent, appworld, beat, context, point).
Same source domain / Shared topic / Tension
Reported by the same outlet (arxiv.org); overlapping topics (agent, beat, better, context, memory); pushes against this story (versus).
Shared entity: AppWorld / Same source domain / Shared topic / Earlier coverage
Both cover AppWorld; reported by the same outlet (arxiv.org); overlapping topics (agent, appworld, memory).
Both cover AppWorld; reported by the same outlet (arxiv.org); overlapping topics (agent, appworld).
Shared entity: Half / Same source domain / Shared topic / Earlier coverage
Both cover Half; reported by the same outlet (arxiv.org); overlapping topics (agent, better).
Same source domain / Shared topic / Tension
Reported by the same outlet (arxiv.org); overlapping topics (agent, context, memory, token); pushes against this story (but).