Tag
The study compares MemoryLake, a structured memory backend, with other systems on the MemoryArena benchmark, finding it has higher success rates in some tasks but not establishing a clear advantage across all domains.
NapMem is a framework that treats long-term user memory as a structured action space rather than passive retrieval, using a multi-granularity memory pyramid and reinforcement learning to train agents to navigate memory. Experiments show competitive performance on memory-intensive tasks.
This article analyzes GitHub Copilot's memory architecture, which uses structured memory objects anchored to specific code citations and employs just-in-time verification to combat knowledge staleness. With memory enabled, Copilot's pull request merge rate improved from 83% to 90% in an A/B test on real developers.