02 September 2026
20 papers shortlisted this week — most discussed: StudentSim: Training LLM-based Student Simulators (191 upvotes).
On the Design of Qwen3.8-Next Architecture: Evaluation, Efficiency, and Training Stability
This paper details the architecture and training stability of Qwen3.8-Flash-Next, a 125B parameter sparse mixture-of-experts model that activates only 6B parameters per token. To optimize efficiency, the design offloads 51B parameters of n-gram embedding tables off the accelerator. The resulting model matches or outperforms its 397B-parameter predecessor on the majority of pre-training benchmarks while using only a fraction of the active parameters and training compute.
arXiv · 02 September 2026 · Read the original →
Normalized Low-Rank Adaptation
This paper investigates the training dynamics of Low-Rank Adaptation (LoRA), noting that because the up-projection matrix is initialized to zero, early optimization is heavily dominated by the down-projection matrix. To address this imbalance and stabilize optimization, the authors introduce Normalized Low-Rank Adaptation (NoRA). This method regularizes the training dynamics to ensure more stable and effective parameter-efficient fine-tuning.
arXiv · 02 September 2026 · Read the original →
SMELT: Scaling Laws for Compute-Matched MoE Looped Transformers
This paper presents scaling laws for "looped" Mixture-of-Experts (MoE) Transformers, which iterate a shared block of layers to increase effective depth. Unlike typical evaluations that conflate architectural benefits with extra FLOPs, this study matches per-token FLOPs, non-embedding parameters, and KV cache size. The resulting recipe, SMELT, provides a systematic approach to scaling looped MoE architectures.
arXiv · 02 September 2026 · Read the original →
Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement
This work analyzes On-Policy Distillation (OPD), an alternative to reinforcement learning with verifiable rewards (RLVR) that provides dense token-level supervision. Because the teacher model must score student-generated trajectories that are off-policy for the teacher, the paper investigates whether the student's gains stem from reliable teacher supervision or self-improvement. The authors quantitatively evaluate these dynamics to clarify the true source of optimization in OPD.
arXiv · 02 September 2026 · Read the original →
PILOT in the Loop: Live Self-Improvement for Long-Horizon Agents
This paper introduces PILOT, a framework for live, in-run self-improvement of long-horizon AI agents. While traditional agent self-improvement methods analyze execution traces post-hoc, PILOT processes experience in real-time to redirect active runs and immediately apply learned lessons. This approach allows agents to dynamically correct course and validate self-improvement steps during a single execution.
arXiv · 02 September 2026 · Read the original →
LoopArena: Benchmarking Models as Runtime Controllers for Loop Engineering
This paper introduces LoopArena, a benchmark designed to evaluate LLMs acting as runtime controllers for "loop engineering" in coding agent systems. Instead of testing the coding agent's raw generation capabilities, the benchmark evaluates the model's ability to monitor progress, assign tasks, run verification checks, and manage budgets. The work highlights common failure modes where controllers trust stale notes or misallocate execution budgets.
arXiv · 02 September 2026 · Read the original →
Hopefully someone remembered to write an exit condition for all these loops.
6 stories, every Wednesday
Published here every week. Follow by RSS to get it as it lands.