Fetching from the wire…
Public story · 2026-09-20 · high
The fix works across models from 0.6B to 30B parameters and stacks with importance sampling rather than replacing it.
Why now: The study posted to arXiv on September 20, and RL training runs hit this mismatch whenever inference gets quantized for speed.
Drift between training and inference engines destabilizes reinforcement learning training runs for large language models, per a study posted to arXiv on September 20.
The distinction carries stakes for anyone running RL training at scale. Noise averages out over time. Drift compounds every step instead. The authors tested the fix on models ranging from 0.6B to 30B parameters.
Running inference at training-level precision would close the gap, but the arXiv paper (2609.20807) says that costs too much rollout throughput to be practical. Teams quantize inference to keep rollouts cheap, and that quantization is what introduces the drift.
Their fix is an additive score-centering correction that cancels the drift directly. Under quantization, it matches or beats importance sampling, the standard correction method, and the gap between them widens as the mismatch grows.
Because the correction is additive, it stacks with importance sampling rather than replacing it. That combination beat pure importance-sampling baselines under staleness, meaning when the rollout policy used to generate training data lags behind the policy being trained.
How the correction performs past 30B parameters, or under mismatch worse than what was tested, isn't in the study. Frontier-scale RL training is where that gets tested next.
Each link below shares sources, entities, or timing with this story.
Puro-2B trains from scratch on up to 1.4 trillion tokens in FP8 on consumer GPUs, approaching Qwen2.5-1.5B under the authors' protocol, against a stated $1.5M+ to train Llama-3.2-3B and $700K+ to reproduce SmolLM3-3B. The savings stack rather than coming from one trick: hardwa...
arXiv 2608.02764 targets agents that issue refunds, reserve inventory and move money, where budgets and approval status change between authorization and effect. The authors define policy-state serializability: committed effects must be explainable as authorized against the pol...
Microsoft's July 23 release targets a genuine gap: harness-based agents like Claude Code and Codex drive multi-turn reasoning, tool use, and external system access but were hard to train end-to-end with standard open RL infrastructure. The trick is decoupling training from inf...
Thirteen authors ran a generational genetic algorithm over specialized agents that separately handle mechanistic argument, assumption reconsideration, and evidence and testability assessment (arXiv 2609.15938). Evaluated against DepMap and Open Targets across 34 cancer types,...
Power availability is now a primary limit on AI infrastructure growth, but making training power-flexible requires knowing how throughput responds to reduction, which nobody had characterized. The index is a normalized metric for the performance cost of a power cut that double...
CAFE (arXiv 2608.24794) makes corrective feedback an in-trajectory intervention the agent chooses to request, using one shared-parameter model alternating between search-agent and critic roles. Online RL shapes request returns from a prompt-level call-versus-skip success gap;...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.