Agent Memory Needs Calibration, Not Accumulation
IBM Research's ALTK-Evolve study shows agentic memory is a dose to calibrate per model, not a feature to switch on. Strong, weak, and saturated models…
IBM Research's ALTK-Evolve study shows agentic memory is a dose to calibrate per model, not a feature to switch on. Strong, weak, and saturated models…
Agentic memory is not a feature you switch on. It's a dose you calibrate to the model.
gpt-oss-120b gained +16.1pp task completion at only +5% tokens
DeepSeek-V3.2 climbed +9.5 percentage points in task completion when given its full self-mined guideline set.
Learning happens around the model, not inside it
IBM Research published a study on agentic memory, asking how much memory an AI agent actually needs. The study, which scaled evaluation to eight models, found that agentic memory is not a feature to switch on but a dose to calibrate to the model. The ALTK-Evolve system lets an agent learn from its own past trajectories, distilling reusable guidelines and injecting them at inference time without weight updates or human annotation. 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.
The findings have direct implications for AI practitioners. Curated retrieval can be both the most accurate and cheapest option: gpt-oss-120b gained +16.1pp task completion at only +5% tokens. Prompt caching keeps even the full guideline set affordable in production. The study also notes that learning happens around the model, not inside it, meaning no model weights are updated. This makes the approach cheap to adopt and portable across models. The practical takeaway is that the right dose of memory depends on the model, and it can be calibrated.
The study evaluated on AppWorld, which includes 585 multi-step tasks across 9 simulated apps. Tasks are scored by Task Goal Completion (TGC) and the stricter Scenario Goal Completion (SGC). Representative results include DeepSeek-V3.2 climbing +9.5 percentage points in task completion with its full guideline set, and gpt-oss-120b gaining +16.1pp with selective retrieval. The full technical report and the ALTK-Evolve library, including the extraction, consolidation, and retrieval pipeline, are available for verification.
The study acknowledges several open questions. What puts a model into one pattern rather than another isn't simply parameter count; benchmark headroom, context-window size, architecture, guideline quality, and task distribution all appear to shape where a model lands, and separating those factors is ongoing work. The researchers have not yet run controlled experiments isolating context-window size. They also note that below a minimum capability baseline, self-distillation lacks signal, and teacher-distilled memory for very weak models is a separate problem being explored.
Agentic memory here doesn't mean replaying a past transcript. It means a guideline set — strategies that worked, mistakes to avoid, and edge cases — distilled from the agent's own prior trajectories. The learning loop changes the guidance available to the agent, not the underlying model, with no weight updates.
The study uses two metrics on the AppWorld benchmark: Task Goal Completion (TGC), the share of individual tasks the agent completes fully and correctly, and Scenario Goal Completion (SGC), a stricter all-or-nothing metric where a scenario passes only if the agent succeeds on every variant.