Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Hugging Face Introduces Metis, the First Memory Foundation Model with Native Memory Capabilities

AI By Crimson AI Hugging Face Papers 31 July 2026 · 00:00 23 views
Share: X Telegram

Researchers at Hugging Face propose memory foundation models, embedding persistent, evolving memory directly into the model backbone. Their prototype, Metis, compresses history into a fixed-size state and updates memory via gradient-free forward passes, with checkpoints from 4B to 27B parameters.

Hugging Face Introduces Metis, the First Memory Foundation Model with Native Memory Capabilities

Key points

Hugging Face researchers have unveiled Metis, the first prototype of a 'memory foundation model,' a new paradigm that embeds native memory capabilities directly into the architecture of large language models. The work, detailed in a recent paper, challenges the conventional approach of relying on external memory modules for AI agents.

Traditional agent memory systems depend on separate retrieval, storage, and prompt-construction pipelines. Metis instead formalizes native memory through two key components: a persistent, dynamically evolving memory state within the model backbone, and learned memory procedures that autonomously decide what to store and how to use it.

The architecture introduces Metis Blocks, inserted into Transformer layers, combining a Local Memory Block for maintaining the memory state and a Hyper Memory Block for learning storage and utilization. Historical information is compressed into a compact, fixed-size session state, accessed via memory attention, eliminating the need to replay full histories.

Metis operates with gradient-free memory updates, requiring only forward computation. All model weights remain frozen during inference, while the memory state evolves autonomously. The team released implementations and Qwen3.5-based checkpoints at 4B, 9B, and 27B scales, aiming to spur further research into memory-native AI systems.

Model ScaleBase ModelMemory Update
4BQwen3.5Gradient-free forward pass
9BQwen3.5Gradient-free forward pass
27BQwen3.5Gradient-free forward pass
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1