MEM1
https://arxiv.org/abs/2506.15841
Learns to synergise memory and reasoning for efficient agents.
At a glance
- Type
- Synergised memory + reasoning
- Tier
- T4
- Created
- 2025-07
- Latest release
- no-release no-release
- License
- MIT
- GitHub
- 310★ +2/mo Python
- Pricing
- not applicable — research paper
- Funding
- not applicable — not commercial
Taxonomy
- storage
- kv-cache
- retrieval
- attention
- persistence
- session
- update
- consolidation
- unit
- summary
- governance
- opaque
- conflict
- llm-arbitrate
When to use
Optimised for: not applicable - research paper
Anti-fit: not applicable - research paper
Pros & cons
Pros
Single-pass memory consolidation.
Cons
Preprint; single-pass tradeoff is depth vs speed.
Claims & capabilities
RL framework for constant memory across long multi-turn interactions via shared internal state. Headline: MEM1-7B improves performance 3.5x and reduces memory usage 3.7x vs. Qwen2.5-14B-Instruct on 16-objective multi-hop QA; baselines: Qwen2.5-14B-Instruct, Search-R1, DeepResearcher, Agent-R, AgentLM; primary datasets: multi-objective QA (HotpotQA + NQ composition), WebShop, Wikipedia RAG, Online Web-QA.
Technical surface
- API surface
- not applicable — research paper
- Backend storage
- not applicable — research paper
- Deployment
- not applicable — research paper
- Embedding model
- not applicable — research paper
- Multi-tenancy
- not applicable — research paper
- MCP
- not applicable — research paper, no deployed product
- A2A
- not applicable — research paper, no deployed product
- OpenTelemetry
- not applicable — research paper, no deployed product
Similar systems
Other recent method papers — theorized, no distinct product in the catalog, ranked by inbound references.
- Compressive Transformer T3
Maintains recent states in full resolution while compressing older memories with learned compression functions. DeepMind.
- MemGPT v2 / agent-tools T3
Already in catalog as the foundational MemGPT paper. Note: Letta is the productionised successor (cross-listed).
- Transformer-XL T3
Extends context through segment-level recurrence + caching of hidden states from prior segments. Foundational long-context architecture.
- Generative Agents T3
Park et al. — landmark agent-simulation paper. Reflection + memory stream + retrieval enable believable agent behavior.
- MemoryBank T3
Enhances LLMs with long-term memory. Early influential paper.
- Reflexion T3
Language agents with verbal reinforcement learning.