# Hugging Face — How Much Memory Does Your Agent Actually Need?

- Company: Hugging Face (huggingface.co)
- Announced: 2026-08-18T18:09:38+00:00
- Category: research-paper
- Subject: Platform
- Models affected: DeepSeek-V3.2, gpt-oss-120b, GLM-5, GPT-5.5, Opus
- Source: https://huggingface.co/blog/ibm-research/altk-evolve-hmm
- Record: https://forck.live/items/4246-how-much-memory-does-your-agent-actually-need

ALTK-Evolve is a method for agentic memory that distills guidelines from an agent's past trajectories and injects them at inference time without weight updates. The key finding is that the optimal amount of memory (guideline set size) depends on model capability: strong models benefit from the full set, weaker models perform best with a curated subset, and saturated models show no gain. For example, gpt-oss-120b gained +16.1pp task completion with curated retrieval at only +5% tokens.

## Evidence

Verbatim from https://huggingface.co/blog/ibm-research/altk-evolve-hmm:

> The right dose differs by model tier: strong models with headroom want the full guideline set, weaker models do best with a compact core plus per-task retrieval, and saturated models show no measurable gain.

---

Record: https://forck.live/items/4246-how-much-memory-does-your-agent-actually-need
Catalogue: https://forck.live/llms.txt
Feed: https://forck.live/feed.md
