@AdinaYakup: Metis Memory Foundation Model released by Memtensor Research Group Probably the first LLM that internalizes memory into…

X AI KOLs Following Models

Summary

Memtensor Research Group released Metis, a family of LLMs (4B/9B/27B) that internalize memory into the backbone, eliminating external RAG. The model performs memory read/write in a single forward pass and deploys with frozen weights like a standard LLM.

Metis Memory Foundation Model released by Memtensor Research Group Probably the first LLM that internalizes memory into its backbone - 4B/9B/27B weights + code + paper - No external RAG: memory is inside the model - One forward pass = full read/write - Weights frozen at inference: deploys like a standard LLM
Original Article
View Cached Full Text

Cached at: 07/31/26, 06:53 PM

Metis Memory Foundation Model released by Memtensor Research Group

Probably the first LLM that internalizes memory into its backbone

  • 4B/9B/27B weights + code + paper
  • No external RAG: memory is inside the model
  • One forward pass = full read/write
  • Weights frozen at inference: deploys like a standard LLM

Similar Articles

Metis: Memory Foundation Model

arXiv cs.CL

The paper introduces memory foundation models, with Metis as the first prototype, which equips foundation models with native memory capabilities through a new architecture and training data.

SimpleMem: Efficient Lifelong Memory for LLM Agents

Papers with Code Trending

Introduces SimpleMem, an efficient memory framework for LLM agents that uses semantic lossless compression to improve accuracy and reduce token consumption, achieving 26.4% F1 improvement and up to 30x reduction in inference-time token usage.

Understanding Is Done Early: A Depth Division of Labor in Large Language Models and Its Use for Unbounded-Context Memory

arXiv cs.CL

This paper introduces CoMem, a method that exploits the depth-wise division of labor in LLMs to cache intermediate residual tensors and recompute only upper layers for retrieval, enabling bounded read compute and memory independent of stored-context length. Evaluated on Qwen3-8B, CoMem achieves strong long-context performance with significant memory savings and prefill speedups.