Today's AI agents are effectively amnesiac, forced to re-ingest information or rely on external lookups for every complex, long-term task. This limitation is a critical bottleneck as AI moves beyond single-session interactions. Microsoft Research has unveiled Memora, a scalable memory system designed to dramatically increase agent productivity on long-horizon tasks by decoupling what is stored from how it's retrieved.
Related startups
Memora tackles the core challenge of balancing abstraction and specificity in AI memory. Current systems either fragment details into isolated entries or compress them into vague summaries, losing crucial nuance. Memora's innovative approach uses a two-component structure: a primary abstraction for efficient similarity search and a rich memory value for detailed content.
Harmonic Memory Representation
Each memory entry in Memora consists of a short primary abstraction (around 6-8 words) that summarizes the core of the information. This abstraction is what gets embedded for retrieval. The actual rich content, the memory value, is only accessed once the abstraction has been identified.
