SFT vs. RL: What Changes Inside the Model? New research by Zhu et al. (July 2026, arXiv:2607.19331, "ISO: An RLVR-Native Optimization Stack") provides mathematical proof that Reinforcement Learning with Verifiable Rewards (RLVR) post-training leaves the singular value spectrum of transformer weight matrices virtually unchanged from the base model, with adaptation occurring almost entirely through rotations of the singular coordinate frames U and V. The paper distinguishes RLVR, which teaches reasoning, search, and routing of existing capabilities, from Supervised Fine-Tuning (SFT), which injects new factual knowledge by actively altering the diagonal spectrum Σ. The finding matters because it reframes SFT and RL as mechanistically distinct operations rather than interchangeable steps on a tuning ladder. In modern generative AI post-training, two fundamental paradigms dominate: Supervised Fine-Tuning SFT and Reinforcement Learning with Verifiable Rewards RLVR / GRPO . While practitioners often treat SFT and RL as interchangeable steps on an incremental tuning ladder, they perform mathematically and mechanistically distinct operations on a model’s internal parameters: - SFT is Knowledge Injection: It uploads new factual domain knowledge, API syntax, vocabulary associations, and conversational formatting into the model’s representation space. - RL is Reasoning, Search & Routing: It does not inject new facts. Instead, it teaches the model how to systematically explore, evaluate, backtrack, and route its existing pre-trained capabilities to solve verifiable multi-step problems. Recent breakthrough work by Zhu et al. July 2026, arXiv:2607.19331, “ISO: An RLVR-Native Optimization Stack” https://arxiv.org/abs/2607.19331 provides rigorous mathematical proof of this dichotomy through the lens of Singular Value Decomposition SVD : during RLVR post-training, the singular value spectrum Σ of transformer weight matrices remains virtually unchanged from the base model. RL adaptation occurs almost entirely through rotations of the singular coordinate frames U and V . RLVR Post-Training: Knowledge Preserved Σ ≈ Σ₀ while Frames U, Vᵀ Realign In RLVR, the diagonal knowledge spectrum Σ remains frozen in place. Reasoning occurs through 3D rotations of input frame Vᵀ and output frame U, connecting existing concepts to verification pathways. RLVR Reasoning Dynamics Notice the center matrix Σ : its diagonal blocks are completely frozen in place. The network is not creating new concept capacity; it is rotating U and Vᵀ to discover valid reasoning trajectories. Drag the slider to observe how training alters the three matrices. Drag directly on the 3D scene to inspect the matrices from any perspective. The Three Matrix Roles 1. The Geometry of a Weight Matrix: SVD Decomposition Any weight projection tensor in a transformer layer—whether in self-attention W