Engram (DeepSeek)
https://arxiv.org/abs/2601.07372
DeepSeek + PKU. Introduces "conditional memory" alongside MoE's conditional compute. 27B-param N-gram lookup store offloads static knowledge from the transformer; O(1) lookup; prefetched from host RAM at near-zero runtime overhead.
At a glance
- Type
- Conditional-memory N-gram lookup module
- Tier
- T1
- Created
- 2026-01
- Latest release
- no releases
- License
- Apache-2.0
- GitHub
- 4.4k★ +153/mo Python
- Pricing
- not applicable — research paper
- Funding
- not applicable — not commercial
Taxonomy
- storage
- parametric
- retrieval
- parametric-recall
- persistence
- parametric-permanent
- update
- read-only
- unit
- chunk
- governance
- opaque
- conflict
- n/a
When to use
Optimised for: not applicable - research paper
Anti-fit: not applicable - research paper
Pros & cons
Pros
DeepSeek-quality model with explicit memory architecture — open weights, strong on Chinese benchmarks; novel agentic memory design.
Cons
Documentation primarily in Chinese; smaller English-language adoption; eval coverage on Western benchmarks is limited.
Claims & capabilities
MMLU +3.4, CMMLU +4.0, BBH +5.0, ARC-Challenge +3.7. Multi-Query NIAH 84.2 → 97.0 vs iso-FLOPs MoE baseline.
Technical surface
- API surface
- searched not found
- Backend storage
- searched not found
- Deployment
- not applicable — research paper
- Embedding model
- searched not found
- Multi-tenancy
- searched not found
- MCP
- not applicable — research paper, no deployed product
- A2A
- not applicable — research paper, no deployed product
- OpenTelemetry
- not applicable — research paper, no deployed product
Compare Engram (DeepSeek) with…
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.