Fetching from the wire…
Public story · 2026-09-26 · high
A new paper finds a common agent training method scores below the untrained baseline, and traces the fix to one line moved out of the loss function.
Why now: The paper went up on arXiv on September 26.
Training a coding agent on privileged hints, like the correct fix or advice from a stronger model, can leave it worse than doing no training at all, per a paper posted to arXiv on September 26.
The stakes: anyone fine-tuning multi-turn agents on tool use is likely running a version of this setup right now, and the failure mode doesn't announce itself. Untrained baselines beat the trained model on some runs.
The cause is specific. Feed a privileged hint into the loss function and the model learns to act as if it observed something it never saw during the actual task. It's rehearsing an answer key, not learning to search for one.
The paper's fix, Privileged Self-Practice, keeps the hint but relocates it. When most rollouts on a task fail, an analyzer writes a short per-task instruction. The task gets resampled with that instruction in context. Training then runs on unmodified GRPO, the reinforcement learning method underneath, with no privileged information touching the gradient.
Across three student models, this was the only method that consistently beat plain GRPO on both AppWorld and SWE-bench Verified, with resolved-rate gains as high as 61%. The paper doesn't say what the analyzer step costs in extra compute per training round, or whether the gains hold at model sizes it didn't test.
The distinction driving all of this is where the hint lives. In the loss, it teaches imitation. In the sampler, it teaches the model to get itself unstuck.
Each link below shares sources, entities, or timing with this story.
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
New batching algorithms enable ~7x, up to 12x+, longer-context GRPO training with no accuracy or speed penalty versus optimized FA3 and chunked-loss setups (Unsloth Docs). Qwen3-8B GRPO reaches 110K context on one 80GB H100 via vLLM plus QLoRA. For solo builders doing reasonin...
Google DeepMind released Gemma 4 on April 2 with four model sizes (E2B, E4B, 26B MoE, 31B Dense) under Apache 2.0. Multimodal (text, vision, audio). 256K context. Native thinking and tool-calling optimized for agentic workflows. Day-zero ecosystem support across vLLM, llama.cp...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
Nathan Lambert doesn't hand out "step change" lightly, so when his June 22 Interconnects essay called GLM-5.2 "the step change for open agents," I read it twice. His argument is sharper than the usual "strong open model" take. Static intelligence benchmarks stopped mattering m...
A ReAct agent scored 77.4% mean accuracy but succeeded on all 5 runs for only 53.0% of tasks, a 24.4-point consistency gap. IBM's Consistency Analyzer replays each decision step with k=5 controlled resampling to find flip-prone decisions without full task replays or ground tru...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.