A research agent's most useful memory may be the experiment it rejected
Summary
The AQuA v2 preprint introduces a memory system for research agents that uses persistent evidence from accepted and rejected experiments to guide future proposals, emphasizing the importance of evidence lifecycle management.
Similar Articles
An agent remembering everything sounds useful until it remembers the wrong crap
The author critiques the idea of agents remembering everything and introduces TrueMemory, a system that converts memories into trait claims with confidence and evidence to better calibrate agent behavior.
agent memory is less useful if it cannot forget bad examples
The article argues that for effective agent memory, it is crucial to forget bad examples, as retaining them degrades performance.
Append-only memory is exactly wrong when an agent needs to change its mind
A new preprint called TEPA treats memory validity as a first-class state, revoking outdated precedents when new evidence conflicts while keeping audit trails. It outperforms append-only and last-write-wins in a complete-reversal experiment, though results are not yet independently reproduced.
Agent memory is not just RAG over user facts
The article argues that simple RAG-based agent memory systems fail in production due to issues like stale preferences, missed keywords, and prompt injection, and advocates for a layered memory architecture with active selection, deterministic fallback, governance, and testing.
What I learned trying to make agent memory survive more than one session
The article reflects on the complexities of AI agent memory beyond simple storage, highlighting challenges such as determining truthfulness, priority changes, distinguishing decisions from noise, and appropriate timing for surfacing context.