Fetching from the wire…
Public story · 2026-08-10 · high
A Tsinghua-led paper finds multi-stage reinforcement learning does the opposite, ending 24.9% above the base model.
Why now: The paper's mechanism for the SFT-versus-RL split is covered in the August 10 briefing.
Sequential fine-tuning drags models 23.1% below their base performance while sequential reinforcement learning pushes them 24.9% above it, per a Tsinghua-led paper posted on Hugging Face.
The gap matters for anyone chaining task-specific fine-tuning runs across math, coding, logic, and science on one model. Standard sequential fine-tuning can leave it worse than where it started.
The paper ties the split to how each method moves parameters. RL updates run roughly 100x smaller in magnitude than SFT updates. Gradients across different RL tasks share about 10⁻⁵ similarity in parameter space, versus roughly 10⁻¹ for SFT tasks.
That gap means RL tasks barely interfere with each other during training, while SFT tasks overwrite each other's progress as they're chained.
The paper's fix trains a separate model per task with RL, then merges the results, in a recipe it calls Parallel-RL. That approach keeps 102.8% of the performance a single-task RL model would hit on its own, using only 5% additional adaptation to merge.
That mechanism should hold outside this paper's four benchmarked domains, not just within them. Worth checking whether the 100x gap in update magnitude survives on models larger than the ones tested here.
Each link below shares sources, entities, or timing with this story.
At its June 24 Investor Day, Qualcomm agreed to acquire Modular (Mojo language, MAX inference engine, founded by LLVM/Swift creator Chris Lattner) all-stock at $3.92B, and unveiled the Dragonfly C1000 data-center CPUs with Meta as launch customer. It's a ~$14B RISC-V-plus-open...
Modular open-sourced the compiler and toolchain on August 18, a week after 1.0 and three years after the original commitment. The strategic reversal is the bigger story: the roadmap now says Mojo "may or may not evolve into a full superset of Python, and it's okay if it doesn'...
Part of Modular's 26.5 release on August 11, 408 points on HN (Modular). The substance is stability: during 1.x, changes should be primarily additive, so the language stops shifting under existing code. Adds Python-style lambda syntax, unified closure handling, one consolidate...
Modular Blog — Compiler creator evaluates CCC (100K lines, 16 parallel Opus 4.6 instances, builds Linux kernel). "Real progress, a milestone for the industry." AI has crossed from local code generation into global engineering participation.
The creator of Swift, LLVM, and Clang published the most authoritative assessment of AI coding capabilities to date. Reviewing the Claude C Compiler (100K lines of Rust, 16 parallel agents, ~2,000 sessions), Lattner concludes it looks "less like experimental research" and "mor...
Chris Lattner's CCC Review — The definitive expert assessment of AI coding capabilities. Required reading. Source: Modular Blog Boris Cherny on Lenny's Podcast — Internal Anthropic metrics, the "constraints + unlimited tokens" formula, and why "software engineer" as a title go...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.