Microsoft’s ReOPD reuses teacher prefixes to make agent distillation 4× faster
dair_ai · x · 2026-07-27
ReOPD reuses teacher trajectories to cut agent-training cost
Microsoft Research and the University of Amsterdam propose Replayed-Prefix On-Policy Distillation (ReOPD) for agentic tasks.
- Instead of fresh environment rollouts on every update, ReOPD reuses pre-collected teacher trajectories as replayed prefixes.
- The student acts at selected steps while the teacher provides dense per-step supervision without new environment interaction.
- The paper identifies a “prefix trap”: making histories more on-policy for the student can push the teacher onto states where its targets become unreliable.
- ReOPD treats this as reliability-aware prefix distribution design and uses a step-decaying sampling schedule that emphasizes earlier, lower-shift prefixes.
- Across math reasoning with Python and search environments, it matches or improves accuracy, uses zero tool calls during student training, and runs at least 4× faster per rollout than standard OPD.
More from coding & agent
- New tool puts Claude, Codex, Grok in shared sessions with your teammates — sergeykarayev · 2026-09-23
- Bug Hunt Bench ranks GPT-6 Astra top as coding models fix real planted bugs, costs spread 200x — PawelHuryn · 2026-09-23
- Dev claims 20k more commits coming: Opus 5.5 and GPT-6 Sol supercharge his output — doodlestein · 2026-09-23
- A JEV-powered Wireshark classifier accidentally uncovered real backdoors on a home network — multiply_matrix · 2026-09-23
- 299 real intents tested: classifier routing trails GLM-4-Flash by 3 points but is 6.5x faster — Sufficient_Flower860 · 2026-09-23
- OpenExecutive: open-source virtual executive team of 8 specialist AI agents hits 5.1k GitHub stars — tom_doerr · 2026-09-23