News · 2026-07-06
A 4B model on your device nearly matched a 72B one - by copying its memories
Researchers showed that a compact 4-billion-parameter AI model - small enough to run on a laptop - can nearly match a 72-billion-parameter model on a demanding agent benchmark, not by making the small model smarter, but by teaching it the larger model's memory skills. The method, called DuoMem, raised the small model's success rate on a household-task benchmark from a failing 4.3% to 77.9%, while running about three times faster than its teacher.
Key facts
- DuoMem lifted a 4B model from 4.3% to 77.9% success on the ALFWorld benchmark, closing most of the gap to an 87.1% score from a 72B teacher.
- The small model ran roughly 3 times faster than the teacher.
- It uses 'dual-space distillation' - improving the student in both its memory content and its weights.
- Primary source: DuoMem, arXiv 2606.29961.
The background: an AI agent that carries out a long task - tidying a simulated house, completing a multi-step errand - has to remember what it has seen and done. Large models are good at this; small models are not, because managing memory well is a genuine skill, not just raw pattern-matching. That is why a 4B model, left to its own devices, scored barely above zero on ALFWorld, a standard benchmark where an agent follows instructions in a simulated home. The interesting question DuoMem asks is whether the memory skill can be transferred, so a cheap model that runs on-device inherits the competence of an expensive one.
The technique is distillation - training a small 'student' model to imitate a large 'teacher' - but applied in two places at once, which is the novel part. In what the authors call context space, DuoMem replaces the memories the small model would have written for itself (mediocre, noisy) with higher-quality memories written by the large teacher. In parameter space, it fine-tunes lightweight adapter weights - a small set of trainable parameters, in the style of LoRA - on the teacher's successful trajectories. The first improves what the model remembers; the second improves how well its weights use that memory. Together they close most of the gap to the teacher.
An analogy: imagine an apprentice shadowing a master craftsman. In one lesson, the master hands the apprentice his own clean, well-organized notes to work from instead of the apprentice's messy ones. In another, the apprentice practices the master's actual techniques until his hands learn them. DuoMem does both - it upgrades the notes and it trains the hands - and the result is an apprentice who works nearly as well as the master, but faster and cheaper.
Why it matters: cost and portability. Running a 72B model is expensive and often requires data-center hardware; a 4B model runs on consumer devices. If a small model can inherit the memory skills that made the large one capable, then genuinely useful long-horizon agents become practical to deploy locally - on a phone, a laptop, an edge device - without a constant round-trip to a giant cloud model. It is part of a broader shift, visible across the day's research, from 'make the model bigger' to 'make the model's memory better,' echoed in the AutoMem work showing that optimizing memory alone can lift a 32B model to frontier level.
The honest caveat: ALFWorld and similar benchmarks are structured, repeatable simulated environments, and a 77.9% versus 87.1% gap is still a real gap - the small model is close, not equal. Whether distilled memory skills hold up in messy, open-ended real-world tasks, where the teacher's memories may not transfer cleanly to situations it never saw, remains to be proven. But the result is a strong data point for a hopeful trend: the capabilities that currently require huge models may be more transferable to small ones than raw parameter counts suggest, and memory is turning out to be one of the most transferable skills of all.
Key questions
What is dual-space distillation in DuoMem?
How much did DuoMem improve the small model?
Why does distilling memory matter for on-device AI?
Cite this
APA
Ground Truth. (2026, July 6). A 4B model on your device nearly matched a 72B one - by copying its memories. Ground Truth. https://groundtruth.day/news/a-4b-model-catches-up-to-a-72b-teacher-on-device.html
BibTeX
@misc{groundtruth:a-4b-model-catches-up-to-a-72b-teacher-on-device,
title = {A 4B model on your device nearly matched a 72B one - by copying its memories},
author = {{Ground Truth}},
year = {2026},
month = {jul},
url = {https://groundtruth.day/news/a-4b-model-catches-up-to-a-72b-teacher-on-device.html}
}
Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.