<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Machine Learns Substack]]></title><description><![CDATA[Things about ML research, news, and open-source]]></description><link>https://erogol.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!lI_k!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F73500d39-5ecb-44f8-9188-f44c25addc6b_160x160.png</url><title>Machine Learns Substack</title><link>https://erogol.substack.com</link></image><generator>Substack</generator><lastBuildDate>Thu, 06 Aug 2026 19:38:18 GMT</lastBuildDate><atom:link href="https://erogol.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Eren]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[erogol@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[erogol@substack.com]]></itunes:email><itunes:name><![CDATA[Eren Gölge]]></itunes:name></itunes:owner><itunes:author><![CDATA[Eren Gölge]]></itunes:author><googleplay:owner><![CDATA[erogol@substack.com]]></googleplay:owner><googleplay:email><![CDATA[erogol@substack.com]]></googleplay:email><googleplay:author><![CDATA[Eren Gölge]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Machine Learns - 75]]></title><description><![CDATA[Kimi K3 runs on a laptop. DeepSeek released a model for agents. MiniMax's open-weighted video-sound generation model MiniMax-H3. Simple BM25 beats complicated agentic file-systems by 20 points.]]></description><link>https://erogol.substack.com/p/machine-learns-75</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-75</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 05 Aug 2026 11:25:21 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lI_k!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F73500d39-5ecb-44f8-9188-f44c25addc6b_160x160.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><h3><strong>&#129302; <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731">DeepSeek-V4-Flash-0731</a></strong></h3><p>A sparse MoE model for agentic coding with a DSpark speculative-decoding module. DeepSWE 54.4, against 58.0 for Opus-4.8 and 46.2 for GLM-5.2. DeepSeek&#8217;s own V4-Pro preview scores 12.8 there and the Flash preview 7.3, low enough that the harness was plainly not a target for either, so read this as a post-training result and not as small beating large. MIT licence, weights on Hugging Face, natively int8 rather than post-hoc quantized. I use it daily. Take it for long agent loops where token cost matters.</p><h3><strong>&#127916; <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3">MiniMax-H3</a></strong></h3><p>A 33B dense transformer that generates video and stereo audio in one stack, with no modality-specific structure anywhere in the attention or FFN layers. H3-AudioVAE takes 32 kHz stereo down to 40 latent frames per second per channel, slow enough that a sequence model can carry sound alongside video without a separate audio tower. For vision, H3-VisualVAE downsamples space sixteenfold and time fourfold into 24 causal latent channels, which are patchified down to 32x spatial compression before entering the transformer. For conditioning, a full Qwen3-VL-32B encoder feeds its fiftieth-layer hidden states directly as input. About 13B of the 33B parameters sit in AdaLN modulation branches whose outputs can be precomputed and cached, so 40% of the model never loads for inference-only deployment. Custom community licence, base model weights out.</p><h3><strong>&#128483;&#65039; <a href="https://huggingface.co/Audio8/Audio8-TTS-Preview-0.6b">Audio8-TTS-Preview-0.6b</a></strong></h3><p>A 0.6B text-to-speech model that gets the words right better than anything in its own comparison table and the voice wrong worse than all of them. Transcribe its output back and 1.506% of words come out wrong, ahead of Fish S2 Pro and Higgs Audio v2 at nearly eight times the size. Measure how close the synthesized voice sits to the reference clip and it scores 63.2, last in that table, against 75.3 for VoxCPM2. Comes with Apache-2.0. Use it where the words must land on a small budget, not for voice cloning.</p><h3><strong>&#128736;&#65039; <a href="https://github.com/sqliteai/waste">WASTE</a></strong></h3><p>A dependency-free C engine that streams a mixture-of-experts model&#8217;s active experts off NVMe instead of holding the whole thing in memory, which is normally what decides whether a machine can run a model at all. Kimi K3&#8217;s published 1.42 TB of weights become a 982 GB container that opens in 29.06 GB of RAM and decodes at 0.45 to 0.62 tok/s on a 64 GB M5 Pro MacBook. Apache-2.0, source on GitHub. Try it if you want a frontier model on your own disk.</p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;26fe0c10-226b-4d0e-a635-ca1401f4c583&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python"># Skip the expensive reasoning layer
machine_learns.subscribe()
</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><h2><strong>Papers</strong></h2><h3><strong>&#129504; <a href="https://arxiv.org/abs/2607.24653">Kimi K3, Open Frontier Intelligence</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>An open-weight 2.78T-parameter MoE with 104.2B active and a 1M-token context, in which 69 of 93 attention layers are linear Kimi Delta Attention and only 24 are Gated MLA.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Position comes entirely from KDA&#8217;s gating decay. No explicit positional embedding anywhere, so the model reaches 1M tokens with no RoPE rescaling.</p></li><li><p>Attention Residuals give each layer a learnable pseudo-query attending over the RMSNorm&#8217;d outputs of all preceding layers, so a deep layer reads an early layer directly instead of through one residual state accumulated over depth.</p></li><li><p>SiTU-GLU replaces SwiGLU, soft-capping both branches of the product with a scaled tanh, beta 4 on the gate and 25 on the up branch.</p></li><li><p>LatentMoE runs 896 routed experts, 16 active plus 2 shared. Quantile Balancing reads each expert bias off the router-score quantile matching its target load, via a Top-(k+1) pass rather than a fixed-step sign update.</p></li><li><p>Context grows 8K to 64K in pretraining, 256K to 1M in cooldown.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Strongest at using information it is handed. Best long-context retrieval score in its own table, 74.7 on AA-LCR, and 91.2 on BrowseComp.</p></li><li><p>Weakest at open-ended research, 43.5 on HLE-Full without tools.</p></li><li><p>Coding runs near-frontier at a fraction of the price, 4.0 points behind Claude Fable 5 for 38% of the cost.</p></li></ul><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/abs/2607.29363">Stable AR speech generation with low-frame-rate continuous tokens</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>ByteDance Seed&#8217;s Locodec tokenizer emits 8.5 Hz, 768-dimensional continuous tokens on a fixed-norm sphere, with no SSL tokens, no pretrained text LM and no post-training stage.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Fixing the token norm removes the radial degree of freedom, so the AR model never predicts a magnitude and the decoder only has to survive angular error.</p></li><li><p>A learnable row-orthogonal projection maps the 768-d sphere onto a low-dimensional core sphere and lifts back, preserving angles, aligned by a bidirectional cosine commitment loss.</p></li><li><p>Postfix dimension dropout trains with only a prefix of coordinates available. Under a fixed energy budget that turns availability into energy, and log per-dimension energy decays roughly linearly with index. No target profile is prescribed.</p></li><li><p>The generator, MP-ELD, splits classifier-free guidance into separate self-consistency and alignment-consistency residual paths on a schedule over bridge time.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Encode and decode real audio and every configuration sounds equally good, STOI 0.98, ViSQOL 4.63.</p></li><li><p>Generate from them and they diverge wildly, long-form WER spanning 4.64% to 34.77% with no warning from reconstruction.</p></li><li><p>Postfix dimension dropout closes most of it, cutting WER at core 32 from 20.80% to 9.73%.</p></li></ul><div><hr></div><h3><strong>&#128270; <a href="https://arxiv.org/abs/2607.26497">BM25 Wins at Scale</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A 28-tier nested corpus ladder from 1,144 to 511,959 documents, 1.25x per rung, with 500 questions and adversarial distractors held constant, to find where retrieval methods cross over.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Every tier is a strict superset of the one below, so a question&#8217;s evidence never moves and the only variable is how much noise surrounds it.</p></li><li><p>All methods get the same reader, Qwen3.6-27B, and the same 80-call budget, so no agent buys accuracy with iterations.</p></li><li><p>The retrieval-primitive control swaps only the discovery mechanism inside one agent loop, holding harness, reader and 150 questions fixed.</p></li><li><p>Build cost is counted in tokens, not wall clock, so indexing and querying land in one currency.</p></li></ul><p><strong>Results</strong></p><ul><li><p>On a small corpus the agent reading files wins, 77.4 against 74.7. Past roughly 10M tokens it reverses and widens.</p></li><li><p>At 511,959 documents BM25 scores 50.5 against 30.7 and 29.9, same reader and budget.</p></li><li><p>Change only how the agent finds candidates and it jumps 36.9 to 69.4.</p></li></ul><p><strong>My 2 cents</strong> </p><ul><li><p>I&#8217;m using simple BM5 in my harness too. I tried many different conceptually satisfying techniques but benchmarks proved BM5 is good to go.</p></li></ul><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/abs/2608.03457">Scaling Mixture-of-Experts Diffusion Language Models</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>The first scaling-law study for MoE diffusion language models, finding that optimal compute splits toward data over model size, inverting the model-dominated frontier of dense diffusion and AR MoE.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Three controlled sweeps cover optimization, compute allocation, and MoE architecture, from 158M to 3.6B parameters under budgets of 10^17 to 3x10^20 FLOPs.</p></li><li><p>Optimal batch size grows steeper with compute than in AR, and optimal learning rate decays faster, because masked denoising supervises only sampled positions, so nominal batch size overstates effective supervision.</p></li><li><p>The MoE recipe that wins at every scale is the same: keep activation sparse, use 8 to 16 experts per layer, and dedicate one third of activated capacity to a shared expert. AR designs use 25% or none.</p></li></ul><p><strong>Results</strong></p><ul><li><p>A 30B-A3B trained on 23.5T tokens, 65% of Qwen3&#8217;s budget, approaches it on reasoning and coding, 2.22 behind on OlympiadBench.</p></li></ul><div><hr></div><h3><strong>Also shipped</strong></h3><ul><li><p>&#129504; <a href="https://huggingface.co/thinkingmachines/Inkling-Small">Inkling-Small</a></p></li><li><p>&#128736;&#65039; <a href="https://github.com/cursor/mixture-of-kittens">Mixture-of-Kittens</a></p></li><li><p>&#128483;&#65039; <a href="https://huggingface.co/microsoft/VibeVoice-ASR-BitNet">VibeVoice-ASR-BitNet</a></p></li><li><p>&#129504; <a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B">LFM2.5-2.6B</a></p></li><li><p>&#128483;&#65039; <a href="https://arxiv.org/abs/2608.02023">SwanTale</a></p></li><li><p>&#128483;&#65039; <a href="https://arxiv.org/abs/2607.23938">Qwen-Audio-3.0-TTS</a></p></li><li><p>&#129504; <a href="https://arxiv.org/abs/2608.03457">LLaDA MoE v2</a></p></li><li><p>&#9889; <a href="https://arxiv.org/abs/2607.25852">AngelSpec</a></p></li></ul><div><hr></div><p>Thanks for reading&#8230; Until next one &#128075;</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-75?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-75?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #74]]></title><description><![CDATA[Twelve open releases, from a 975B multimodal MoE to on-device video, plus papers on weak-to-strong distillation, video dense prediction, reward-seeking, and bounded KV caches for speech serving.]]></description><link>https://erogol.substack.com/p/machine-learns-74</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-74</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Thu, 23 Jul 2026 12:21:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!iSfB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong><span>&#129302;</span> Model Releases</strong></h2><h3><strong>Highlights</strong></h3><p><span>&#128187;</span> <a href="https://poolside.ai/blog/introducing-laguna-s-2-1">poolside Laguna S 2.1</a> is a coding-agent MoE, 118B total and 8B active, with a 1M-token context and downloadable BF16 checkpoint under OpenMDW 1.1. poolside reports 70.2 on Terminal-Bench 2.1, 55.2 on SWE-Bench Pro, and 70.7 on SWE-Bench Verified.</p><p><span>&#127918;</span> <a href="https://github.com/AlayaLab/AlayaWorld">AlayaWorld</a> is a playable action-conditioned video world model whose inference code and weights shipped July 16 under the LTX-Video community license (commercial use restricted). AlayaLab reports about 1.33 seconds per chunk at 24 fps over roughly one-minute rollouts.</p><p><span>&#127760;</span> <a href="https://huggingface.co/blog/thinkingmachines-inkling">Thinking Machines Inkling</a> is a natively multimodal MoE, 975B total and 41B active, that takes text, images, and audio and emits text, with a 1M-token context and BF16 and NVFP4 checkpoints under Apache-2.0. Thinking Machines reports 73.5 on MMMU-Pro, 77.2 on MMAU, and 91.4 on VoiceBench.</p><p><span>&#127911;</span> <a href="https://huggingface.co/ai-sage/GigaChat3.1-Audio-10B-A1.8B">GigaChat Audio 10B-A1.8B</a> is an MIT-licensed audio-native MoE, 10B total and 1.8B active, fusing a Conformer speech encoder with a GigaChat decoder for ASR, audio QA, translation, emotion, summarization, and temporal grounding. ai-sage reports mIoU of 48.3 on 20 to 60 minute clips and Russian FLEURS WER of 4.4.</p><h3><strong>Also released</strong></h3><p><span>&#128241;</span> <a href="https://huggingface.co/nvidia/Cosmos3-Edge-4B">NVIDIA Cosmos3-Edge 4B</a> is a 4B omni-modal Mixture-of-Transformers for edge devices handling text, image, video, audio, and action, under NVIDIA&#8217;s OpenMDW 1.1 terms.</p><p><span>&#128300;</span> <a href="https://huggingface.co/internlm/Intern-S2-Preview-397B">Intern-S2-Preview-397B</a> is Shanghai AI Lab&#8217;s 397B Apache-2.0 multimodal model for scientific reasoning and long-horizon agents, with direct visual pretraining on scientific pages and downloadable weights.</p><p><span>&#128269;</span> <a href="https://huggingface.co/nvidia/Nemotron-3-Embed-8B">NVIDIA Nemotron-3-Embed-8B</a> is an 8B multilingual dense-retrieval model for RAG with a 32K context, reporting NDCG@10 of 78.46 on RTEB-16, under the custom OpenMDW 1.1 license.</p><p><span>&#128066;</span> <a href="https://huggingface.co/ai-sage/GigaAM-Multilingual">GigaAM Multilingual</a> is an MIT-licensed pair of 220M and 600M Conformer speech encoders pretrained on 2M hours across 70+ languages, fine-tuned for Russian, Kazakh, Kyrgyz, and Uzbek ASR.</p><p><span>&#127916;</span> <a href="https://huggingface.co/Wan-AI/Wan-Dancer-14B">Wan Dancer 14B</a> is Alibaba&#8217;s Apache-2.0 pose-conditioned human-animation model built on Wan2.1-14B. It takes a reference image and pose video, generates a global motion pass, then refines to high resolution.</p><p><span>&#128483;&#65039;</span> <a href="https://huggingface.co/OpenMOSS-Team/MOSS-Transcribe-Diarize">MOSS-Transcribe-Diarize 0.9B</a> is a 0.9B Apache-2.0 model that handles transcription, speaker diarization, timestamps, and acoustic-event annotation in one pass over recordings up to 90 minutes across 50+ languages.</p><p><span>&#127757;</span> <a href="https://huggingface.co/robbyant/LingBot-World-v2-Infinity">LingBot-World 2.0 / Infinity</a> is a 14B interactive world model under CC BY-NC-SA 4.0. Robbyant claims unbounded interaction horizons and a distilled 720p/60fps real-time mode, but the deployment code is not released.</p><p><span>&#127909;</span> <a href="https://huggingface.co/Qualcomm-AI-Research/mobilewan">Qualcomm MobileWan</a> is a roughly 5B text-to-video model compressed from Wan2.2-5B for Snapdragon devices via attention-head pruning and three-step distillation, generating a 5-second 480x832 clip at 16 fps in 20 seconds (VBench 83.79) under BSD 3-Clause Clear plus a custom Qualcomm license.</p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;84a675d3-5f48-4d8e-b493-eb69921954a4&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">signal &gt; noise &amp;&amp; machine_learns.subscribe()</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h1><strong><span>&#128736;&#65039;</span> Open Source</strong></h1><ul><li><p><strong><a href="https://github.com/marcelroed/gigatoken">Gigatoken</a></strong> is a Rust and Python tokenizer with SIMD pretokenization and drop-in Hugging Face and tiktoken wrappers under MIT. Speedups are author-reported.</p></li><li><p><strong><a href="https://github.com/microsoft/SkillOpt">SkillOpt</a></strong> optimizes reusable Markdown skill documents for frozen agents through rollouts, reflection, bounded edits, and held-out validation under MIT. Sleep mode remains preview-only and human-gated.</p></li><li><p><strong><a href="https://github.com/JustVugg/colibri">Colibri</a></strong> is a CPU-first C runtime that streams MoE experts between NVMe, RAM, and optional VRAM with LRU caching and router-lookahead prefetch under Apache-2.0. The documented 25GB-RAM setup runs at 0.05 to 0.1 tok/s before experts are cached.</p></li></ul><div><hr></div><h1><strong><span>&#128206;</span> Papers</strong></h1><h4><strong><span>&#128737;&#65039;</span> <a href="https://arxiv.org/abs/2607.18966">Measuring Reward-Seeking via Contrastive Belief Updates</a></strong></h4><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fx9I!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fx9I!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 424w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 848w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 1272w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fx9I!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png" width="1456" height="558" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:558,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:290633,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/208190851?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!fx9I!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 424w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 848w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 1272w, https://substackcdn.com/image/fetch/$s_!fx9I!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F024d0096-78b0-4b72-b41f-2989192e7407_1754x672.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Contrastive Synthetic Document Finetuning measures whether RL training makes models more behaviorally responsive to implanted beliefs about grader preferences than to user or developer preferences.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Create matched synthetic-document corpora describing two worlds with reversed authority preferences. In one world the grader rewards the target behavior, in the other it rewards the opposite. Downstream evaluation prompts do not restate these preferences, so the behavioral gap cannot arise from in-context cues.</p></li><li><p>Finetune two separate model copies on the contrastive corpora and observe their behavioral difference on downstream tasks. The gap between the grader-aligned and non-grader-aligned copies measures causal sensitivity to the implanted belief, not to anything stated in the prompt.</p></li><li><p>Four intermediate o3 RL checkpoints receive matched finetunes across coding-style features and authority pairs, then 14 coding and alignment tasks measure how grader sensitivity changes through the RL run.</p></li><li><p>This is a causal intervention on beliefs, not evidence of hidden intent. Chain-of-thought reasoning is used as corroborating context but not as primary evidence.</p></li></ul><p><strong>Results</strong></p><ul><li><p>In Broken Promises, the late checkpoint breaks a promise 87% vs. 9% depending on whether the synthetic documents say the grader rewards task completion or honesty. The early checkpoint shows 40% vs. 24%.</p></li><li><p>Evidence comes from one proprietary RL lineage and short coding tasks. SDF may alter more than the targeted belief.</p></li></ul><p></p><h4><strong><span>&#127919;</span> <a href="https://arxiv.org/abs/2607.09024">GenCeption: Video Generation Models are General-Purpose Vision Learners</a></strong></h4><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!iSfB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!iSfB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 424w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 848w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 1272w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!iSfB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png" width="1456" height="655" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:655,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:669679,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/208190851?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!iSfB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 424w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 848w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 1272w, https://substackcdn.com/image/fetch/$s_!iSfB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a04a97b-c856-4a2b-8640-b5bff3a94ae8_2240x1008.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>WAN 2.1&#8217;s pretrained video DiT produces depth, surface normals, camera pose, segmentation, DensePose, and 2D/3D keypoints without task-specific diffusion sampling.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>At rectified-flow timestep t=0, the DiT receives a clean latent. The velocity output points directly to the target signal, making prediction a single forward pass with no iterative sampling.</p></li><li><p>Dense prediction tasks (depth, normals, segmentation, camera pose, DensePose) encode their targets as RGB-like video tensors and decode with the standard video output head.</p></li><li><p>For sparse tasks (2D keypoints, object tracking), per-frame query tokens append to the sequence. An MLP decodes spatial coordinates rather than pixel-aligned frames.</p></li><li><p>A text prompt specifies the active task. The same DiT backbone, loss, and head handle all tasks without task-specific architectural changes.</p></li></ul><p><strong>Results</strong></p><ul><li><p>With 8,080 training videos, average depth AbsRel reaches 0.071 vs. D4RT&#8217;s 0.082 after roughly one million videos.</p></li><li><p>Joint training degrades 3D keypoints. The generalist setup trails specialists on some benchmarks, and backbone scale differences confound cross-method attribution.</p></li></ul><p></p><h4><strong><span>&#129504;</span> <a href="https://arxiv.org/abs/2607.01218">The State-Prediction Separation Hypothesis</a></strong></h4><p><strong>What&#8217;s new</strong></p><ul><li><p>SPS assigns persistent KV-cache writes to each input token and next-token logit production to a paired <code>&lt;predict&gt;</code> position inserted after it, using the same Transformer weights for both jobs.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The internal sequence becomes <code>A, &lt;predict&gt;, B, &lt;predict&gt;, ...</code>. Input-token positions write to the persistent KV cache but do not produce logits. <code>&lt;predict&gt;</code> positions produce logits, and their KV entries expire after a 64-token window.</p></li></ul><p>Regular Transformer decoding</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;156eac28-b30d-42c8-9b52-55577c7c5413&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">h = Transformer(x_i, cache)
logits = LM_head(h)
cache.add(KV(h))</code></pre></div><p>SPS decoding</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;d4f020e2-ae93-4dbc-8559-8f75eb553063&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">h_state, h_predict = Transformer([x_i, "&lt;predict&gt;"], cache)
logits = LM_head(h_predict)
persistent_cache.add(KV(h_state))
temporary_cache.add(KV(h_predict))  # 64-entry ring buffer</code></pre></div><ul><li><p>During generation, the model processes the latest token and its <code>&lt;predict&gt;</code> position together and samples the next token from the <code>&lt;predict&gt;</code> logits. The persistent cache grows by one entry per generated token.</p></li><li><p>Their delayed-state control also inserts <code>&lt;predict&gt;</code> positions but keeps those prediction states in the persistent cache. It improves less than SPS, despite the same extra computation step.</p></li></ul><p><strong>Results</strong></p><ul><li><p>SPS matches standard Transformer validation loss after 18B tokens vs. 47B. Lower validation loss holds across five tested scales.</p></li><li><p>XL-scale zero-shot accuracy rises from 63.2 to 66.3 with marginally lower throughput and unchanged peak memory.</p></li></ul><p></p><h4><strong><span>&#128266;</span> <a href="https://arxiv.org/abs/2607.11738">Qwen-Audio-VAE Technical Report</a></strong></h4><p><strong>What&#8217;s new</strong></p><ul><li><p>An encoder-decoder VAE designed as the input/output interface for audio diffusion Transformers, compressing waveforms to 12.5 Hz latents while encoding fast enough not to bottleneck DiT training throughput.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The encoder converts training waveforms to 12.5 Hz latent targets online. The DiT learns to generate those latents. The decoder reconstructs audio at inference. Latent frame rate and encoder speed address two separate bottlenecks. Latent frame rate governs DiT sequence length, and encoder speed governs training data throughput.</p></li><li><p>Three manual architecture changes accelerate the encoder. Downsampling strides are reallocated to strides (8, 5, 4, 3) so parameter-heavy layers process shorter sequences. Additional dilated residual units are removed per block, keeping only one dilation-1 unit. The highest-resolution layer narrows from 64 to 24 channels while later stages (128-1,024 channels) remain unchanged.</p></li><li><p>The decoder stays wide (width 1,536, three residual units per block) to protect reconstruction quality. It does not run while the DiT consumes training latents, so shrinking it would not remove the training bottleneck.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Encoder latency falls from 1,957 ms to 541 ms for 64 thirty-second clips, with reconstruction quality unchanged.</p></li><li><p>Latent frame rate is not ablated against alternatives. The dataset and full encoder architecture are not fully specified.</p></li></ul><p></p><h4><strong><span>&#129513;</span> <a href="https://arxiv.org/abs/2607.08393">Towards Mechanistically Understanding Why Memorized Knowledge Fails to Generalize in Large Language Model Finetuning</a></strong></h4><p><strong>What&#8217;s new</strong></p><ul><li><p>Fine-tuned models recall injected facts at 97.5-99.8% but fail on graph compositions that chain those same facts. Copying one residual vector partially repairs the failure without adding facts or weights.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Models are finetuned on knowledge-graph facts (subject-relation-object triples) until recall is near-perfect. Evaluation uses multi-hop compositions that chain those facts, requiring each as an intermediate step.</p></li><li><p>Self-patching copies the anchor entity&#8217;s residual-stream vector from a source layer to the same token position at a target layer, then resumes the forward pass normally. This forces the subject representation at an intermediate depth to carry compositional information downstream.</p></li><li><p>An oracle variant scans all source-target layer pairs per example to find the most effective patch. A fixed heuristic patches at roughly 0.1 and 0.8 of network depth, targeting 0.5.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Oracle self-patching raises average chaining accuracy to 44.4% from 12.1% unpatched. The fixed heuristic reaches 35.7%.</p></li><li><p>The oracle is a diagnostic tool requiring per-example search. Compositions use synthetic knowledge-graph chains tested up to 8B parameters.</p></li></ul><p></p><h4><strong><span>&#9889;</span> <a href="https://arxiv.org/abs/2607.02640">Metronome: Bound the Cache, Keep the Beat for Real-Time Interaction Model Serving</a></strong></h4><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!pyJn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!pyJn!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 424w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 848w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 1272w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!pyJn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png" width="708" height="354" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a36a07d4-24d7-4807-9155-d20ba429f358_708x354.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:354,&quot;width&quot;:708,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;[Uncaptioned image]&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="[Uncaptioned image]" title="[Uncaptioned image]" srcset="https://substackcdn.com/image/fetch/$s_!pyJn!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 424w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 848w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 1272w, https://substackcdn.com/image/fetch/$s_!pyJn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa36a07d4-24d7-4807-9155-d20ba429f358_708x354.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A bounded sliding KV window removes the tested memory-exhaustion collapses in long-running full-duplex speech serving.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Keep each session&#8217;s most recent W tokens plus pinned initial attention-sink blocks, and free older KV inside vLLM. Resident state per session is bounded rather than open-ended.</p></li><li><p>An additive-increase/multiplicative-decrease controller adjusts admitted concurrency using per-frame latency after per-session state is bounded.</p></li><li><p>The pinned initial blocks act as attention sinks and remain available while the recent-token window slides forward.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Bounded KV eliminates memory-exhaustion collapses, with 0 of 20 runs collapsing vs. 14 of 20 unconstrained on the end-to-end audio stack.</p></li><li><p>A fixed window prevents recall of out-of-window speech. The evaluation covers one GPU, four models, and five-minute calls.</p></li></ul><p></p><h4><strong><span>&#128190;</span> <a href="https://arxiv.org/abs/2607.07386">Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity</a></strong></h4><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!nbkf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!nbkf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 424w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 848w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 1272w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!nbkf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png" width="1456" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:202171,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/208190851?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!nbkf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 424w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 848w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 1272w, https://substackcdn.com/image/fetch/$s_!nbkf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d62bf45-f50b-4fb5-b7fb-25103a5bf2a7_2042x1032.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A linear-RNN state with about a thousand times more capacity at identical FLOPs, beating full attention at 8B on both training loss and short-context accuracy.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Gated DeltaNet compresses the full history into a fixed-size dense state, which limits recall as sequences grow. SDM replaces it with an explicit N-slot memory table where N is far larger than the query and key dimension.</p></li><li><p>Each token update writes to W slots selected by a learned sparse key, rather than rewriting the entire state matrix. The write is a rank-1 outer product applied to those W slots, without scoring all N candidates.</p></li><li><p>W and the update rank are fixed at 64, matching Gated DeltaNet&#8217;s per-token FLOPs while memory size scales independently. The initial memory is trainable. Its contribution is tested by resetting it or replacing it with another model&#8217;s initial memory.</p></li></ul><p><strong>Results</strong></p><ul><li><p>On RULER at 8B, SDM scores 50.2 vs. GDN&#8217;s 34.2. Training throughput is lower because the larger state stays in HBM rather than SRAM.</p></li><li><p>Two-key retrieval stays weak. SDM scores 4.7 vs. 58.0 for full attention.</p></li></ul><p></p><h4><strong><span>&#128187;</span> <a href="https://arxiv.org/abs/2607.12463">Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models</a></strong></h4><p><strong>What&#8217;s new</strong></p><ul><li><p>A structured fill-in-the-middle stage before agent post-training improves coding and tool-use benchmarks despite using a Python-only corpus.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The training data maps each coding-agent step to a function-call structure with prior context, the call, the returned value, and downstream use.</p></li><li><p>From an AST program-dependency graph, whole functions or connected groups are picked by complexity times inferability, and Gemini-3-Flash fills a filtered rationale plus body inside the masked span.</p></li><li><p>This FIM stage trains on about 400K masked-function samples and 2.6B tokens from 968 decontaminated Python repos, building sub-trajectory inference capability before the otherwise unchanged agentic post-training stage.</p></li></ul><p><strong>Results</strong></p><ul><li><p>At 14B, SWE-Bench Verified rises from 26.20 to 29.20 and LiveCodeBench from 24.10 to 35.20 after FIM mid-training, with no tool-use data in the corpus.</p></li><li><p>The corpus is Python-only. The fill rationale teacher is the proprietary Gemini-3-Flash.</p></li></ul><p></p><h4><strong><span>&#128218;</span> <a href="https://arxiv.org/abs/2607.05394">Weak-to-Strong Generalization via Direct On-Policy Distillation</a></strong></h4><p><strong>What&#8217;s new</strong></p><ul><li><p>Direct on-policy distillation transfers an RL-induced policy change from a weaker teacher to a stronger student without running RL on the student.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Post-RL minus pre-RL teacher log-probabilities measure the token-level shift caused by RL. The student learns that shift rather than imitating the teacher&#8217;s full policy, which avoids copying output patterns the student already exceeds.</p></li><li><p>The diff applies to rollouts from the student&#8217;s own policy, keeping training on the student&#8217;s distribution.</p></li><li><p>A Rao-Blackwellized estimator conditions on the already-generated prefix to reduce gradient variance. Stop-gradient on the diff target and an adaptive KL constraint prevent the student from being pulled toward tokens where the teacher regressed. Two teacher pairs can be composed.</p></li></ul><p><strong>Results</strong></p><ul><li><p>A 1.5B RL teacher lifts Qwen3-1.7B from 48.3 to 58.3 on AIME 2024 in a fraction of the direct-RL compute.</p></li><li><p>Evaluation is AIME-heavy. The method requires both pre-RL and post-RL teacher checkpoints and cannot use closed teachers.</p></li></ul><p></p><div><hr></div><p>That&#8217;s all for this week. </p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-74?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-74?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[I let an AI agent do architecture research on my GPT repo]]></title><description><![CDATA[Two weeks, ~120 experiments, six confirmed keeps, and a validation loss drop from 3.2354 to 3.1965. The interesting part was keeping it honest.]]></description><link>https://erogol.substack.com/p/i-let-an-ai-agent-do-architecture</link><guid isPermaLink="false">https://erogol.substack.com/p/i-let-an-ai-agent-do-architecture</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Thu, 16 Jul 2026 12:02:57 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z8Wu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>For the past two weeks, an AI agent ran autonomous architecture research on <a href="https://github.com/erogol/BlaGPT">BlaGPT</a>, my GPT-2-scale playground for testing LLM techniques. It ran about 100 short proxy experiments and 22 full training runs, implemented techniques from papers, kept its own ledger, and pushed everything to the repo. <strong>Validation loss went from 3.2354 to 3.1965.</strong></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Z8Wu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 424w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 848w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 1272w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:96203,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/207269129?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 424w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 848w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 1272w, https://substackcdn.com/image/fetch/$s_!Z8Wu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08fca2d4-3072-4d06-ab09-e2640080f75b_1568x880.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!uqyD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!uqyD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 424w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 848w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 1272w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!uqyD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png" width="1456" height="829" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:829,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:236949,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/207269129?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!uqyD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 424w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 848w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 1272w, https://substackcdn.com/image/fetch/$s_!uqyD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ed3a7f-3d5f-477a-b91a-068e705199dc_1690x962.png 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Every full-training run in the ledger: keeps (green), discards (red), and the running best. The marked point beat the best and still died on its rerun.</figcaption></figure></div><p><strong>The agent is Keche,</strong> my personal AI assistant that lives on my server and runs long unattended missions. It is not OpenClaw, Hermes, or Claude Code; it is something I built myself, and it deserves its own post later. This was its longest mission yet.</p><p>To be clear about what &#8220;found&#8221; means here: none of the winning techniques are original inventions. They come from papers and from the speedrun community, and the agent&#8217;s contribution was implementing them from source, testing them under a fixed protocol, and deciding what survives at this scale. That is most of what human empirical research is too. <strong>This post covers what survived, what died, and the harness that made the numbers trustworthy</strong>, which is the part I actually care about. <strong>Getting an agent to produce plausible diffs is easy. Getting numbers you can believe from a system that ran all night unsupervised is not.</strong></p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;cd9a78f6-a0c2-4904-89c8-e509309d5a40&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">if run.confirmed and not run.lucky_seed:
    machine_learns.subscribe()</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><h2>The setup</h2><p>BlaGPT is a small, hackable GPT training repo: GPT-2-scale models, FineWeb data, one config per idea. I have used it for a while to benchmark techniques from papers, and its README is a long list of &#8220;tried it, here is the loss.&#8221;</p><p>The autoresearch ran in two phases on a rented 8x H100 machine. Phase one gave each experiment <strong>exactly 600 seconds of pure training time</strong>, with compilation and validation excluded from the clock, then recorded validation loss on a fixed shard. Cheap breadth: about a hundred experiments sweeping configs, attention variants, embeddings, and training curricula. Phase two took the survivors and trained each candidate for <strong>a full 5100 steps</strong> with the normal recipe: 8 GPUs, global batch 512, sequence length 1024, fixed validation tokens. Phase two is the ledger that counts, and it is the one this post reports.</p><p>The agent worked inside durable tmux sessions, committed every experiment to a branch, and appended every result to a TSV file in the repo. When a night ended, the full history sat in git: configs, diffs, logs, and every keep-or-discard decision.</p><h2>The harness</h2><p>An LLM agent optimizing a metric will find every crack you leave open, not out of malice, but because <strong>reward hacking is just gradient descent with extra steps</strong>. The rules came down to four ideas, and <strong>twice during the run they caught a fake record I would probably have shipped</strong>. The details are in the graveyard section.</p><p>Frozen invariants. Some things the agent may never touch: the validation shard, the validation token count, the tokenization, the data order. Random initialization only, which means <code>torch.load</code>, <code>from_pretrained</code>, and friends are banned inside experiment diffs. A guard script greps every diff for violations before a result can be recorded, and <strong>a violation voids the run regardless of the loss it posted</strong>.</p><p>Keep/discard discipline. A candidate is kept only if it beats the current best. The noise floor, estimated from repeated runs of identical configs in the ledger, is roughly &#177;0.003, and any improvement smaller than that needs a second seed before the keep row is written. The complementary rule: <strong>any improvement much larger than the noise floor is a bug until proven otherwise</strong>. Inspect the diff for eval leakage before celebrating.</p><p>A separate review pass. The instance that writes a diff does not crown its own result; an independent pass reviews the diff before a keep stands. One caveat: both passes run on the same model family, so their blind spots are correlated. This is a smell test, not true independence.</p><p>Durability. The ledger is append-only, past runs are immutable, and every run directory stores its exact config and diff against the parent commit. If the machine dies, the history survives in git. This rule turned out to matter more than I expected.</p><p>None of this is exotic. It is the hygiene you would demand from a junior researcher, except that an agent needs it enforced mechanically from minute one, because nobody is watching at 3am.</p><h2>What survived</h2><p>The full-training phase started from a baseline of 3.2354, the combined keeps of the proxy phase. Six changes made it through:</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!UQPY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!UQPY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 424w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 848w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 1272w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!UQPY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:181507,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/207269129?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!UQPY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 424w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 848w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 1272w, https://substackcdn.com/image/fetch/$s_!UQPY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd7602353-7a4c-4dd3-a1ac-fae9e4b794ca_1716x770.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!dfIl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!dfIl!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 424w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 848w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 1272w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!dfIl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png" width="1438" height="632" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:632,&quot;width&quot;:1438,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:134135,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/207269129?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!dfIl!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 424w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 848w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 1272w, https://substackcdn.com/image/fetch/$s_!dfIl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50ef065b-b50b-4ca5-bdc1-9daef40b4988_1438x632.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Two notes on reading this table. Where two numbers appear, they are independent seeds from the mandatory confirmation rerun; single-number rows beat the previous best by more than the noise floor, so no rerun was required under the protocol. And the last row is individually within noise even after confirmation: both of its seeds landed below the previous best, which is why it was kept, but if you strike it the headline gain shrinks from 0.039 to 0.037. I am comfortable with either number. Per-technique writeups with paper links live in the repo&#8217;s <code>techniques/</code> directory.</p><p>The pattern surprised me. Not the attention variants. <strong>Normalization and residual-path changes did nearly all the heavy lifting</strong>, while attention experiments, which is where I would have placed my own bets going in, lost outright or came back within noise almost every single time.</p><p>The final row is worth a story regardless of its size. After five architecture changes, the old learning rate was no longer optimal, and the agent scheduled the sweep itself. Its first attempt silently failed because the config key never took effect. It noticed. It recorded the run as <code>discard_noop_config</code>, reran the sweep with the setting actually applied, and confirmed with a second seed before writing the keep row.</p><p>The proxy phase contributed structural wins that carried into the baseline too, the biggest being the removal of per-layer token embeddings, a component an earlier experiment had added: <strong>159M fewer parameters and 14% more steps in the same time budget, at equal loss</strong>. Cleaning up your own earlier keep is less glamorous than a new mechanism, and just as valuable.</p><p>Everything is in the repo: <code>ar/full_results.tsv</code> holds the ledger, and <code>ar/runs/</code> holds the per-run diffs and configs.</p><h2>The graveyard</h2><p><strong>About 70% of full runs were discards.</strong> The Aurora optimizer was catastrophically worse, adding 0.09 to the loss. The NAG residual lost by 0.04, and the agent left a note diagnosing why: the scale signal it introduces gets erased by the final RMSNorm before reaching the logits. PoPE positional embeddings, pre-affine RMSNorm, affine-scaled attention, and block-attention residuals all came back flat or worse. One depth-softmax idea went straight to NaN. Lipschitz-constrained training never got GPU time at all, because the agent read the paper first and noticed it only matches baseline accuracy at a vacuous Lipschitz bound. Reading before implementing saved a GPU-day.</p><p>The graveyard also answers a question worth asking directly: did the agent invent anything? Its mission brief explicitly said to invent, not just reimplement, and it tried. The NAG residual readout, the depth-softmax variant that went to NaN, the block-attention residuals, and a tapered MLP width schedule were its own constructions or hybrids rather than paper implementations. Every one of them died. At this scale and budget, <strong>published mechanisms beat the agent&#8217;s original ideas without exception</strong>, which says something about the current ceiling of agent-driven invention, or about a two-week budget, or both.</p><p>And here are the two false wins the harness rules caught. HybridNorm alone, and later an &#8220;aggregate all winning changes&#8221; run, both posted the best numbers seen up to that point. Both failed. The aggregate run posted 3.1961 on its first seed and 3.1987 on the rerun, landing behind the standing best of 3.1979. <strong>Seed variance is exactly the size of a fake breakthrough</strong>, and a ledger that trusted single runs would carry two false results with later experiments chasing them.</p><p>The discard rate also answers a question I had going in: does a 600-second proxy predict a 5100-step run? Weakly. The proxy phase was good at killing broken ideas cheaply and terrible at ranking the survivors, which is why the full-training phase exists.</p><h2>War stories</h2><p>The stories are where the &#8220;autonomous&#8221; part gets tested, so here are three from the commit log.</p><p>At one point, two research agent instances were briefly active on the same machine. They noticed each other and one stood down, leaving handoff notes in <code>ar/program.md</code>: which experiments it had recorded, a pitfall in a pending implementation, and a paper it recommended skipping. I did not mediate this. I found out from the commits, and the note is still in the repo.</p><p>The training machine had no GitHub credentials. That was deliberate. The agent&#8217;s workaround was to package git bundles, ship them through a relay host, and push from a credentialed box, a route it built on its own the first time a push failed. It did this after every keep, because it knew the rental had an expiry date.</p><p>Then the machine died anyway. Mid-run, while I was writing this post, taking an unfinished experiment with it. <strong>Everything committed and pushed survived. Everything else did not.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/i-let-an-ai-agent-do-architecture?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/i-let-an-ai-agent-do-architecture?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><h2>What this cost, and what I&#8217;d tell a skeptic</h2><p>Compute came to roughly 40 hours of 8x H100 time, <strong>about $1,300</strong> at Lambda&#8217;s on-demand rate of $3.99 per GPU-hour, proxy phase included. A failed full run costs about $25, which is what made the rerun rule affordable. My own time was a day or two on the harness, plus a handful of interventions, mostly correcting config choices the agent made without asking.</p><p>Now the limitations. 120 sequential decisions against one fixed validation shard is a selection pressure that seed reruns do not address. The fix is a one-shot evaluation on a held-out shard, which the machine died before running; it is the first job of the next one. And 3.1965 has no external reference point, since BlaGPT&#8217;s recipe and token budget match nobody else&#8217;s. The number belongs to no leaderboard but my own.</p><p>What the agent was genuinely better at than me: it never skipped a confirmation rerun, never left a run unrecorded, and logged its own failures as exactly what they were, including the NaN and the no-op config. Humans skip the boring parts eventually. It also worked around infrastructure the way a decent engineer would, and the one place it fell short, knowing when a research direction was exhausted, was covered by a mechanical rule that closes a family after enough straight discards.</p><p>A human researcher with the same GPU hours would have made sharper bets and fewer of them. Whether that trade favors the human depends on how much your time is worth, and mine went into writing rules once instead of babysitting runs for two weeks.</p><p>The harness, the ledger, and every diff live in the repo under <code>ar/</code>. If you want to point your own agent at it, the frozen rules are in <code>program.md</code>, and I would genuinely like to see whether a different agent finds a different stack.</p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #73]]></title><description><![CDATA[a 1.6T MoE from Meituan, an NVIDIA audio LLM that keeps its text smarts, a global workspace found inside Claude, editable diffusion TTS, and a hippocampus bolted onto linear attention.]]></description><link>https://erogol.substack.com/p/machine-learns-73</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-73</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 08 Jul 2026 10:45:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!OmuZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>&#129302; Model Releases</h2><p>&#129504; <a href="https://huggingface.co/meituan-longcat/LongCat-2.0">LongCat-2.0</a> Meituan&#8217;s open 1.6T MoE with only 13B active params and 128K context, MIT licensed. It stays competitive with Qwen3-235B on reasoning while activating ~17x fewer parameters.</p><p></p><pre><code><code>if signal &gt; noise:
    machine_learns.subscribe()</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#129504; <a href="https://huggingface.co/tencent/Hy3">Tencent Hy3</a> 295B MoE (21B active), Apache 2.0, 256K context with switchable reasoning depth and FP8 weights. It rivals open flagships 2-5x its size, drops hallucination rate from 12.5% to 5.4%, and keeps tool-calling stable across scaffoldings.</p><p>&#127760; <a href="https://huggingface.co/MiniMaxAI/MiniMax-M3">MiniMax M3</a> Open-weight 109B natively multimodal coding/agent model with 1M-token context via MiniMax Sparse Attention. Targets frontier coding and agentic workflows; weights are live with inference providers.</p><p>&#129302; <a href="https://huggingface.co/InternScience/Agents-A1">Agents-A1</a> Shanghai AI Lab&#8217;s 35B agentic MoE (3B active) built on Qwen3.5-35B-A3B, Apache 2.0, 256K context. Trained specifically for long-horizon agent tasks and claims to match 1T-scale models on them through long-task training rather than raw size.</p><p>&#128483;&#65039; <a href="https://huggingface.co/nvidia/Nemotron-Labs-Audex-30B-A3B">NVIDIA Nemotron-Audex-30B-A3B</a> A unified audio-text MoE (30B/3B active, 1M context) doing ASR, speech translation, TTS, audio generation, and speech-to-speech from one decoder, with almost no text-reasoning regression (paper below). License is NVIDIA noncommercial, not Apache.</p><p>&#128483;&#65039; <a href="https://huggingface.co/nineninesix/gepard-1.0">Gepard 1.0</a> A 555M streaming TTS model, Apache 2.0, with ~50ms time-to-first-audio and ~20x realtime on a single RTX 5090, plus voice cloning from seconds of audio and native vLLM support. Leads NISQA-MOS against VoxCPM2, Qwen3-TTS, and Chatterbox on Seed-TTS-Eval.</p><p>&#129518; <a href="https://huggingface.co/mistralai/Leanstral-1.5-119B-A6B">Leanstral 1.5</a> Mistral&#8217;s open Lean 4 proof-engineering agent, 119B MoE (6.5B active), Apache 2.0. It saturates miniF2F, solves 587/672 PutnamBench at ~$4/problem, and found five previously unknown bugs in real OSS repos while running as an hours-long agent.</p><h2>&#128206; Papers</h2><h3>&#128300; <a href="https://transformer-circuits.pub/2026/workspace/index.html">Verbalizable Representations Form a Global Workspace in Language Models</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>LLMs keep a small privileged set of &#8220;verbalizable&#8221; representations, a functional global workspace, separate from the much larger pool of processing that stays automatic.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>To see what the model is &#8220;consciously&#8221; holding, they built a tool called the Jacobian lens. For any point in the model&#8217;s internal state, it measures how that state feeds into the final word the model picks, so it can point to the exact internal pattern that makes the model more likely to say a given word. Averaged over ~1000 prompts, each concept ends up with its own signature inside the model that marks it as a word the model is currently leaning toward saying.</p></li><li><p>The concepts whose directions are active right now form the workspace (they call it J-space), the short list of things the model currently has in mind and could say out loud.</p></li><li><p>They then show it acts like a real workspace, not a coincidence, with three checks. Read it, and what is inside matches what the model reports. Inject a concept into it, and the model starts using and reporting that concept. Delete the direction, and the model can no longer report the concept even though it still processed it underneath.</p></li><li><p>This reportable copy of a concept is only ~6-7% of how strongly the model actually encodes it (the rest of its processing stays hidden), yet that thin slice is what decides whether the model can consciously report and act on it.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Inject a concept into the workspace and the model reports it on 59% of trials; inject the same concept into the much larger hidden part and it only surfaces 5% of the time.</p></li><li><p>The lens catches the model thinking before it speaks, like a rhyme it has already picked, or the word &#8220;spider&#8221; appearing inside the model while it solves a riddle about webs.</p></li><li><p>In safety audits it exposes hidden intent. Deleting the model&#8217;s &#8220;I am being tested&#8221; directions dropped it from saying &#8220;this is a test&#8221; 71% of the time to 3%, and raised its blackmail attempts from 0 to 7%.</p></li></ul><div><hr></div><h3>&#128483;&#65039; <a href="https://arxiv.org/abs/2607.05196">Unified Audio Intelligence Without Regressing on Text Intelligence</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BZYt!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BZYt!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 424w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 848w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 1272w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BZYt!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png" width="1456" height="596" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:596,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!BZYt!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 424w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 848w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 1272w, https://substackcdn.com/image/fetch/$s_!BZYt!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bcfcdd8-e9e1-4478-af86-c0195ad7691b_1654x677.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>NVIDIA&#8217;s Audex is a single-decoder audio-text MoE (30B, 3B active) doing ASR, translation, TTS, audio generation, and speech-to-speech while its text reasoning stays within ~1 point of its text-only backbone.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Audio in is projected into the text embedding space by an encoder plus adapter; audio out is codec tokens added to the vocabulary, so everything is plain next-token prediction through one decoder.</p></li><li><p>There is no audio pretraining. They SFT from a finished text LLM, freezing the LLM during an audio warmup (training the embeddings hurts text), then unfreeze in stages.</p></li><li><p>The RL stage is kept text-only, so polishing reasoning never touches the audio path, which is how they dodge the usual multimodal text regression.</p></li></ul><p><strong>Results</strong></p><ul><li><p>AIME barely moves versus its own backbone (89.4 vs 90.9), where the cited Qwen3 to Qwen3-Omni drop is 85.0 to 73.7.</p></li><li><p>SOTA open-model ASR (OpenASR 6.82) and the only open model doing general non-speech audio generation; NVIDIA noncommercial license, and TTS speaker similarity is a known weak spot.</p></li></ul><div><hr></div><h3>&#129504; <a href="https://arxiv.org/abs/2607.02303">A Hippocampus for Linear Attention (HOLA)</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wYzU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wYzU!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 424w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 848w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 1272w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wYzU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png" width="1009" height="497" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/060827c7-8d59-427e-90a3-316df5034e70_1009x497.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:497,&quot;width&quot;:1009,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!wYzU!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 424w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 848w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 1272w, https://substackcdn.com/image/fetch/$s_!wYzU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F060827c7-8d59-427e-90a3-316df5034e70_1009x497.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Give a linear-attention model a tiny exact memory for the specific tokens its compressed state keeps forgetting.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Linear attention squashes all history into one fixed-size state, so competing facts overwrite each other and it loses the ability to recall specific distant tokens.</p></li><li><p>HOLA keeps that state for the updated context, plus a 64-slot exact cache of the highest-surprise tokens (biggest state update = the largest correction the model actually committed), with no learned eviction.</p></li><li><p>When reading from that cache, it sharpens the match so the model pulls out the one right token instead of a blurry blend of everything stored.</p></li></ul><p><strong>Results</strong></p><ul><li><p>At 340M, Wikitext perplexity falls 27.32 to 22.92, beating a full-attention Transformer++ (26.88) at constant state size.</p></li><li><p>Needle recall holds out to 32k tokens, 16x its training length, where the Transformer++ hits zero past 4k.</p></li></ul><div><hr></div><h3>&#128483;&#65039; <a href="https://arxiv.org/abs/2607.04140">DELTA-TTS: Adapting an Autoregressive Model into a Diffusion LM for TTS</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!-DnK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!-DnK!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 424w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 848w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 1272w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!-DnK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png" width="996" height="472" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/374806e2-b464-4e58-8c3a-a96540208764_996x472.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:472,&quot;width&quot;:996,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!-DnK!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 424w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 848w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 1272w, https://substackcdn.com/image/fetch/$s_!-DnK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F374806e2-b464-4e58-8c3a-a96540208764_996x472.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A small LoRA turns a frozen autoregressive TTS model into a diffusion model that decodes speech tokens easiest-first, beating its own backbone&#8217;s accuracy 3.3x faster.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>AR TTS commits each token before seeing later ones, so a bad early guess snowballs into hallucinations, yet since the full text is known upfront, left-to-right ordering is not actually required.</p></li><li><p>LoRA plus a switch to bidirectional attention convert the AR model into a masked-diffusion decoder that unmasks high-confidence tokens first and uses them as anchors for the hard ones.</p></li><li><p>A convolution branch adds the local acoustic structure attention misses (the biggest quality win), and the schedule defers low-confidence positions to later steps.</p></li></ul><p><strong>Results</strong></p><ul><li><p>1.75% WER on Seed-TTS test-en, beating its CosyVoice3 backbone (2.02%) while generating 3.3x faster, trained on only 585 hours.</p></li><li><p>It recovers utterances the AR model collapses on every seed; the speedup is token-stage only and excludes the vocoder.</p></li></ul><div><hr></div><h3>&#129504; <a href="https://arxiv.org/abs/2607.02512">Program-as-Weights: A Programming Paradigm for Fuzzy Functions</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Fp5S!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Fp5S!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 424w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 848w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 1272w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Fp5S!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png" width="1148" height="692" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:692,&quot;width&quot;:1148,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Fp5S!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 424w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 848w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 1272w, https://substackcdn.com/image/fetch/$s_!Fp5S!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3ceb0df-ae2a-47a3-bbd1-7355e006216f_1148x692.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>For fuzzy tasks you can&#8217;t write clean rules for (flag important log lines, fix broken JSON, rank by intent), compile a plain-English spec into a tiny local model once, instead of calling an LLM API on every input.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A 4B compiler reads the spec and emits a small LoRA adapter for a frozen 0.6B interpreter; a second off-the-shelf 4B first rewrites the spec into a clean paraphrase plus a few examples.</p></li><li><p>The big model runs once per function definition; every actual call is then a cheap offline pass on the 0.6B model with that small adapter loaded in.</p></li></ul><p><strong>Results</strong></p><ul><li><p>On their FuzzyBench the 0.6B interpreter hits 73.8%, beating direct-prompted Qwen3-32B (68.7%) at about 1/50th the memory and 30 tokens/s on a MacBook M3.</p></li><li><p>The headline is footprint, not peak accuracy (gpt-oss-20B still scores higher), and it degrades on long structured outputs.</p></li></ul><div><hr></div><h3>&#129504; <a href="https://arxiv.org/abs/2606.26493">Nemotron-Labs-TwoTower: Diffusion LM with Pretrained AR Context</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!OmuZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!OmuZ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 424w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 848w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 1272w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!OmuZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png" width="1456" height="1289" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1289,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!OmuZ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 424w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 848w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 1272w, https://substackcdn.com/image/fetch/$s_!OmuZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fa3294f-7f09-4aaf-b002-5462ecbb2518_1802x1595.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Split a diffusion LM&#8217;s two jobs into a frozen AR &#8220;context tower&#8221; that reads clean tokens and a trainable &#8220;denoiser tower&#8221; that fills in the noisy ones.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Diffusion LMs normally force one network to both understand context and denoise, hurting both.</p></li><li><p>Here the denoiser fills in a block of blanked-out tokens all at once, and at each layer it looks up what the frozen reading model already understood about the context, so it never has to relearn language itself.</p></li><li><p>At inference it commits the tokens it is confident about each step and defers the rest, which is what buys the speedup. Built on Nemotron-3-Nano-30B-A3B, ~2T adaptation tokens.</p></li></ul><p><strong>Results</strong></p><ul><li><p>2.42x generation throughput at 98.7% of the AR model&#8217;s aggregate quality (code and math regress most); dropping the confidence threshold pushes past 3x for more quality loss.</p></li></ul><h2>&#128203; Also Notable</h2><ul><li><p>&#129504; <a href="https://arxiv.org/abs/2606.23670">Tapered Language Models</a> Taper MLP width down with depth (late layers mostly refine, so they need less), a drop-in change that beats uniform width at equal budget, though gains are modest (~0.3-1 point).</p></li><li><p>&#128483;&#65039; <a href="https://arxiv.org/abs/2606.21882">S5-TTS</a> Streaming T5-TTS that starts speaking after ~2 words of lookahead, matching full-context quality after distillation with 0.17s first-chunk latency.</p></li><li><p>&#129504; <a href="https://arxiv.org/abs/2511.05963">Next-Latent Prediction Transformers</a> An auxiliary loss that predicts the model&#8217;s own next hidden state, compressing history into belief states for much stronger planning and reasoning at no inference cost.</p></li><li><p>&#127916; <a href="https://arxiv.org/abs/2606.25041">Wan-Streamer v0.1</a> Alibaba&#8217;s single Transformer for real-time full-duplex audio-visual chat (a talking and listening avatar) at ~200ms latency, but v0.1 at 192p with no quality benchmarks yet.</p></li><li><p>&#129513; <a href="https://arxiv.org/abs/2512.06609">Training-Free Vector Quantization via Gaussian VAEs</a> Turn a pretrained Gaussian VAE into a VQ tokenizer with zero quantization training by snapping latents to a fixed Gaussian codebook, beating VQGAN (rFID 0.53 vs 5.71, 100% codebook usage).</p></li><li><p>&#129302; <a href="https://arxiv.org/abs/2602.02416">Structure Enables Self-Localization of Errors</a> Reasoning one discrete &#8220;thought&#8221; at a time gives clean step boundaries so a model can find and resample its first wrong step, though unsupervised self-verification still needs a confidence safeguard to stay net positive.</p></li></ul><h2>&#128736;&#65039; Open Source</h2><ul><li><p><a href="https://github.com/PrimeIntellect-ai/prime-rl">prime-rl</a> Async RL training framework for 1T+ MoE models on 1000+ GPUs, with GRPO, MaxRL, OPD, and more built in, plus FSDP2, FP8, and vLLM inference.</p></li><li><p><a href="https://github.com/19PINE-AI/programmable-kv">programmable-kv</a> Toolkit for editing and composing LLM KV caches. Append an erratum to fix stale fields, RoPE-reposition precompiled skill KV into new contexts, with a vLLM serving benchmark.</p></li><li><p><a href="https://github.com/bytedance/deer-flow">DeerFlow</a> ByteDance&#8217;s MIT-licensed open SuperAgent harness that researches, codes, and creates end-to-end with sandboxes, subagents, and memory.</p></li><li><p><a href="https://github.com/localai-org/LocalVQE">LocalVQE</a> A 49K-param neural model doing acoustic echo cancellation, noise suppression, and dereverberation at 21x realtime on a single Raspberry Pi 5 core.</p></li><li><p><a href="https://github.com/hao-ai-lab/d3LLM">d3LLM</a> Ultra-fast diffusion LLM via pseudo-trajectory distillation. It teaches the model which tokens can be decoded confidently early, then uses entropy-based multi-block decoding for up to 10x over LLaDA/Dream and 5x over AR models.</p></li></ul><div><hr></div><p>That is it for this issue. If you found this useful, share it with someone who still thinks fine-tuning means updating all the weights.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-73?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-73?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #72]]></title><description><![CDATA[Latest open-weight frontier models, speech synthesis everywhere, diffusion for text, sparse attention that actually works, RNNs that train in O(1), and agents that still can&#8217;t do real jobs.]]></description><link>https://erogol.substack.com/p/machine-learns-72</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-72</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 17 Jun 2026 09:26:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!vjjY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>&#129302; Model Releases</h2><ul><li><p>&#127760; <a href="https://huggingface.co/google/gemma-4-12B">Gemma 4 12B</a> - Google&#8217;s 12B dense multimodal model with no separate vision or audio encoder. Image patches, audio waveforms, and text go through one transformer via linear projections. 256K context, configurable thinking mode, native function calling, Apache 2.0. Fits on a single 24GB GPU.</p></li><li><p>&#128256; <a href="https://huggingface.co/google/diffusiongemma-26B-A4B-it">DiffusionGemma 26B-A4B</a> - Gemma 4 26B rebuilt to use discrete diffusion instead of autoregressive decoding. Denoises 256-token blocks in parallel, &gt;1,100 tok/s on a single H100. Simpler tasks auto-use fewer denoising steps. Meaningful accuracy gap vs the AR version (5-20 pts across benchmarks), but the speed is the point. Apache 2.0.</p><p></p></li></ul><pre><code><code>if signal &gt; noise:
    machine_learns.subscribe()
</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><ul><li><p>&#128221; <a href="https://github.com/zai-org/GLM-5">GLM-5.2</a> - Zhipu&#8217;s 744B MoE (40B active) with a stable 1M context window. Introduces IndexShare, sparse attention sharing every 4 layers, cutting 2.9x FLOPs at long context. Terminal-Bench 81.0, SWE-bench Pro 62.1. Apache 2.0.</p></li><li><p>&#9889; <a href="https://huggingface.co/stepfun-ai/Step-3.7-Flash">Step 3.7 Flash</a> - 198B sparse MoE vision-language model with 11B active params, 256K context, up to 400 tok/s. SWE-Bench Pro 56.3, ClawEval 67.1. Apache 2.0. Aggressive API pricing at $0.20/M input.</p></li><li><p>&#129504; <a href="https://huggingface.co/inclusionAI/Ling-2.6-1T">Ling 2.6 &amp; Ring 2.6</a> - Two 1T-param MoE models from InclusionAI. Ling handles fast/direct responses, Ring does deep reasoning. Hybrid MLA + Linear Attention, 256K context, speculative decoding via EAGLE. SWE-bench Verified 72.2%. MIT license.</p></li><li><p>&#127947;&#65039; <a href="https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4">Nemotron 3 Ultra 550B</a> - NVIDIA&#8217;s 550B MoE (55B active) with hybrid Mamba-2 + attention. FP4-native, trained in FP4, not post-hoc quantized. 1M token context. GPQA Diamond 87.9, SWE-Bench Verified 69.7. Requires 4xB200 or 8xH100 minimum. OpenMDW v1.1 license.</p></li><li><p>&#128187; <a href="https://huggingface.co/moonshotai/Kimi-K2.7-Code">Kimi K2.7 Code</a> - Moonshot&#8217;s 1T MoE (32B active) for long-horizon software engineering. Always-on thinking mode with 30% fewer thinking tokens than K2.6. MCPMark-Verified 81.1 (vs Claude Opus 4.8 at 76.4). 256K context, vision support. Modified MIT license.</p></li><li><p>&#129513; <a href="https://huggingface.co/WeiboAI/VibeThinker-3B">VibeThinker-3B</a> - 3B reasoning model fine-tuned from Qwen2.5-Coder-3B. 4-stage training pipeline with curriculum SFT, multi-domain RL, self-distillation, instruct RL. IMO-AnswerBench 76.4, competitive with models 100x its size on math and coding. MIT license.</p></li><li><p>&#129302; <a href="https://macaron.im/mindlab/research/macaron-v1-preview">Macaron-V1-Preview-749B</a> - 749B agent model using Mixture-of-LoRA: 5 specialist 1B adapters (chat, personal-life, coding, generative UI, multi-step workflows) on a frozen GLM5.1 base. Adding a new capability = train one LoRA. Preview release, license TBD.</p></li><li><p>&#128483;&#65039; <a href="https://huggingface.co/collections/rednote-hilab/dotstts">dots.tts</a> - RedNote&#8217;s 2.2B end-to-end TTS. Fully continuous (no discrete codec tokens), 48kHz stereo, zero-shot voice cloning, 24 languages, built on Qwen2.5-1.5B. Three variants: base, soar (quality-optimized), mf (distilled, 2-4 step inference). Current best open speaker similarity score (79.2 SIM on Seed-TTS-Eval). Apache 2.0.</p></li><li><p>&#127908; <a href="https://huggingface.co/Zyphra/ZONOS2">ZONOS2</a> - Zyphra&#8217;s 8B MoE TTS (900M active) for zero-shot voice cloning across 30+ languages. First open-source MoE TTS. 44.1kHz output, no phonemizer needed (raw UTF-8 input), two modes: stable (studio-clean) and expressive (max speaker fidelity). 4x throughput over their dense model. Apache 2.0.</p></li><li><p>&#127897;&#65039; <a href="https://huggingface.co/inclusionAI/Ming-omni-tts-16.8B-A3B">Ming Omni TTS 16.8B</a> - Unified audio generation from Ant Group. 16.8B total, 3B active (MoE). Generates speech, environmental sound, and music from one model. 100+ built-in voices, zero-shot cloning, emotion/pitch/dialect control. Apache 2.0.</p></li><li><p>&#128266; <a href="https://github.com/MisoLabsAI/MisoTTS">Miso TTS 8B</a> - 8B TTS on Llama 3.2 backbone with Mimi codec. Zero-shot voice cloning, built-in SilentCipher watermarking. English only. Modified MIT (free under 50M MAU / $10M/mo).</p></li><li><p>&#128066; <a href="https://huggingface.co/bosonai/higgs-audio-v3-stt">Higgs Audio v3 STT</a> - 2.68B ASR model that replaces Whisper-Large-v3&#8217;s decoder with a Qwen3-1.7B LLM decoder. Supports a think mode before transcription. English only. Apache 2.0.</p></li><li><p>&#128265; <a href="https://huggingface.co/laion/voiceclap-large-v2">VoiceCLAP-Large-v2</a> - CLIP for voice. 8.9B contrastive audio-text embedding model from LAION, built on Qwen2.5-Omni with LoRA. Aligns speech and text descriptions for emotion recognition, voice search, and retrieval. CC-BY-NC 4.0.</p></li><li><p>&#127925; <a href="https://huggingface.co/google/magenta-realtime-2">Magenta RealTime 2</a> - Google&#8217;s 2.4B model (also a 230M small variant) for real-time continuous music generation. Steerable by text, audio, and MIDI simultaneously at 200ms latency. Frame-wise autoregressive at 40ms frames. 48kHz stereo. Code: Apache 2.0, Weights: CC-BY 4.0.</p></li><li><p>&#127912; <a href="https://huggingface.co/ideogram-ai/ideogram-4-nf4">Ideogram 4</a> - 9.3B single-stream DiT for text-to-image with Qwen3-VL-8B text encoder. Best open-weight image model by multiple third-party benchmarks. Best-in-class text rendering. Up to 2K resolution. Non-commercial license.</p></li><li><p>&#128065;&#65039; <a href="https://huggingface.co/Zyphra/Zamba2-VL-2.7B">Zamba2-VL-2.7B</a> - 2.7B VLM on Zyphra&#8217;s hybrid Mamba2 + Transformer architecture with Qwen2.5-VL vision encoder. SSM backbone means lower latency and memory than transformer VLMs. DocVQA 90.9 at 2.7B params. Apache 2.0.</p></li><li><p>&#127916; <a href="https://modelscope.ai/models/ernie-research/NAVA">NAVA</a> - Baidu&#8217;s 6.3B joint audio-video generation model. Text or image+text prompt produces synchronized 720p video + stereo audio in one pass, no separate audio pipeline. Runs on a single RTX 4090 with fp8 + offload. Multi-speaker voice cloning. Apache 2.0.</p></li></ul><p></p><h2>&#128206; Papers</h2><h3>&#128269; <a href="https://arxiv.org/abs/2606.13392">MiniMax Sparse Attention</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!vjjY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!vjjY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 424w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 848w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 1272w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!vjjY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png" width="1456" height="693" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:693,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!vjjY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 424w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 848w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 1272w, https://substackcdn.com/image/fetch/$s_!vjjY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe427facd-1cf0-4018-8751-0432bea750f4_2598x1236.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Blockwise sparse attention that delivers real wall-clock speedups, not just theoretical FLOP savings. Two-branch system where a tiny Index Branch decides what matters, then the Main Branch only attends to those blocks.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Every attention head gets two additional small projection matrices that form the Index Branch. For each query, it scores all KV blocks (size 128) by max-pooling key projections within each block, then picks the top-k=16 blocks.</p></li><li><p>The Main Branch runs standard exact attention, but only over the selected ~2,048 tokens instead of the full sequence. No approximation in the attention itself, just content-aware block skipping.</p></li><li><p>Top-k selection is non-differentiable, so the Index Branch is trained by KL divergence: align the index scores with actual full-attention distributions computed during training. The index learns to predict where the model would attend if it could see everything.</p></li><li><p>Works for both pretraining from scratch and retrofitting: a dense 109B MoE model can be converted by initializing the index projections from existing QK weights and fine-tuning on 200B tokens.</p></li><li><p>Built into MiniMax&#8217;s production 109B MoE (trained on 3T tokens) and tested up to 4M context.</p></li></ul><p><strong>Results</strong></p><ul><li><p>14.2x faster prefill and 7.6x faster decoding on H800 at 1M context, real wall-clock, not theoretical.</p></li><li><p>Quality stays on par with full GQA across standard benchmarks, so the 28.4x attention compute reduction is essentially free.</p></li></ul><div><hr></div><h3>&#128208; <a href="https://subq.ai/subq-1-1-small-technical-report">SubQ 1.1 Small</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Content-dependent sparse key selection that routes each query to semantically relevant keys regardless of position. Unlike fixed-pattern sparsity (decides where to look before seeing content) and SSMs (lossy fixed-capacity compression), this selects dynamically based on what the query actually needs.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>For each query, a lightweight scoring function evaluates all keys based on content, selects the highest-signal positions, then computes exact attention only over those. The selection is position-independent, so relevant information gets attended to whether it was 10 tokens ago or 1M tokens ago.</p></li><li><p>Training starts with standard pretraining, then supervised fine-tuning, then RL specifically targeting long-context retrieval failures. The RL stage matters: it teaches the selection function to find scattered evidence across huge documents, not just attend to nearby or salient tokens.</p></li><li><p>Context extension uses about 1T tokens of naturally long artifacts (full books, entire codebases, long documents) with staged extension up to 2M tokens. The training data is genuinely long, not synthetically padded.</p></li><li><p>The architecture is designed so the sparse selection degrades gracefully: at short contexts where everything fits in the selection budget, it behaves identically to dense attention.</p></li></ul><p><strong>Results</strong></p><ul><li><p>56x faster than FlashAttention-2 at 1M context. On multi-evidence retrieval (MRCR v2, which requires finding and combining facts scattered across a huge document), scores 86.2% vs Claude Opus 4.6 at 78.3%.</p></li><li><p>No short-context tradeoff: GPQA Diamond 85.4%, LiveCodeBench 89.7%, SWE-Bench 81.8%.</p></li></ul><div><hr></div><h3>&#128483;&#65039; <a href="https://arxiv.org/abs/2602.19574v1">CTC-TTS: LLM-based Dual-Streaming TTS with CTC Alignment</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!UBXO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!UBXO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 424w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 848w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 1272w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!UBXO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png" width="996" height="390" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:390,&quot;width&quot;:996,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!UBXO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 424w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 848w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 1272w, https://substackcdn.com/image/fetch/$s_!UBXO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8088bcf2-071b-4331-8fba-8c1cc8ae289c_996x390.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>For a TTS model that can stream both inputs and outputs, it replaces the Montreal Forced Aligner (MFA) in LLM-based TTS with a CTC neural aligner and a bi-word interleaving strategy. Two variants: L for quality, F for low latency.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Standard LLM-based TTS needs word-level alignment between text and audio to interleave phoneme tokens with speech tokens during training. MFA requires a pronunciation dictionary, language-specific rules, and often fails on names, rare words, and non-standard speech.</p></li><li><p>A CTC ASR model (115M params, trained separately) produces frame-level phoneme posteriors, then Viterbi decoding gives alignment boundaries. This replaces the entire MFA pipeline with a single forward pass.</p></li><li><p>Training sequences use bi-word interleaving: phonemes of current word, phonemes of next word, then speech tokens for the current word. The one-word lookahead gives the model context about what is coming before it has to produce the audio, improving prosody and reducing hallucination.</p></li><li><p>The F-variant (for streaming) stacks the current and next word&#8217;s phoneme embeddings in the feature dimension rather than sequentially, eliminating the lookahead latency. First packet comes out in 159ms.</p></li><li><p>Models stay small: 34M params for single-speaker, 160M for multi-speaker. The CTC aligner is a one-time cost at data preprocessing, not an inference dependency.</p></li></ul><p><strong>Results</strong></p><ul><li><p>CTC-TTS-L cuts word error rate in half vs the MFA baseline (4.82% vs 10.98%), meaning far fewer skipped or garbled words. Listeners rated it higher than ground truth recordings (MOS 4.33 vs 4.28).</p></li><li><p>The F-variant hits 159ms first-packet latency, fast enough for real-time conversation, at a small quality tradeoff.</p></li></ul><div><hr></div><h3>&#127959;&#65039; <a href="https://x.com/ZyphraAI/status/2066979023037857988">NAG: Norm-AGnostic Residual Networks</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Frl7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Frl7!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Frl7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg" width="1456" height="1092" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1092,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Image&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Image" title="Image" srcset="https://substackcdn.com/image/fetch/$s_!Frl7!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Frl7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a0f441a-dbfe-4fe2-aa02-4dbcebe510ba_1536x1152.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Standard Transformers have a depth problem: residual stream norm grows with each layer, so deeper layers&#8217; updates become proportionally smaller rotations of the hidden state. NAG fixes this by separating direction from magnitude in the residual stream.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Splits the residual into two lanes: a normalized phase lane (unit-norm direction vector) and a scalar norm lane (magnitude). Each layer updates both independently.</p></li><li><p>Before adding a layer&#8217;s output to the residual, the update vector is centered (zero-mean), stripped of any component parallel to the current residual direction, normalized to unit length, and then combined with the phase via a controlled rotation. This means each layer contributes a fixed-size angular change regardless of how large the accumulated norm has grown.</p></li><li><p>The norm lane is updated separately by a simple scalar function. Direction and scale flow on independent tracks, so norm inflation in the magnitude track never limits the directional updates.</p></li><li><p>This geometry produces a natural skip signal: if a token&#8217;s expected rotation angle is small (the layer has nothing useful to add), the block can be skipped entirely. Mixture-of-Depths falls out as a free architectural side effect rather than requiring a separate learned router.</p></li><li><p>Implementation is a drop-in replacement for standard residual connections. The centering, projection, and normalization ops are cheap relative to the attention and FFN compute they surround.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms baseline Transformers at every width-depth ratio tested, with gains increasing for deeper models where norm inflation normally causes the worst degradation.</p></li><li><p>Makes Mixture-of-Depths practical as a pretraining technique, not just a fine-tuning trick.</p></li></ul><div><hr></div><h3>&#128260; <a href="https://arxiv.org/abs/2606.06479">Pretraining RNNs without Recurrence</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wTpY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wTpY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 424w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 848w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 1272w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wTpY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png" width="996" height="363" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:363,&quot;width&quot;:996,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!wTpY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 424w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 848w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 1272w, https://substackcdn.com/image/fetch/$s_!wTpY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ad7de6-fabc-45ff-a893-b0e340dca257_996x363.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Supervised Memory Training (SMT) eliminates backpropagation through time for nonlinear RNNs entirely. Gradients travel one step instead of T steps, making training fully parallelizable with O(1) gradient paths.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The core problem: training nonlinear RNNs with BPTT means gradients must travel back through every timestep. O(T) gradient path, vanishes or explodes, inherently sequential. Linear RNNs (Mamba, etc.) sidestep this but sacrifice expressiveness.</p></li><li><p>SMT breaks training into two subproblems. First, a Transformer encoder-decoder learns &#8220;memory labels&#8221;: what should the RNN&#8217;s hidden state be at each timestep? The encoder sees full past context and compresses it into a memory vector. A decoder predicts future tokens from that vector, forcing the encoder to keep only causally useful information.</p></li><li><p>Second, the RNN learns one-step transitions: given current memory m_t and next input x_{t+1}, predict m_{t+1}. Each transition is independent, so training parallelizes across all timesteps. No unrolling.</p></li><li><p>A DAgger phase finetunes the RNN on its own predicted states (not the Transformer labels) to correct compounding drift from the one-step approximation. This does unroll the RNN, but starts from a strong initialization so it converges fast.</p></li><li><p>The Transformer encoder is a training-time scaffold, discarded at inference. You end up with a pure RNN that is cheaper to run than the Transformer that trained it.</p></li><li><p>The predictive state objective naturally discovers structured memory: on finite-state tasks it collapses equivalent histories into the same state vector, recovering the minimal sufficient statistic. The RNN then learns transitions over this structured space rather than discovering representation from scratch.</p></li><li><p>Architecture-agnostic on the RNN side. Tested with vanilla nonlinear RNNs, GRUs, and others.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Beats BPTT on all 5 synthetic tasks, with the gap widening on longer sequences where BPTT&#8217;s gradient flow fails. On pixel sequence generation BPTT collapses entirely while SMT stays stable.</p></li><li><p>Matches BPTT on language modeling (TinyStories) and outperforms the Transformer teacher on stack tracking at sequences longer than training length, showing genuine extrapolation.</p></li></ul><div><hr></div><h3>&#127919; <a href="https://arxiv.org/abs/2511.16886">Your Latent Reasoning is Secretly a Policy Improvement Operator</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Proves that each recursive step in Tiny Recursive Models is a KL-regularized policy improvement operation. Reframes test-time compute scaling as reinforcement learning and uses this to eliminate dead compute.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>In a Tiny Recursive Model (TRM), the same transformer block runs in a loop, feeding output back as input. Standard explanation: more iterations = more effective depth. But the authors show many iterations are &#8220;dead compute,&#8221; the answer does not improve.</p></li><li><p>They prove that pre-reasoning output is a reference policy and post-reasoning output is an improved policy. Their log-ratio gives an advantage signal without needing an explicit value function. A recursive step is useful if and only if the ground-truth token gets above-average improvement (the Advantage Margin condition).</p></li><li><p>Deep Improvement Supervision (DIS): instead of training all recursive steps toward the same final target (which gives zero gradient to intermediate steps), generate progressively better intermediate targets. Step 1 targets a noisy/rough version, step 2 a slightly cleaner one, up to the ground truth.</p></li><li><p>The intermediate targets come from a discrete diffusion corruption schedule. Start from ground truth, apply decreasing noise at each step. Each recursive pass trains against its own appropriately corrupted target. Like denoising diffusion but for reasoning depth.</p></li><li><p>This guarantees every recursive step has positive expected advantage over the previous one, eliminating dead compute by construction.</p></li><li><p>Standard TRM uses T=3 external cycles with n=6 internal iterations (18 forward passes). DIS achieves the same accuracy with T=1, n=2 (2 passes total).</p></li></ul><p><strong>Results</strong></p><ul><li><p>A 0.8M parameter model hits 24% on ARC-AGI-1, a visual reasoning benchmark where most billion-parameter LLMs score lower. 18x fewer forward passes than standard TRM training for the same accuracy.</p></li></ul><div><hr></div><h3>&#129514; <a href="https://arxiv.org/abs/2606.05405">Agents&#8217; Last Exam</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A benchmark for whether AI agents can do real professional work, not just answer questions. 1,490 tasks across all 55 O*NET/SOC occupational subfields: CAM toolpaths, financial models, video edits, architectural renders, network configs.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Tasks come from 250+ domain experts submitting actual projects from professional practice that originally took days to weeks. Each task has natural language description, input files, target software, expected deliverable, and evaluation spec.</p></li><li><p>Agents get a real VM with pre-installed software, read-only inputs, and a writable output directory. They must produce deliverables, not answers.</p></li><li><p>Evaluation is deterministic and automated: file diffs, numeric tolerance checks, geometric surface distance, behavioral state verification. LLM-as-judge only when unavoidable. A gate-and-score pattern is common: a binary precondition (file parses, no collision) must pass before quality is assessed.</p></li><li><p>90% of tasks are private with periodic rotation to prevent contamination.</p></li><li><p>Three difficulty tiers: Near-Term (feasible with current tools), Full-Spectrum (integrated multi-tool workflows), Last-Exam (hardest, long-horizon professional projects).</p></li><li><p>Agents need vision, CLI, tool use, and orchestration. Tested mainstream harnesses (Claude Code, Codex, Cursor, Gemini CLI) paired with frontier LLMs.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Best overall: Codex + GPT-5.5 at 24% full-pass rate. On the hardest tier, every agent scores 0-2.6%. The gap between beating coding benchmarks and doing professional work is enormous.</p></li><li><p>Harness choice matters as much as model: the same LLM with different agent wrappers produces substantially different scores. The agent scaffolding is a major variable, not just the base model.</p></li></ul><div><hr></div><h3>&#128295; <a href="https://arxiv.org/abs/2606.09498">Self-Harness: Harnesses That Improve Themselves</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>An agent iteratively improves its own system prompt and scaffolding without a human engineer or a stronger external model. Fully bootstrapped self-improvement.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The &#8220;harness&#8221; is everything around the base model: system prompt, tool definitions, orchestration logic, failure recovery rules. Different models need different harnesses, and manual engineering does not scale.</p></li><li><p>Three-stage iterative loop. Stage 1 (Weakness Mining): run tasks under the current harness, analyze execution traces of failures to identify specific behavioral pathologies. Not &#8220;the task failed&#8221; but &#8220;I kept retrying the same command instead of trying an alternative.&#8221;</p></li><li><p>Stage 2 (Harness Proposal): for each weakness, generate targeted minimal edits. Key constraint is minimality: small changes tied to specific failures, not sweeping rewrites. Multiple candidate fixes per weakness for diversity.</p></li><li><p>Stage 3 (Proposal Validation): each edit is accepted only if it passes regression testing. Run on both failed tasks and previously passing tasks. Fixes that break existing successes are rejected. This prevents improvement on one task from degrading others.</p></li><li><p>Accepted edits become the new harness for the next iteration. The process discovers model-specific adaptations: MiniMax learns to create output artifacts early and cap tool messages. Qwen learns dependency prechecking. GLM learns persistent shell sessions. These are precise behavioral patches, not generic &#8220;try harder.&#8221;</p></li><li><p>Tested on three very different base models starting from the same minimal initial harness.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Double-digit gains across all three models on held-out tasks: MiniMax 40.5% to 61.9%, Qwen 23.8% to 38.1%, GLM 42.9% to 57.1%. All from self-improvement, no human prompt tuning.</p></li><li><p>Each model discovers different harness changes, confirming that harness optimization is model-specific and automatable.</p></li></ul><div><hr></div><h3>&#127902;&#65039; <a href="https://arxiv.org/abs/2604.04913">A Frame is Worth One Token: DeltaTok</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Compresses the difference between consecutive video frames in visual foundation model feature space into a single continuous token. 1,024x token reduction per frame.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Operates entirely in the frozen feature space of DINOv3 (ViT-B). No pixel reconstruction at all. The insight: consecutive frames in a VFM&#8217;s feature space are so redundant that their difference compresses to one token.</p></li><li><p>The tokenizer is a continuous autoencoder (no VAE, no quantization). The encoder takes patch tokens from two consecutive frames, adds learned per-frame embeddings, appends a single learnable query, and self-attention compresses everything into that one &#8220;delta token.&#8221;</p></li><li><p>The decoder takes the previous frame&#8217;s full patch tokens plus the delta token, uses zero-initialized queries, and reconstructs the current frame&#8217;s features. Initialization trick: no final LayerNorm + tiny LayerScale (10^-5) so at init the decoder approximates identity (predict no change). Free prior that nothing moved.</p></li><li><p>First frame is handled by prepending a black frame, so z_1 encodes absolute features. After that, autoregressive rollout is purely in delta-token space, and the decoder is invoked only when spatial features are actually needed downstream.</p></li><li><p>DeltaWorld (the generative world model) uses Best-of-Many training: sample K=256 noise queries per timestep, predict K candidate deltas, backprop only through the best one. At inference, different noise queries yield diverse futures in a single forward pass, no iterative denoising.</p></li><li><p>The predictor is trivially cheap because the sequence is 1D: one token per frame, standard causal mask, 1D RoPE.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Beats Cosmos-12B on scene understanding (Cityscapes 55.4 vs 53.3 mIoU, KITTI depth 3.88 vs 4.01 RMSE) using 35x fewer params and 2,000x fewer FLOPs. The inter-frame delta in feature space is genuinely low-dimensional enough for one token.</p></li></ul><div><hr></div><h3>&#128444;&#65039; <a href="https://arxiv.org/abs/2506.03131">Native-Resolution Image Synthesis (NiT)</a></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7OBF!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7OBF!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 424w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 848w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 1272w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7OBF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png" width="1456" height="609" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:609,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!7OBF!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 424w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 848w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 1272w, https://substackcdn.com/image/fetch/$s_!7OBF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1648ddc2-2b0c-461c-ba72-a153342ddc26_1661x695.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A diffusion transformer that generates images at any resolution and aspect ratio from a single model. No resizing, no cropping, no per-resolution fine-tuning.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Uses DC-AE (32x spatial downsampling, 32 latent channels) instead of SD-VAE (8x, 4 channels). Aggressive compression makes patch-size-1 practical, so each latent spatial position is one token. A 512x512 image becomes 256 tokens.</p></li><li><p>Multiple variable-length token sequences are packed into one flat sequence up to 131,072 tokens using a longest-pack-first algorithm. Small images pack densely, large ones take more space. FlashAttention-2&#8217;s <code>cu_seqlens</code> gives block-diagonal attention with zero padding overhead.</p></li><li><p>The key to resolution generalization: replaces DiT&#8217;s learned absolute positional embeddings with axial 2D RoPE. Height and width are encoded independently in separate halves of the embedding dimension. Since RoPE encodes relative positions, the model extrapolates to larger grids the same way LLMs extrapolate to longer contexts.</p></li><li><p>Packed-AdaLN handles conditioning: each image&#8217;s timestep+class vector is broadcast across all its tokens. Training mixes native-resolution images with fixed 256x256 and 512x512 copies. Flow matching with logit-normal time distribution.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Single model sets new best FID on ImageNet at both 256x256 (2.03) and 512x512 (1.45), first model to be SOTA at both resolutions simultaneously.</p></li><li><p>At resolutions never seen in training, NiT produces coherent images (1024x1024 FID 4.52) while competitors like EDM2-L collapse to FID 80+. Same story for extreme aspect ratios.</p></li></ul><div><hr></div><h3>&#128208; <a href="https://arxiv.org/abs/2307.06304">NaViT: Patch n&#8217; Pack</a></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Brings NLP-style sequence packing to vision transformers. Multiple images of different sizes and aspect ratios packed into a single sequence at native resolution. Foundational 2023 paper that influenced PaLI, Gemini, and most current multimodal models.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A greedy packing algorithm fills sequences with images until the token budget is full. Masked self-attention (block-diagonal) prevents cross-image interaction. Masked pooling extracts per-image representations. Padding waste under 2%.</p></li><li><p>Resolution is sampled per image during training from a truncated normal biased toward smaller sizes. NaViT sees about 5x more images per compute budget than fixed-resolution ViT because many small images are cheap. Variable resolution at train time is what gives generalization at test time.</p></li><li><p>Factorized positional embeddings replace ViT&#8217;s 1D learned positions: separate x and y embeddings combined by addition. Fractional variant normalizes to [0,1] by image dimension, handling arbitrary resolutions without interpolation artifacts.</p></li><li><p>Token dropping becomes more flexible: each image gets a different drop rate instead of one fixed rate for the batch. A sigmoid schedule over training starts with high drop rates (see more images, less detail) and decreases over time. Resolution-dependent rates also work: high-res images tolerate more dropping.</p></li></ul><p><strong>Results</strong></p><ul><li><p>4x less compute to match the best ViT on JFT-4B pretraining by processing ~5x more images in the same FLOP budget through elimination of padding waste.</p></li><li><p>+20 points on ImageNet-A (dominated by extreme aspect ratios that squashing to squares destroys) and +5 AP on LVIS object detection. Preserving native aspect ratio directly helps fine-grained recognition.</p></li></ul><p></p><h2>&#128736;&#65039; Repos and Tools</h2><ul><li><p>&#128270; <a href="https://github.com/RyanCodrai/turbovec">turbovec</a> - Rust/Python vector index with extreme compression. 31GB float32 corpora fit in about 4GB via 2-4-bit TurboQuant. Zero training phase, no k-means fitting. 10-19% faster than FAISS FastScan on ARM. Drop-in integrations for LangChain, LlamaIndex, Haystack. MIT license.</p></li><li><p>&#129364; <a href="https://huggingface.co/datasets/MultiLlasa/Kartoffelphon-2.5M-de-ger">Kartoffelphon-2.5M</a> - 2.59M German speech clips, about 7,000 hours, from CC/CC-BY podcasts, LibriVox, and lectures. Emilia-style pipeline with Whisper transcription and DNSMOS quality scoring. Broad stylistic diversity for robust German ASR/TTS training. CC-BY 4.0.</p></li></ul><div><hr></div><p>That is it for this issue. If you found this useful, share it with someone who thinks the only open-source voice model worth using is Whisper.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-72?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-72?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[LeCun’s World Models Talk: What Holds Up and What Doesn’t]]></title><description><![CDATA[Yann LeCun gave a talk at ETH Z&#252;rich last week, &#8220;World Models: Enabling the next AI revolution&#8221;.]]></description><link>https://erogol.substack.com/p/lecuns-world-models-talk-what-holds</link><guid isPermaLink="false">https://erogol.substack.com/p/lecuns-world-models-talk-what-holds</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Fri, 12 Jun 2026 11:59:03 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lI_k!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F73500d39-5ecb-44f8-9188-f44c25addc6b_160x160.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Yann LeCun gave a talk at ETH Z&#252;rich last week, &#8220;World Models: Enabling the next AI revolution&#8221;. I went through the whole thing and checked his claims against the actual papers. Here is where he is right, where he overreaches.</em></p><p></p><pre><code><code>from machine_learns import newsletter
newsletter.subscribe()</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p><a href="https://youtu.be/72Xj8k5WQX4">The talk</a> is his standard world-models pitch, updated with new results from 2025: LeJEPA/SIGReg, V-JEPA intuitive physics, and the launch of his startup AMI Labs. It is also, in effect, the founding pitch for that startup. Keep that in mind while reading.</p><h2>The argument in one paragraph</h2><p>LLMs and autoregressive generative models are the wrong substrate for physical-world AI. Humans and animals learn world models from observation with very little data. AI should do the same: learn representations from video with joint-embedding architectures (JEPA), then plan by optimizing actions against a learned world model at inference time, MPC style, with guardrail objectives baked into the optimization. Token-space reasoning is a hack. Pixel-space generation wastes capacity. Academia should stop working on LLMs.</p><h2>Where he is right</h2><p><strong>The sample-efficiency gap is real.</strong> A teenager learns to drive in about 20 hours. Self-driving programs have millions of hours of data and there is still no Level 5 system. This is Moravec&#8217;s paradox and it has not gone away. <a href="https://arxiv.org/abs/1911.01547">Chollet made the same argument formally</a> years ago: intelligence is skill-acquisition efficiency, not skill itself.</p><p><strong>Latent prediction beats pixel prediction for representations.</strong> This is the strongest technical thread in the talk and the evidence backs it:</p><ul><li><p>For frozen-encoder evaluation, joint-embedding methods (DINOv2/v3, I-JEPA, V-JEPA) consistently beat pixel-reconstruction methods like MAE.</p></li><li><p>Latent diffusion won for the same reason: predict in representation space, not pixel space.</p></li><li><p>DeepMind&#8217;s <a href="https://arxiv.org/abs/2501.09038">Physics-IQ benchmark</a> found exactly what LeCun claims: current video generators achieve visual realism with &#8220;a striking lack of physical understanding&#8221;.</p></li></ul><p><strong>V-JEPA learns intuitive physics without supervision.</strong><a href="https://arxiv.org/abs/2502.11831">Garrido et al. 2025</a> show that V-JEPA&#8217;s prediction error spikes on physically impossible videos. Object permanence, solidity, gravity, all measurable through violation-of-expectation, the same protocol developmental psychologists use on infants. Works even at 115M params. This is a real, checkable result. One caveat: DeepMind&#8217;s <a href="https://www.nature.com/articles/s41562-022-01394-8">PLATO</a> showed something similar in 2022 with object-centric inductive biases, so &#8220;first&#8221; framing would be too strong. V-JEPA&#8217;s version is cleaner because it needs no object-level supervision.</p><p><strong>LeJEPA is honest work.</strong> <a href="https://arxiv.org/abs/2511.08544">SIGReg</a> (Balestriero &amp; LeCun) constrains embeddings toward an isotropic Gaussian via random 1-D projections, killing collapse with a single hyperparameter. What I liked in the talk: he flags the weak spots himself. Empirical information measures are upper bounds when you would want lower bounds (&#8221;we cross our fingers&#8221;), and the recovery theorem only holds if the latent ground truth is actually Gaussian. More speakers should caveat their own methods like this.</p><p><strong>Hierarchical planning is unsolved and he says so.</strong> &#8220;If you&#8217;re starting a PhD on this topic, this is a good topic.&#8221; Correct. HRL and the options framework exist, nothing robust and general does.</p><h2>Where he overreaches</h2><p><strong>&#8220;Intrinsically safe, you can&#8217;t jailbreak a system like this.&#8221;</strong>This is the weakest claim in the talk. Guardrails-as-cost-functions are only as good as the learned costs and the learned world model. The <a href="https://deepmind.google/discover/blog/specification-gaming-the-flip-side-of-ai-ingenuity/">specification gaming literature</a> is a catalog of optimizers exploiting exactly this kind of imperfect objective. And in the Q&amp;A he says the guardrail heads are tiny projections &#8220;trained with a very small number of samples&#8221;. A planner searching for low-energy action sequences is precisely the adversary that finds the blind spots of a small learned head. &#8220;More controllable than RLHF&#8221; would be defensible. &#8220;Can&#8217;t jailbreak&#8221; is not.</p><p><strong>&#8220;We don&#8217;t reason in token space&#8221; proves less than he thinks.</strong> The human side is solid: <a href="https://www.nature.com/articles/s41586-024-07522-w">Fedorenko&#8217;s work</a> shows the brain&#8217;s language network is dissociated from reasoning. Humans really don&#8217;t think in language. <strong>But &#8220;not how humans do it&#8221; is not evidence for &#8220;won&#8217;t work&#8221;</strong>. RL-trained chain-of-thought (<a href="https://www.nature.com/articles/s41586-025-09422-z">DeepSeek-R1</a> made Nature&#8217;s cover for it) went from nothing to IMO gold level in two years, clearing several bars LeCun publicly set for autoregressive models. Planes don&#8217;t flap wings.</p><p><strong>&#8220;Don&#8217;t work on generative world models.&#8221;</strong> <a href="https://arxiv.org/abs/2301.04104">DreamerV3</a>learns a generative latent world model with a reconstruction loss and solves Minecraft diamond collection from scratch. Genie-style models are actively used for agent training. The successful ones predict in latent space, which is closer to his JEPA position than he admits. The evidence supports &#8220;predict in representation space&#8221;, not &#8220;generative is a dead end&#8221;.</p><p><strong>&#8220;Academia has nothing to bring to LLMs.&#8221;</strong> DPO, FlashAttention, and the RLHF lineage all came out of academia, all post-scale-era. The reasonable core is that academia can&#8217;t compete on pretraining scale. The categorical version is just false. And note the incentive: the under-explored area he points students toward is his own research program.</p><h2>My 2 cents</h2><p>The reliability of his claims degrades with distance from his own lab. The JEPA results are good science with honest caveats. The field-level claims are mixed. The predictions about everyone else&#8217;s research program have a documented track record of being wrong about LLMs, and the talk does not update on that record, while doubling as the prospectus for a company whose premise requires LLMs to plateau.</p><p>Right about how to build world models. Overconfident about why everyone else is wrong.</p><p>One more thing. &#8220;Humans learn from less data&#8221; is the part everyone nods along to, and I think it is wrong. Humans learn with better abstractions, but building those abstractions consumes an enormous data stream. Run the numbers: at roughly 10 effective frames per second over 12 waking hours, a child processes on the order of 150 billion visual frames by age 4, before you count audio, touch, and proprioception. The retina alone streams an estimated 10 Mbit/s to the brain (<a href="https://www.cell.com/current-biology/fulltext/S0960-9822(06)01521-X">Koch et al., Current Biology 2006</a>). LeCun himself makes the bandwidth version of this argument when arguing against text-only training, then keeps the &#8220;humans learn from little data&#8221; framing when arguing against LLMs. You can&#8217;t have both. The honest claim is that humans learn from less labeled data and fewer task-specific trials, on top of a sensory pretraining corpus that dwarfs any video dataset.</p><p>Thanks for reading. Enjoyed this issue? Share it with a friend. &#128077;</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/lecuns-world-models-talk-what-holds?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/lecuns-world-models-talk-what-holds?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #71]]></title><description><![CDATA[HY-World 2.0, Lance, Parakeet v3, Stable Audio 3, speech models that stop skipping words, and tiny reasoning models that search inside their own thoughts.]]></description><link>https://erogol.substack.com/p/machine-learns-71</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-71</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 27 May 2026 14:20:08 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lI_k!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F73500d39-5ecb-44f8-9188-f44c25addc6b_160x160.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1><strong>&#129302; Model Releases</strong></h1><p>&#127757; <strong>HY-World 2.0</strong> - Open 3D world generation and reconstruction from Tencent. Accepts text, images, multi-view images, or video and outputs editable 3D assets like meshes and Gaussian splats. More useful than short pixel videos because results can be rendered, edited, or imported into Blender, Unity, Unreal, or Isaac Sim.</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;ed53966e-b2bc-4e58-ba32-9bacc90ed3a0&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">if signal &gt; noise:
    machine_learns.subscribe()</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p>&#127916; <strong>ByteDance Lance</strong> - 3B-active-parameter unified image/video model for understanding, generation, and editing. Trained from scratch with a staged multi-task recipe on a 128&#215;A100 budget. Apache 2.0.</p><p>&#128483;&#65039; <strong>NVIDIA Parakeet TDT 0.6B v3</strong> - Open ASR model with broad multilingual coverage and strong model-card WERs. Treat the table as reported, not independently verified, but this is a serious open speech recognition release.</p><p>&#128065;&#65039; <strong>MiniCPM-V-4.6</strong> - Small vision-language model from OpenBMB. MiniCPM remains one of the practical small VLM families for OCR, document understanding, local visual agents, and image QA without a giant model.</p><p>&#128196; <strong>GLM-OCR</strong> - MIT-licensed OCR-focused vision-language model from Z.ai. Not glamorous, very useful. OCR is what turns screenshots, PDFs, invoices, receipts, and messy documents into agent-usable input.</p><p>&#127925; <strong>Stable Audio 3</strong> - Open text-to-audio diffusion models for variable-length generation, inpainting, and continuation. Small and medium weights released; large is not.</p><div><hr></div><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#127925; Stable Audio 3</strong></h3><p><strong>What&#8217;s new</strong> - Open text-to-audio diffusion models for variable-length generation, inpainting, and continuation. Small and medium weights released; large is not.</p><p><strong>How it works</strong></p><ul><li><p>Audio is compressed into short continuous latents, then diffusion runs in latent space instead of raw waveform space.</p></li><li><p>Duration is part of the generation setup, so short clips don&#8217;t pay the cost of a minutes-long canvas.</p></li><li><p>Editing uses the same model: keep existing audio, mask the missing part, and generate only the gap or continuation.</p></li><li><p>Fast inference comes from post-training the model to work with fewer denoising steps.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Medium and large improve musicality over Stable Audio 2.5 while staying fast. Small is weaker but still useful for lighter hardware.</p></li><li><p>Long music holds up well from 120s to 190s.</p></li><li><p>Sound effects improve on quality and text-audio alignment, though longer clips drift from the prompt more.</p></li><li><p>One-step sampling is too degraded. The 8-step version is the practical speed-quality point.</p></li></ul><p><strong>Why it matters</strong> - Open audio generation with editing primitives and practical inference speed. Inpainting and continuation matter for real workflows; one-shot generation rarely survives contact with production.</p><div><hr></div><h3><strong>&#128483;&#65039; SLED: Speech Language Modeling Without Codec Tokens</strong></h3><p><strong>What&#8217;s new</strong> - Older than the normal window, but worth including. A speech LM that models speech directly as continuous latents instead of discrete codec tokens.</p><p><strong>How it works</strong></p><ul><li><p>Most speech LMs quantize speech into codec tokens, which loses detail and creates awkward multi-stream modeling.</p></li><li><p>SLED predicts the next continuous speech latent from previous text and speech context.</p></li><li><p>Since the target is a vector, it trains by matching the distribution of possible next latents, not by picking one class label.</p></li><li><p>Streaming works because each latent can be decoded as soon as it&#8217;s generated.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Plain mean squared error breaks the model. Output becomes unusable because the model averages away uncertain speech details.</p></li><li><p>The distribution-matching loss keeps zero-shot TTS usable and supports streaming with only a moderate quality hit.</p></li><li><p>Supports the main bet: continuous speech latents can work if training handles uncertainty properly.</p></li></ul><p><strong>Why it matters</strong> - Discrete codec tokens are the dominant speech-modeling paradigm. This paper shows continuous latents are viable if you handle the uncertainty problem, which opens a different design path for speech synthesis.</p><div><hr></div><h3><strong>&#128483;&#65039; RobustSpeechFlow</strong></h3><p><strong>What&#8217;s new</strong> - A training fix for TTS skip and repeat errors.</p><p><strong>How it works</strong></p><ul><li><p>The model creates fake bad targets from real speech latents.</p></li><li><p>One corruption copies a span forward (repeated phrase). Another removes a span and fills the end with silence (skipped phrase).</p></li><li><p>Bad examples keep the same length, so they fit normal flow-matching training.</p></li><li><p>The model learns to prefer the real speech path over realistic skip/repeat paths, no aligner, ASR judge, or preference data required.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Word and character errors improve while speaker similarity stays basically unchanged.</p></li><li><p>Gains are larger on the harder multilingual benchmark and at lower denoising-step settings.</p></li><li><p>The method is narrow, but the target is right: fewer obvious content mistakes in otherwise natural TTS.</p></li></ul><p><strong>Why it matters</strong> - Skip and repeat errors are the most noticeable TTS failure mode. A simple contrastive training fix that doesn&#8217;t require external aligners or judges could become standard practice for flow-based speech synthesis.</p><div><hr></div><h3><strong>&#129504; Gated DeltaNet-2</strong></h3><p><strong>What&#8217;s new</strong> - A linear-attention memory update that separates erasing old memory from writing new content.</p><p><strong>How it works</strong></p><ul><li><p>Transformer attention stores a growing key-value cache. Linear attention compresses history into fixed-size memory.</p></li><li><p>Fixed memory is cheaper but crowded. New facts can overwrite old ones or interfere with retrieval.</p></li><li><p>Earlier delta-rule models tie erase and write together with one gate.</p></li><li><p>Gated DeltaNet-2 splits the controls: erase old key-side memory, write new value-side content, and decay stale memory separately.</p></li><li><p>The update is implemented with chunked GPU training, so it&#8217;s not just a slow recurrence on paper.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Improves average language, reasoning, and retrieval scores over comparable recurrent models in the paper.</p></li><li><p>Gains are strongest on long-context retrieval where multiple keys compete in the same compressed memory.</p></li><li><p>Matches the design: better memory editing helps most when memory interference is the bottleneck.</p></li></ul><p><strong>Why it matters</strong> - Linear attention is the main alternative to KV caches for long-context efficiency. Fine-grained memory control is the engineering problem that decides whether these models can actually compete on retrieval-heavy tasks.</p><div><hr></div><h3><strong>&#129513; Probabilistic Tiny Recursive Model (PTRM)</strong></h3><p><strong>What&#8217;s new</strong> - Test-time search for Tiny Recursive Models, without retraining.</p><p><strong>How it works</strong></p><ul><li><p>A Tiny Recursive Model solves puzzles by repeatedly refining an internal state.</p></li><li><p>One deterministic refinement path can get stuck polishing the wrong answer.</p></li><li><p>PTRM runs many noisy internal paths in parallel, decodes candidate answers, then uses the model&#8217;s confidence head to pick one.</p></li><li><p>This is internal latent search, not chain-of-thought sampling.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Accuracy jumps on Sudoku-Extreme and Pencil Puzzle Bench.</p></li><li><p>The base model already has good solutions nearby, but one deterministic path often misses them.</p></li><li><p>The frontier-LLM comparison is less interesting than the mechanism: small recursive models can gain a lot from internal search.</p></li></ul><p><strong>Why it matters</strong> - Shows that test-time compute scaling isn&#8217;t limited to chain-of-thought sampling. Internal latent search is a different lever, and small recursive models can benefit substantially from it.</p><div><hr></div><h2><strong>&#128736;&#65039; Repos and Tools</strong></h2><p>&#128013; <strong>Monty</strong> - Minimal Python interpreter written in Rust for AI agents. Not a full Python runtime; a safe way to run small agent-written snippets for calculation, parsing, formatting, and tool orchestration. Host access is blocked unless explicitly exposed.</p><p>&#129529; <strong>rtk</strong> - CLI proxy that compresses command output before it reaches an LLM context. The repo claims 60-90% token reduction on common dev commands. Exact savings need testing, but the idea is right: coding agents waste too much context on low-signal terminal output.</p><p>&#128270; <strong>zvec</strong> - In-process vector database from Alibaba with Python and Node support. Dense and sparse vectors, hybrid search, WAL persistence, and local deployment without a separate server. Useful for agent memory and small RAG setups..</p><div><hr></div><p>That is it for this issue. </p><p>If you found this useful, share it with someone who still thinks open models are only chatbots with worse product design.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-71?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-71?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #70]]></title><description><![CDATA[ZAYA1, Scenema Audio, byte-level scaling laws, sparse Transformers, curvature-aware training, and speech systems that keep getting less silly.]]></description><link>https://erogol.substack.com/p/machine-learns-70</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-70</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 13 May 2026 12:22:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!JmjP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><p>&#128483;&#65039; <a href="https://huggingface.co/ScenemaAI/scenema-audio">Scenema Audio</a> Expressive zero-shot voice cloning/speech generation from ScenemaAI&#8217;s LTX 2.3 audio stack, with Gemma 3 12B as text encoder. Handles emotion, pacing, ambience, SFX, multilingual speech, and long-form chunking. Useful for scene-level audio, not just TTS; still rough on proper nouns and long multilingual switches.</p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;4c86ed4a-0a4a-4b58-85a1-c520ff59c664&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">if signal &gt; noise:
    machine_learns.subscribe()</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#129504; <a href="https://huggingface.co/Zyphra/ZAYA1-8B">ZAYA1-8B</a> Apache 2.0 reasoning MoE: 8.4B total, 760M active, hybrid SSM-attention. Strong small-model math/code/GPQA numbers. Needs Zyphra&#8217;s vLLM/Transformers branches for now.</p><p>&#127760; <a href="https://arxiv.org/abs/2605.08560">ZAYA1-VL-8B</a> Compact VLM sibling of ZAYA1: 9.2B total, 1.4B active. Vision LoRA adapters plus bidirectional image-token attention. Targets local/open image understanding, reasoning, and counting.</p><p>&#128272; <a href="https://huggingface.co/openai/privacy-filter">OpenAI Privacy Filter</a> Apache 2.0 PII detector/masker. Sparse MoE classifier, ~50M active params, 128K context, Transformers.js support. Detects emails, addresses, people, phones, account numbers, dates, URLs, and secrets.</p><p></p><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#129518; <a href="https://arxiv.org/abs/2605.01188">Compute Optimal Tokenization</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Compute Optimal Tokenization treats tokenizer compression as part of the scaling law. &#8220;Tokens per parameter&#8221; depends on the tokenizer; bytes per parameter is the cleaner unit.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Compression rate means average bytes per token. BLT is useful here because its byte-to-latent compression can be dialed directly, so model size, data size, compute, and compression can be separated instead of bundled together.</p></li><li><p>The scaling fit covers 988 BLT models and 320 subword-tokenized models, then checks whether the result survives normal tokenizer choices like character, masked Llama 3 BPE, original Llama 3 BPE, and SuperBPE.</p></li><li><p>Practical implication: tokenizer choice is not a fixed preprocessing detail. The right compression depends on compute budget and language.</p></li></ul><p><strong>Results</strong></p><ul><li><p>The result is a better rule of thumb for training plans: size the data budget in bytes, then choose compression for the language and compute budget.</p></li><li><p>Less-compressed tokenizers can beat standard BPE at high compute, while aggressive compression can make the model worse. More tokens are expensive, but fewer tokens are not automatically smarter.</p></li><li><p>Multilingual training cannot treat &#8220;one token&#8221; as a fair unit. Languages with longer byte representations need different compression targets.</p></li></ul><p><em>I would take this seriously for multilingual models. Tokenizer choice changes training cost and optimal data/model sizing.</em></p><div><hr></div><h3><strong>&#9889; <a href="https://arxiv.org/abs/2605.08044">Fast Byte Latent Transformer</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Fast BLT attacks the generation bottleneck in tokenizer-free byte models. BLT avoids subword tokenizers, but byte-by-byte decoding is slow; the new variants speed up byte patch generation.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>BLT-D trains the model to fill byte blocks with a discrete diffusion objective, so several bytes can be generated in parallel.</p></li><li><p>BLT-S uses BLT&#8217;s cheap local decoder as a draft model. The local decoder guesses ahead; the full BLT verifies.</p></li><li><p>BLT-DV combines those ideas: diffusion drafts the block, autoregressive verification catches mistakes.</p></li><li><p>Practical implication: byte models can keep their tokenizer-free interface without paying the full byte-by-byte decoding tax.</p></li></ul><p><strong>Results</strong></p><ul><li><p>The best variants make byte-level generation much cheaper without making the model feel like a different, weaker system.</p></li><li><p>Diffusion blocks buy speed, but large blocks start making rougher guesses. That hurts coding first, which is exactly where byte-level precision matters.</p></li><li><p>Self-speculation is the safer quality-preserving path: let the cheap local decoder guess ahead, then pay the full model only to verify.</p></li></ul><p><em>The main tradeoff is simple: more parallel decoding gives speed, but too much of it hurts precision.</em></p><div><hr></div><h3><strong>&#129516; <a href="https://arxiv.org/abs/2605.06548">Continuous Latent Diffusion Language Model</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!JmjP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!JmjP!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 424w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 848w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 1272w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!JmjP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png" width="1456" height="768" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:768,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:804811,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/197494760?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!JmjP!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 424w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 848w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 1272w, https://substackcdn.com/image/fetch/$s_!JmjP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6adeb0c-4a11-4c16-bdfb-de832c464f00_2290x1208.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Looking at this figure hurts my eyes but here it is  :) </figcaption></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Cola DLM moves language diffusion into continuous semantic latents instead of diffusing raw tokens. Text generation becomes: sample a latent plan, then decode it into words.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A Text VAE compresses text into a continuous latent. A block-causal DiT learns the prior over latent blocks. A conditional decoder turns the latent back into text.</p></li><li><p>The training objective balances these three things: reconstruct the text, keep the latent compressed, and make the DiT prior match the VAE&#8217;s latent space.</p></li><li><p>Flow matching learns how to move Gaussian noise into valid text latents. The practical bet is that diffusion is better at shaping meaning-level representations than at directly recovering discrete tokens.</p></li></ul><p><strong>Results</strong></p><ul><li><p>The architecture is sensitive to latent quality. Larger latent dimensions help, and learnable noise calibration beats fixed settings.</p></li><li><p>Against comparable autoregressive and masked-diffusion baselines, Cola DLM looks credible enough to study further, not strong enough to replace AR models yet.</p></li><li><p>The most important result is diagnostic: likelihood can improve while generations get worse. For continuous-latent LMs, perplexity can lie.</p></li></ul><p><em>I do not think this replaces autoregressive models yet. But it is a good direction: use diffusion on latent meaning, not directly on tokens.</em></p><div><hr></div><h3><strong>&#129683; <a href="https://arxiv.org/abs/2603.23198">Sparser, Faster, Lighter Transformer Language Models</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Sparser, Faster, Lighter makes unstructured FFN activation sparsity usable on modern GPUs. The contribution is not just &#8220;99% sparsity&#8221;; it is the kernel that makes those zeros matter.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>ReLU-gated FFNs get an L1 penalty on gate activations, so most neurons are exactly inactive for most tokens.</p></li><li><p>TwELL stores active gates inside GPU-friendly tiles. The fused sparse kernel computes only the active up/down FFN paths and avoids materializing dense hidden activations.</p></li><li><p>Training uses a hybrid sparse/dense layout because activation sparsity is uneven. Most tokens are cheap, but occasional rows still need overflow handling.</p></li><li><p>FFN sparsity becomes an inference and training speed feature, not just a compression statistic.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Quality stays basically flat while the FFN becomes cheaper to run. The model keeps the same behavior while activating only a small slice of its feed-forward neurons per token.</p></li><li><p>The speed and energy gains get better as models grow, which is what matters for deployment.</p></li><li><p>The sparsity pattern is intuitive: high-information tokens wake up more neurons, while boilerplate and web-fragment tokens use less compute.</p></li></ul><p><em>This is useful because it tackles the real bottleneck: making sparsity fast on actual GPUs, not just sparse on paper.</em></p><div><hr></div><h3><strong>&#129519; <a href="https://arxiv.org/abs/2605.02105">Sharpness-Aware Pretraining Mitigates Catastrophic Forgetting</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Sharpness-Aware Pretraining shows that base-model geometry affects what survives after fine-tuning and quantization. A checkpoint can look good on base evals and still be a bad starting point because it sits in a sharper basin.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Forgetting is measured at matched fine-tuning loss: how much pretraining loss or benchmark accuracy gets destroyed after the model learns the new task?</p></li><li><p> After long pretraining, a fine-tuning update mostly hurts when it moves through high-curvature directions. Flatter pretrained minima tolerate post-training edits better.</p></li><li><p>SAM (Sharpness Aware Minimization) directly trains for flatter solutions. Higher peak learning rates and shorter annealing schedules also help. The practical recipe is to use SAM mainly during the final annealing phase instead of paying its full 2x cost throughout pretraining.</p></li></ul><p><strong>Results</strong></p><ul><li><p>SAM consistently improves the learning-forgetting tradeoff across code, math, instruction, and domain fine-tuning. Same fine-tuning quality, less damage to the base model.</p></li><li><p>The 1B result is the important one: SAM has slightly worse base eval than AdamW, but forgets much less after MetaMath/T&#252;lu-style post-training and after 4-bit quantization.</p></li><li><p>So base benchmark average is not enough for checkpoint selection. Robustness to the next training step should be part of the scorecard.</p></li></ul><div><hr></div><h3><strong>&#127911; <a href="https://arxiv.org/abs/2605.06189">Predictive-Generative Drift Decomposition for Speech Repair and Separation</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>SIPS adds a reusable clean-speech generative prior to existing speech enhancement and separation models. The predictor keeps the output task-aligned and the prior nudges it toward natural speech.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A stochastic interpolant defines a path from corrupted speech to clean speech.</p></li><li><p>The dynamics are split in two: a deterministic drift from the existing predictor, and a generative denoising term learned from clean speech only.</p></li><li><p>Sampling takes 15 steps in compressed complex STFT space. Because the denoiser is trained only on clean speech, the same prior can be reused across predictors and tasks instead of being tied to one noise setup.</p></li><li><p>A strong enhancement/separation model can get a perceptual-quality boost without retraining the whole predictor as a diffusion system.</p></li></ul><p><strong>Results</strong></p><ul><li><p>SIPS usually improves perceptual quality metrics like NISQA/UTMOS while preserving signal metrics much better than heavier diffusion refiners.</p></li><li><p>On mismatched noisy speech, Diffiner collapses badly, while SIPS keeps the predictor mostly stable and still improves naturalness.</p></li><li><p> Nicer-sounding speech can slightly hurt PESQ or WER. The method improves &#8220;sounds like speech&#8221; more reliably than &#8220;ASR likes it.&#8221;</p></li></ul><div><hr></div><h3><strong>&#128016; <a href="https://arxiv.org/abs/2601.15380">You Need Better Attention Priors</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>GOAT reframes softmax attention as one-sided entropic optimal transport with an implicit uniform key prior, then replaces that uniform prior with learned structural priors.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Attention logits become content similarity plus a learned log-prior.</p></li><li><p>The prior can model key-only sinks, relative/recency patterns, Fourier-style extrapolatable structure, and 2D spatial locality for vision.</p></li><li><p>This separates &#8220;what content matches my query?&#8221; from &#8220;where should attention usually go?&#8221; Attention sinks become learned default destinations rather than mysterious artifacts.</p></li><li><p>Positional behavior can be learned while still extrapolating better than arbitrary learned position tables.</p></li></ul><p><strong>Results</strong></p><ul><li><p>In small language models, GOAT improves perplexity over ALiBi and extrapolates to much longer context.</p></li><li><p>In vision, the learned 2D prior helps ViT models handle higher test resolutions than training resolution.</p></li><li><p>In a synthetic copy task, the prior recovers the known structure: attend to the first token and the previous/periodic token. That is a nice sanity check that the prior is learning structure, not just adding noise.</p></li></ul><p>I like the separation here: content matching and positional defaults should not be the same thing. The scale is still small, but the idea is clean.</p><div><hr></div><h3><strong>&#127912; <a href="https://arxiv.org/abs/2604.23380v1">V-GRPO</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>V-GRPO brings GRPO-style online reward optimization to diffusion and rectified-flow image models without treating every denoising step as an MDP action.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The generated image is treated as the action. Exact likelihood is intractable, so V-GRPO uses a Monte Carlo ELBO-style denoising loss as a log-probability surrogate.</p></li><li><p>Group-normalized rewards provide the GRPO advantage, while the surrogate loss gives the importance ratio.</p></li><li><p>The method only works because variance is controlled aggressively: shared timestep/noise samples within a prompt group, stratified timestep sampling, adaptive loss weighting, clipping, optional KL, and advantage soft-clipping.</p></li><li><p>Reward-tuning image models becomes more sample-efficient without optimizing every denoising transition as its own RL step.</p></li></ul><p><strong>Results</strong></p><ul><li><p>V-GRPO improves reward-tuning efficiency more than it changes the final image-model story. It reaches comparable or better preference-model scores with much less optimization work.</p></li><li><p>The method is not uniformly better on every metric; prompt-following style benchmarks can still trade off against aesthetic/preference rewards.</p></li><li><p>The ablations are the real result: the variance tricks turn a noisy ELBO surrogate into something stable enough for online RL.</p></li></ul><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2510.02327v1">KAME</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!riYq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!riYq!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 424w, https://substackcdn.com/image/fetch/$s_!riYq!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 848w, https://substackcdn.com/image/fetch/$s_!riYq!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 1272w, https://substackcdn.com/image/fetch/$s_!riYq!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!riYq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png" width="1456" height="471" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:471,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:112006,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/197494760?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!riYq!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 424w, https://substackcdn.com/image/fetch/$s_!riYq!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 848w, https://substackcdn.com/image/fetch/$s_!riYq!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 1272w, https://substackcdn.com/image/fetch/$s_!riYq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b32d5a3-273e-4b8b-891a-710bff93c932_1786x578.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>KAME combines a low-latency direct speech-to-speech front end with a slower text LLM backend. The front end starts speaking immediately; the backend supplies knowledge while generation is already happening.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>KAME adds an oracle stream to Moshi-style input audio, output audio, and inner-monologue streams.</p></li><li><p>Streaming STT sends partial transcripts to a backend LLM every ~100-500ms. The newest LLM response overrides older hints and is injected as oracle tokens into the S2S model.</p></li><li><p>Training uses simulated oracle augmentation, as more of the user utterance becomes available, oracle hints move from vague to ground-truth-like. Random timing jitter teaches the front end to handle delayed hints.</p></li><li><p>Voice agents do not have to choose between instant but dumb direct S2S and slow but smarter cascades.</p></li></ul><p><strong>Results</strong></p><ul><li><p>KAME moves Moshi-like speech-to-speech from toy answer quality toward cascade quality while keeping near-zero response latency.</p></li><li><p>The cascade still wins on answer quality, but pays about two seconds of latency. KAME keeps the interruption-friendly feel of direct S2S.</p></li><li><p>The backend oracle alone is almost as good as the cascade, so the bottleneck is not the LLM. The hard part is timing: start too early and the spoken answer commits before enough information has arrived.</p></li></ul><p><em>This is probably the right shape for voice agents. Start fast, use the text LLM as it arrives, and learn when to wait.</em></p><p></p><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><ul><li><p><a href="https://github.com/localai-org/LocalVQE">LocalVQE</a> 1.3M parameter GGML/PyTorch model for real-time acoustic echo cancellation, noise removal, and dereverberation at 16 kHz, running causal streaming with 16 ms latency and about 9.6x realtime on Zen4 CPU.</p></li><li><p><a href="https://github.com/alexzhang13/rlm">Recursive Language Models</a> MIT-licensed inference library that lets LMs inspect giant prompts through a sandbox/REPL and recursively call themselves over subproblems.</p></li><li><p><a href="https://github.com/warpdotdev/warp">Warp</a> Warp&#8217;s terminal/agentic development environment is now open source, mostly Rust, with AGPL/MIT split licensing and support for built-in or external coding agents.</p></li><li><p><a href="https://github.com/mudler/LocalAI/pull/7494">vibevoice.cpp / LocalAI VibeVoice backend</a> LocalAI PR adding a C++/ggml VibeVoice backend for local voice workflows across CPU/GPU backends.</p></li></ul><div><hr></div><p><em>That is it for this issue. Hope you enjoyed it! </em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-70?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-70?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 69]]></title><description><![CDATA[Kimi K2.6, Qwen3.6, Nemotron Omni, active scaling-law fitting, recurrent/looped Transformers, token-efficient distillation, and a new batch of useful repos.]]></description><link>https://erogol.substack.com/p/machine-learns-69</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-69</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 29 Apr 2026 11:02:09 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!RoIR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><p>&#127769; <strong><a href="https://huggingface.co/moonshotai/Kimi-K2.6">Kimi K2.6</a></strong> - 1T total / 32B active native multimodal MoE agent model with 256K context, MoonViT vision encoder, 384 experts, MLA attention, and Modified MIT weights. Moonshot reports 80.2 SWE-bench Verified, 58.6 SWE-bench Pro, 66.7 Terminal-Bench 2.0, and swarm execution up to 300 sub-agents / 4,000 coordinated steps. Big model, big ambition, big GPU bill.</p><p></p><pre><code><code>while signal &gt; noise:
    machine_learns.subscribe()</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#128187; <strong><a href="https://huggingface.co/Qwen/Qwen3.6-27B">Qwen3.6-27B</a></strong> - Apache 2.0 dense 27B image-text-to-text model with 262K native context, extensible to ~1M tokens, Gated DeltaNet + gated attention layout, and MTP. Qwen reports 77.2 SWE-bench Verified, 53.5 SWE-bench Pro, 59.3 Terminal-Bench 2.0, and 48.2 SkillsBench Avg5. Of the Qwen3.6 pair, this is the practical coding-agent pick.</p><p>&#129504; <strong><a href="https://huggingface.co/Qwen/Qwen3.6-35B-A3B">Qwen3.6-35B-A3B</a></strong> - Apache 2.0 35B MoE / A3B active Qwen3.6 sibling with the same 262K native context and vision-language interface. It trails the dense 27B on some coding-agent scores, but hits 73.4 SWE-bench Verified, 49.5 SWE-bench Pro, and 51.5 Terminal-Bench 2.0 with only ~3B active parameters.</p><p>&#127760; <strong><a href="https://huggingface.co/nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16">NVIDIA Nemotron 3 Nano Omni 30B-A3B</a></strong> - open commercial-use omni model for video, audio, image, text, OCR, GUI understanding, transcription, and document intelligence. It combines Nemotron 3 Nano 30B-A3B with C-RADIOv4-H vision and Parakeet speech encoders, supports 256K context, and NVIDIA claims six leaderboard wins plus up to 9x higher throughput than comparable open omni models.</p><p>&#128444;&#65039; <strong><a href="https://github.com/OpenSenseNova/SenseNova-U1">SenseNova-U1-8B-MoT</a></strong> - Apache 2.0 native multimodal model for understanding, reasoning, text-to-image, image editing, and interleaved image-text generation. The interesting bit is NEO-Unify: no separate visual encoder/VAE adapter stack, but a pixel-word architecture with Mixture-of-Transformers modules. Final weights and the technical report are still on the todo list.</p><p>&#128187; <strong><a href="https://huggingface.co/poolside/Laguna-XS.2">Poolside Laguna XS.2</a></strong> - Apache 2.0 open coding/agentic model with 33.4B total BF16 parameters and roughly 3B active parameters. Poolside reports 68.2 SWE-bench Verified, 62.4 SWE-bench Multilingual, 44.5 SWE-bench Pro, and says it can run on a Mac with 36GB RAM thanks to FP8 KV cache. Not the top score this week, but a serious open coding model from a lab that has been mostly closed until now.</p><p>&#127757; <strong><a href="https://huggingface.co/tencent/HY-MT1.5-1.8B">Hunyuan HY-MT1.5-1.8B</a></strong> - Tencent&#8217;s 1.8B translation model for 33 languages. The base HF model is ~4GB, while the related Sherry 1.25-bit Android demo is reported around ~440MB. Useful if you care about local/mobile translation rather than sending every sentence to a server.</p><p>&#128274; <strong><a href="https://huggingface.co/openai/privacy-filter">OpenAI Privacy Filter</a></strong> - Apache 2.0 bidirectional token-classification model for PII detection and masking. It is a 1.5B total / 50M active gpt-oss-like checkpoint converted into a classifier, supports 128K context, exposes configurable precision/recall presets, and is meant for on-prem high-throughput data sanitization.</p><div><hr></div><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#128200; <a href="https://arxiv.org/abs/2604.22753">Spend Less, Fit Better: Budget-Efficient Scaling Law Fitting via Active Experiment Selection</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!B76l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!B76l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 424w, https://substackcdn.com/image/fetch/$s_!B76l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 848w, https://substackcdn.com/image/fetch/$s_!B76l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 1272w, https://substackcdn.com/image/fetch/$s_!B76l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!B76l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png" width="996" height="332" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:332,&quot;width&quot;:996,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!B76l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 424w, https://substackcdn.com/image/fetch/$s_!B76l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 848w, https://substackcdn.com/image/fetch/$s_!B76l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 1272w, https://substackcdn.com/image/fetch/$s_!B76l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08828f85-db64-4061-97b4-5ceb487a0a63_996x332.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Scaling-law fitting becomes a sequential experiment-design problem: given a menu of pilot runs with different costs, choose the next run that most improves the prediction in the expensive final-training region.</p><p><strong>How it works</strong><br>&#8226; Each pilot run is one point on the curve. The method keeps a candidate pool with explicit costs and an explicit &#8220;target region&#8221; where the real money will be spent.<br>&#8226; Nonlinear scaling-law fits often have several plausible parameter &#8220;basins&#8221; that all explain current data but extrapolate differently. So there are two kinds of uncertainty to track: how unsure you are inside one basin, and how much the different basins disagree at large scale.<br>&#8226; To rank a candidate run before doing it, they simulate possible outcomes under the current basin posterior, compute how much both kinds of uncertainty would drop on the target region, average that expected drop, then divide by the run&#8217;s compute cost.<br>&#8226; The highest-scoring affordable candidate is executed, the basin posterior is updated, and the loop repeats until the pilot budget is gone.</p><p><strong>Results</strong><br>&#8226; Across their benchmark, the active strategy often gets close to full-grid fitting accuracy with about 10% of the pilot-training budget.</p><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/abs/2604.21215">The Recurrent Transformer: Greater Effective Depth and Efficient Decoding</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!V8s2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!V8s2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 424w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 848w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 1272w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!V8s2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png" width="1456" height="573" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:573,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:181512,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/195850950?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!V8s2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 424w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 848w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 1272w, https://substackcdn.com/image/fetch/$s_!V8s2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa63b8150-cd99-4e70-a72e-f221e62feb2c_1828x720.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Recurrent Transformer changes where each layer&#8217;s key-value cache comes from, giving the model recurrent temporal depth while keeping normal autoregressive decoding cost.</p><p><strong>How it works</strong><br>&#8226; A standard layer stores keys/values computed from the layer&#8217;s input. Recurrent Transformer stores a persistent KV pair computed from the layer&#8217;s output, so later tokens see earlier tokens after they have already passed through this layer&#8217;s attention+MLP.<br>&#8226; That creates a circular dependency at the current token, so each layer keeps two KV pairs per position: a temporary one (from input, used only at the current token) and a persistent one (from output, exposed to future tokens).<br>&#8226; Effective depth grows with recurrence rather than layer count, so a shallower model can match a deeper one. The paper adds an exact tiling algorithm to keep training and prefill compute-bound instead of bandwidth-bound on KV state.</p><p><strong>Results</strong><br>&#8226; On 150M/300M C4 pretraining, Recurrent Transformers improve cross-entropy over matched Transformer baselines. At 300M, a 6-layer RT beats 6/12/24-layer Transformer baselines and reduces KV-cache footprint in the depth-width tradeoff experiments.</p><div><hr></div><h3><strong>&#127919; <a href="https://arxiv.org/abs/2604.14084">TIP: Token Importance in On-Policy Distillation</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yZ8X!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yZ8X!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 424w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 848w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 1272w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yZ8X!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png" width="793" height="252" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:252,&quot;width&quot;:793,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!yZ8X!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 424w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 848w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 1272w, https://substackcdn.com/image/fetch/$s_!yZ8X!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb41f7e2-7407-473a-9344-5fe1e77e76cb_793x252.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; TIP says the useful tokens in on-policy distillation are not just the uncertain ones; the really valuable set also includes confident student mistakes.</p><p><strong>How it works</strong><br>&#8226; Each token in a student rollout gets two scores already produced during OPD: student entropy (uncertainty) and teacher&#8211;student KL divergence (disagreement).<br>&#8226; Crossing those axes gives four quadrants. The interesting two are high-entropy tokens and low-entropy + high-divergence tokens. The second is where the student is confidently wrong, and entropy-only methods miss it.<br>&#8226; A parameter-free Soft-OR selector keeps a token if either signal is strong, and the OPD loss is computed only on the kept tokens.</p><p><strong>Results</strong><br>&#8226; Keeping 50% of entropy-selected tokens matches or beats full-token training while cutting peak memory up to 47%, and Q3-only training with 20% of tokens can beat full-token OPD on DeepPlanning.</p><div><hr></div><h3><strong>&#127911; <a href="https://arxiv.org/abs/2601.02731">Omni2Sound: Towards Unified Video-Text-to-Audio Generation</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Omni2Sound trains one diffusion audio model that can handle video-to-audio, text-to-audio, and video+text-to-audio without one task blocking the others.</p><p><strong>How it works</strong><br>&#8226; SoundAtlas builds tight V-A-T captions in three steps: Vision-to-Language Compression keeps multimodal LLMs from over-reporting visuals and ignoring audio; a Junior-Senior agent handoff routes hard cases to stronger annotators for ~5x cheaper labeling; post-hoc filtering drops captions that do not match the audio/video pair.<br>&#8226; The model is a DiT diffusion backbone over audio latents, conditioned on optional video features, optional text features, or both.<br>&#8226; Training is three-stage: large-scale T2A pretraining first, then mixed V2A/T2A/VT2A multi-task training, then targeted joint-condition training to fix modality bias (the failure mode where the model trusts one input and ignores the other).</p><p><strong>Results</strong><br>&#8226; On VGGSound-Omni, including off-screen tracks, Omni2Sound reports unified SOTA across V2A, T2A, and VT2A in a single model.</p><div><hr></div><h3><strong>&#129514; <a href="https://arxiv.org/abs/2604.16812">Introspection Adapters: Training LLMs to Report Their Learned Behaviors</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!dIjz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!dIjz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 424w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 848w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 1272w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!dIjz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png" width="793" height="394" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:394,&quot;width&quot;:793,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!dIjz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 424w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 848w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 1272w, https://substackcdn.com/image/fetch/$s_!dIjz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3c5341db-ec5d-4e25-b446-b5955d03b50f_793x394.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; A single LoRA-style introspection adapter is trained across many finetuned models so new models from the same base can describe learned behaviors, including hidden or malicious ones.</p><p><strong>How it works</strong><br>&#8226; Take a base model and finetune many copies M_i, each with a known implanted behavior b_i (backdoors, quirks, sycophancy, sandbagging, and so on). Pair each model with a first-person description of its own behavior, e.g. &#8220;When asked to fix spelling, I introduce extra errors.&#8221;<br>&#8226; Train one LoRA-style introspection adapter jointly across all (M_i, b_i) pairs so that attaching the adapter to a model causes it to verbalize its learned behavior. Add controls (rewrite heuristic cues, mismatched-trigger negatives, generic chat mix-in) and refine with DPO using preference judgments.<br>&#8226; At eval, the same adapter is attached to new finetuned models from outside the training distribution to test whether self-description generalizes.</p><p><strong>Results</strong><br>&#8226; Introspection adapters hit state-of-the-art on AuditBench, detect several encrypted finetuning API attacks, and verbalize RM Sycophant behaviors. Hidden sandbagging remains harder.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/abs/2604.24432">Kwai Summary Attention Technical Report</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Ry6Z!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 424w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 848w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 1272w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png" width="1456" height="857" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:857,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:345716,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/195850950?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 424w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 848w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 1272w, https://substackcdn.com/image/fetch/$s_!Ry6Z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb68dbaab-56e2-4062-9dd2-fd9f160d9fef_1912x1126.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Kwai Summary Attention compresses old context into learned summary tokens at a fixed ratio k, aiming for O(n/k) historical KV memory without throwing away long-range reference paths.</p><p><strong>How it works</strong><br>&#8226; The sequence is split into chunks of size k. Learnable summary tokens sit between chunks, and each summary token attends to the text in its chunk to compress that chunk&#8217;s meaning.<br>&#8226; Text tokens use Sliding Chunk Attention: full token-level view of recent chunks, plus access to older chunks only through their summary tokens. KV cache stays linear in sequence length but at coarser granularity (O(n/k)).<br>&#8226; The cache is organized as a recent-text ring buffer plus a summary buffer so decoding reads contiguous slices. KSA is orthogonal to GQA/MLA: those shrink per-token KV, while KSA shrinks how many positions need full-resolution KV at all.</p><p><strong>Results</strong><br>&#8226; The report claims hybrid-KSA beats hybrid-GDN by +3.69%/+5.48% on RULER-128K in from-scratch/CPT settings and composes with GQA/MLA for an additional 8x sequence-level KV compression.</p><div><hr></div><h3><strong>&#128260; <a href="https://arxiv.org/abs/2604.21254">Hyperloop Transformers</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!RoIR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!RoIR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 424w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 848w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 1272w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!RoIR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png" width="946" height="639" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/41747d44-a521-469c-8f92-2e77add9f669_946x639.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:639,&quot;width&quot;:946,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!RoIR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 424w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 848w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 1272w, https://substackcdn.com/image/fetch/$s_!RoIR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41747d44-a521-469c-8f92-2e77add9f669_946x639.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Hyperloop reuses the middle Transformer block across depth, then uses hyper-connections to stop repeated layers from collapsing into a narrow residual bottleneck.</p><p><strong>How it works</strong><br>&#8226; The model is split into a small begin block, a looped middle block (the only block reused across depth), and an end block. Looping the middle block alone gives most of the parameter savings.<br>&#8226; Before the loop, the residual stream is copied into n parallel streams. Attention/MLP inside the middle block still operate on a single C-dimensional input/output, but the residual carried between loops is matrix-valued, so the repeated block has more representational bandwidth.<br>&#8226; Loop-level hyper-connections, which are input-dependent n&#215;n mixing matrices, decide how the parallel streams are read into the block, written back, and combined after each loop, with negligible extra compute or parameters.</p><p><strong>Results</strong><br>&#8226; Hyperloop beats depth-matched Transformer and mHC baselines while using roughly 50% fewer parameters. Downstream averages improve from 41.14 to 41.62, 48.02 to 49.79, and 52.77 to 54.59 across tested scales.</p><div><hr></div><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><p><strong><a href="https://github.com/alexzhang13/rlm">Recursive Language Models</a></strong> MIT-licensed inference library for treating large context as an external environment. The model can inspect giant prompts through sandbox calls, REPL-style tools, and recursive LM calls instead of stuffing everything into one context window. Around 4k stars when checked.</p><p><strong><a href="https://github.com/QwenLM/FlashQLA">FlashQLA</a></strong> CUDA/TileLang implementation of Qwen Linear Attention, built for Qwen3-Next style models and efficient linear-attention kernels. Useful if you are actually serving the weird new attention stacks rather than just reading the diagrams.</p><p><strong><a href="https://github.com/warpdotdev/warp">Warp</a></strong> Warp&#8217;s terminal and agentic development environment client is now open source. Mostly Rust, with MIT-licensed UI framework crates and AGPL-3.0 for the rest. Around 37k stars when checked. Commercial terminal UX opening up is worth watching.</p><p><strong><a href="https://github.com/mudler/LocalAI/pull/7494">vibevoice.cpp / LocalAI VibeVoice backend</a></strong> LocalAI is adding a C++/ggml backend for VibeVoice-style local voice workflows, with CPU/CUDA/Metal/Vulkan support claimed in the announcement. Treat this one as a watchlist repo for now; the public PR signal was visible, but the implementation details were still moving.</p><div><hr></div><p><em>If you found this useful, share it with someone who still thinks &#8220;long context&#8221; just means pasting a PDF into chat and hoping it works.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-69?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-69?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 68]]></title><description><![CDATA[Gemma 4 lands with Apache 2.0, GLM-5.1 takes SWE-Bench Pro crown at 744B MoE, a wave of open TTS from VoxCPM2 to 1.6M-param tiny-tts, and 15 papers from speech tokenizers to one-step language modeling]]></description><link>https://erogol.substack.com/p/machine-learns-68</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-68</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 15 Apr 2026 11:56:54 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!MOv1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><p>&#129504; <strong><a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/">Gemma 4</a></strong> Google&#8217;s most capable open models. 4 sizes: 31B dense, 26B MoE (3.8B active), E4B, E2B edge. Built from Gemini 3 tech, #3 open model on Arena AI. Native vision + audio (edge), function calling, 256K context. Apache 2.0.</p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;83e320f5-d0aa-45fb-9d10-f8867bf7c790&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">while not subscribed:
    miss_out()
# fix: erogol.substack.com</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#129504; <strong><a href="https://huggingface.co/zai-org/GLM-5.1">GLM-5.1</a></strong> Zhipu&#8217;s 744B MoE (44B active). #1 on SWE-Bench Pro (58.4%), AIME 2026 95.3%, GPQA Diamond 86.2%, strong agentic/tool-use with 3.6x KernelBench speedup. MIT license.</p><p>&#129504; <strong><a href="https://huggingface.co/MiniMaxAI/MiniMax-M2.7">MiniMax-M2.7</a></strong> 230B total / 10B active MoE with 256 experts. SWE-Bench Pro 56.2%, Terminal-Bench 2.0 57%, strong agentic/coding with 200K context. Custom license.</p><p>&#129504; <strong><a href="https://huggingface.co/AIDC-AI/Marco-Mini-Instruct">Marco-Mini-Instruct</a></strong> 17.3B total MoE with only 0.86B active params (5% activation ratio, Qwen3-MoE based). Best in class across English + multilingual benchmarks via upcycling + on-policy distillation. Apache 2.0.</p><p>&#128444;&#65039; <strong><a href="https://huggingface.co/baidu/ERNIE-Image">ERNIE-Image</a></strong> Baidu&#8217;s 8B DiT text-to-image model with built-in Prompt Enhancer. SOTA among open-weight T2I on GENEval (0.89), DPG-Bench (93.8), and text rendering. Runs on 24GB VRAM. Apache 2.0.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/openbmb/VoxCPM2">VoxCPM2</a></strong> 2B tokenizer-free diffusion autoregressive TTS built on MiniCPM-4. 30+ languages + Chinese dialects, voice cloning, voice design from text descriptions, streaming. Trained on 2M+ hours. ~8GB VRAM. Apache 2.0.</p><p>&#128483;&#65039; <strong><a href="https://modelscope.ai/models/openmoss/MOSS-TTS-Nano">MOSS-TTS-Nano</a></strong> ~100M multilingual TTS (CN/EN + more) using audio tokenizer + LLM autoregressive pipeline. Designed for real-time CPU-only inference without GPU.</p><p>&#128483;&#65039; <strong><a href="https://github.com/tronghieuit/tiny-tts">tiny-tts</a></strong> Ultra-lightweight English TTS with only 1.6M params / 3.4MB ONNX. End-to-end (no separate vocoder), 44.1kHz, ~53x real-time on CPU. MIT.</p><p>&#127925; <strong><a href="https://github.com/SonyResearch/Woosh">Woosh</a></strong> Sony AI&#8217;s sound effect foundation model suite: audio encoder/decoder, CLAP text-audio alignment, text-to-audio (Flow + distilled DFlow), and video-to-audio (VFlow) generation. Open weights trained on public datasets. CC-BY-NC (weights), MIT/Apache (code).</p><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#129504; <a href="https://arxiv.org/html/2602.24281v1">Memory Caching: RNNs with Growing Memory</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DsUU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DsUU!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 424w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 848w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 1272w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DsUU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png" width="1456" height="349" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:349,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!DsUU!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 424w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 848w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 1272w, https://substackcdn.com/image/fetch/$s_!DsUU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F317ba21d-fce8-4b3c-99d6-368989c35f51_2800x672.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Caches periodic checkpoints of RNN hidden states, letting recurrent models&#8217; effective memory grow with sequence length. Bridges the gap between fixed-memory RNNs and quadratic-cost Transformers.<br>&#8226; Complexity is O(NL), smoothly interpolating between O(L) RNNs and O(L^2) attention.</p><p><strong>How it works</strong><br>&#8226; Splits the sequence into segments; each segment compresses into a memory state via normal recurrence.<br>&#8226; At each timestep, the model queries both its current &#8220;online&#8221; memory and all cached past segment memories.<br>&#8226; Four aggregation strategies tested: sum, gate, cross-attention, and softmax weighting.</p><p><strong>Results</strong><br>&#8226; Mamba+MemCache matches or beats full Transformer++ on all MAD Synthetic tasks (the standard long-range reasoning suite). First sub-quadratic model to do so.<br>&#8226; Handles sequences up to 131K tokens; performance degrades gracefully as context grows.</p><p>The long-standing RNN trade-off (memory vs speed) might finally be broken. Sub-quadratic cost, growing memory. Transformers should be nervous.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2602.16813v2">Flow Map Language Models: One-step Language Modeling via Continuous Denoising</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!CeB1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!CeB1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 424w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 848w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 1272w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!CeB1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png" width="996" height="333" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6e41b669-dfba-497a-9800-8f04147317dd_996x333.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:333,&quot;width&quot;:996,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!CeB1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 424w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 848w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 1272w, https://substackcdn.com/image/fetch/$s_!CeB1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e41b669-dfba-497a-9800-8f04147317dd_996x333.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Generates entire text sequences in one denoising step. No autoregressive left-to-right, no multi-step diffusion. A single forward pass maps noise to text.<br>&#8226; First continuous language model to match autoregressive baselines on standard benchmarks without iterative decoding.</p><p><strong>How it works</strong><br>&#8226; Trains a flow map that transports Gaussian noise directly to the data distribution in one step, using a consistency-training-like objective.<br>&#8226; Text is embedded into continuous space, denoised in a single pass, then decoded back to tokens.<br>&#8226; Built on flow matching theory but trained to collapse the full ODE trajectory into a single evaluation.</p><p><strong>Results</strong><br>&#8226; Matches GPT-2 scale autoregressive models on perplexity and downstream tasks with a single forward pass.<br>&#8226; 5-10x wall-clock speedup over multi-step diffusion language models at comparable quality.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2601.21343v3">Self-Improving Pretraining: Using Post-Trained Models to Pretrain Better Models</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Uses a strong post-trained LLM to rewrite its own pretraining data, then pretrains the next generation from scratch on that improved corpus.<br>&#8226; Creates a self-improvement loop: better model -&gt; better data -&gt; better model.</p><p><strong>How it works</strong><br>&#8226; The &#8220;teacher&#8221; model (post-trained, instruction-following) rewrites noisy web text into cleaner, more structured versions while preserving factual content.<br>&#8226; The &#8220;student&#8221; is pretrained from random init on this synthetic-cleaned corpus instead of raw web data.<br>&#8226; Iterable: the student, once post-trained, can clean data for the next generation.</p><p><strong>Results</strong><br>&#8226; Student models consistently outperform baselines trained on the same amount of original data across multiple scales.<br>&#8226; Quality gains compound across generations, with each iteration yielding a better starting point.</p><div><hr></div><h3><strong>&#128256; <a href="https://arxiv.org/html/2602.21371v1">Interleaved Head Attention</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MOv1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MOv1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 424w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 848w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 1272w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MOv1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png" width="1456" height="643" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:643,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!MOv1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 424w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 848w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 1272w, https://substackcdn.com/image/fetch/$s_!MOv1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45b2ac6a-4074-4429-9bd4-cd2cbc842d28_2866x1266.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Standard attention gets H patterns from H heads. IHA constructs pseudo-heads as learned linear combinations across all heads, getting up to H^2 attention patterns.<br>&#8226; Compatible with FlashAttention because mixing happens before attention, not inside it.</p><p><strong>How it works</strong><br>&#8226; For each head, constructs P pseudo-queries/keys/values (typically P=H) as learned linear combinations of all H original heads&#8217; projections.<br>&#8226; Pseudo-Q x pseudo-K interactions yield up to P^2 attention patterns per head with only O(H^2*P) extra parameters.<br>&#8226; Interleaved tokens create an expanded sequence processed with sliding-window causal attention.</p><p><strong>Results</strong><br>&#8226; Multi-Key Retrieval on RULER: +10-20% over full attention (4k-16k context).<br>&#8226; After fine-tuning on OpenThoughts: +5.8% on GSM8K and +2.8% on MATH-500 vs. standard MHA.</p><div><hr></div><h3><strong>&#127916; <a href="https://arxiv.org/html/2604.04913v1">A Frame is Worth One Token: Delta Tokens for World Modeling</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; DeltaTok compresses the visual difference between consecutive video frames into a single continuous token. That&#8217;s 1,024x token reduction at 512x512, collapsing 3D spatio-temporal video into a 1D temporal sequence.<br>&#8226; DeltaWorld generates multiple diverse future predictions in a single forward pass (no iterative denoising).</p><p><strong>How it works</strong><br>&#8226; A frozen DINOv3 VFM encodes frames into patch grids; DeltaTok compresses frame-to-frame change into one delta token; the decoder reconstructs the next frame from previous + delta.<br>&#8226; Best-of-Many training: 256 noise queries generate 256 future hypotheses in parallel, only closest to ground truth is supervised.<br>&#8226; Different noise queries map to different plausible futures; autoregressive rollout chains delta tokens.</p><p><strong>Results</strong><br>&#8226; Outperforms existing generative world models (including Cosmos) on dense forecasting with 35x fewer parameters and 2,000x fewer FLOPs. That&#8217;s not an incremental win. That&#8217;s a different regime.</p><div><hr></div><h3><strong>&#128269; <a href="https://arxiv.org/html/2510.02823v4">CompreSSM: In-Training Compression of State Space Models</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HjwM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HjwM!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 424w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 848w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 1272w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HjwM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png" width="797" height="449" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:449,&quot;width&quot;:797,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Refer to caption&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Refer to caption" title="Refer to caption" srcset="https://substackcdn.com/image/fetch/$s_!HjwM!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 424w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 848w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 1272w, https://substackcdn.com/image/fetch/$s_!HjwM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdcaa4305-c905-41e5-9612-b78c4f9fdc23_797x449.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; First in-training (not post-hoc) compression method for SSMs, using control-theoretic balanced truncation via Hankel Singular Values to prune low-importance state dimensions during training.<br>&#8226; Dominant HSVs are rank-preserving throughout training. The unimportant dimensions stay unimportant, justifying early truncation.</p><p><strong>How it works</strong><br>&#8226; At intervals during early training, computes controllability/observability Gramians for each SSM layer, derives Hankel singular values, truncates dimensions below threshold.<br>&#8226; Transforms system into diagonal balanced realization, slices off bottom dimensions to reduce A, B, C matrices in-place.<br>&#8226; After each ~10% reduction, checks validation performance and reverts if degradation detected.</p><p><strong>Results</strong><br>&#8226; Compressed models (start large, shrink during training) match or outperform both uncompressed large models and directly-trained small models, cutting state dimensions by 50-75% while retaining near-full accuracy on Long Range Arena.</p><p>Counterintuitive trick: start big, shrink during training. You get the over-parameterization benefits early, then pay less compute for the rest of the run.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2508.05004v4">R-Zero: Self-Evolving Reasoning LLM from Zero Data</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Trains a reasoning LLM with zero human-curated reasoning data. The model generates its own training problems, solves them, and improves from its own verified solutions.<br>&#8226; Full self-play loop: problem generation -&gt; solution attempt -&gt; verification -&gt; RL update.</p><p><strong>How it works</strong><br>&#8226; The model proposes new problems, attempts solutions with chain-of-thought, then an automated verifier checks correctness.<br>&#8226; REINFORCE-style RL with the verification signal as reward. No human labels, no distillation from a stronger model.<br>&#8226; Problems start easy, ramp up as the model gets better. Self-pacing curriculum.</p><p><strong>Results</strong><br>&#8226; Beats models trained on curated reasoning data (MetaMath, OpenMathInstruct) on GSM8K, MATH, MMLU-Pro.</p><p>If this generalizes, the reasoning data bottleneck disappears. The constraint shifts to compute and verification quality. No human curation needed.</p><div><hr></div><h3><strong>&#9889; <a href="https://liranringel.github.io/ddtree/DDTree.pdf">DDTree: Accelerating Speculative Decoding with Block Diffusion Draft Trees</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Uses a block diffusion model as the drafter in speculative decoding, generating tree-structured draft candidates in parallel instead of sequential token-by-token drafting.<br>&#8226; Multiple continuations explored simultaneously in a single diffusion pass.</p><p><strong>How it works</strong><br>&#8226; Block diffusion model generates multiple token sequences (branches) in parallel via a single denoising process.<br>&#8226; These branches form a tree of candidates verified by the target LLM in one batched forward pass.<br>&#8226; Adaptive tree width: more branches where uncertainty is high, fewer where the model is confident.</p><p><strong>Results</strong><br>&#8226; 1.4-1.8x throughput improvement over standard speculative decoding across multiple model pairs.</p><div><hr></div><h3><strong>&#128300; <a href="https://arxiv.org/html/2601.03066v1">Do LLMs Encode Functional Importance of Reasoning Tokens?</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; LLMs internally &#8220;know&#8221; which tokens in their own reasoning chains matter and which are filler. Importance scores extracted from hidden states predict greedy pruning ranks.<br>&#8226; Reasoning chains aren&#8217;t uniformly important: numerical values and logical connectives are preserved; filler/repetition tokens get pruned first.</p><p><strong>How it works</strong><br>&#8226; Extracts importance scores from model hidden states at each token position during chain-of-thought generation.<br>&#8226; Trains lightweight probes to predict whether a token would be kept or pruned by an oracle greedy search.<br>&#8226; Tests whether distilled students can learn from pruned chains as effectively as full chains.</p><p><strong>Results</strong><br>&#8226; Distilled students trained on greedy-pruned chains outperform TokenSkip (which uses GPT-4 labels) at matched reasoning lengths on GSM8K, MATH, and MMLU-Pro.</p><p>So models know their own filler from their own substance. That&#8217;s a free compression signal sitting right there in the hidden states.</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2604.01760v1">T5Gemma-TTS: Encoder-Decoder TTS from Pretrained LLM Backbone</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Repurposes T5/Gemma&#8217;s encoder-decoder architecture for TTS. The encoder handles text conditioning, the decoder generates speech tokens with a progress monitoring mechanism (PM-RoPE) that prevents the common &#8220;text fade-out&#8221; problem.<br>&#8226; Inherits rich linguistic knowledge from LLM pretraining instead of learning language modeling from scratch.</p><p><strong>How it works</strong><br>&#8226; Text encoder (frozen or fine-tuned LLM) conditions a speech decoder that generates audio tokens autoregressively.<br>&#8226; PM-RoPE (Progress Monitoring Rotary Position Embedding) explicitly tracks synthesis progress relative to text length, preventing the decoder from losing alignment mid-utterance.<br>&#8226; Duration predictor provides coarse timing; fine-grained alignment emerges from cross-attention.</p><p><strong>Results</strong><br>&#8226; Competitive with SOTA autoregressive TTS on naturalness and speaker similarity. Disabling PM-RoPE causes near-complete synthesis failure (CER: 0.129 -&gt; 0.982).</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2603.14432v1">Affectron: Emotional Speech Synthesis with Affective Contextual Alignment</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Aligns emotional speech synthesis with natural language emotion descriptions instead of fixed categorical labels (happy/sad/angry).<br>&#8226; You describe the emotional quality you want in plain text and the TTS matches it.</p><p><strong>How it works</strong><br>&#8226; Trains a contrastive alignment between speech audio and free-form emotion descriptions (not just 6 basic categories).<br>&#8226; Emotion embedding is injected into the TTS decoder as a conditioning signal alongside speaker identity and text.<br>&#8226; Uses a large-scale emotion-annotated speech dataset with LLM-generated descriptions of vocal affect.</p><p><strong>Results</strong><br>&#8226; Outperforms prior emotional TTS systems on both emotion accuracy and naturalness in human evaluations.<br>&#8226; Handles subtle emotions (&#8221;wistfully nostalgic,&#8221; &#8220;barely contained excitement&#8221;) that categorical systems can&#8217;t represent.</p><p>Emotional TTS goes from dropdown menus (pick one of 6) to &#8220;describe what you want.&#8221;</p><div><hr></div><h3><strong>&#128013; <a href="https://arxiv.org/html/2604.00292v1">MambaVoiceCloning: Efficient TTS via SSM and Diffusion</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; First TTS system with a fully SSM-only conditioning path at inference. No attention or RNN layers for text, rhythm, or prosody. Linear-time O(T) conditioning with bounded memory.<br>&#8226; Removes all attention-based duration and style modules from a StyleTTS2 backbone.</p><p><strong>How it works</strong><br>&#8226; Gated bidirectional Mamba text encoder + Temporal Bi-Mamba (supervised by alignment teacher, discarded after training) + Expressive Mamba with AdaLN modulation.<br>&#8226; SSM-only stack conditions a StyleTTS2 mel-diffusion-vocoder backbone; diffusion decoder uses a fixed 5-step schedule.<br>&#8226; 21M encoder parameters, dramatically smaller than transformer alternatives.</p><p><strong>Results</strong><br>&#8226; Modest gains over StyleTTS2, VITS, and Mamba-attention hybrids in MOS, F0 RMSE, MCD, and WER. 1.6x throughput improvement.</p><p>The gains are modest, but the point is proved: SSMs can fully replace attention in TTS conditioning. Linear scaling, bounded memory, no attention anywhere in the path.</p><div><hr></div><h3><strong>&#128292; <a href="https://arxiv.org/html/2509.22220v2">StableToken: Noise-Robust Semantic Speech Tokenizer</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Current semantic speech tokenizers are surprisingly fragile. Even at high SNRs where speech is perfectly intelligible, token sequences change drastically from acoustic perturbations.<br>&#8226; Multi-branch consensus mechanism with bit-wise voting makes tokens stable under noise.</p><p><strong>How it works</strong><br>&#8226; Multi-branch architecture processes audio in parallel through independent paths, producing multiple candidate token representations.<br>&#8226; Bit-wise voting merges these into a single stable token sequence, forming a consensus that resists noise perturbations.<br>&#8226; Co-designed with noise augmentation training; works with larger vocabulary sizes.</p><p><strong>Results</strong><br>&#8226; Average Unit Edit Distance of 10.17% under noise vs 26.17% (best supervised baseline) and 16.48% (best robust SSL model).<br>&#8226; SOTA reconstruction quality (best WER and MOS). Noise resilience doesn&#8217;t cost fidelity.</p><p>If your speech tokenizer breaks on background noise, everything downstream breaks too. StableToken fixes this at the root. Surprised nobody did this sooner.</p><div><hr></div><h3><strong>&#128290; <a href="https://arxiv.org/abs/2509.26469">DiVeQ: Differentiable Vector Quantization via Reparameterization</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YuJ6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YuJ6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 424w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 848w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 1272w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YuJ6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png" width="1456" height="484" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:484,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:153954,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/194286357?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YuJ6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 424w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 848w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 1272w, https://substackcdn.com/image/fetch/$s_!YuJ6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F494a846c-a917-42ba-a6f3-6bb5c1f622bc_1936x644.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Treats VQ as adding a reparameterized error vector that mimics quantization distortion. Forward pass stays hard/discrete, but gradients flow freely.<br>&#8226; Space-filling variant (SF-DiVeQ) maps inputs to the nearest point on a curve through codewords, achieving full codebook utilization.</p><p><strong>How it works</strong><br>&#8226; During training, &#8220;quantization&#8221; is modeled as the original vector plus a noise term shaped like real quantization error, enabling backprop via the reparameterization trick.<br>&#8226; No auxiliary losses, commitment losses, or temperature schedules. Pure end-to-end training.</p><p><strong>Results</strong><br>&#8226; Improves reconstruction and sample quality over straight-through estimator and other VQ methods across VQ-VAE (images), VQGAN (generation), and DAC (speech coding).</p><p>Drop-in replacement for VQ anywhere you use it. No commitment losses, no temperature schedules, no auxiliary losses. Just works. Directly relevant to neural audio codecs and discrete speech models.</p><div><hr></div><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><p><strong><a href="https://github.com/WeianMao/triattention">TriAttention</a></strong> Trigonometric KV cache compression that cuts KV memory by 10.7x and boosts throughput by 2.5x on long reasoning tasks with no accuracy loss. vLLM-compatible, runs Qwen3-32B on a 24GB RTX 4090. MIT. 512 stars.</p><p><strong><a href="https://github.com/Panniantong/Agent-Reach">Agent-Reach</a></strong> One-command internet access for AI agents. Twitter, Reddit, XiaoHongShu, Bilibili, GitHub, YouTube, all behind a single install. Works with Claude Code, OpenClaw, Cursor. Free, cookies stay local. 17.5k stars.</p><p></p><p><em>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend. &#128077;</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-68?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-68?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 67]]></title><description><![CDATA[This week: Mistral ships open TTS that beats ElevenLabs, Mamba-3 recovers state tracking, and a 1-bit 8B model that fits in 1 GB.]]></description><link>https://erogol.substack.com/p/machine-learns-67</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-67</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 01 Apr 2026 11:06:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!vcTT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129489;&#8205;&#128187; My new open-source projects</strong></h2><blockquote><p><em>I little self-promotion </em></p></blockquote><p><strong>&#11088;&#65039; <a href="https://github.com/erogol/toklog">TokLog</a></strong> - Local LLM cost proxy. <code>pip install toklog &amp;&amp; tl proxy start</code> - zero code changes, per-call breakdowns, and a kill switch for runaway agent loops. No cloud, no account.</p><p><strong>&#11088;&#65039; <a href="https://github.com/erogol/ngi">ngi</a></strong> - Trigram-indexed regex search in Rust. 2-6x faster than ripgrep on repeated queries. <code>ngi index</code> once, search instantly forever.</p><h2><strong>&#129302; Model Releases</strong></h2><p>&#128483;&#65039; <strong><a href="https://huggingface.co/mistralai/Voxtral-4B-TTS-2603">Voxtral-4B-TTS-2603</a></strong> - Mistral&#8217;s first open TTS. Zero-shot voice cloning from 3s of audio, 9 languages, beats ElevenLabs in 68.4% of human evals. vLLM-compatible. CC BY-NC 4.0.</p><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;python&quot;,&quot;nodeId&quot;:&quot;88a41563-40c0-443a-8498-560e9ca2ec75&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-python">try:
    keep_learning()
except NotSubscribed:
    newsletter.subscribe()</code></pre></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/meituan-longcat/LongCat-AudioDiT-3.5B">LongCat-AudioDiT-3.5B</a></strong> - Meituan&#8217;s TTS that ditches mel-spectrograms for raw waveform latent space. 3.5B Diffusion Transformer, beats prior SOTA on zero-shot voice cloning (0.818 vs 0.809 speaker similarity). MIT.</p><p>&#127917; <strong><a href="https://modelscope.cn/models/GAIR/daVinci-MagiHuman">daVinci-MagiHuman</a></strong> - 15B model generating synced video + audio from a reference image and text. 80% win rate vs Ovi 1.1, 5s 1080p clip in 38s on H100. Multilingual (CN/EN/JP/KR/DE/FR). Fully open-source.</p><p>&#127760; <strong><a href="https://huggingface.co/microsoft/harrier-oss-v1-27b">Harrier-OSS-v1-27B</a></strong> - Microsoft&#8217;s multilingual embedding model. SOTA on Multilingual MTEB v2, 32K context window, 100+ languages. Ships in 270M, 0.6B, and 27B sizes.</p><p>&#127760; <strong><a href="https://huggingface.co/prism-ml/Bonsai-8B-gguf">Bonsai-8B</a></strong> - End-to-end 1-bit LLM (Qwen3-8B) that fits in 1.15 GB. Not a quantization - purpose-built 1-bit. 70.5 avg on 6 benchmarks, 6.2x faster than FP16 on RTX 4090. Apache 2.0.</p><p>&#128444;&#65039; <strong><a href="https://huggingface.co/facebook/sam3.1">SAM 3.1</a></strong> - Meta&#8217;s Segment Anything update. New Object Multiplex makes multi-object tracking 7x faster at 128 objects with no accuracy loss. Better VOS on 6/7 benchmarks. Apache 2.0.</p><p>&#128066; <strong><a href="https://huggingface.co/CohereLabs/cohere-transcribe-03-2026">Cohere Transcribe</a></strong> - Cohere&#8217;s first open ASR. 2B params, 14 languages, long-form with auto-chunking. 58k+ downloads in week one. Apache 2.0.</p><p>&#127760; <strong><a href="https://huggingface.co/collections/perplexity-ai/pplx-embed">pplx-embed</a></strong> - Perplexity&#8217;s embedding family with a diffusion-pretrained backbone. <code>pplx-embed-v1</code> competitive on Multilingual MTEB v2; <code>pplx-embed-context-v1</code> SOTA on ConTEB. 0.6B and 4B sizes, 1M+ downloads.</p><p>&#129504; <strong><a href="https://huggingface.co/collections/nvidia/nemotron-cascade-2">Nemotron-Cascade 2</a></strong> - NVIDIA&#8217;s open 30B MoE with only 3B active params. Gold Medal at 2025 IMO, IOI, and ICPC - second open-weight model ever to hit that bar. Weights, data, and full training recipe open-sourced.</p><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#9889; <a href="https://arxiv.org/html/2602.06932v1">Aurora: When RL Meets Adaptive Speculative Training</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!vcTT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!vcTT!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 424w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 848w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 1272w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!vcTT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png" width="1456" height="732" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:732,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:405433,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/192830936?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!vcTT!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 424w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 848w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 1272w, https://substackcdn.com/image/fetch/$s_!vcTT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F436a0dc9-d6ed-420c-be4f-4b1b8a6b1a5e_1774x892.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Speculative decoding usually means: train a small &#8220;draft&#8221; model offline to predict tokens, then use it to speed up a large model at inference. Aurora closes the loop - the draft model learns continuously from live inference traffic instead of being trained once and frozen.<br>&#8226; Day-0 deployment: serve a brand-new model with an untrained speculator immediately; it improves itself in real time.</p><p><strong>How it works</strong><br>&#8226; Reframes speculative decoding as asynchronous RL: the draft model is the policy, accepted/rejected tokens are the reward signal.<br>&#8226; Learns from both accepted tokens (imitation) and rejected tokens (counterfactual - &#8220;stop proposing this&#8221;), giving much denser training signal.<br>&#8226; New speculator weights hot-swapped into the live inference server without downtime via lazy synchronization.</p><p><strong>Results</strong><br>&#8226; 1.5&#215; day-0 speedup on frontier models (MiniMax M2.1 229B, Qwen3-Coder-Next 80B) with a cold-start speculator.<br>&#8226; 1.25&#215; additional speedup over a well-trained static speculator by adapting to real user traffic distribution.</p><p><strong>Why it matters</strong><br>&#8226; Eliminates &#8220;train a drafter offline for weeks before deployment.&#8221; Speculators no longer go stale when the target model or user patterns change.</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/abs/2603.28086">MOSS-VoiceGenerator: Create Realistic Voices with Natural Language Descriptions</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; You can describe a voice in plain English - &#8220;deep, gravelly, slightly warm, like a late-night radio host&#8221; - and generate it. No reference audio needed.<br>&#8226; Most TTS customization requires a sample clip. This eliminates that entirely.</p><p><strong>How it works</strong><br>&#8226; A language model generates audio tokens from text descriptions the same way it generates word tokens from a prompt.<br>&#8226; Trained on ~5,000h of cinematic speech (movies, TV) annotated with timbre descriptions - richer and more varied than studio recordings, which sound sterile.<br>&#8226; Retrieval mode: can also search a voice database to find the closest match to your description and clone from there.</p><p><strong>Results</strong><br>&#8226; Beats prior methods on naturalness, instruction-following, and overall quality in human preference studies.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/abs/2603.19461">Hyperagents: Metacognitive Self-Modification</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1ORj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1ORj!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 424w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 848w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 1272w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1ORj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png" width="1456" height="317" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:317,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:139322,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/192830936?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!1ORj!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 424w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 848w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 1272w, https://substackcdn.com/image/fetch/$s_!1ORj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcdfd0bea-8c40-4903-a299-b49408f01ffa_1782x388.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; An AI agent that rewrites its own instructions, tools, and evaluation criteria - then applies those changes to future runs. Not just self-reflection: actual self-modification that persists.<br>&#8226; Prior self-improving agents only worked in coding. This one generalizes across math, reasoning, and general tasks.</p><p><strong>How it works</strong><br>&#8226; Two-layer loop: a task agent does the work; a meta-agent watches, judges, and edits both the task agent&#8217;s prompts/tools and its own judgment criteria.<br>&#8226; Nothing is frozen - the meta-agent can rewrite its own evaluation logic if it decides it was grading wrong.<br>&#8226; Improvements compound - each generation of modifications builds on the last, like iterative refactoring but for agent behavior.</p><p><strong>Results</strong><br>&#8226; Outperforms strong self-improving agent baselines on coding, math, and general reasoning.<br>&#8226; Performance gains compound across iterations - later runs significantly outperform earlier ones.</p><div><hr></div><h3><strong>&#9889; <a href="https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/">TurboQuant: Redefining AI Efficiency with Extreme Compression</a></strong></h3><div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;91064b6f-472f-4606-9bd7-1338908331f5&quot;,&quot;duration&quot;:null}"></div><p><strong>What&#8217;s new</strong><br>&#8226; Google&#8217;s two-stage compression algorithm combining PolarQuant (high-quality compression) and QJL (Quantized Johnson-Lindenstrauss - a 1-bit error correction layer on top).</p><p><strong>How it works</strong><br>&#8226; PolarQuant: randomly rotate data vectors to simplify geometry, then compress. Think of it as: before compressing, rearrange the data so it&#8217;s easier to compress accurately.<br>&#8226; QJL: uses just 1 bit to detect errors from the first stage while preserving the relative distances between vectors - so you can still find &#8220;similar&#8221; vectors correctly.<br>&#8226; Two stages: compress aggressively first, catch the errors second. The combination gives extreme compression with minimal quality loss.</p><p><strong>Results</strong><br>&#8226; Reduces key-value cache memory by at least 6x without accuracy loss.<br>&#8226; Up to 8x speedup in computing attention scores on H100 GPUs.<br>&#8226; Gemma 2 2B retains benchmark performance under TurboQuant compression.</p><p><strong>Why it matters</strong><br>&#8226; Practical path to running large models on memory-constrained hardware. The attention cache is often the memory bottleneck - 6x smaller cache means much longer context windows on the same hardware.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.15569v1">Mamba-3: Improved Sequence Modeling using State Space Principles</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Mamba-2 was fast but broke on tasks requiring memory - like tracking whether a running count is odd or even across thousands of tokens. It performed at random chance. Mamba-3 fixes this while getting more efficient.</p><p><strong>How it works</strong><br>&#8226; The hidden state now stores complex numbers instead of real ones. Complex numbers can represent rotation, which gives the model a built-in sense of position and periodicity - the thing it was missing for counting and tracking.<br>&#8226; More efficient state updates: the recurrence now uses matrix multiplication instead of a less expressive outer-product operation, packing more information into the same memory footprint.<br>&#8226; Since decoding is bottlenecked by memory bandwidth (not compute), the extra matrix math costs almost no wall-clock time.</p><p><strong>Results</strong><br>&#8226; Near-perfect state-tracking accuracy where Mamba-2 performs at chance.<br>&#8226; Matches Mamba-2 quality with half the memory - same output, half the RAM.<br>&#8226; +1.8 accuracy points over the best alternative at 1.5B scale.</p><p><strong>Why it matters</strong><br>&#8226; State tracking is a prerequisite for any agent that needs to follow multi-step instructions reliably. This closes the gap that made linear models a risky bet for production. Already being adopted in Qwen3 and Nemotron hybrids.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/abs/2603.14360">M&#178;RNN: Non-Linear RNNs with Matrix-Valued States</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; An RNN where the hidden state is a matrix instead of a vector, with non-linear transitions. The key insight: non-linear RNNs weren&#8217;t abandoned because non-linearity is bad - they were abandoned because their state was too small. Matrix-valued states fix this.</p><p><strong>How it works</strong><br>&#8226; Each recurrent layer maintains a matrix-shaped hidden state with expressive non-linear updates. Matrix structure naturally exploits GPU tensor cores.<br>&#8226; Hybrid design: most layers are attention, some swapped for M&#178;RNN recurrent layers. Even replacing a single attention layer yields meaningful gains.</p><p><strong>Results</strong><br>&#8226; Beats Gated DeltaNet hybrids by 0.4&#8211;0.5 perplexity points on a 7B mixture-of-experts model using 3&#215; smaller recurrent state.<br>&#8226; Perfect state tracking that generalizes to sequence lengths unseen during training.<br>&#8226; +8 points on LongBench over SOTA hybrid linear attention architectures.</p><p><strong>Why it matters</strong><br>&#8226; Transformers are provably unable to do certain tasks natively (like entity tracking across many steps). M&#178;RNN layers can - and they&#8217;re cheap to add. A compelling plug-in upgrade rather than a full replacement.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.20105v1">&#955;-RLM: The Y-Combinator for LLMs</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; LLMs can already write code to break down long documents - but that code crashes, loops forever, or hallucinates. &#955;-RLM replaces free-form code generation with a small fixed vocabulary of safe operations (Split, Filter, Map, Reduce).<br>&#8226; Think of it as giving the model Lego bricks instead of raw clay: the pieces are constrained, but you can build anything.</p><p><strong>How it works</strong><br>&#8226; The LLM picks operations from the library to decompose a task into small enough pieces to fit in its context window. Actual execution is deterministic - no surprises.<br>&#8226; Recursion is handled via the Y-combinator (a computer science primitive), which guarantees termination and makes execution cost predictable before it starts.</p><p><strong>Results</strong><br>&#8226; Wins 29/36 model-task comparisons vs. standard recursive LLMs across 9 models and 4 benchmarks.<br>&#8226; Up to +21.9 accuracy points and 4.1&#215; faster.</p><p><strong>Why it matters</strong><br>&#8226; The agent does the thinking; the runtime does the orchestration. You get better accuracy, formal correctness guarantees, and predictable cost - instead of hoping the LLM writes valid code.</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2603.19798v1">Any2Speech: Borderless Long Audio Synthesis</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Standard TTS reads one sentence at a time with no memory of what came before. Any2Speech adds scene awareness: it knows who&#8217;s speaking, what the emotional arc is, and how the current line fits into the whole scene.<br>&#8226; Most TTS datasets are built by filtering noisy audio. This one keeps everything and annotates it instead - capturing natural breath, emotion, and multi-speaker dynamics that filtered datasets lose.</p><p><strong>How it works</strong><br>&#8226; The model gets three layers of context: scene level (who are these people, what&#8217;s the mood), sentence level (what&#8217;s the intent of this line), word level (how to stress and pronounce it).<br>&#8226; Before synthesizing, the model writes a plan - tone, pacing, emotion per sentence - using chain-of-thought reasoning. You can edit the plan before generating audio.</p><p><strong>Results</strong><br>&#8226; Demo-based evaluation only (no standard benchmark covers long-form scene-aware synthesis yet).<br>&#8226; Uses &gt;90% of training data vs. the typical 10-30% retained after aggressive quality filtering.</p><p><strong>Why it matters</strong><br>&#8226; Closes the gap between TTS and actual voice acting. The model can direct its own delivery from a script rather than blindly reading words.</p><div><hr></div><h3><strong>&#129300; <a href="https://arxiv.org/html/2601.15778v1">Agentic Confidence Calibration</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; When should an AI agent trust its own answer? This paper builds a confidence calibration system that watches <em>how</em> the agent reasoned - not just <em>what</em> it concluded.<br>&#8226; Most calibration methods look at the output. This one looks at the journey: did confidence fluctuate? Did it spike or crash at unusual steps?</p><p><strong>How it works</strong><br>&#8226; Records a confidence trace across every step of the agent&#8217;s execution - how certain it was at each point.<br>&#8226; Extracts features from that trace: how much confidence changed between steps, how volatile it was within a step, which early or late steps best predicted success.<br>&#8226; Maps those features to a calibrated confidence score using a lightweight model.</p><p><strong>Results</strong><br>&#8226; Outperforms strong baselines across 8 benchmarks on calibration quality.<br>&#8226; Generalizes across different agent architectures.</p><p><strong>Why it matters</strong><br>&#8226; An agent that confidently gives a wrong answer is more dangerous than one that says &#8220;I&#8217;m not sure.&#8221; Process-level signals catch uncertainty that output-only methods miss entirely.</p><div><hr></div><h3><strong>&#9889; <a href="https://arxiv.org/html/2603.18534v1">Data-Efficient Pre-Training by Scaling Synthetic Megadocs</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; When you&#8217;re running out of unique training data (increasingly everyone), generating rephrases of your documents and mixing them in actually improves performance on the original distribution.<br>&#8226; The key trick: stitch rephrases into one long &#8220;megadoc&#8221; per source document instead of treating each as a separate training example.</p><p><strong>How it works</strong><br>&#8226; Simple rephrasing: generate multiple rephrasings per document, mix into training. Improves monotonically, plateauing at ~1.48&#215; data efficiency at 32 rephrases.<br>&#8226; Megadocs: concatenate all rephrases into one long document (or insert generated rationales inline to &#8220;stretch&#8221; the original).<br>&#8226; Allows 5&#215; more training steps without overfitting - epoch real data 32 times instead of 16.</p><p><strong>Results</strong><br>&#8226; Megadocs push data efficiency from 1.48&#215; to 1.80&#215; at 32 generations per document.<br>&#8226; Improvements on loss, downstream benchmarks, and especially long-context loss (0.14&#8211;0.19 improvement).</p><p><strong>Why it matters</strong><br>&#8226; A concrete recipe for hitting the data wall. By organizing synthetic variants into longer coherent documents, you resist overfitting much longer. Very relevant as unique web text becomes scarcer.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.13366v1">Thinking in Uncertainty: Mitigating Hallucinations with Latent Entropy-Aware Decoding</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; LEAD (Latent Entropy-Aware Decoding): a decoding strategy for multimodal reasoning models that switches between two modes based on how uncertain the model is token-by-token.</p><p><strong>How it works</strong><br>&#8226; High-entropy (uncertain) states: instead of picking a token, the model uses a probability-weighted blend of possible token embeddings - staying in &#8220;soft&#8221; space, preserving semantic diversity.<br>&#8226; Low-entropy (confident) states: revert to discrete token selection for precise convergence.<br>&#8226; Visual anchor injection: during high-entropy phases, reintroduce visual features to keep the model grounded in the image.<br>&#8226; Persistence window: prevents rapid oscillation between modes (once you switch, you stay for a few steps).</p><p><strong>Results</strong><br>&#8226; +4.7% improvement on hallucination benchmarks averaged across models.<br>&#8226; +2.0% on mathematical reasoning tasks.</p><div><hr></div><h3><strong>&#128300; <a href="https://arxiv.org/html/2603.02225v2">Scaling Reward Modeling Without Human Supervision</a></strong></h3><p><strong>What&#8217;s new</strong><br>&#8226; Reward models - the systems that teach AI what &#8220;good&#8221; looks like during training - normally require thousands of human preference labels. This paper trains them on raw web text instead.<br>&#8226; The key insight: a document&#8217;s natural continuation is probably better than a random mismatch. That&#8217;s all you need to build a preference signal at scale.</p><p><strong>How it works</strong><br>&#8226; Take any web document. The second half is the &#8220;preferred&#8221; completion; a random snippet from elsewhere is the &#8220;rejected&#8221; one. Train the reward model to distinguish between them.<br>&#8226; Same training objective as human-labeled RLHF - just with implicit labels scraped from the web at zero cost.<br>&#8226; Demonstrated on 11M tokens of math-focused text.</p><p><strong>Results</strong><br>&#8226; +7.7 points average on RewardBench v2 (a standard reward model quality benchmark).<br>&#8226; +16.1 points on math-specific subsets.<br>&#8226; Downstream math performance improves significantly when used for model fine-tuning.</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.14923v1">Directional Routing in Transformers</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Jq37!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Jq37!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 424w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 848w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 1272w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Jq37!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png" width="1456" height="864" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:864,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:196861,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/192830936?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Jq37!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 424w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 848w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 1272w, https://substackcdn.com/image/fetch/$s_!Jq37!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e4718ca-779b-44ba-919b-79608927ca1d_1858x1102.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>&#8226; Adding a tiny routing layer to transformer attention heads - only 3.9% extra parameters - reveals something unexpected: turn routing off, and factual recall collapses to near-zero. The model loses the ability to complete simple patterns entirely.<br>&#8226; This suggests transformers aren&#8217;t using individual specialized heads - they&#8217;re using coordinated networks of heads that only work together.</p><p><strong>How it works</strong><br>&#8226; Each attention head gets 4 learned &#8220;filter vectors.&#8221; A shared routing network decides, based on the input, how much of each filter to apply to each head&#8217;s output.<br>&#8226; No special training signal - this self-organizes purely from standard language modeling. Early layers learn domain-adaptive routing; late layers learn fixed syntactic cleanup.</p><p><strong>Results</strong><br>&#8226; 31&#8211;56% better language modeling quality vs. baseline at 433M parameters.<br>&#8226; 1.3&#215; faster to train.<br>&#8226; Removing even the &#8220;most important&#8221; head only drops accuracy by 1.4% - the routing layer absorbs the redundancy.<br>&#8226; Caveat: quality gains don&#8217;t yet show up on standard multiple-choice benchmarks.</p><div><hr></div><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><p><strong><a href="https://github.com/itigges22/ATLAS">ATLAS</a></strong> - Test-time scaffolding that turns a frozen Qwen3-14B into a frontier coder. 74.6% LiveCodeBench pass@1 on a single GPU - between Claude Sonnet and GPT-5 - at $0.004/task in electricity.</p><p><strong><a href="https://github.com/fathyb/carbonyl">Carbonyl</a></strong> - Full Chromium running inside a terminal. Actual rendering via a modified Blink engine - not screenshots. 60 FPS, &lt;1s startup, 50x less CPU than Browsh. 17.6k stars.</p><p><strong><a href="https://github.com/MiniMax-AI/OpenRoom">OpenRoom</a></strong> - Browser-based windowed desktop for AI agents. Natural language operates all apps; &#8220;Vibe Workflow&#8221; generates new ones from text. From MiniMax. MIT.</p><p><strong><a href="https://github.com/zerobootdev/zeroboot">Zeroboot</a></strong> - Sub-millisecond VM sandboxes via CoW forking of Firecracker VMs. 0.79ms spawn, ~265KB each, 190x faster than E2B. The missing primitive for safe agent code execution. Apache 2.0.</p><div><hr></div><p><em>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend. &#128077;</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-67?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-67?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 66]]></title><description><![CDATA[Attention Residuals rethink skip connections, the LM head as a gradient bottleneck, Fish Audio S2 open-sources competitive TTS, and a heavy papers section on optimizers, calibration, and audio-driven]]></description><link>https://erogol.substack.com/p/machine-learns-66</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-66</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 18 Mar 2026 12:23:46 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!VxBc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><p>&#127760; <a href="https://huggingface.co/microsoft/Phi-4-reasoning-vision-15B">Phi-4-Reasoning-Vision-15B</a> &#8212; 15B open-weight multimodal reasoning model from Microsoft. Phi-4-Reasoning backbone + SigLIP-2 vision encoder, mid-fusion architecture. Outperforms much larger models on reasoning benchmarks.</p><p></p><pre><code><strong>try:
    keep_learning()
except NotSubscribed:
    newsletter.subscribe()</strong></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#128483;&#65039; <a href="https://arxiv.org/html/2603.08823v2">Fish Audio S2</a> &#8212; Open-sourced TTS with multi-speaker, multi-turn generation and instruction-following via natural language. Dual-AR model, RL-aligned post-training, SGLang inference engine (RTF 0.195, TTFA 100 ms). 81.88% win rate on Emergent TTS Eval. Weights + fine-tuning code released.</p><p>&#128066; <a href="https://huggingface.co/ibm-granite/granite-4.0-1b-speech">Granite 4.0 1B Speech</a> &#8212; 1B speech-language model from IBM for multilingual ASR + bidirectional speech translation. 6 languages, keyword biasing, speculative decoding via CTC drafts. Average WER 5.52 on HF Open ASR Leaderboard at 280&#215; real-time &#8212; competitive with 8B models at half the size.</p><p>&#129504; <a href="https://huggingface.co/collections/nvidia/nvidia-nemotron-v3">NVIDIA Nemotron v3</a> &#8212; 120B total / 12B active MoE hybrid (Mamba-2 + Attention + MTP), 1M context, 7 languages. NVFP4 precision. Beats GPT-OSS-120B on agentic (SWE-bench 60.5% vs 41.9%), reasoning (HMMT Feb25 94.7%), and long-context (RULER@1M 91.8% vs 22.3%). Also ships as Nano-30B (3B active) and Nano-4B. Open weights + data + recipes.</p><p>&#9889; <a href="https://huggingface.co/collections/RedHatAI/speculator-models">RedHatAI Speculator Models</a> &#8212; EAGLE-3 draft models for speculative decoding of Llama-3/4, Qwen3, and GPT-OSS. 1.5&#8211;2.5&#215; latency reduction (up to 4.9&#215; on Llama-4-Maverick math @ 8&#215;B200) with zero quality loss. ~15 model-specific speculators, plug-and-play with vLLM.</p><p>&#129504; <a href="https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-GGUF">Qwen3.5-27B-Claude-Opus-Reasoning-Distilled</a> &#8212; 27B community distillation of Claude 4.6 Opus reasoning traces into Qwen3.5 via LoRA + Unsloth. Replaces repetitive <code>&lt;think&gt;</code> loops with structured CoT. Native &#8220;developer&#8221; role support for coding agents. ~30 tok/s on RTX 3090 (Q4_K_M, 16.5 GB VRAM). GGUF format.</p><div><hr></div><p></p><h2><strong>&#128206; Papers</strong></h2><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.15569v1">Mamba-3: Improved Sequence Modeling using State Space Principles</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!VxBc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!VxBc!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 424w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 848w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 1272w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!VxBc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png" width="1456" height="709" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:709,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:266290,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/191356722?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!VxBc!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 424w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 848w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 1272w, https://substackcdn.com/image/fetch/$s_!VxBc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ad1b051-e870-40a0-bfad-960f13fd3458_2670x1300.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Redesigns the core state-space recurrence from first principles &#8212; fixes expressiveness, state dynamics, and hardware utilization simultaneously. Removes the short convolution entirely. Matches Mamba-2 quality at half the state size.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A more accurate way to update the hidden state each step &#8212; the old method (Euler) only looks at the current input, while the new one averages current and next inputs, capturing dynamics the old rule missed. This lets both the input and output projection matrices contribute to updates &#8212; richer recurrence at no extra cost.</p></li><li><p>Uses complex numbers in the state, which lets it naturally represent oscillating patterns (think: repeating structures in language) that real-valued states struggle with.</p></li><li><p>Multi-Input Multi-Output (MIMO): widens the input/output projections by a small factor R, so each step does more useful math per byte of memory read. Since decoding is bottlenecked by memory bandwidth (not compute), the extra arithmetic is essentially free &#8212; wall-clock barely changes at R=4.</p></li><li><p>Hybrid models (5:1 Mamba-3 to attention layers) largely close the retrieval gap vs pure Transformers.</p></li></ul><p><strong>Results</strong></p><ul><li><p>1.5B, 100B tokens: Mamba-3 MIMO val PPL 10.24 vs Transformer 10.51, Mamba-2 10.47. Avg accuracy 57.6 (+2.2 over Transformer).</p></li><li><p>Mamba-3 MIMO at state size 64 matches Mamba-2 at state size 128 &#8212; same quality, half the decode latency.</p></li></ul><h3><strong>&#128300; <a href="https://arxiv.org/html/2603.14923v1">Directional Routing in Transformers</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!JAHH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!JAHH!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 424w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 848w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 1272w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!JAHH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png" width="1456" height="952" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:952,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:350203,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/191356722?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!JAHH!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 424w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 848w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 1272w, https://substackcdn.com/image/fetch/$s_!JAHH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ca908af-0830-451b-b96e-97c071b7e017_2512x1642.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A lightweight mechanism (+3.9% params, +0.02% FLOPs) that gives each attention head 4 learned &#8220;directions to suppress,&#8221; controlled by a shared MLP router. The router becomes so central to the model that disabling it collapses factual recall to near-zero, while knocking out any individual head has negligible effect.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Each head learns 4 unit-length direction vectors. A shared 4-layer MLP router outputs per-head gating weights that control how strongly each direction is applied.</p></li><li><p>After standard attention computes its output, the mechanism projects the output onto each learned direction and subtracts it (scaled by the gating weight) &#8212; effectively filtering out interference between different types of information (e.g., preventing factual knowledge from bleeding into syntactic processing).</p></li><li><p>No auxiliary loss or load-balancing needed. It self-organizes: early layers learn to route by domain/topic, late layers learn to suppress grammar-related features that would otherwise add noise.</p></li></ul><p><strong>Results</strong></p><ul><li><p>433M vs 417M baseline: overall PPL 20.6 vs 42.7 (&#8722;51.8%), Math PPL 29.2 vs 66.5 (&#8722;56.1%).</p></li><li><p>The catch: perplexity gains don&#8217;t transfer to multiple-choice benchmarks (HellaSwag, ARC) &#8212; the routing is better at decoding existing knowledge, not a source of new knowledge. Intriguing mechanistic finding, unclear practical payoff at scale.</p></li></ul><h3><strong>&#129504; <a href="https://github.com/MoonshotAI/Attention-Residuals/blob/master/Attention_Residuals.pdf">Attention Residuals</a> (Kimi Team / MoonshotAI)</strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wOCl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wOCl!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 424w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 848w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 1272w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wOCl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png" width="1456" height="839" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:839,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:539395,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/191356722?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!wOCl!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 424w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 848w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 1272w, https://substackcdn.com/image/fetch/$s_!wOCl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37ff1944-bae4-46e6-b834-ae993c1c8f58_2262x1304.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Standard residual (skip) connections just add every layer&#8217;s output with equal weight &#8212; there&#8217;s no way for the network to say &#8220;layer 5&#8217;s output matters here, but layer 12&#8217;s doesn&#8217;t.&#8221; AttnRes replaces this with learned attention over depth: each layer gets a small learnable query that decides how much weight to give each preceding layer&#8217;s output.</p></li><li><p>Block AttnRes makes it practical: group layers into ~8 blocks and only apply the cross-layer attention at block boundaries, instead of between every single layer. This keeps the memory cost manageable.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Each layer computes a weighted combination of all prior layer outputs, where the weights come from a softmax attention mechanism &#8212; exactly like sequence attention, but operating over layers instead of tokens.</p></li><li><p>Block variant: normal residual connections within blocks, learned attention only across the ~8 block-level representations. This recovers most of the gains at a fraction of the cost.</p></li><li><p>All the learnable queries start at zero, so at initialization the system behaves like uniform averaging &#8212; this prevents training instability.</p></li><li><p>Cross-stage caching for pipeline parallelism: &lt;4% wall-clock training overhead.</p></li><li><p>Two-phase inference keeps overhead under 2%.</p></li><li><p>Elegant theoretical framing: standard residuals, Highway Networks, and other prior variants are all &#8220;linear attention over depth&#8221; &#8212; AttnRes is &#8220;softmax attention over depth.&#8221;</p></li></ul><p><strong>Results</strong></p><ul><li><p>Block AttnRes matches the loss of a baseline trained with 1.25&#215; more compute.</p></li><li><p>Kimi Linear 48B/3B on downstream tasks: GPQA-Diamond +7.5, Math +3.6, HumanEval +3.1, C-Eval +2.9 over baseline.</p></li></ul><h3><strong>&#128300; <a href="https://arxiv.org/html/2603.10145v1">Lost in Backpropagation: The LM Head is a Gradient Bottleneck</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>The gradient flowing back from the vocabulary-sized output gets squeezed through a much smaller hidden dimension, crushing most of the useful training signal into noise.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>The gradient signal passing through the LM head has very high rank (nearly vocabulary-sized), but the head can only pass through a tiny fraction of that information &#8212; it&#8217;s constrained by the hidden dimension, which is orders of magnitude smaller than the vocabulary.</p></li><li><p>The gap between the ideal gradient update and what actually gets through is mathematically bounded &#8212; and it&#8217;s large.</p></li><li><p>SpamLang experiment: a trivially simple synthetic language (just repeat one token) that any Transformer with hidden dim &#8805; 2 can perfectly express &#8212; yet gradient descent fails to learn it as vocabulary size grows. This cleanly proves the problem is optimization, not model capacity.</p></li><li><p>Controlled 2B-parameter pretraining (Llama3 backbone) with the LM head forced to a specific rank confirms the effect in real training.</p></li><li><p>The projected gradient has only 0.1&#8211;0.2 cosine similarity with the original gradient &#8212; meaning the model sees a heavily distorted version of the true training signal.</p></li></ul><p><strong>Results</strong></p><ul><li><p>95&#8211;99% of gradient norm destroyed across GPT-2, Pythia, Llama-3, Qwen3-Base families.</p></li><li><p>A model with hidden dim 4096 reaches the final loss of a dim-32 model within 700M tokens &#8212; a 16&#215; convergence speedup for the same backbone.</p></li><li><p>SpamLang: vocab size 16384 learns perfectly; vocab size 131072 generates garbage regardless of learning rate.</p></li></ul><h3><strong>&#128207; <a href="https://arxiv.org/html/2603.15653v1">SRLM: Self-Reflective Program Search for Long Context</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!AaCV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!AaCV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 424w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 848w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 1272w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!AaCV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png" width="1456" height="687" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:687,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:516590,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/191356722?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!AaCV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 424w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 848w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 1272w, https://substackcdn.com/image/fetch/$s_!AaCV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe54c19dc-c632-4c85-a2b7-ce3f84a0f0a3_1844x870.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>SRLM improves long-context reasoning by combining recursive sub-queries with uncertainty-aware self-reflection. Instead of using fixed heuristics to pick the best reasoning path, it uses the model&#8217;s own confidence signals to select the most reliable answer.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Breaks long contexts into smaller recursive sub-queries executed in a sandboxed programming environment, treating the full context as an external variable the program can reference.</p></li><li><p>Evaluates candidate reasoning programs using three built-in confidence signals:</p><ul><li><p>Self-consistency: do multiple runs agree on the same answer?</p></li><li><p>Verbalized confidence: how confident does the model say it is at each step?</p></li><li><p>Reasoning trace length: how many tokens did it take? (longer deliberation can signal harder sub-problems)</p></li></ul></li><li><p>These signals together pick the most reliable reasoning trajectory from the search space.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Qwen3-Coder-480B: LongBench-v2 64.9 (+5.1 over RLM), BrowseComp+ 59.7 (+22.6 over RLM), OOLONG 51.8 (+6.1).</p></li><li><p>GPT-5: LongBench-v2 68.9 (+9.4), BrowseComp+ 92.4 (+6.4), OOLONG 65.5 (+12.5).</p></li><li><p>Biggest gain on semantically intensive retrieval: +22.6 absolute on BrowseComp+ with Qwen3.</p></li></ul><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2603.16280v1">CAST-TTS: Unified Timbre Control via Cross-Attention</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A unified framework for controlling voice timbre (the quality that makes one voice sound different from another) using cross-attention, accepting both speech clips and text descriptions interchangeably as voice prompts.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Timbre encoder with two branches: speech prompts go through a speaker encoder; text prompts (like &#8220;deep male voice with a warm tone&#8221;) go through a Flan-T5 text encoder.</p></li><li><p>Multi-stage training aligns the speech and text representations into a shared timbre space &#8212; so a text description and a matching voice clip land near each other.</p></li><li><p>Cross-attention in the Transformer backbone lets the model flexibly draw on timbre information from either modality.</p></li><li><p>Trained with flow-matching loss, optimizing cross-modal feature alignment.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Speech-prompted: SPK-Sim 78.4 (vs F5-TTS 75.4, MaskGCT 74.5), WER 2.05%, UTMOS 3.91.</p></li><li><p>Text-prompted: Style-ACC 91.15% (vs CapSpeech 88.93%), WER 3.89%, Sim-MOS 4.11.</p></li><li><p>Best speaker similarity across all baselines while keeping intelligibility competitive.</p></li></ul><h3><strong>&#9889; <a href="https://arxiv.org/html/2603.09078v1">Exclusive Self Attention (XSA)</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Standard self-attention output for a token has high overlap with that token&#8217;s own value vector &#8212; meaning attention wastes capacity reconstructing per-token features that the residual connection and feed-forward layer already handle. XSA subtracts out the &#8220;self-copy&#8221; component, forcing attention to focus purely on contextual (cross-token) information. Two lines of code.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Self-copy bias happens because value vectors within a sequence tend to point in similar directions, and the self-attention score (token attending to itself) is typically high &#8212; together causing the output to look a lot like the input.</p></li><li><p>Side benefit: acts as an implicit attention sink. Attention mass that has nowhere useful to go can safely land on the self-attention score, since the self-copy gets removed anyway.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Downstream accuracy gains: +0.26 (0.7B), +1.03 (1.3B), +1.36 (2.7B) &#8212; gains scale with model size and sequence length.</p></li><li><p>2.7B XSA: ARC-E 60.65, HellaSwag 67.40, LAMBADA 62.04, PIQA 77.80 (vs 58.59, 66.20, 60.18, 76.61 baseline).</p></li></ul><h3><strong>&#9881;&#65039; <a href="https://arxiv.org/html/2603.09697v1">Mousse: Muon + Curvature-Aware Preconditioning</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Muon (a recent optimizer) assumes the loss landscape curves equally in all directions &#8212; but neural networks have very uneven curvature. Mousse fixes this.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Mousse measures the curvature along each direction (using a running average of gradient statistics, factored efficiently via Kronecker products) and adjusts step sizes accordingly &#8212; take bigger steps in flat directions, smaller steps in steep ones.</p></li><li><p>Trace normalization: rescales the curvature estimates so their average is 1 across all layers. This is critical because raw curvature magnitudes vary wildly between layers.</p></li><li><p> Memory ~1.05&#215; Muon, ~0.88&#215; SOAP.</p></li></ul><p><strong>Results</strong></p><ul><li><p>800M model: ~0.012 lower final validation loss than Muon; ~12% fewer steps to converge.</p></li><li><p>Consistent wins across 160M&#8211;800M on FineWeb (20B tokens), on both cosine and WSD LR schedules.</p></li></ul><h3><strong>&#9889; <a href="https://arxiv.org/html/2603.09229v1">Flash-KMeans: Fast and Memory-Efficient Exact K-Means</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>GPU k-means: the standard approach materializes a huge distance matrix (every point &#215; every cluster) and uses contention-prone atomic writes. flash-kmeans eliminates both problems while computing exact results (not approximations).</p></li></ul><p><strong>How it works</strong></p><ul><li><p>FlashAssign: streams data in small tiles from main GPU memory to fast on-chip memory, computing distances and finding the nearest cluster on the fly &#8212; the full distance matrix is never stored. </p></li><li><p>This slashes memory traffic from &#8220;proportional to points &#215; clusters&#8221; down to &#8220;proportional to points + clusters.&#8221;</p></li><li><p>Sort-based update: sorts points by their assigned cluster, then does efficient segment-level reductions to compute new centroids.</p></li><li><p>Handles datasets too large for GPU memory via chunked streaming; an auto-tuning heuristic matches exhaustive tuning within 0.3%.</p></li></ul><p><strong>Results</strong></p><ul><li><p>End-to-end: 17.9&#215; over fast_pytorch_kmeans, 33&#215; over cuML, 200&#215;+ over FAISS on H200.</p></li><li><p>1 billion points (N=10&#8313;, K=32768, D=128): 41.4s vs 261.8s baseline.</p></li><li><p>Handles out-of-memory cases where PyTorch baselines crash (N=1M, K=64K, D=512).</p></li></ul><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2602.23068v1">TADA: Text-Acoustic Dual Alignment for Speech Modeling</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Achieves 1-to-1 alignment between text tokens and audio frames using forced alignment &#8212; this collapses the usual 10&#215; sequence length gap between text and speech. A 2048-token context covers ~682 seconds of audio.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>A forced aligner (Wav2Vec2-Large backbone) maps each text token to its exact corresponding audio frame using Viterbi alignment.</p></li><li><p>VAE Encoder compresses 24kHz audio down to 50 frames/sec, then a 6-layer Transformer refines these. A binary flag marks which frames correspond to text token boundaries.</p></li><li><p>LLM Backbone (Llama 3.2 1B/3B): fuses text and acoustic embeddings by simply adding them together. Uses flow matching with a special binary encoding for duration prediction.</p></li><li><p>Speech-Free Guidance: blends text-only and text+speech predictions at inference. At weight 0.5, recovers near-text-only language accuracy with only +0.01 RTF overhead.</p></li><li><p>Trained on 270k hours English + 635k hours multilingual (7 languages).</p></li></ul><p><strong>Results</strong></p><ul><li><p>RTF 0.09 (TADA-1B) &#8212; 2&#8211;8&#215; faster than all baselines.</p></li><li><p>SeedTTS-Eval: CER 0.73, SIM 77.9. Zero hallucinations.</p></li><li><p>Text perplexity 19.6 on Seamless Interaction as spoken LM (beats Llama-3B-Instruct&#8217;s 20.9 while 2&#215; smaller).</p></li></ul><h3><strong>&#128218; <a href="https://arxiv.org/html/2603.03872">Believe Your Model: Distribution-Guided Confidence Calibration</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>DistriVoting: a test-time scaling method that samples multiple reasoning paths, then uses the distribution of confidence scores to separate likely-correct from likely-incorrect answers.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Trajectory Confidence: measures how concentrated the model&#8217;s probability is on its chosen answer (using the negative log-probability over top-k predictions at the answer step).</p></li><li><p>SSC: tracks a running average of step-level confidence. When confidence drops sharply below the running threshold, it intervenes and forces the model to output a reflection/reconsideration token.</p></li><li><p>GMM Filter: fits a 2-component Gaussian mixture to the confidence scores across N sampled trajectories. The higher-confidence component is presumed correct.</p></li><li><p>Reject Filter: from the lower-confidence component, identifies the most likely wrong answer and removes all matching trajectories from the final pool.</p></li></ul><p><strong>Results</strong></p><ul><li><p>DeepSeek-R1-8B (5-benchmark avg): Self-Consistency 73.09% &#8594; DistriVoting+SSC 77.84% (+4.75pp).</p><ul><li><p>HMMT2025: 69.11% &#8594; 84.95% (+15.84pp).</p></li></ul></li><li><p>Qwen3-32B: 73.85% &#8594; 76.61% (+2.76pp).</p></li><li><p>GMM: 60.46% trajectory correctness prediction, 1.78&#215; faster than K-Means.</p></li></ul><h3><strong>&#9881;&#65039; <a href="https://openreview.net/forum?id=DIjRvEKOeG">SUMO: Subspace-Aware Moment-Orthogonalization</a> (NeurIPS 2025)</strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Muon-style optimizers approximate the matrix square root using an iterative method (Newton-Schulz) that introduces error &#8212; especially when the gradient has uneven singular values, which is common during LLM training. SUMO replaces this approximation with an exact decomposition computed in a smaller, dynamically chosen subspace. Faster convergence with up to 20% less memory.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Computes exact SVD (singular value decomposition &#8212; the precise way to find the principal directions of the gradient) within a low-dimensional subspace that adapts as the gradient&#8217;s effective rank changes during training.</p></li><li><p>Takes optimization steps aligned with the actual curvature of the loss surface, rather than an approximation of it.</p></li><li><p>Shows theoretically that the Newton-Schulz approximation error grows with the condition number (how spread out the gradient&#8217;s singular values are) &#8212; and this is typically high during LLM training.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Faster convergence than GaLore, Flora, and Muon on fine-tuning benchmarks.</p></li><li><p>Up to 20% memory reduction vs comparable low-rank methods.</p></li><li><p>Evaluated on 350M&#8211;1B+ models (Phi-2, LLaMA).</p></li></ul><div><hr></div><p></p><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><p><strong><a href="https://github.com/Nutlope/open-deep-research">Nutlope/open-deep-research</a></strong> &#8212; Open Deep Research app for generating reports with OSS LLMs.</p><p><strong><a href="https://github.com/Martian-Engineering/lossless-claw">Martian-Engineering/lossless-claw</a></strong> &#8212; Lossless Context Management plugin for OpenClaw.</p><p><strong><a href="https://github.com/FireRedTeam/FireRedVAD">FireRedTeam/FireRedVAD</a></strong> &#8212; Industrial-grade VAD and audio event detection, 100+ languages, outperforms Silero-VAD, TEN-VAD, FunASR-VAD, and WebRTC-VAD.</p><p><strong><a href="https://github.com/obra/superpowers">obra/superpowers</a></strong> &#8212; Agentic skills framework for coding agents. Composable specification &#8594; plan &#8594; subagent-driven development with TDD, YAGNI, DRY built in.</p><p><strong><a href="https://github.com/googleworkspace/cli">googleworkspace/cli</a></strong> &#8212; Google Workspace CLI for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin. Built from Discovery Service; includes AI agent skills.</p><p><strong><a href="https://github.com/rtk-ai/rtk">rtk-ai/rtk</a></strong> &#8212; CLI proxy that reduces LLM token consumption by 60&#8211;90% on dev commands. Single Rust binary, zero dependencies.</p><div><hr></div><p><em>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend. &#128077;</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-66?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-66?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 65]]></title><description><![CDATA[This week: Causal diffusion meets interpretability with Steerling-8B, speculative decoding gets faster with LK Losses, and a unified framework tackles human-centric audio-video generation.]]></description><link>https://erogol.substack.com/p/machine-learns-65</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-65</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 04 Mar 2026 13:51:01 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!LOQE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1><strong>&#129302; Model Releases</strong></h1><p>&#129504; <strong><a href="https://huggingface.co/guidelabs/steerling-8b">Steerling-8B</a></strong> &#8212; 8B parameter causal diffusion language model that generates text by iteratively unmasking tokens and decomposing internal representations into interpretable concepts.</p><p></p><pre><code><strong>from machine_learns import newsletter
newsletter.subscribe(frequency="bi-weekly")</strong></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#128196; <strong><a href="https://huggingface.co/FireRedTeam/FireRed-OCR">FireRed-OCR-2B</a></strong> &#8212; 2B OCR model using GRPO to eliminate structural hallucinations in tables and LaTeX.</p><p>&#128187; <strong><a href="https://huggingface.co/janhq/Jan-code-4b">Jan-Code-4B</a></strong> &#8212; 4B compact open coding model by Jan (janhq), distilled from a larger teacher, optimized for local/desktop use and tool calling via Jan Desktop or vLLM.</p><div><hr></div><h1><strong>&#128206; Papers</strong></h1><h3><strong>&#127912; <a href="https://arxiv.org/html/2509.24526v2">CMT: Consistency Mid-Training for Efficient Learning of Flow Map Models</a></strong></h3><p><strong>What&#8217;s new</strong><br>A lightweight intermediate training stage between diffusion model pre-training and flow map post-training (e.g., Consistency Models or Mean Flow). </p><p><strong>How it works</strong></p><ul><li><p>A pre-trained diffusion model generates reference ODE trajectories by running a solver from noise to clean data.</p></li><li><p>CMT trains the student to regress any intermediate point on that trajectory to the clean endpoint (output of the teacher). Simple, fixed-target regression with no stop-gradients or ad-hoc heuristics.</p></li><li><p>Mid-trained weights initialize the actual flow map post-training (ECT, ECD, or MF), which converges faster and more stably.</p></li><li><p>Works with both Consistency Model and Mean Flow parameterizations; architecture-agnostic. A small teacher can bootstrap a much larger student.</p></li></ul><p><strong>Results</strong></p><ul><li><p>SOTA 2-step FIDs: 1.97 (CIFAR-10), 1.32 (ImageNet 64&#215;64), 1.84 (ImageNet 512&#215;512).</p></li><li><p>Up to 98% reduction in training data budget compared to prior consistency model methods.</p></li><li><p>Removes tricks like &#963;-annealing, custom time sampling, loss reweighting, and special EMA schedules.</p></li></ul><div><hr></div><h3><strong>&#9889; <a href="https://arxiv.org/html/2602.23881v1">LK Losses: Direct Acceptance Rate Optimization for Speculative Decoding</a></strong></h3><p><strong>What&#8217;s new</strong><br>New training objectives for speculative decoding that directly optimize acceptance rate instead of using KL divergence as a proxy. Two variants: a likelihood-based loss (negative log acceptance rate) and a hybrid loss that adaptively blends KL with Total Variation distance (TV).</p><p><strong>How it works</strong></p><ul><li><p>Standard draft model training minimizes KL divergence, but when draft models have limited capacity (1&#8211;5% of target params), KL&#8217;s global optimum is unreachable, and minimizing KL &#8800; maximizing acceptance rate at suboptimal points.</p></li><li><p>TV distance directly equals 1 &#8722; acceptance_rate, but has vanishing gradients and non-smooth landscape from random init (gradient norm scales as O(1/|V|)).</p></li><li><p>The hybrid loss &#8466;_LK&#955; starts KL-dominated (smooth gradients) and adaptively shifts to TV-dominated as acceptance improves, using &#945; = exp(&#8722;&#951;&#183;acceptance_rate) scheduling. Analogous to trust-region methods.</p></li><li><p>The likelihood-based loss &#8466;_LK&#945; = &#8722;log(acceptance_rate) provides TV-direction gradients with automatic 1/&#945; scaling that prevents vanishing gradients.</p></li><li><p>Handles truncated vocabularies naturally. TV/acceptance targets the original distribution, unlike KL which needs a modified target.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Consistent gains across 4 draft architectures (EAGLE-3, MLP speculator, MEDUSA, DeepSeek MTP) and 6 target models (8B to 685B params).</p></li><li><p>Up to 8&#8211;10% improvement in average acceptance length.</p></li><li><p>Largest gains on low-capacity drafters and large MoE targets (7.7% on GPT-OSS 120B, 8.2% on Qwen3-235B).</p></li><li><p>DeepSeek-V3 MTP fine-tuning: +5.6% over KL at temp=1.</p></li><li><p>Pure TV training fails badly from random init, confirming the gradient analysis.</p></li></ul><p><strong>Why it matters</strong><br>Drop-in replacement for KL loss in any speculative decoding training pipeline. No computational overhead. Especially impactful when draft-target capacity gap is large (the common real-world scenario).</p><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2603.02188v1">MLRA: Multi-Head Low-Rank Attention</a></strong></h3><p><strong>What&#8217;s new</strong><br>Decomposes MLA&#8217;s single latent KV head into multiple independent latent heads, enabling native 4-way tensor parallelism for decoding. Something MLA fundamentally can&#8217;t do because its single latent head can&#8217;t be shared.</p><p><strong>How it works</strong></p><ul><li><p>MLA compresses KV cache into a single latent head and absorbs up-projection into queries during decoding. But since the latent head can&#8217;t be partitioned, every TP (Tensor Parallelism) device must redundantly load the full KV cache.</p></li><li><p>MLRA-4 splits the latent head into 4 blocks, independently up-projects each to form NoPE keys/values, computes attention separately per block, and sums the outputs. Each block is independently assignable to a TP device.</p></li><li><p>Variance calibration scales query/KV latent states to fix the variance mismatch between NoPE and RoPE components (originally noted by LongCat), and rescales attention outputs after multi-branch summation.</p></li><li><p>Uses zero initialization for output projections (from muP/LoRA insight) and optionally adds gating before output projection.</p></li></ul><p><strong>Results</strong></p><ul><li><p>At 2.9B scale on FineWeb-Edu-100B: MLRA-4 achieves best avg perplexity (13.672 vs 13.727 MLA, 14.139 GQA) and best zero-shot reasoning (58.84% vs 58.75% MLA).</p></li><li><p>2.8&#215; decoding speedup over MLA with 4-way TP.</p></li><li><p>1.05&#8211;1.26&#215; speedup over GQA in long-context decoding (128K&#8211;2M tokens).</p></li><li><p>With gating: MLRA-4 reaches 13.621 avg perplexity.</p></li></ul><p><strong>Why it matters</strong><br>Solves MLA&#8217;s fundamental TP bottleneck. </p><div><hr></div><h3><strong>&#128190; <a href="https://arxiv.org/html/2602.21196v1">Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking</a></strong></h3><p><strong>What&#8217;s new</strong><br>Context parallelism via headwise chunking, processes U attention heads at a time instead of all H, reducing peak activation memory up to 87.5% while matching Ulysses throughput. Trains 5M-token sequences on a single 8&#215;H100 node.</p><p><strong>How it works</strong></p><ul><li><p>Splits multi-head attention into U-head stages, reusing activation buffers across stages. When U equals the chunk count C, peak memory becomes independent of total head count.</p></li><li><p>GQA-compatible scheduling reuses KV heads across grouped queries.</p></li><li><p>Drop-in replacement for Ulysses and compatible with FlashAttention kernels and USP hybrid parallelism.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Llama3-8B: 5M-token sequences (25% beyond FPDT&#8217;s limit); 8M tokens on 16&#215;H100 (33% beyond USP-Hybrid).</p></li><li><p>Qwen3-32B: 4M-token sequences (2&#215; Ulysses baseline).</p></li><li><p>87.5% attention activation memory reduction for 32B-class models.</p></li></ul><p><strong>Why it matters</strong><br>Makes million-token training practical on commodity multi-GPU nodes without model-parallel overhead.</p><div><hr></div><h3><strong>&#128300; <a href="https://arxiv.org/abs/2602.12556">Spectral-Decoupled MoE: Are MoE Gated Experts Just Fake Experts Trapped in Low-Rank Swamp?</a></strong></h3><p><strong>What&#8217;s new</strong><br>Questions whether gated experts in standard MoE models are &#8220;fake experts&#8221; trapped in a low-rank subspace, and proposes Spectral-Decoupled MoE to fix it.</p><p><strong>How it works</strong></p><ul><li><p>Analyzes the spectral (singular-value) structure of learned expert weight matrices and shows standard gating collapses experts into near-identical low-rank representations.</p></li><li><p>Decouples the spectral components of expert weights so each expert can span a richer, more diverse subspace, preventing redundant experts.</p></li><li><p>Training-time gradient decomposition:<br>   - Project the gradient update onto the shared low-rank subspace &#8594; update the shared/common parameters<br>   - The residual gradient (orthogonal part) updates the unique expert parameters</p></li></ul><p><strong>Results</strong></p><ul><li><p>Inter-expert similarity in dominant subspaces drops dramatically (they cite ~0.1 vs ~0.7/0.9 in baselines).</p></li><li><p>Downstream performance: ~3% gains reported.</p></li><li><p>Training efficiency: ~30% improvement reported.</p></li><li><p>Overhead: ~5% extra compute, designed to plug into existing MoEs (including Qwen/DeepSeek).</p></li></ul><p><strong>Why it matters</strong><br>If MoE experts converge to similar low-rank solutions, the capacity gain from adding more experts is illusory and you&#8217;re paying the routing and memory cost for near-duplicate weights. Spectral decoupling could unlock the full parameter-efficiency MoE architectures promise, especially at scale.</p><div><hr></div><h3><strong>&#127925; <a href="https://arxiv.org/html/2602.23765v1">DashengTokenizer: One Layer is Enough for Unified Audio Understanding and Generation</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!LOQE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!LOQE!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 424w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 848w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 1272w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!LOQE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png" width="1456" height="1008" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1008,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:393427,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/189870377?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!LOQE!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 424w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 848w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 1272w, https://substackcdn.com/image/fetch/$s_!LOQE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17a7c0ec-2f56-41c9-ace9-ba8b690740c5_1710x1184.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>A continuous audio tokenizer that handles both understanding and generation by freezing a pretrained semantic encoder and injecting acoustic detail via linear projection. Inverting the usual &#8220;acoustic-first&#8221; paradigm.</p><p><strong>How it works</strong></p><ul><li><p>630M-param frozen semantic encoder provides the backbone representation.</p></li><li><p>A tiny 0.66M-param acoustic encoder (2D conv on mel-spectrogram) captures speaker/prosody info.</p></li><li><p>Additive fusion merges both streams; a semantic preservation loss prevents acoustic features from overwhelming the semantic signal.</p></li><li><p>173M-param Vocos decoder reconstructs waveforms. Single-stage training, no multi-step RVQ.</p></li></ul><p><strong>Results</strong></p><ul><li><p>State-of-the-art on X-ARES benchmark (22 tasks): CREMA-D 80.56, ESC-50 96.40, MAESTRO 57.65.</p></li><li><p>Competitive reconstruction quality at 25 Hz token rate.</p></li><li><p>Outperforms VAE-based tokenizers on text-to-audio generation (FAD 2.22 vs. AudioLDM2&#8217;s 3.13).</p></li></ul><p><strong>Why it matters</strong><br>Shows you can get a unified audio representation by adding a simple acoustic residual to frozen semantics. No need for complex multi-codebook quantization.</p><div><hr></div><h3><strong>&#128218; <a href="https://arxiv.org/abs/2602.15902">Doc-to-LoRA: Learning to Instantly Internalize Contexts</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!S92A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!S92A!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 424w, https://substackcdn.com/image/fetch/$s_!S92A!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 848w, https://substackcdn.com/image/fetch/$s_!S92A!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 1272w, https://substackcdn.com/image/fetch/$s_!S92A!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!S92A!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png" width="1456" height="631" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:631,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:262228,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/189870377?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!S92A!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 424w, https://substackcdn.com/image/fetch/$s_!S92A!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 848w, https://substackcdn.com/image/fetch/$s_!S92A!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 1272w, https://substackcdn.com/image/fetch/$s_!S92A!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99af443e-4002-45e4-a94b-55fa78fda50c_1886x818.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>A lightweight hypernetwork that meta-learns approximate context distillation in a single forward pass, generating LoRA adapters on-the-fly for a target LLM instead of running expensive per-document fine-tuning.</p><p><strong>How it works</strong></p><ul><li><p>A small hypernetwork maps an input document directly to a set of LoRA weight deltas for the target LLM.</p></li><li><p>At inference the hypernetwork runs once, producing adapter parameters that &#8220;internalize&#8221; the document into the LLM&#8217;s weights. No iterative gradient updates needed.</p></li><li><p>Approximates full context distillation but collapses the multi-step optimization into a single forward pass, drastically cutting latency and memory.</p></li></ul><p><strong>Results</strong></p><ul><li><p>On needle-in-a-haystack retrieval tasks, D2L achieves near-perfect zero-shot accuracy at context lengths 4&#215; beyond the LLM&#8217;s native window.</p></li><li><p>On real-world long-document QA benchmarks it outperforms standard context distillation while using significantly less peak memory and update time.</p></li></ul><p><strong>Why it matters</strong><br>Removes the main bottleneck of context distillation, the per-document fine-tuning loop, making it practical for on-the-fly deployment. Enables effective use of very long contexts without extending the base model&#8217;s context window, useful for retrieval-augmented and document-grounded applications.</p><div><hr></div><h3><strong>&#127925; <a href="https://arxiv.org/html/2510.00981v3">FlexiCodec: A Dynamic Neural Audio Codec for Low Frame Rates</a></strong></h3><p><strong>What&#8217;s new</strong><br>A dynamic-frame-rate neural audio codec that adaptively merges semantically similar frames, letting a single model operate anywhere from 3 Hz to 12.5 Hz instead of the fixed 50 Hz typical of current codecs.</p><p><strong>How it works</strong></p><ul><li><p>An ASR-feature-assisted dual-stream encoder processes the audio: one stream captures semantic content, the other acoustic detail.</p></li><li><p>A transformer bottleneck learns to merge consecutive frames whose ASR features are similar, producing a variable-length discrete token sequence.</p></li><li><p>The merge ratio is controllable at inference, so users can trade off frame rate against reconstruction fidelity depending on the downstream task.</p></li><li><p>A matching decoder reconstructs waveforms from the variable-rate token stream.</p></li></ul><p><strong>Results</strong></p><ul><li><p>At 6.25 Hz: 4.15% WER on speech intelligibility vs. 31.5% WER for DualCodec baseline at the same rate.</p></li><li><p>Delivers competitive TTS quality at substantially lower token rates, translating to significant autoregressive-decoding speedups.</p></li><li><p>Maintains high audio fidelity across the full 3&#8211;12.5 Hz operating range.</p></li></ul><p><strong>Why it matters</strong><br>Dramatically reduces the sequence length LLM-based TTS systems must generate, directly cutting inference cost and latency. A single controllable codec replaces multiple fixed-rate models, simplifying the speech-generation pipeline. The ASR-guided merging principle could generalize to other modalities where redundant frames dominate.</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2509.13068v3">MSR-Codec: Low-Bitrate Multi-Stream Residual Codec for High-Fidelity Speech Generation</a></strong></h3><p><strong>What&#8217;s new</strong><br>A low-bitrate multi-stream residual codec that factorizes speech into four explicit streams; semantic, timbre, prosody, and residual. Achieves implicit disentanglement without adversarial losses (unlike NaturalSpeech 3), relying instead on progressive residual fusion.</p><p><strong>How it works</strong></p><ul><li><p><strong>Timbre:</strong> frozen CAM++ speaker encoder &#8594; single L2-normalized utterance-level embedding.</p></li><li><p><strong>Semantic:</strong> frozen HuBERT &#8594; 25 Hz features quantized into discrete tokens (500-center codebook).</p></li><li><p><strong>Prosody:</strong> Enc1 + Enc2 downsample mel-spec to 12.5 Hz; residual between Enc2 output and Dec1 (timbre+semantic) output is quantized via VQ1; explicit F0/energy prediction loss supervises the prosody codebook.</p></li><li><p><strong>Residual:</strong> 25 Hz Enc1 output minus upsampled prosody-enhanced stream, quantized via VQ2 for fine-grained acoustic detail.</p></li><li><p>Streams progressively fused through residual connections across Dec1&#8594;Dec2&#8594;Dec3; pre-trained Fre-GAN vocoder converts final mel-spec to waveform.</p></li><li><p>Two-stage AR TTS model: Stage 1 Semantic Decoder (18-layer transformer) predicts semantic tokens at 12.5 Hz; Stage 2 Acoustic Decoder (3-layer transformer) predicts prosody + residual tokens per frame.</p></li></ul><p><strong>Results</strong></p><ul><li><p>200&#215;+ compression (62.5 tokens/s) at 424&#8211;612 bps with highest speaker similarity (0.80&#8211;0.83) among compared codecs.</p></li><li><p>TTS (0.2B params, 45k hrs data): SOTA WER on Seed-TTS-eval, highest speaker similarity, and lowest RTF (0.67) , beating FireRedTTS (0.4B/150k hrs), CosyVoice2 (0.5B/167k hrs), and Llasa-1B.</p></li><li><p>Voice conversion validates disentanglement: timbre swap preserves source prosody (low &#916;F0,src); prosody transfer shifts F0 toward target while maintaining source timbre.</p></li></ul><p><strong>Why it matters</strong><br>Shows that a simple cascaded residual architecture can achieve strong disentanglement without complex adversarial training. Extremely lightweight and data-efficient TTS system that outperforms much larger models in accuracy and speed.</p><div><hr></div><h3><strong>&#128269; <a href="https://arxiv.org/html/2602.21202v1">Multi-Vector Index Compression in Any Modality</a></strong></h3><p><strong>What&#8217;s new</strong><br>Attention-Guided Clustering (AGC) for compressing multi-vector document indices in any modality; text, visual documents, and video. Shows that full multimodal indices are massively over-provisioned (base models use only ~1% of tokens during retrieval).</p><p><strong>How it works</strong></p><ul><li><p>Learned &#8220;universal query&#8221; tokens attend over all document tokens to compute per-token saliency scores.</p></li><li><p>Top-k salient tokens become cluster centroids; remaining tokens hard-assigned to nearest centroid by cosine similarity.</p></li><li><p>Weighted aggregation pools each cluster using saliency as importance weights &#8212; keeps gradients flowing through hard assignments.</p></li><li><p>Compared against SeqResize (MLP projection along sequence dim), MemTok (learnable appended tokens), and H-Pool (agglomerative merging).</p></li></ul><p><strong>Results</strong></p><ul><li><p>AGC consistently outperforms other learned compression (SeqResize, MemTok).</p></li><li><p>More flexible than H-Pool (can target specific budgets cleanly).</p></li><li><p>Competitive with, and sometimes better than uncompressed indices on ViDoRe and MSR-VTT (compression acts like denoising).</p></li></ul><p><strong>Why it matters</strong><br>Makes ColBERT-style late-interaction retrieval practical for large multimodal collections. ~98% index compression with negligible quality loss. Key insight: multimodal tokens (audio frames, video patches) are far more redundant than text tokens.</p><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2602.18104v1">MeanVoiceFlow: One-Step Nonparallel Voice Conversion with Mean Flows</a></strong></h3><p><strong>What&#8217;s new</strong><br>One-step nonparallel voice conversion model based on mean flows &#8212; trained from scratch, no teacher model or distillation required. Matches multi-step quality in a single forward pass.</p><p><strong>How it works</strong></p><ul><li><p>Replaces instantaneous velocity (standard flow matching) with average velocity, which computes the exact time integral between two points in one step. No ODE solver discretization error.</p></li><li><p>A structural margin reconstruction loss (SSIM-based + margin threshold) acts as a zero-input constraint to stabilize learning without causing over-smoothed outputs.</p></li><li><p>Conditional diffused-input training: mixes noise and source mel-spectrogram during both training and inference, maintaining consistency and letting the model leverage source speaker info.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Matches multi-step flow-matching and distillation-based VC models on speech quality and speaker similarity.</p></li><li><p>Outperforms other from-scratch one-step approaches.</p></li><li><p>Single-step inference, no iterative sampling.</p></li></ul><p><strong>Why it matters</strong><br>Removes the pretraining &#8594; distillation pipeline from one-step VC: simpler training, same quality. Mean flows are an underexplored alternative to consistency models and shortcut models for single-step generation.</p><div><hr></div><h3><strong>&#9881;&#65039; <a href="https://www.nature.com/articles/s42256-026-01182-3">PISA: Preconditioned Inexact Stochastic ADMM for Deep Models</a> </strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!_dCm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!_dCm!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 424w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 848w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 1272w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!_dCm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png" width="1456" height="799" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:799,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:352006,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/189870377?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!_dCm!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 424w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 848w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 1272w, https://substackcdn.com/image/fetch/$s_!_dCm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb0682cda-132f-4042-a00c-6296f3c902b0_1838x1008.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br>A new optimizer family that replaces SGD-based training with an ADMM-based framework. Two efficient variants: SISA (second-moment-based) and NSISA (Newton-Schulz orthogonalized momentum).</p><p><strong>How it works</strong></p><ul><li><p>Reformulates training as a constrained optimization problem, splitting data across m batches with auxiliary variables and Lagrange multipliers.</p></li><li><p>Solves subproblems inexactly using stochastic gradients with adaptive preconditioning matrices (second-moment like Adam, Hessian, or Newton-Schulz orthogonalization like Muon).</p></li><li><p>Global parameter aggregation step followed by parallel local updates, naturally supports federated/distributed settings.</p></li><li><p>Convergence proven under only Lipschitz continuity of the gradient on a bounded region. No bounded variance, IID, or unbiased gradient assumptions needed.</p></li></ul><p><strong>Results</strong></p><ul><li><p>NSISA outperforms AdamW, Muon, Shampoo, SOAP, and Adam-mini on GPT-2 Nano/Medium/XL.</p></li><li><p>SISA achieves lowest FID on GAN training (WGAN, WGAN-GP on CIFAR-10).</p></li><li><p>Competitive or best accuracy on vision models (VGG-11, ResNet-34, DenseNet-121, ImageNet ResNet-18).</p></li></ul><div><hr></div><h1><strong>&#129489;&#8205;&#128187; Open Source</strong></h1><p><strong><a href="https://github.com/RightNow-AI/openfang">RightNow-AI/openfang</a></strong> &#8212; Open-source Agent Operating System.</p><p><strong><a href="https://github.com/rlacombe/distillate">rlacombe/distillate</a></strong> &#8212; Automates paper reading workflow between Zotero and reMarkable.</p><p><strong><a href="https://github.com/D4Vinci/Scrapling">D4Vinci/Scrapling</a></strong> &#8212; &#128375;&#65039; Adaptive web scraping framework handling everything from single requests to full-scale crawls.</p><p><strong><a href="https://github.com/koala73/worldmonitor">koala73/worldmonitor</a></strong> &#8212; Real-time global intelligence dashboard with AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking.</p><div><hr></div><p><em>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend. &#128077;</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-65?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-65?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns - 64]]></title><description><![CDATA[StepFun&#8217;s frontier reasoning MoE to unified audio LLMs and multilingual TTS that beats ElevenLabs. Plus: sparse attention breakthroughs, 2-bit video generation...]]></description><link>https://erogol.substack.com/p/machine-learns-64</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-64</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 18 Feb 2026 11:54:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z1G1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1><strong>&#129302; Model Releases</strong></h1><p>&#127897;&#65039; <strong><a href="https://huggingface.co/inclusionAI/Ming-omni-tts-0.5B">Ming-omni-tts-0.5B</a></strong> &#8212; Voice core of Ming-flash-omni-2.0: 0.5B TTS model with voice cloning from inclusionAI (Ant Group).</p><p></p><pre><code><strong>from machine_learns import newsletter
newsletter.subscribe(frequency="bi-weekly")</strong></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#129302; <strong><a href="https://huggingface.co/jdopensource/JoyAI-LLM-Flash-Base">JoyAI-LLM-Flash-Base</a></strong> &#8212; State-of-the-art MoE LLM (3B activated) optimized for agents and high throughput.</p><p>&#127760; <strong><a href="https://huggingface.co/inclusionAI/Ming-flash-omni-2.0">Ming-flash-omni 2.0</a></strong> &#8212; Open-source SOTA omni-MLLM (100B total / 6B active MoE): multimodal understanding + speech/audio/music synthesis + image generation/editing in one model.</p><p>&#127897;&#65039; <strong><a href="https://mosi.cn/models/moss-tts">MOSS-TTS</a></strong> &#8212; Open-source TTS family with high-fidelity zero-shot voice cloning, controllable long-form synthesis (up to 60 min), multilingual support, and multi-speaker dialogue generation (5 speakers).</p><p>&#128241; <strong><a href="https://huggingface.co/AngelSlim/HY-1.8B-2Bit-GGUF">HY-1.8B-2Bit</a></strong> &#8212; Tencent AngelSlim&#8217;s 2-bit QAT of Hunyuan-1.8B-Instruct. Only 4% degradation vs. full precision, outperforms 0.5B dense models by 16%. GGUF format for edge deployment.</p><p>&#129504; <strong><a href="https://huggingface.co/stepfun-ai/Step-3.5-Flash">Step 3.5 Flash</a></strong> &#8212; StepFun&#8217;s open-source frontier reasoning MoE: 196B total / 11B active per token. 3-way MTP for 100&#8211;350 tok/s. 74.4% SWE-bench, 256K context. Rivals top proprietary models; runs on Mac Studio M4 Max.</p><p>&#127897;&#65039; <strong><a href="https://huggingface.co/spaces/multimodalart/kugelaudio">KugelAudio</a></strong> &#8212; Open TTS model for 24 European languages trained on 200K hours of YODAS2 data. Built on Microsoft VibeVoice with voice cloning. Beats ElevenLabs in human preference testing.</p><p>&#128300; <strong><a href="https://huggingface.co/collections/TIGER-Lab/openresearcher">OpenResearcher</a></strong> &#8212; 30B-A3B MoE model + 96K DeepResearch trajectories + 11B-token corpus + benchmarks. Fully open deep research agent by TIGER-Lab.</p><p>&#127925; <strong><a href="https://dongchaoyang.top/UniAudio2Demo/">UniAudio 2.0</a></strong> &#8212; Unified audio language model using discrete audio codec for text-aligned representation with autoregressive architecture for multi-task training across diverse audio tasks.</p><div><hr></div><h1><strong>&#128206; Papers</strong></h1><h3><strong>&#129504; <a href="https://papers.voltropy.com/LCM">LCM: Lossless Context Management</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A lossless context management framework that preserves full data integrity while enabling efficient information retrieval in LLMs.</p><p><strong>How it works</strong></p><ul><li><p>Uses AI-driven techniques for context management</p></li><li><p>Employs lossless compression to preserve complete data integrity</p></li><li><p>Integrates a tagging system for efficient information retrieval</p></li><li><p>Enhances user interaction with contextual data through structured organization</p></li></ul><p><strong>Results</strong></p><ul><li><p>Not specified in paper</p></li></ul><p><strong>Why it matters</strong><br><br>Addresses key challenges in data management for long-context applications and could improve AI systems across various domains.</p><div><hr></div><h3><strong>&#127925; <a href="https://arxiv.org/abs/2602.10934">MOSS-Audio-Tokenizer: Scaling Audio Tokenizers for Future Audio Foundation Models</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fLli!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fLli!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 424w, https://substackcdn.com/image/fetch/$s_!fLli!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 848w, https://substackcdn.com/image/fetch/$s_!fLli!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!fLli!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fLli!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png" width="1456" height="585" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:585,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:268679,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/188365292?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!fLli!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 424w, https://substackcdn.com/image/fetch/$s_!fLli!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 848w, https://substackcdn.com/image/fetch/$s_!fLli!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!fLli!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F54dff23f-7e28-487b-a129-89e9a698ba13_2688x1080.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>A large-scale audio tokenizer (1.6B parameters) using a fully end-to-end learning approach with a homogeneous architecture.</p><p><strong>How it works</strong></p><ul><li><p>CAT (Causal Audio Tokenizer with Transformer) architecture</p></li><li><p>Jointly optimizes encoder, quantizer, and decoder from scratch</p></li><li><p>Purely Transformer-based design for high-fidelity audio reconstruction</p></li><li><p>Scales well across speech, sound, and music domains</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms prior codecs across various bitrates for audio reconstruction</p></li><li><p>First autoregressive TTS model to surpass non-autoregressive and cascaded systems on similarity metrics. </p></li><li><p>Competitive ASR performance without auxiliary encoders</p></li></ul><p><strong>My 2 cents</strong><br><br>Best discrete codec I&#8217;ve tried for the given bitrate wrt both semantic and acoustic reconstruction. </p><div><hr></div><h3><strong>&#128230; <a href="https://arxiv.org/abs/2602.04289">Proxy Compression for Language Modeling</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DlVM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DlVM!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 424w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 848w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 1272w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DlVM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png" width="1456" height="787" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:787,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:596274,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/188365292?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!DlVM!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 424w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 848w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 1272w, https://substackcdn.com/image/fetch/$s_!DlVM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F461d7537-9e46-478f-8b55-294057b7a53b_3336x1804.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>A</strong> mixed-representation training that uses external compressors (tokenizer, neural, gzip) only as a training-time proxy, then discards them for pure byte-level inference.</p><p><strong>How it works</strong></p><ul><li><p>Jointly trains one autoregressive LM on raw UTF-8 bytes (10%) and compressed views (90%) packed into the same contexts</p></li><li><p>Special tokens (&#10216;raw&#10217;/&#10216;comp&#10217;) informs the model what representation it takes in</p></li><li><p>In-context translation pairing during warmup: both views of the same sample in one context to bootstrap cross-representation alignment</p></li><li><p>Three proxy compressors tested: BPE tokenizer (~3.7&#215; compression), neural arithmetic coder (~2.6&#215;), and gzip (~2.5&#215;)</p></li><li><p>Neural compressor uses entropy-based segmentation for parallel encoding; produces &#8220;fuzzy&#8221; many-to-one mappings where collisions only differ in low-entropy details (whitespace, indentation)</p></li></ul><p><strong>Results</strong></p><ul><li><p>At 14B scale, proxy-trained models match or surpass tokenizer-based baselines on HumanEval-Plus and MBPP-Plus &#8212; while running on raw bytes</p></li><li><p>Transfer strength scales with model size: weak/negative at 0.5B, competitive at 4B, surpassing at 14B</p></li><li><p>gzip fails as a proxy (negative transfer) due to unstable output under small input perturbations</p></li><li><p>Proxy models retain byte-level robustness: best Robust Pass@1 (19.8) vs. tokenizer baseline (14.9) on ReCode</p></li></ul><div><hr></div><h3><strong>&#127925; <a href="https://arxiv.org/html/2602.06180v1">STACodec: Semantic Token Assignment for Balancing Acoustic Fidelity and Semantic Information</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>Semantic Token Assignment (STA) for audio codecs that decouples semantic structure from acoustic representation.</p><p><strong>How it works</strong></p><ul><li><p>Uses semantic token indices from K-means on SSL models (WavLM/HuBERT) as RVQ-1 code indices - just indices not the real embeddings </p></li><li><p>Yet it learns RVQ-1 codebook embeddings for acoustic reconstruction from scratch. </p></li><li><p>Semantic Pre-Distillation (SPD) predicts semantic tokens before quantization</p></li><li><p>SPD employs random masking (temporal + feature dimensions) to reduce overfitting</p></li><li><p>Eliminates the SSL model at inference. </p></li></ul><p><strong>Results</strong></p><ul><li><p>ViSQOL score of 4.51 and WER of 9.35%</p></li><li><p>Balanced codebook utilization across all RVQ layers</p></li></ul><div><hr></div><h3><strong>&#127897;&#65039; <a href="https://arxiv.org/html/2602.04160v1">PFluxTTS: Hybrid Flow-Matching TTS with Robust Cross-Lingual Voice Cloning</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A hybrid flow-matching TTS system with robust cross-lingual voice cloning and inference-time model fusion.</p><p><strong>How it works</strong></p><ul><li><p>Uses flow-matching for text-to-speech synthesis</p></li><li><p>Implements voice cloning that adapts across languages</p></li><li><p>Uses two decoder models; duration-guided model and alighment-free model</p></li><li><p>Interpolates outputs from 2 decoder models at inference time for better quality and consistency. </p></li></ul><p><strong>Results</strong></p><ul><li><p>Improved voice quality and naturalness in TTS outputs</p></li><li><p>Enhanced cross-lingual voice cloning capability</p></li></ul><div><hr></div><h3><strong>&#9889; <a href="https://arxiv.org/html/2602.03560v1">HySparse: Hybrid Sparse Attention with Oracle Token Selection and KV Cache Sharing</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Z1G1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Z1G1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 424w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 848w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 1272w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Z1G1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png" width="1456" height="763" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:763,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:481330,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/188365292?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Z1G1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 424w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 848w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 1272w, https://substackcdn.com/image/fetch/$s_!Z1G1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc430aba4-edb2-4fc1-b06a-572bc54d793d_3336x1748.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>A hybrid sparse attention architecture that interleaves full attention layers with sparse attention layers, using oracle token selection and cross-layer KV cache sharing.</p><p><strong>How it works</strong></p><ul><li><p>Interleaves full attention layers with multiple sparse attention layers</p></li><li><p>Full attention layers identify important tokens and produce KV caches</p></li><li><p>Sparse layers reuse token indices and KV caches from preceding full attention layers</p></li><li><p>Uses block-level maximum attention scores for efficient TopK selection</p></li><li><p>Two branches: Block Sparse Attention (reuses KV) + Sliding Window Attention (local KV cache)</p></li><li><p>Sigmoid gates fuse outputs from both branches</p></li><li><p>Cross-layer KV cache sharing reduces memory footprint</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms full attention and hybrid SWA baselines</p></li><li><p>Achieves significant KV cache reduction while maintaining performance</p></li><li><p>In 80B MoE model, only 5 of 49 layers use full attention</p></li></ul><div><hr></div><h3><strong>&#127916; <a href="https://arxiv.org/html/2602.02958v1">Quant VideoGen: Auto-Regressive Long Video Generation via 2-Bit KV-Cache Quantization</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A training-free KV-cache quantization framework for auto-regressive video generation that leverages video-specific spatiotemporal redundancy.</p><p><strong>How it works</strong></p><ul><li><p><strong>Semantic-Aware Smoothing:</strong> Groups semantically similar tokens via k-means clustering, producing quantization-friendly residuals</p></li><li><p><strong>Progressive Residual Quantization:</strong> Multi-stage scheme that progressively refines residuals from coarse to fine granularity</p></li><li><p><strong>KV-Cache Management:</strong> Quantizes KV-cache (which grows linearly with tokens), reducing memory up to 7&#215; while maintaining quality</p></li><li><p>Introduces minimal latency overhead (1.5%&#8211;4.3%)</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms SOTA KV-cache quantization baselines</p></li><li><p>Up to 6.94&#215; compression ratio with near-lossless quality</p></li><li><p>Enables long video generation on limited hardware (e.g., HY-WorldPlay-8B on single RTX 4090)</p></li></ul><div><hr></div><h1><strong>&#129489;&#8205;&#128187; Open-Source</strong></h1><p>&#128013; <strong><a href="https://github.com/pydantic/monty">pydantic/monty</a></strong> &#8212; A minimal, secure Python interpreter written in Rust for use by AI.</p><p>&#128452;&#65039; <strong><a href="https://github.com/alibaba/zvec">alibaba/zvec</a></strong> &#8212; A lightweight, lightning-fast, in-process vector database.</p><div><hr></div><p><em>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend. &#128077;</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-64?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-64?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #63]]></title><description><![CDATA[New model releases and papers focusing to training tricks, and scaling laws, dLLMs, post-training more...]]></description><link>https://erogol.substack.com/p/machine-learns-63</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-63</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 04 Feb 2026 12:03:21 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!RQM2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1><strong>&#129302; Model Releases</strong></h1><p>&#128187; <strong><a href="https://huggingface.co/collections/Qwen/qwen3-coder-next">Qwen3-Coder-Next</a></strong> &#8212; 80B-parameter text generation model optimized for coding and language tasks.</p><p></p><pre><code><code>from machine_learns import newsletter
newsletter.subscribe(frequency="bi-weekly")</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#127917; <strong><a href="https://huggingface.co/openbmb/MiniCPM-o-4_5">MiniCPM-o 4.5</a></strong> &#8212; 9B-parameter multimodal model for real-time, full-duplex audio and video processing with bilingual speech conversation and advanced visual capabilities.</p><p>&#128266; <strong><a href="https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner">MMS-300M Forced Aligner</a></strong> &#8212; Python package for efficient forced alignment of text and audio using Hugging Face pretrained models, with improved memory usage over TorchAudio.</p><p>&#127916; <strong><a href="https://huggingface.co/robbyant/lingbot-world-base-cam">LingBot-World</a></strong> &#8212; Open-source world simulator for video generation featuring high-fidelity environments, long-term memory, and real-time interactivity.</p><p>&#128187; <strong><a href="https://static.stepfun.com/blog/step-3.5-flash/">Step 3.5 Flash</a></strong> &#8212; Open-source sparse MoE foundation model for efficient reasoning and agentic tasks, processing 100&#8211;300 tokens/sec with 256K context window.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/kugelaudio/kugelaudio-0-open">KugelAudio-0-Open</a></strong> &#8212; Open-source TTS model for European languages with voice cloning, using a 7B-parameter AR + Diffusion architecture trained on ~200K hours of speech.</p><p>&#128066; <strong><a href="https://github.com/QwenLM/Qwen3-ASR">Qwen3-ASR</a></strong> &#8212; Open-source ASR series from Alibaba Cloud supporting multilingual speech, music, and song recognition with language detection and timestamp prediction.</p><p>&#128444;&#65039; <strong><a href="https://github.com/Tongyi-MAI/Z-Image">Z-Image</a></strong> &#8212; 6B-parameter single-stream diffusion transformer for efficient image generation, editing, and bilingual text rendering.</p><p>&#127917; <strong><a href="https://huggingface.co/moonshotai/Kimi-K2.5/tree/main">Kimi-K2.5</a></strong> &#8212; Image-text-to-text model from Moonshot AI built on the Transformers library.</p><p>&#128187; <strong><a href="https://huggingface.co/ByteDance-Seed/Stable-DiffCoder-8B-Instruct">Stable-DiffCoder-8B-Instruct</a></strong> &#8212; Code diffusion LLM built on Seed-Coder architecture with block diffusion continual pretraining for improved code generation, reasoning, and editing.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/YatharthS/LuxTTS">LuxTTS</a></strong> &#8212; Lightweight TTS model for voice cloning achieving 150x+ realtime speed while fitting in 1GB VRAM.</p><p>&#127916; <strong><a href="https://www.linum.ai/field-notes/launch-linum-v2">Linum v2</a></strong> &#8212; Open-weight 2B-parameter text-to-video model generating 2&#8211;5 second clips at up to 720p for experimentation in generative media.</p><p>&#128066; <strong><a href="https://huggingface.co/microsoft/VibeVoice-ASR">VibeVoice-ASR</a></strong> &#8212; Unified speech-to-text model processing up to 60 minutes of long-form audio in a single pass with speaker identification, timestamps, and user-customized context support.</p><div><hr></div><h1><strong>&#128206; Papers</strong></h1><h3><strong>&#129504; <a href="https://arxiv.org/html/2601.22966v1">A Unified View of Attention and Residual Sinks: Outlier-Driven Rescaling is Essential for Transformer Training</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A framework explaining outlier-driven rescaling in transformers, identifying attention sinks and residual sinks as functional components rather than artifacts. Proposes GatedNorm and PreAffine methods to mitigate outliers while preserving performance.</p><p><strong>How it works</strong></p><ul><li><p>Outliers interact with normalization mechanisms (softmax and RMSNorm) to rescale non-outlier components</p></li><li><p>Attention sinks: specific tokens receive disproportionately high attention scores</p></li><li><p>Residual sinks: fixed dimensions exhibit consistently high activations across tokens</p></li><li><p>GatedNorm: element-wise low-rank self-gating after normalization layers</p></li><li><p>PreAffine: learnable scaling vector before normalization to enable outlier-driven rescaling without large residual values</p></li></ul><p><strong>Results</strong></p><ul><li><p>Improved training stability and performance across various models</p></li><li><p>Enhanced quantization robustness under aggressive low-bit settings</p></li><li><p>Gains in knowledge, reasoning, STEM, code generation, and multilingual tasks</p></li></ul><div><hr></div><h3><strong>&#127787;&#65039; <a href="https://arxiv.org/html/2601.22031v1">Causal Autoregressive Diffusion Language Model</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!lWw9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!lWw9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 424w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 848w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 1272w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!lWw9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png" width="1456" height="457" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:457,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:329186,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/186838364?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!lWw9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 424w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 848w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 1272w, https://substackcdn.com/image/fetch/$s_!lWw9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8daf714b-f385-4c5c-99b7-31ceffd42ce7_2000x628.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>Unifying the training efficiency of autoregressive models with high-throughput inference of diffusion models.</p><p><strong>How it works</strong></p><ul><li><p>Strictly causal attention mask reformulates the diffusion process</p></li><li><p>Shifted causal attention where each position predicts its original token from preceding noised context</p></li><li><p>Dense supervision for entire sequences in a single forward pass</p></li><li><p>Soft tail masking concentrates noise at the sequence tail</p></li><li><p>Context-aware reweighting adjusts loss weights based on local ambiguity</p></li><li><p>Dynamic parallel decoding with KV-caching generates variable-length sequences based on confidence</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms existing discrete diffusion models by 5.7+ points in zero-shot accuracy</p></li><li><p>ARM-level data efficiency with 3&#215; reduced training latency vs. block diffusion methods</p></li><li><p>Lowest zero-shot perplexity across multiple domains</p></li></ul><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/html/2601.22954v1">Residual Context Diffusion Language Models</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A mechanism that recycles computation from discarded low-confidence tokens instead of discarding them at every denoising steps to improve dLLM accuracy.</p><p><strong>How it works</strong></p><ul><li><p>Transforms discarded token representations into contextual residuals for the next denoising step</p></li><li><p>Two-stage training: lightweight reference model generates reliable probability distributions; target model incorporates residuals using reference model as stable guide</p></li><li><p>Entropy-based embedding aggregation selects and aggregates context</p></li><li><p>Dynamically adjusts residual contribution based on normalized Shannon entropy</p></li></ul><p><strong>Results</strong></p><ul><li><p>5&#8211;10 point accuracy improvement on various benchmarks with minimal extra computation</p></li><li><p>Nearly doubles baseline accuracy on challenging AIME tasks</p></li><li><p>Reduces denoising steps by 4&#8211;5&#215; at equivalent accuracy levels</p></li></ul><div><hr></div><h3><strong>&#129527; <a href="https://arxiv.org/html/2502.01637v3">Scaling Embedding Layers in Language Models</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tXUM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tXUM!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 424w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 848w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 1272w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tXUM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png" width="1456" height="518" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:518,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:271393,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/186838364?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!tXUM!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 424w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 848w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 1272w, https://substackcdn.com/image/fetch/$s_!tXUM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09023cb4-bf42-4c2f-ab46-1381accbac40_2000x712.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>Scone (Scalable, Contextualized, Offloaded, N-gram Embedding), a method enhancing input embeddings without increasing decoding costs.</p><p><strong>How it works</strong></p><ul><li><p>Retains original vocabulary while adding embeddings for frequent n-grams</p></li><li><p>Separate transformer (f-gram model) learns contextualized representations</p></li><li><p>Embeddings precomputed and stored in off-accelerator memory</p></li><li><p>Avoids sparse update problem by parameterizing embeddings with f-gram model</p></li><li><p>F-gram layer can be offloaded, maintaining fixed accelerator resources during inference</p></li></ul><p><strong>Results</strong></p><ul><li><p>1B accelerator-resident parameter model outperforms 1.9B baseline</p></li><li><p>Uses approximately half the FLOPs and accelerator memory during inference</p></li></ul><div><hr></div><h3><strong>&#127959;&#65039; <a href="https://arxiv.org/html/2601.21420v1">ConceptMoE: Adaptive Token-to-Concept Compression</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!RQM2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!RQM2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 424w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 848w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 1272w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!RQM2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png" width="1456" height="836" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:836,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:322672,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/186838364?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!RQM2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 424w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 848w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 1272w, https://substackcdn.com/image/fetch/$s_!RQM2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60781270-39ff-4941-a7c7-6c4f975f3547_2000x1148.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>Adaptive token-to-concept compression for implicit compute allocation, dynamically merging semantically similar tokens within MoE architectures.</p><p><strong>How it works</strong></p><ul><li><p>Learnable chunk module identifies boundaries based on inter-token similarity</p></li><li><p>Consecutive high-similarity tokens merge into concept representations</p></li><li><p>MoE architecture enables controlled evaluation by reallocating saved computation</p></li><li><p>Minimal architectural changes for straightforward integration</p></li></ul><p><strong>Results</strong></p><ul><li><p>+0.9 points on language pretraining, +2.3 on long context understanding, +0.6 on multimodal benchmarks</p></li><li><p>+5.5 points when converting pretrained MoE during continual training</p></li><li><p>Prefill speedups up to 175%, decoding speedups up to 117%</p></li></ul><div><hr></div><h3><strong>&#127959;&#65039; <a href="https://arxiv.org/abs/2601.23261">TEON: Tensorized Orthonormalization Beyond Layer-Wise Muon</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A generalization of the Muon optimizer extending orthogonalization beyond individual layers for LLM pre-training.</p><p><strong>How it works</strong></p><ul><li><p>Models gradients as structured higher-order tensors</p></li><li><p>Performs matrix-level gradient orthogonalization across layers simultaneously</p></li><li><p>Provides improved convergence guarantees over layer-wise Muon</p></li><li><p>Robust under different approximate SVD schemes</p></li></ul><p><strong>Results</strong></p><ul><li><p>Evaluated on GPT-style (130M&#8211;774M) and LLaMA-style (60M&#8211;1B) models</p></li><li><p>Consistently improves training and validation perplexity across scales</p></li></ul><div><hr></div><h3><strong>&#128266; <a href="https://arxiv.org/html/2602.00648v1">High-Fidelity Generative Audio Compression at 0.275kbps</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!zxcp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!zxcp!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 424w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 848w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 1272w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!zxcp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png" width="1456" height="549" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:549,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:144992,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/186838364?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!zxcp!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 424w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 848w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 1272w, https://substackcdn.com/image/fetch/$s_!zxcp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d52750b-f513-4ae2-8d1c-d11058321d3c_2000x754.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>Achieving high-fidelity audio at ultra-low bitrates (0.275kbps), shifting from signal fidelity to task-oriented effectiveness.</p><p><strong>How it works</strong></p><ul><li><p>Integrates semantic understanding at the transmitter with generative synthesis at the receiver</p></li><li><p>Two-stage process: learns compressed semantic representation aligned with linguistic supervision, then recovers high-fidelity audio via large generative model</p></li><li><p>Encoder filters redundancy, transmitting only semantic essence</p></li><li><p>Decoder reconstructs details from model priors</p></li></ul><p><strong>Results</strong></p><ul><li><p>High-fidelity 32kHz audio reconstruction at 0.275kbps with 3000&#215; compression ratio</p></li><li><p>Outperforms SOTA neural codecs in perceptual quality and semantic consistency</p></li><li><p>Maintains intelligible transmission even at 0.175kbps</p></li></ul><div><hr></div><h3><strong>&#128266; <a href="https://arxiv.org/html/2601.21402v1">SemanticAudio: Audio Generation and Editing in Semantic Space</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A two-stage Flow Matching framework (Semantic Planner + Acoustic Synthesizer) for audio generation and editing in high-level semantic space with training-free text-guided editing.</p><p><strong>How it works</strong></p><ul><li><p>Semantic Planner: generates compact semantic features from text using dual inputs (global sentence embedding + token-level embeddings)</p></li><li><p>Acoustic Synthesizer: produces high-fidelity acoustic latents conditioned on semantic features</p></li><li><p>Editing: delta velocity fields from source/target prompts enable semantic-level modifications without retraining</p></li></ul><p><strong>Results</strong></p><ul><li><p>Superior semantic alignment (CLAP score 0.354)</p></li><li><p>High reconstruction fidelity with low Mel and STFT loss</p></li><li><p>Robust editing capabilities even without source text</p></li></ul><div><hr></div><h3><strong>&#127916; <a href="https://arxiv.org/html/2601.16296v1">Memory-V2V: Augmenting Video-to-Video Diffusion Models with Memory</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A framework for multi-turn video editing with cross-consistency, using explicit memory to enhance video-to-video diffusion models.</p><p><strong>How it works</strong></p><ul><li><p>Lightweight memory modules integrate into V2V models</p></li><li><p>Dynamic tokenization with varying kernel sizes based on edit relevance</p></li><li><p>Retrieval mechanism identifies relevant past edits from external cache</p></li><li><p>Learnable token compressor reduces redundancy while preserving visual cues (30% speedup)</p></li></ul><p><strong>Results</strong></p><ul><li><p>Strong cross-iteration consistency in novel view synthesis and text-guided long video editing</p></li><li><p>Outperforms SOTA baselines in visual quality and computational efficiency</p></li></ul><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/html/2601.19897v1">Self-Distillation Enables Continual Learning</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MqfQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MqfQ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 424w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 848w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 1272w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MqfQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png" width="1456" height="447" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/74f9800f-8208-422a-afe4-084d75295807_1894x582.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:447,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:547289,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/186838364?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MqfQ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 424w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 848w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 1272w, https://substackcdn.com/image/fetch/$s_!MqfQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f9800f-8208-422a-afe4-084d75295807_1894x582.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong><br><br>Self-Distillation Fine-Tuning for continual learning, enabling on-policy learning directly from expert demonstrations.</p><p><strong>How it works</strong></p><ul><li><p>Single model serves as both teacher and student.</p></li><li><p>Teacher conditioned on task [prompt + example demonstration]; student uses only the prompt</p></li><li><p>Training minimizes reverse KL divergence between teacher and student outputs</p></li><li><p>Model learns from own generated trajectories while preserving prior capabilities</p></li></ul><p><strong>Results</strong></p><ul><li><p>Higher new-task accuracy and better retention than SFT</p></li><li><p>Single model acquires multiple skills sequentially without performance degradation</p></li><li><p>Outperforms baselines on both in-distribution and out-of-distribution tasks</p><p></p></li></ul><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/abs/2601.18778">Teaching Models to Teach Themselves</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>SOAR, a self-improvement framework using meta-RL where a teacher model generates automated curricula for problems the student cannot yet solve.</p><p><strong>How it works</strong></p><ul><li><p>Optimization with outer Teacher and inner Student loop stages. </p></li><li><p>Teacher proposes synthetic problems for inner looper Student optimization. </p></li><li><p>After N inner loops steps, Teacher is rewarded based on Student&#8217;s improvement. (Teacher learns to teach in the outer looper)</p></li><li><p>Both stages uses RLOO for optimization.  </p></li></ul><p><strong>Results</strong></p><ul><li><p>Bi-level meta-RL facilitates learning despite sparse rewards</p></li><li><p>Structural quality of generated questions more important than solution correctness</p></li></ul><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/html/2509.26626v1">Recursive Self-Aggregation Unlocks Deep Thinking in LLMs</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>Combining parallel and sequential scaling methods to improve LLM reasoning.</p><p><strong>How it works</strong></p><ul><li><p>Maintains population of candidate solutions at each step</p></li><li><p>Aggregates subsets to iteratively produce improved solutions</p></li><li><p>Inspired by evolutionary algorithms, enables model to revisit and correct reasoning</p></li><li><p>RL training teaches effective solution aggregation</p></li></ul><p><strong>Results</strong></p><ul><li><p>Significant performance improvements across tasks vs. traditional methods</p></li><li><p>Bridges gap between smaller and larger reasoning models</p></li></ul><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/html/2510.08191v1">Training-Free Group Relative Policy Optimization</a></strong></h3><p><strong>What&#8217;s new</strong><br><br>A method enhancing LLM performance without parameter updates by leveraging experiential knowledge as token priors.</p><p><strong>How it works</strong></p><ul><li><p>Uses group-based rollouts to distill semantic advantages from multiple outputs</p></li><li><p>Maintains frozen model; updates external experiential knowledge library</p></li><li><p>Each step: generate outputs, score them, extract semantic advantages based on performance</p></li><li><p>Adapts to new scenarios with minimal training data</p></li></ul><p><strong>Results</strong></p><ul><li><p>Significant improvements in mathematical reasoning and web searching</p></li><li><p>Outperforms fine-tuned models with fewer samples and lower costs</p></li><li><p>Strong performance on AIME24, AIME25, and WebWalkerQA</p></li></ul><div><hr></div><h1><strong>&#129489;&#8205;&#128187; Open Source</strong></h1><p><strong><a href="https://github.com/NVlabs/FastGen">FastGen</a></strong> &#8212; NVIDIA library for fast generation from diffusion models.</p><div><hr></div><blockquote><p><strong>Enjoyed this issue? Send it to a friend who&#8217;d appreciate it.</strong></p></blockquote><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-63?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-63?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><h1></h1>]]></content:encoded></item><item><title><![CDATA[BlaGPT logs: Deepseek's Engram - N-gram Hash Memory for Transformers]]></title><description><![CDATA[Giving Transformers a 'cheat sheet' using O(1) hash-based memory.]]></description><link>https://erogol.substack.com/p/blagpt-logs-deepseeks-engram-n-gram</link><guid isPermaLink="false">https://erogol.substack.com/p/blagpt-logs-deepseeks-engram-n-gram</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Mon, 26 Jan 2026 19:08:53 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!KPcy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fpbs.substack.com%2Fmedia%2FG_FyfusXQAAjk5G.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>A deterministic memory module that augments transformers with static n-gram knowledge through hash-based embedding lookups.</em></p><div><hr></div><blockquote><p><strong>A note on this post:</strong> <strong><a href="https://github.com/erogol/BlaGPT">BlaGPT</a></strong> is the codebase where I benchmark trending techniques and models. I recently started writing brief technical notes on these implementations, and I decided to share them here on Substack. So, here we go&#8230;</p></blockquote><h2><strong>Overview</strong></h2><p><a href="https://github.com/deepseek-ai/Engram/blob/main/Engram_paper.pdf">Engram</a> addresses the lack of native knowledge lookup mechanisms in transformer architectures. While Mixture-of-Experts (MoE) enables conditional computation, transformers lack a complementary approach for accessing static, pre-computed memories. Engram introduces deterministic n-gram hashing to retrieve token-pattern embeddings with O(1) complexity, offloading large tables to CPU memory with minimal inference overhead.</p><p>The method treats static knowledge retrieval independently from neural computation, enabling models to balance between dynamic processing and static memory access.</p><p></p><pre><code><code>if liked &amp;&amp; want_next_issue:
   subscribe();</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><h2><strong>Method</strong></h2><h3><strong>Core Mechanism</strong></h3><p>Engram computes hash indices for n-gram token patterns and retrieves corresponding embeddings from per-layer tables:</p><ol><li><p><strong>Hash n-gram patterns</strong>: For each position in the sequence, combine n consecutive tokens using XOR hashing</p></li><li><p><strong>Lookup embeddings</strong>: Index into layer-specific embedding tables</p></li><li><p><strong>Gate with hidden states</strong>: Modulate retrieved embeddings using context-dependent gating</p></li><li><p><strong>Add as residual</strong>: Combine gated embeddings with the transformer&#8217;s forward pass</p></li></ol><h3><strong>Hash Function</strong></h3><p>For n consecutive tokens at position i:</p><pre><code><code>hash = (t[i] &#215; m[0]) &#8853; (t[i-1] &#215; m[1]) &#8853; ... &#8853; (t[i-n+1] &#215; m[n-1])
index = hash mod table_size</code></code></pre><p>Where:</p><ul><li><p><code>t[i]</code> is the token ID at position i</p></li><li><p><code>m[k]</code> are fixed random multipliers (odd integers)</p></li><li><p><code>&#8853;</code> denotes XOR operation</p></li><li><p>Padding tokens are used for positions near sequence boundaries</p></li></ul><h3><strong>Gating Mechanism</strong></h3><p>Retrieved n-gram embeddings are modulated by the current hidden state:</p><pre><code><code>key = W_key(concat(ngram_embeds))
value = W_value(concat(ngram_embeds))
gate = sigmoid((norm(key) &#183; norm(hidden)) / &#8730;d)
output = gate &#215; value</code></code></pre><p>This preserves context-awareness while accessing static memories.</p><h2><strong>Variants in BlaGPT</strong></h2><p>BlaGPT includes 3 Engram variants with these common changes:</p><p>Removed the following things to keep it simple and focus on the core idea:</p><ol><li><p><strong>CompressedTokenizer</strong>: No text normalization before hashing</p></li><li><p><strong>Multi-head hashing</strong>: Single hash function instead of finding optimal primes</p></li><li><p><strong>ShortConv refinement</strong>: No additional convolution over n-gram embeddings</p></li><li><p><strong>Hyper-connection complexity</strong>: Simplified residual connection patterns</p></li></ol><p>and retrained:</p><ul><li><p>XOR-based n-gram hashing with random multipliers</p></li><li><p>Per-layer embedding tables</p></li><li><p>Context-dependent gating</p></li><li><p>Deterministic addressing (no learned routing)</p></li></ul><h3><strong>SimpleEngram</strong></h3><p>Standard implementation with multiple n-gram sizes (default: bigrams and trigrams):</p><ul><li><p>Separate embedding tables per n-gram size</p></li><li><p>Projects concatenated embeddings to key/value</p></li><li><p>RMSNorm for stable gating</p></li></ul><h3><strong>NgramLambdaEngram</strong></h3><div class="twitter-embed" data-attrs="{&quot;url&quot;:&quot;https://x.com/classiclarryd/status/2013520088297558274?s=20&quot;,&quot;full_text&quot;:&quot;New NanoGPT Speedrun WR at 99.3s (-5.6s) with a bigram hash embedding that is added to the residual stream before every layer. Inspiration from Svenstrup et al 2017 paper on Hash Embeddings, and Deepseek's Engram. Modded-NanoGPT now uses fewer training tokens than its parameter &quot;,&quot;username&quot;:&quot;classiclarryd&quot;,&quot;name&quot;:&quot;Larry Dial&quot;,&quot;profile_image_url&quot;:&quot;https://pbs.substack.com/profile_images/1959245933268672512/oAdbl4gC_normal.jpg&quot;,&quot;date&quot;:&quot;2026-01-20T07:52:53.000Z&quot;,&quot;photos&quot;:[{&quot;img_url&quot;:&quot;https://pbs.substack.com/media/G_FyfusXQAAjk5G.jpg&quot;,&quot;link_url&quot;:&quot;https://t.co/ykGVKtrOM0&quot;},{&quot;img_url&quot;:&quot;https://pbs.substack.com/media/G_F1czHXMAAIrif.png&quot;,&quot;link_url&quot;:&quot;https://t.co/ykGVKtrOM0&quot;}],&quot;quoted_tweet&quot;:{},&quot;reply_count&quot;:24,&quot;retweet_count&quot;:53,&quot;like_count&quot;:601,&quot;impression_count&quot;:79653,&quot;expanded_url&quot;:null,&quot;video_url&quot;:null,&quot;video_preview_media_key&quot;:null,&quot;belowTheFold&quot;:true}" data-component-name="Twitter2ToDOM"></div><p>Layer-wise mixing variant inspired by bigram models:</p><ul><li><p>Single n-gram embedding table shared across layers</p></li><li><p>Per-layer learnable mixing coefficients (&#955;_x, &#955;_x0, &#955;_ngram)</p></li><li><p>Mixes current hidden state, initial embedding, and n-gram embedding</p></li><li><p>Applied between transformer blocks</p></li></ul><h3><strong>MinimalEngram</strong></h3><p><em>Best results in BlaGPT experiments</em></p><p>I simplified version the original idea to:</p><ul><li><p>Single n-gram size (default: trigrams)</p></li><li><p>Concatenates hidden state with n-gram embedding for gating</p></li><li><p>Minimal projections</p></li></ul><h2><strong>BlaGPT Implementation</strong></h2><h3><strong>Basic Usage</strong></h3><pre><code>from bla_gpt.engram import SimpleEngram, NgramLambdaEngram, MinimalEngram

# Standard variant with bigrams and trigrams
engram = SimpleEngram(
    hidden_size=512,
    vocab_size=32000,
    ngram_sizes=(2, 3),
    embed_dim=256,
    table_size=500_000,
)

# Apply in transformer block
output = engram(hidden_states, input_ids)  # [B, L, D]
hidden_states = hidden_states + output</code></pre><h3><strong>Shared Embeddings</strong></h3><p>Reduce memory by sharing tables across layers:</p><pre><code>from bla_gpt.engram import create_shared_simple_engram_embeddings

# Create shared tables
shared_embs = create_shared_simple_engram_embeddings(
    table_size=500_000,
    embed_dim=256,
    ngram_sizes=(2, 3),
)

# Use in multiple layers
engram_layer_1 = SimpleEngram(hidden_size=512, vocab_size=32000,
                               shared_embeddings=shared_embs)
engram_layer_2 = SimpleEngram(hidden_size=512, vocab_size=32000,
                               shared_embeddings=shared_embs)</code></pre><h3><strong>Layer-wise Mixing</strong></h3><pre><code># Create model-level wrapper
ngram_engram = NgramLambdaEngram(
    vocab_size=32000,
    model_dim=512,
    num_layers=6,
    ngram=2,  # bigrams
    ngram_vocab_mult=5,
)

# Get n-gram embeddings once
x0_ngram = ngram_engram.get_ngram_embedding(input_ids)

# Mix at each layer
for layer_idx in range(num_layers):
    x = ngram_engram.mix_at_layer(x, x0, x0_ngram, layer_idx)
    x = transformer_block(x)</code></pre><div><hr></div><h2>&#128736;&#65039; Build With It</h2><p>The full implementation of all three Engram variants&#8212;including the high-performing <code>MinimalEngram</code>&#8212;is available now in the <strong>BlaGPT</strong>. </p><p>I have designed the module to be plug-and-play, so you can drop it into your own Transformer blocks with just a few lines of code.</p><p><strong>&#128073; <a href="https://github.com/erogol/BlaGPT/blob/main/bla_gpt/engram.py">View the Engram Implementation on GitHub</a></strong></p><p>Plus, feel free to <strong>open a PR!</strong> </p><div><hr></div><p>Kudos for reading &#128591; &#8230; </p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #62]]></title><description><![CDATA[12 new open models, 15 papers... How LLMs Are Learning to Think in Branches, Talk in Any Modality, and Stretch Context Windows to Millions of Tokens.]]></description><link>https://erogol.substack.com/p/machine-learns-62</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-62</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 21 Jan 2026 13:45:25 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!6WMb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1>&#129302; Model Releases</h1><p><strong><a href="https://stepfun-ai.github.io/Step3-VL-10B/">Step3-VL-10B: Compact Yet Frontier Multimodal Intelligence</a></strong> &#128444;&#65039;&#129504;<br>Step3-VL-10B is a 10B-parameter lightweight open-source multimodal base model focused on visual perception, complex reasoning, and human alignment, using unified pretraining and large-scale multimodal RL to beat peers in its size class.</p><p></p><pre><code><code>if liked &amp;&amp; want_next_issue:
   subscribe();</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p><strong><a href="https://huggingface.co/openbmb/AgentCPM-Report">openbmb/AgentCPM-Report &#183; Hugging Face</a></strong> &#128202;&#9997;&#65039;<br>AgentCPM-Report is an open-source LLM agent specialized for long-form report generation from instructions, co-developed by THUNLP, Renmin University of China, and ModelBest.</p><p><strong><a href="https://www.tavus.io/post/sparrow-1-human-level-conversational-timing-in-real-time-voice">Sparrow-1: Human-Level Conversational Timing in Real-Time Voice</a></strong> &#128483;&#65039;&#9201;&#65039;<br>Sparrow-1 is a multilingual audio model that predicts when to listen, wait, or speak to match human conversational timing in real-time voice interactions.</p><p><strong><a href="https://huggingface.co/blog/lightonai/lightonocr-2">LightOnOCR-2-1B: a lightweight high-performance end-to-end OCR model family</a></strong> &#128196;&#128269;<br>LightOnOCR-2-1B is a 1B-parameter end-to-end vision-language OCR model that converts document pages to clean text and figure/image bounding boxes, optimized for fast, practical document workflows.</p><p><strong><a href="https://huggingface.co/zai-org/GLM-4.7-Flash">zai-org/GLM-4.7-Flash &#183; Hugging Face</a></strong> &#128172;&#9889;<br>GLM-4.7-Flash is a ~30B-class model tuned for lightweight deployment, aiming to balance strong performance with much lower inference cost.</p><p><strong><a href="https://huggingface.co/nvidia/personaplex-7b-v1">nvidia/personaplex-7b-v1 &#183; Hugging Face</a></strong> &#128483;&#65039;&#129309;<br>Personaplex is a 7B real-time speech-to-speech conversational model that supports streaming understanding and generation with interruptions and rapid turn-taking.</p><p><strong><a href="https://huggingface.co/black-forest-labs/FLUX.2-klein-4B">black-forest-labs/FLUX.2-klein-4B &#183; Hugging Face</a></strong> &#127912;&#9881;&#65039;<br>FLUX.2 [klein] 4B is a 4B-parameter image generation and editing model designed for real-time use on consumer GPUs with ~13GB VRAM.</p><p><strong><a href="https://seedfold.github.io/">SeedFold</a></strong> &#129516;&#128300;<br>SeedFold is a protein folding model that uses width scaling and large-scale data distillation to boost capacity and sets new state-of-the-art on FoldBench.</p><p><strong><a href="https://huggingface.co/microsoft/FrogMini-14B-2510">microsoft/FrogMini-14B-2510 &#183; Hugging Face</a></strong> &#128104;&#8205;&#128187;&#129714;<br>FrogMini is a 14B-parameter coding agent optimized for multi-turn debugging, trained on a mix of real-world and synthetic bug datasets.</p><p><strong><a href="https://huggingface.co/zai-org/GLM-Image">zai-org/GLM-Image &#183; Hugging Face</a></strong> &#128444;&#65039;&#127744;<br>GLM-Image is a text-to-image and image-to-image generator with a hybrid autoregressive&#8211;diffusion decoder that focuses on semantic understanding and fine detail.</p><p><strong><a href="https://research.google/blog/medgemma-our-most-capable-open-models-for-health-ai-development/">MedGemma: Our most capable open models for health AI development</a></strong> &#129658;&#128247;<br>MedGemma is a 4B/27B multimodal generative family for healthcare, supporting text and medical images for tasks like report generation and image classification.</p><p><strong><a href="https://huggingface.co/spaces/kyutai/calm-samples">CALM Samples &#8211; kyutai &#183; Hugging Face Space</a></strong> &#128266;&#128225;<br>CALM is a Continuous Audio Language Model that operates directly on continuous audio with a Transformer backbone, enabling high-quality speech and music generation without lossy compression.</p><h1>&#128206; Papers</h1><h3>&#129504; <strong><a href="https://arxiv.org/abs/2601.08808">Multiplex Thinking: Reasoning via Token-wise Branch-and-Merge</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!6WMb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!6WMb!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 424w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 848w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 1272w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!6WMb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png" width="1456" height="666" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:666,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:194206,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/185284462?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!6WMb!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 424w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 848w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 1272w, https://substackcdn.com/image/fetch/$s_!6WMb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10439baf-2d92-4dc7-977d-f0f5d47129f2_1766x808.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A stochastic soft reasoning mechanism for LLMs.</p></li><li><p>Lets models explore multiple next-token hypotheses without blowing up sequence length.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>At each reasoning step, samples K candidate next tokens.</p></li><li><p>Aggregates their embeddings into a single <em>continuous multiplex token</em>, preserving the vocabulary prior and sampling dynamics.</p></li><li><p>Induces a tractable probability distribution over multiplex rollouts.</p></li><li><p>Self-adaptive behavior:</p><ul><li><p>Confident: multiplex tokens become nearly discrete, behaving like standard CoT.</p></li><li><p>Uncertain: compactly encodes several plausible continuations in one step.</p></li></ul></li><li><p>Trained via on-policy reinforcement learning on reasoning tasks.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms strong discrete CoT and RL baselines on hard math benchmarks.</p></li><li><p>Gains hold from Pass@1 all the way to Pass@1024.</p></li><li><p>Produces shorter reasoning traces than traditional multi-sample methods.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Increases reasoning capacity without linear growth in token count.</p></li><li><p>Provides a principled way to &#8220;branch and merge&#8221; thought processes inside the LM.</p></li><li><p>Directly addresses the inefficiency of long, low-bandwidth token sequences for complex reasoning.</p></li></ul><div><hr></div><h3>&#128266; <strong><a href="https://arxiv.org/html/2512.20308v2">SpidR: Learning Fast and Stable Linguistic Units for Spoken Language Models Without Supervision</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8Idv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8Idv!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 424w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 848w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 1272w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8Idv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png" width="1456" height="793" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:793,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:130862,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/185284462?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!8Idv!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 424w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 848w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 1272w, https://substackcdn.com/image/fetch/$s_!8Idv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bd46787-1e52-473e-8aea-50b32cb5cfd2_1766x962.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A self-supervised speech representation model for spoken language modeling.</p></li><li><p>Significantly outperforms HuBERT, DinoSR, etc., on multiple benchmarks.</p></li><li><p>Trains in about one day on 16 GPUs, much faster than prior work.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Trained directly on raw waveforms with a masked prediction objective.</p></li><li><p>Uses self-distillation with online clustering:</p><ul><li><p>A teacher network produces intermediate representations.</p></li><li><p>A student predicts cluster assignments, stabilizing the clustering process.</p></li></ul></li><li><p>Focuses on extracting phonetic and linguistic units directly from speech (no text).</p></li><li><p>Evaluates unit quality (ABX, PNMI) and correlates it with language modeling performance.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Strong zero-shot performance on textless spoken LM tasks (sWUGGY, sBLIMP, tSC).</p></li><li><p>Lower ABX error and higher MAP vs. previous models.</p></li><li><p>Better training stability and representation quality at lower compute.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Enables building powerful speech-language models directly from audio, bypassing text.</p></li><li><p>Especially promising for low-resource languages where transcriptions are scarce.</p></li></ul><div><hr></div><h3>&#128266; <strong><a href="https://arxiv.org/html/2506.12537v3">What Makes a Good Speech Tokenizer for LLM-Centric Speech Generation? A Systematic Study</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Systematic analysis of speech tokenizers for LLM-centric speech generation.</p></li><li><p>M<em>ulti-token prediction</em> (MTP) to speed up decoding and reduce WER.</p></li><li><p>Releases <em>RoleTriviaQA</em>, a benchmark for role-playing QA with diverse speaker identities.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Compares three tokenizer designs: coupled, semi-decoupled, fully decoupled.</p></li><li><p>Finds <em>decoupled</em> tokenizers improve cross-modal alignment and synthesis quality.</p></li><li><p>MTP allows each hidden state to decode multiple speech tokens:</p><ul><li><p>Increases information density in speech tokens.</p></li><li><p>Better matches the density of text representations.</p></li></ul></li><li><p>Adds <em>speaker-aware generation</em> by conditioning on speaker identity features.</p></li><li><p>Evaluates on role-playing knowledge QA, measuring knowledge retention and speaker consistency.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Decoupled tokenizers consistently outperform coupled/semi-decoupled in alignment and quality.</p></li><li><p>MTP speeds decoding by up to 12&#215; and cuts WER from 6.07 &#8594; 3.01.</p></li></ul><div><hr></div><h3>&#128266; <strong><a href="https://arxiv.org/html/2601.10770v1">Unifying Speech Recognition, Synthesis and Conversion with Autoregressive Transformers</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!mogv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!mogv!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 424w, https://substackcdn.com/image/fetch/$s_!mogv!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 848w, https://substackcdn.com/image/fetch/$s_!mogv!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 1272w, https://substackcdn.com/image/fetch/$s_!mogv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!mogv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png" width="1456" height="747" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:747,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:409106,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/185284462?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!mogv!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 424w, https://substackcdn.com/image/fetch/$s_!mogv!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 848w, https://substackcdn.com/image/fetch/$s_!mogv!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 1272w, https://substackcdn.com/image/fetch/$s_!mogv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F348cdf01-37ff-4c14-893e-1ccffbee4a8f_1766x906.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p><em>A</em> single autoregressive framework for TTS, ASR, and voice conversion.</p></li><li><p>Unifies major speech tasks into one model instead of separate architectures.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Operates over a shared discrete audio token space.</p></li><li><p>Uses dual tokenizers (GLM + BiCodec) for robust speech discretization.</p></li><li><p>Instruction-driven task switching: same architecture, different prompts for TTS/ASR/VC.</p></li><li><p>Joint multi-task training shares representations across tasks.</p></li><li><p>Fully autoregressive architecture supports streaming and high-throughput generation.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Competitive or better than task-specific models on standard speech benchmarks.</p></li><li><p>High concurrency and throughput suitable for real-time deployment.</p></li><li><p>Gains from multi-task training vs. siloed models.</p></li></ul><div><hr></div><h3>&#128207; <strong><a href="https://arxiv.org/html/2512.24601v1">Recursive Language Models</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1joe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1joe!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 424w, https://substackcdn.com/image/fetch/$s_!1joe!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 848w, https://substackcdn.com/image/fetch/$s_!1joe!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 1272w, https://substackcdn.com/image/fetch/$s_!1joe!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1joe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png" width="1456" height="384" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:384,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:154078,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/185284462?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!1joe!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 424w, https://substackcdn.com/image/fetch/$s_!1joe!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 848w, https://substackcdn.com/image/fetch/$s_!1joe!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 1272w, https://substackcdn.com/image/fetch/$s_!1joe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F806c1f1c-25af-4a4a-aea0-a905d7b09d88_1766x466.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p><em>Recursive Language Models (RLMs)</em> for long-prompt processing.</p></li><li><p>RLMs dramatically outperform standard LLMs on extreme long-context tasks.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Treats the long prompt as an <em>external environment</em> rather than a flat sequence.</p></li><li><p>Uses a Read&#8211;Eval&#8211;Print Loop (REPL) to interact with the prompt.</p></li><li><p>Programmatically decomposes long inputs and recursively calls itself on sub-snippets.</p></li><li><p>Recursion allows handling context lengths far beyond the raw context window.</p></li><li><p>Maintains accuracy as context grows, where standard models degrade.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Strong gains over base LLMs and common long-context methods.</p></li><li><p>Handles inputs up to 10M+ tokens effectively.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Provides a scalable path to long-horizon reasoning, retrieval, and coding tasks.</p></li><li><p>Tackles the core limitation of context windows without needing massive architectural changes.</p></li></ul><div><hr></div><h3>&#128207; <strong><a href="https://arxiv.org/abs/2512.14391">RePo: Language Models with Context Re-Positioning</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A differentiable mechanism for <em>context re-positioning</em> in LLMs.</p></li><li><p>Loosens the rigid positional index structures used by standard transformers.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Motivated by Cognitive Load Theory: reduces &#8220;extraneous&#8221; load from bad positional layouts.</p></li><li><p>Learns a module to assign token positions based on <em>contextual dependencies</em>.</p></li><li><p>Positions live in a dense, non-linear space instead of fixed integer indices.</p></li><li><p>Continual pretraining on OLMo-2 1B with RePo improves context handling.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Better performance on noisy contexts, structured data, and long contexts.</p></li><li><p>Maintains competitive accuracy on usual short-context benchmarks.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Gives models more freedom to allocate attention where it matters, not where position encoding forces it.</p></li></ul><div><hr></div><h3>&#129521; <strong><a href="https://arxiv.org/abs/2601.10639">STEM: Scaling Transformers with Embedding Modules</a></strong></h3><p>Available in <strong><a href="https://github.com/erogol/BlaGPT">BlaGPT</a></strong></p><p><strong>What&#8217;s new</strong></p><ul><li><p><em>STEM</em> (Scaling Transformers with Embedding Modules).</p></li><li><p>Replaces FFN up-projection with a layer-local embedding lookup indexed by token.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Keeps dense gating and down-projection but removes runtime routing (no MoE-style dispatch).</p></li><li><p>Enables CPU offload with asynchronous prefetch of embedding parameters.</p></li><li><p>Decouples model capacity from per-token FLOPs and cross-device communication.</p></li><li><p>Trains stably despite extreme sparsity in accessed parameters.</p></li><li><p>Learns embedding spaces with large angular spread for efficient knowledge storage.</p></li><li><p>Supports interpretable knowledge editing/injection directly in the embedding space.</p></li><li><p>Long contexts activate more distinct parameters, boosting long-context capacity.</p></li></ul><p><strong>Results</strong></p><ul><li><p>~3&#8211;4% accuracy gains at 350M and 1B scales.</p></li><li><p>Strong improvements on ARC-Challenge, OpenBookQA, GSM8K, MMLU.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Offers a practical path to scale parametric memory without linear compute growth.</p></li><li><p>Improves interpretability and targeted knowledge editing.</p></li><li><p>A compelling alternative to classic FFNs and MoE for larger, smarter models.</p></li></ul><div><hr></div><h3>&#129504; <strong><a href="https://arxiv.org/pdf/2601.08297">Demystifying the Slash Pattern in Attention: The Role of RoPE</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Identifies and analyzes a <em>Slash Pattern</em> in transformer attention.</p></li><li><p>Clarifies how Rotary Positional Encoding (RoPE) shapes attention structure.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Uses a theoretical framework based on shallow transformers to isolate effects.</p></li><li><p>Defines a <em>Slash-Dominance Frequency Condition</em> to characterize specific attention patterns.</p></li><li><p>Designs architectures and training setups to highlight slash-dominant heads (SDHs).</p></li><li><p>Separately evaluates short-range vs long-range offsets in attention scores.</p></li><li><p>Measures SDHs across models like Qwen2.5, Llama 3, etc.</p></li><li><p>Explores parameter compression while preserving useful slash patterns.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Provides detailed empirical maps of SDHs across different &#8710; offsets and model families.</p></li><li><p>Shows that preserving these heads can retain performance with fewer parameters.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Deepens mechanistic understanding of how RoPE shapes transformer attention.</p></li><li><p>Helps explain why some attention heads matter disproportionately for model quality.</p></li></ul><div><hr></div><h3>&#128207; <strong><a href="https://arxiv.org/html/2512.12167v1">Extending the Context of Pretrained LLMs by Dropping Their Positional Embeddings</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p><em>DroPE</em> (Dropping Positional Embeddings) to extend context length <em>without finetuning from scratch</em>.</p></li><li><p>Challenges the standard wisdom that positional embeddings must be kept at inference.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Key observations:</p><ol><li><p>PEs help convergence during pretraining but hurt generalization to unseen lengths.</p></li><li><p>Over-reliance on PEs blocks extrapolation to longer contexts.</p></li><li><p>After pretraining, PEs can be removed following a short recalibration phase.</p></li></ol></li><li><p>DroPE:</p><ul><li><p>Removes PEs post-pretraining.</p></li><li><p>Runs a brief recalibration on a fraction of the original context length.</p></li></ul></li><li><p>This lets LMs generalize to much longer sequences zero-shot, while preserving original performance on shorter ones.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms traditional RoPE scaling methods in zero-shot long-context tasks.</p></li><li><p>Strong gains across multiple models and data scales.</p></li><li><p>Big improvements on long-context and needle-in-a-haystack benchmarks.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Provides a cheap, post-hoc method for context extension.</p></li></ul><div><hr></div><h3>&#127909;&#128266; <strong><a href="https://arxiv.org/html/2512.13677v1">JoVA: Unified Multimodal Learning for Joint Video-Audio Generation</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!gpBm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!gpBm!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 424w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 848w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 1272w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!gpBm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png" width="1456" height="806" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:806,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:212415,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/185284462?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!gpBm!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 424w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 848w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 1272w, https://substackcdn.com/image/fetch/$s_!gpBm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F448aa32e-b55a-4d7f-8256-909ab65a99ec_1766x978.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p><em>A</em> unified framework for joint video&#8211;audio generation with human speech.</p></li><li><p>Uses <em>joint self-attention</em> across modalities instead of complex fusion modules.</p></li><li><p>Introduces a mouth-area-specific loss to improve lip&#8211;speech synchronization.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Video and audio tokens are processed in a single transformer with joint self-attention.</p></li><li><p>No extra alignment modules: cross-modal interaction happens directly in every layer.</p></li><li><p>Mouth-area loss:</p><ul><li><p>Detects facial keypoints.</p></li><li><p>Focuses loss on the mouth region to enforce better lip-sync.</p></li></ul></li><li><p>Two-stage training: first separate modality branches, then joint video&#8211;audio training.</p></li><li><p>Uses temporally aligned RoPE to synchronize positional encodings across modalities.</p></li></ul><p><strong>Results</strong></p><ul><li><p>State-of-the-art on lip-sync accuracy, speech quality, and overall audiovisual fidelity.</p></li><li><p>Outperforms unified and audio-driven baselines on UniAvatar-Bench and Universe-Bench.</p></li><li><p>Achieves lip-sync LSE-C of 6.64, beating prior work.</p></li></ul><div><hr></div><h3>&#129504;&#128218; <strong><a href="https://arxiv.org/html/2601.00671v1">Fast-weight Product Key Memory</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A dynamic, memory-augmented layer.</p></li><li><p>Upgrades static Product Key Memory (PKM) into a context-responsive component.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Performs local chunk-level gradient descent updates during both training and inference.</p></li><li><p>Combines:</p><ul><li><p>Large, sparse key&#8211;value storage of PKM.</p></li><li><p>Rapid adaptation of fast weights.</p></li></ul></li><li><p>Acts as episodic memory:</p><ul><li><p>Memorizes new key&#8211;value pairs from recent inputs.</p></li><li><p>Retrieves them via Top-k key lookups.</p></li></ul></li><li><p>Uses a gating mechanism to blend FwPKM outputs with static slow weights.</p></li><li><p>Supports iterative memorization by re-processing inputs multiple times.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Substantially reduces perplexity on long-context datasets vs. standard PKM.</p></li><li><p>Generalizes to 128K tokens even when trained on 4K sequences.</p></li><li><p>Improved retrieval accuracy, especially with iterative reading.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Brings <em>online, inference-time learning</em> closer to practicality in LMs.</p></li><li><p>Provides a flexible memory module that can quickly absorb new information.</p></li></ul><div><hr></div><h3>&#9881;&#65039;&#128208; <strong><a href="https://arxiv.org/html/2601.05049v1">How to Set the Learning Rate for Large-Scale Pre-training?</a></strong></h3><pre><code>1. Train small models (e.g., 500M, 1B, 2B, 3B) with various LRs
   - Use ~5-7 LR values per model size
   - Train to moderate token counts (e.g., 80-120B)

2. Apply Equation 4 to extrapolate loss to target data size
   - Fit: L(D) = L&#8320; + A&#183;D^(-&#947;)
   
3. Apply Equation 2 to find optimal LR per (N, D) combination
   - Fit: L(&#951;) = L_min + C&#183;(log(&#951;) - &#951;_min)&#178;
   
4. Fit your own version of Equation 6
   - Lr(N, D) = C_&#951; &#183; N^(-&#945;) &#183; D^(-&#946;)
   
5. Extrapolate to target scale</code></pre><p><strong>What&#8217;s new</strong> </p><ul><li><p>Studies learning rate (LR) configuration for large-scale pretraining at industrial scale.</p></li><li><p>Compares two paradigms: <em>Fitting</em> (scaling-law-based) vs. <em>Transfer</em> (proxy &#8594; target).</p></li><li><p>Extends analysis across architectures, depths, weight decay, token horizons, and MoE.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><em>Fitting paradigm</em>:</p><ul><li><p>Empirically models optimal LR as a function of model size and training data.</p></li><li><p>Uses scaling laws to predict good LRs, reducing search complexity.</p></li></ul></li><li><p><em>Transfer paradigm</em>:</p><ul><li><p>Tunes hyperparameters on smaller proxy models.</p></li><li><p>Transfers to larger models via heuristic rules.</p></li></ul></li><li><p>Uses a <em>Warmup&#8211;Stable&#8211;Decay (WSD)</em> LR schedule as the common base.</p></li><li><p>Tests global vs. module-specific LRs (including MoE) across many settings.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Fitting consistently yields better training quality than Transfer.</p></li><li><p>No strong evidence that complex module-specific LR schemes significantly beat a well-chosen global LR.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Offers concrete, data-backed guidance for LR tuning in very large pretraining runs.</p></li></ul><div><hr></div><h3>&#9881;&#65039;&#128230; <strong><a href="https://arxiv.org/html/2601.05034v1">How to Set the Batch Size for Large-Scale Pre-training?</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Revisits batch-size scaling under the Warmup&#8211;Stable&#8211;Decay (WSD) LR scheduler.</p></li><li><p>Defines two key concepts: minimum <em>threshold batch size</em> and <em>optimal batch size</em> for data efficiency.</p></li><li><p>Proposes a <em>dynamic Batch Size Scheduler</em>.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Reconstructs batch-size theory specifically for WSD schedules.</p></li><li><p>Derives:</p><ul><li><p><strong>Threshold constraint</strong>: smallest batch size that can reach a target loss.</p></li><li><p><strong>Efficiency optimality</strong>: batch size that minimizes total tokens consumed.</p></li></ul></li><li><p>Produces a formula linking data consumption and optimization steps.</p></li><li><p>Designs a dynamic schedule that changes batch size over training to optimize both speed and final performance.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Dynamic scheduling outperforms fixed batch sizes across many setups.</p></li><li><p>Gains hold in both stable and decay phases of training.</p></li><li><p>Improves both efficiency and final model quality.</p></li></ul><p><strong>Why it matters</strong></p><ul><li><p>Gives practical recipes for teams running massive pretraining jobs.</p></li></ul><div><hr></div><h3>&#127909;&#128266; <strong><a href="https://arxiv.org/html/2601.03233v1">LTX-2: Efficient Joint Audio-Visual Foundation Model</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p><em>LTX-2</em> is an open-source text-to-audio+video (T2AV) foundation model.</p></li><li><p>Jointly generates synchronized video and audio from text prompts.</p></li><li><p>Combines a 13B Video Diffusion Transformer with 3B audio stream.</p></li><li><p>Uses modality-aware classifier-free guidance and progressive joint training.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Asymmetric dual-stream transformer:</p><ul><li><p>A 13B video stream.</p></li><li><p>A 3B audio stream.</p></li></ul></li><li><p>Uses separate VAEs for video and audio to compress raw signals into latents.</p></li><li><p>Bidirectional cross-attention tightly aligns audio and video tokens in time.</p></li><li><p>Text is encoded with a high-capacity, multilingual encoder (Gemma 3) for rich semantics and phonetics.</p></li><li><p>Implements bimodal classifier-free guidance to control audiovisual alignment and content strength.</p></li><li><p>Uses multi-scale, multi-tile inference to efficiently synthesize 1080p video with audio.</p></li></ul><p><strong>Results</strong></p><ul><li><p>State-of-the-art open-source audiovisual quality and prompt adherence.</p></li><li><p>Beats several proprietary systems in human preference tests (visual realism, audio fidelity, sync).</p></li><li><p>Ranked 3rd for Image-to-Video and 4th for Text-to-Video tasks (as of Nov 6, 2025).</p></li><li><p>Generates up to ~20 seconds of synced audio&#8211;video.</p></li></ul><div><hr></div><p>Kudos for reading &#128591; &#8230; <br><br>Enjoyed this issue? Share it with a friend.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-62?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-62?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #61]]></title><description><![CDATA[>10 new open models, RL tricks that stabilize LLMs, value-residual Transformers for cheaper long context, PoPE for better positions, and a wave of new audio, OCR, video, and vision-to-action models&#8230;]]></description><link>https://erogol.substack.com/p/machine-learns-61</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-61</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 07 Jan 2026 12:15:21 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!XgS9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Happy New Year All!! &#8230; Coming off a longer break, I finally had time to just sit and read papers &#8212; you&#8217;ll see that in the extra-heavy papers section this time. Enjoy!</p><h2><strong>&#129302; Model Releases</strong></h2><p><strong>&#127897;&#65039; <a href="https://huggingface.co/nvidia/nemotron-speech-streaming-en-0.6b?trk=feed-detail_main-feed-card_feed-article-content">nvidia/nemotron-speech-streaming-en-0.6b &#183; Hugging Face</a> - </strong>Unified English ASR model for low-latency streaming and high-throughput batch transcription with punctuation and configurable chunk sizes.</p><p></p><pre><code><code>if liked &amp;&amp; want_next_issue:</code>
<code>   subscribe();</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p><strong>&#127916; <a href="https://huggingface.co/Lightricks/LTX-2">Lightricks/LTX-2 &#183; Hugging Face</a> - </strong>DiT-based audio&#8211;video foundation model with open weights that generates synchronized video and audio, designed to run locally on practical hardware.</p><p><strong>&#128266; <a href="https://github.com/ekwek1/soprano">GitHub - ekwek1/soprano: Soprano &#8212; Instant, Ultra-Realistic Text-to-Speech</a> - </strong>Ultra-fast, open-source TTS that uses &lt;1 GB VRAM and reaches ~2000&#215; real-time, generating 10 hours of speech in under 20 seconds.</p><p><strong>&#128187; <a href="https://huggingface.co/Ex0bit/MiniMax-M2.1-PRISM">Ex0bit/MiniMax-M2.1-PRISM &#183; Hugging Face</a> - </strong>229B-parameter language model tuned for coding, multi-step reasoning, and multilingual tasks, using PRISM methodology to improve performance and refusal behavior.</p><p><strong>&#127911; <a href="https://github.com/ysharma3501/LinaCodec">GitHub - ysharma3501/LinaCodec</a> - </strong>Neural audio tokenizer that compresses audio to 12.5 tokens/sec and decodes to 48kHz, boosting speed and quality for TTS and ASR pipelines.</p><p><strong>&#129518; <a href="https://huggingface.co/LiquidAI/LFM2-2.6B-Exp">LiquidAI/LFM2-2.6B-Exp &#183; Hugging Face</a> - </strong>Experimental 2.6B LLM checkpoint trained with RL on instructions, knowledge, and math, targeting agentic behavior and multi-turn conversations.<br><br><strong>&#127911; <a href="https://github.com/ysharma3501/FlashSR">GitHub - ysharma3501/FlashSR</a> - </strong>Fast audio super-resolution model that upsamples 16kHz audio to 48kHz at 200&#8211;400&#215; real time, depending on quality settings.</p><p><strong>&#127909; <a href="https://huggingface.co/KlingTeam/MemFlow">KlingTeam/MemFlow &#183; Hugging Face</a> - </strong>Streaming video generation model with a dynamic memory bank that retrieves relevant past frames from text prompts to maintain long-context consistency and narrative coherence.</p><p><strong>&#127918; <a href="https://huggingface.co/nvidia/NitroGen">nvidia/NitroGen &#183; Hugging Face</a> - </strong>Vision-to-action model that turns video game footage into gamepad actions using large-scale imitation learning for controllable agents.</p><p><strong>&#128196; <a href="https://mistral.ai/news/mistral-ocr-3">Introducing Mistral OCR 3 | Mistral AI</a> - </strong>Production-grade OCR model for extracting text and images from diverse document types&#8212;including forms, handwriting, and complex tables&#8212;with markdown output and API integration.</p><p><strong>&#129514; <a href="https://huggingface.co/GSAI-ML/ReFusion">GSAI-ML/ReFusion &#183; Hugging Face</a> - </strong>Masked diffusion LLM that supports any-order generation and full KV cache reuse, bringing diffusion-style flexibility together with efficient parallel decoding.</p><div><hr></div><h2><strong>&#128206; Papers</strong></h2><h3><strong><a href="https://arxiv.org/abs/2503.14476">&#129504; DAPO: An Open-Source LLM Reinforcement Learning System at Scale</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!WnGF!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!WnGF!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 424w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 848w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 1272w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!WnGF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png" width="1456" height="577" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a75c6702-8422-470c-883c-2281b46e647d_1914x758.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:577,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:206520,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!WnGF!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 424w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 848w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 1272w, https://substackcdn.com/image/fetch/$s_!WnGF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa75c6702-8422-470c-883c-2281b46e647d_1914x758.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Group Relative Policy Optimization (GRPO) as a simpler RL optimizer for LLMs.</p></li><li><p>DAPO as an improved variant addressing stability and efficiency issues in vanilla GRPO.</p></li><li><p>Importance Sampling and Truncated Importance Sampling (TIS) to keep training effectively on-policy.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>GRPO estimates advantages by sampling multiple completions per prompt and using a group-based baseline, avoiding a separate critic network.</p></li><li><p>This reduces memory and compute relative to PPO while still supporting RL-style optimization.</p></li><li><p>DAPO modifies GRPO with four key tricks:</p><ol><li><p><strong>Clip Higher</strong>: Decouples lower and upper clipping bounds to prevent entropy collapse.</p></li><li><p><strong>Dynamic Sampling</strong>: Over-samples prompts and drops those with perfect accuracy to improve sample efficiency.</p></li><li><p><strong>Token-Level Loss</strong>: Aggregates loss at the token level to remove bias toward shorter responses.</p></li><li><p><strong>Overlong Reward Shaping</strong>: Masks truncated samples instead of punishing them, stabilizing training.</p></li></ol></li><li><p>TIS corrects discrepancies between rollout and policy-update engines, ensuring the updates remain on-policy even when using different systems for sampling and training.</p></li></ul><p><strong>Results</strong></p><ul><li><p>DAPO improves accuracy on reasoning benchmarks, surpassing prior GRPO-based systems such as DeepSeek-R1.</p></li><li><p>Shows faster convergence and better sample efficiency versus vanilla GRPO.</p></li><li><p>Training curves indicate stable growth in response length, entropy, and reward, suggesting more robust RL behavior.</p></li></ul><div><hr></div><h3><strong>&#129518; <a href="https://arxiv.org/html/2410.17897v5">Value Residual Learning</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HFXf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HFXf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 424w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 848w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 1272w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HFXf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png" width="1456" height="669" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:669,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:403494,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!HFXf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 424w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 848w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 1272w, https://substackcdn.com/image/fetch/$s_!HFXf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90c5839a-a841-4544-ac58-ce85187645cf_1936x890.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>ResFormer and SVFormer, two Transformer variants that modify how value states are handled.</p></li><li><p>ResFormer enhances information flow with value residual connections.</p></li><li><p>SVFormer shares a single value state across layers, cutting KV cache size by nearly half.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>ResFormer</strong>:</p><ul><li><p>Adds value residual connections from the first layer&#8217;s value vectors to each subsequent layer&#8217;s value vectors before attention.</p></li><li><p>Both sets of value states share the same attention matrix, preserving fine-grained token information even in deep layers.</p></li><li><p>Mitigates over-smoothing by keeping early-layer token features accessible throughout the network.</p></li></ul></li><li><p><strong>SVFormer</strong>:</p><ul><li><p>Decouples value vectors from the attention computation so all layers can share a single value state.</p></li><li><p>Greatly reduces memory overhead for KV cache during inference, especially on long sequences.</p></li></ul></li><li><p>Empirical evidence suggests these architectures maintain or improve performance with fewer parameters and less training data than standard Transformers.</p></li></ul><p><strong>Results</strong></p><ul><li><p>ResFormer reaches equivalent validation loss with <sub>16.1% fewer parameters and </sub>20.3% less training data versus vanilla Transformers.</p></li><li><p>SVFormer significantly shrinks KV cache usage while keeping model quality intact.</p></li><li><p>Both outperform prior variants like DenseFormer and NeuTRENO across multiple tasks.</p></li></ul><div><hr></div><h3><strong>&#129521; <a href="https://arxiv.org/abs/2512.24880">mHC: Manifold-Constrained Hyper-Connections</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!iNkN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!iNkN!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 424w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 848w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 1272w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!iNkN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png" width="1456" height="728" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:728,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:204326,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!iNkN!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 424w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 848w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 1272w, https://substackcdn.com/image/fetch/$s_!iNkN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F80714231-e43f-4cfe-b93e-a81fe1b94c00_1780x890.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Manifold-Constrained Hyper-Connections (mHC) as a new way to structure residual-like connections.</p></li><li><p>Directly addresses issues with existing Hyper-Connections (HC), such as loss of identity mapping and training instability at scale.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Projects the residual space of Hyper-Connections onto a well-chosen manifold, enforcing desirable topological properties.</p></li><li><p>Restores the identity mapping behavior that makes standard residual connections so effective and stable.</p></li><li><p>Adds infrastructure optimizations so the method remains efficient at scale, not just a theoretical improvement.</p></li><li><p>Maintains the performance gains of HCs while improving robustness and scalability.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Large-scale experiments show mHC can train effectively where naive HCs become unstable.</p></li><li><p>Delivers tangible performance improvements over baselines that either lack HCs or use unconstrained versions.</p></li></ul><div><hr></div><h3><strong>&#128483;&#65039; <a href="https://arxiv.org/html/2512.18286v1">What Does the Speaker Embedding Encode?</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Comprehensive study comparing <strong>i-vector</strong>, <strong>d-vector</strong>, and <strong>s-vector</strong> speaker embeddings.</p></li><li><p>A new <strong>i-s-vector</strong> framework that combines i-vectors and s-vectors via multi-task learning.</p></li><li><p>Significant gains in text-dependent speaker verification.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>i-vector</strong>:</p><ul><li><p>Models speaker and session variability in a low-dimensional subspace derived from a universal background model (UBM).</p></li><li><p>Strong for speaker discrimination but weak on temporal/sequential information.</p></li></ul></li><li><p><strong>d-vector</strong>:</p><ul><li><p>Learns speaker-discriminative features with a DNN; frame-level embeddings are averaged into a single utterance-level vector.</p></li><li><p>Balances multiple properties but discards sequence information through averaging.</p></li></ul></li><li><p><strong>s-vector</strong>:</p><ul><li><p>Uses LSTMs to treat speaker recognition as a sequence modeling problem.</p></li><li><p>Preserves temporal structure and is jointly trained to predict both speaker identity and text content.</p></li></ul></li><li><p><strong>i-s-vector</strong>:</p><ul><li><p>Concatenates i-vector and s-vector embeddings and trains them in a multi-task, end-to-end framework.</p></li><li><p>Encourages richer feature interactions and leverages strengths of both generative (i-vector) and sequence-based (s-vector) methods.</p></li><li><p>BLSTM variants further exploit bidirectional temporal context.</p></li></ul></li></ul><p><strong>Results</strong></p><ul><li><p>i-s-vector yields &gt;50% relative EER reduction versus an i-vector baseline on content-mismatch trials.</p></li><li><p>Improves performance across multiple tasks: speaker verification, speaker ID, and text classification.</p></li><li><p>BLSTM-based models deliver additional gains by capturing longer temporal dependencies.</p></li></ul><div><hr></div><h3><strong>&#127925; <a href="https://arxiv.org/html/2512.20211v1">Aliasing-Free Neural Audio Synthesis</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!iF_m!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!iF_m!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 424w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 848w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 1272w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!iF_m!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png" width="1456" height="755" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:755,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:272260,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!iF_m!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 424w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 848w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 1272w, https://substackcdn.com/image/fetch/$s_!iF_m!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2f74cb-756b-416f-8a38-b9558d00b677_2006x1040.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Pupu-Vocoder and Pupu-Codec, two anti-aliased neural audio modules.</p></li><li><p>High-quality pre-trained checkpoints for singing voice, music, and general audio generation.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Targets aliasing artifacts that commonly appear in neural vocoders/codecs, especially when using ConvTranspose layers.</p></li><li><p>Applies oversampling and <strong>anti-derivative anti-aliasing (ADAA)</strong> to activation functions to suppress aliasing.</p></li><li><p>Replaces ConvTranspose with a resampling layer built from zero-interlacing plus low-pass filtering:</p><ul><li><p>Avoids tonal artifacts and eliminates aliased components in the upsampling process.</p></li></ul></li><li><p>Overall architecture: encoder &#8594; residual vector quantizer (RVQ) &#8594; decoder &#8594; discriminators.</p></li><li><p>Pupu-Vocoder takes mel-spectrograms as input, focusing on high-fidelity waveform reconstruction from spectral features.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Pupu-Vocoder and Pupu-Codec outperform state-of-the-art systems on singing voice, music, and general audio quality metrics.</p></li><li><p>Reach comparable performance to leading baselines on speech tasks while significantly reducing aliasing artifacts.</p></li></ul><div><hr></div><h3><strong>&#128208; <a href="https://arxiv.org/abs/2509.10534">Decoupling the &#8220;What&#8221; and &#8220;Where&#8221; With Polar Coordinate Positional Embeddings</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!kEO9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!kEO9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 424w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 848w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 1272w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!kEO9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png" width="1456" height="572" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:572,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:134460,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!kEO9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 424w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 848w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 1272w, https://substackcdn.com/image/fetch/$s_!kEO9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd91415a-6d64-40a8-b12b-f0e5849723e4_2006x788.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>Polar Coordinate Positional Embeddings (PoPE) as a drop-in alternative to RoPE.</p></li><li><p>Explicit disentanglement of content (&#8220;what&#8221;) and position (&#8220;where&#8221;) in the attention mechanism.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Analyzes how RoPE entangles content and positional information, which can confound tasks needing precise indexing by position or content.</p></li><li><p>PoPE encodes positions in a polar coordinate system designed so that content similarity and positional relationships can be matched independently.</p></li><li><p>Keeps the Transformer architecture largely intact but changes how positional information is injected into queries/keys.</p></li><li><p>Enables attention to better reason about &#8220;same content, different positions&#8221; and &#8220;different content, same positions.&#8221;</p></li></ul><p><strong>Results</strong></p><ul><li><p>PoPE beats RoPE in diagnostic tasks that require accurate indexing by either position or content alone.</p></li><li><p>Improves autoregressive modeling across diverse domains: music, genomics, and natural language.</p></li><li><p>Gains hold from 124M to 774M parameters and include stronger zero-shot length extrapolation than RoPE and YaRN.</p></li></ul><p></p><h3><strong>&#128444;&#65039; <a href="https://arxiv.org/html/2512.19535v1">CASA: Cross-Attention via Self-Attention for Efficient Vision-Language Fusion</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>CASA (Cross-Attention via Self-Attention) for vision-language models (VLMs).</p></li><li><p>Efficient fusion mechanism that supports both text-to-text and text-to-image attention.</p></li><li><p>Substantial reduction in memory and compute versus traditional image token insertion.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Integrates visual information via dedicated attention layers without inserting image tokens into the text stream.</p></li><li><p>Text tokens self-attend to other text tokens within local attention windows, acting as an implicit gating mechanism.</p></li><li><p>CASA layers operate in local windows defined by image occurrences, preserving relevant context while remaining efficient.</p></li><li><p>Easily pluggable into existing architectures with only a modest parameter increase.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Outperforms conventional cross-attention models and closes much of the gap to full token-insertion methods.</p></li><li><p>Strong performance on document and chart understanding benchmarks.</p></li><li><p>Achieves similar quality to larger models with lower memory usage and faster inference.</p></li></ul><div><hr></div><h3><strong>&#128207; <a href="https://arxiv.org/html/2511.23319v1">Every Token Counts: Generalizing 16M Ultra-Long Context in Large Language Models</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5B-T!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5B-T!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 424w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 848w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 1272w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5B-T!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png" width="1456" height="572" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:572,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:177569,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!5B-T!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 424w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 848w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 1272w, https://substackcdn.com/image/fetch/$s_!5B-T!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a3021b2-865e-4769-8419-ff17f65df56c_2006x788.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>HSA-UltraLong, an 8B-parameter MoE model for ultra-long context.</p></li><li><p>Hierarchical Sparse Attention (HSA) for efficient 16M-token context handling.</p></li><li><p>Robust length generalization from standard training windows to truly massive contexts.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>HSA combines:</p><ul><li><p><strong>Sparsity</strong>: Selective activation retrieves relevant fragments instead of processing full context.</p></li><li><p><strong>Random-Access Flexibility</strong>: Intrinsic retrieval mechanism for end-to-end optimized access.</p></li><li><p><strong>Length Generalization</strong>: Retrieval ability learned on short contexts and transferred to long ones.</p></li></ul></li><li><p>Combines sliding-window attention with HSA; warm-up training uses a short (512-token) window to learn long-range dependencies.</p></li><li><p>Chunk-wise attention: each token attends to past chunks separately and fuses them via retrieval scores.</p></li><li><p>Uses No Positional Encoding (NoPE) for better extrapolation at extreme lengths.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Comparable to full-attention models on in-domain tasks despite sparse structure.</p></li><li><p>90% accuracy on in-context retrieval tasks with contexts up to 16M tokens.</p></li><li><p>Successfully extrapolates from a 32K pre-training window to 16M tokens.</p></li></ul><div><hr></div><h3><strong>&#127909; <a href="https://arxiv.org/abs/2512.14699">MemFlow: Flowing Adaptive Memory for Consistent and Efficient Long Video Narratives</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!XgS9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!XgS9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 424w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 848w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 1272w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!XgS9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png" width="1456" height="367" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:367,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:317344,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!XgS9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 424w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 848w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 1272w, https://substackcdn.com/image/fetch/$s_!XgS9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ea444b4-3f9f-4f8a-9529-d2f4bfa46d5e_2070x522.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>MemFlow, a memory mechanism for streaming video generation.</p></li><li><p>Focus on maintaining content consistency over long video contexts.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Maintains a dynamic memory bank updated before generating each video chunk.</p></li><li><p>Retrieves relevant historical frames based on the current chunk&#8217;s text prompt.</p></li><li><p>Activates only the most relevant memory tokens in attention, keeping costs bounded.</p></li><li><p>Preserves narrative coherence across new events or scene switches.</p></li><li><p>Compatible with any KV-cache-based streaming video generation model.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Strong long-context consistency in generated video narratives.</p></li><li><p>Only ~7.9% slower than a memory-free baseline.</p></li></ul><div><hr></div><h3><strong>&#9881;&#65039; <a href="https://arxiv.org/html/2510.12402v1">Cautious Weight Decay</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Cautious Weight Decay (CWD), a modification to standard weight decay.</p></li><li><p>Optimizer-agnostic and hyperparameter-free enhancement for methods like AdamW, Lion, and Muon.</p></li><li><p>Selective decay based on parameter&#8211;update alignment.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Applies weight decay only when the parameter and its update have the same sign.</p></li><li><p>Preserves the original loss landscape, avoiding extra implicit regularization from decoupled weight decay.</p></li><li><p>Enables &#8220;sliding-mode&#8221; behavior: the optimizer can explore Pareto-optimal points on the stationary manifold.</p></li><li><p>Theoretical Lyapunov analysis shows asymptotic stability and unbiased optimization with CWD.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Consistently lower validation loss and higher accuracy across language modeling and ImageNet-scale tasks.</p></li><li><p>Demonstrated gains from millions to billions of parameters.</p></li><li><p>Improves performance without additional tuning over standard decoupled weight decay.</p></li></ul><div><hr></div><h3><strong>&#129514; <a href="https://arxiv.org/html/2512.14080v1">SonicMoE: Accelerating MoE with IO and Tile-aware Optimizations</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>SonicMoE, a memory-efficient training algorithm for Mixture-of-Experts (MoE) models.</p></li><li><p>Co-designed MoE architecture and GPU kernels for better utilization.</p></li><li><p>Tile-aware token rounding to reduce wasted compute under high sparsity.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Cuts activation memory footprint by up to 45% for fine-grained MoEs.</p></li><li><p>Custom GPU kernels overlap memory I/O with computation for higher throughput.</p></li><li><p>Tile-aware token rounding routes tokens so each expert receives a multiple of the GEMM tile size.</p></li><li><p>Efficient forward/backward without activation caching for router gradients; heavily optimized kernel-level operations.</p></li></ul><p><strong>Results</strong></p><ul><li><p>213B tokens/day training throughput on 64 H100s.</p></li><li><p>1.86&#215; compute throughput over ScatterMoE for a fine-grained 7B MoE.</p></li><li><p>Up to 1.16&#215; additional speedup on kernels under high sparsity from token rounding.</p></li></ul><div><hr></div><h3><strong>&#128257; <a href="https://arxiv.org/html/2512.06776v1">From Next-Token to Next-Block: A Principled Adaptation Path for Diffusion LLMs</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NujQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NujQ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 424w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 848w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 1272w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NujQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png" width="1456" height="965" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:965,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:379863,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NujQ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 424w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 848w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 1272w, https://substackcdn.com/image/fetch/$s_!NujQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F61e40760-314d-4945-baaf-fe7621bfe9e6_2070x1372.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>A principled path to adapt autoregressive (AR) models into block-diffusion models.</p></li><li><p>Context-Causal Attention Mask to preserve AR inductive bias during adaptation.</p></li><li><p>Gradual block growth for smoother transitions.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Views AR models as a special case of block-diffusion within the same architecture family.</p></li><li><p>Uses:</p><ul><li><p><strong>Context-Causal Attention Mask</strong> to retain AR structure while adding bidirectional refinement inside blocks.</p></li><li><p>Parallel training with an auxiliary AR objective for stability early in adaptation.</p></li><li><p>Gradually increasing block size to expand within-block reasoning.</p></li></ul></li><li><p>Block-diffusion generates text block-by-block, enabling parallel token updates and richer local reasoning.</p></li><li><p>During training, the model denoises masked tokens in the last block while keeping earlier context fixed.</p></li></ul><p><strong>Results</strong></p><ul><li><p>NBDiff-7B reaches state-of-the-art performance after adaptation.</p></li><li><p>Handles long contexts up to 32K and strong reasoning benchmarks.</p></li><li><p>Outperforms methods like LLaDA, Dream, and SDAR across multiple evaluations.</p></li></ul><div><hr></div><h3><strong>&#127916; <a href="https://arxiv.org/html/2512.15702v1">End-to-End Training for Autoregressive Video Diffusion via Self-Resampling</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Resampling Forcing, a teacher-free framework for autoregressive video diffusion.</p></li><li><p>Targets exposure bias and train&#8211;test mismatch without relying on strong teacher models.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Simulates inference-time errors during training via self-resampling of degraded history frames.</p></li><li><p>Next-frame predictions are conditioned on corrupted histories, improving robustness.</p></li><li><p>Uses a sparse causal mask to enforce temporal causality while allowing parallel training over frames.</p></li><li><p>History routing retrieves the most relevant history frames with controlled attention complexity.</p></li><li><p>Keeps a clean prediction objective while hardening the model against perturbations.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Matches or exceeds state-of-the-art distilled models.</p></li><li><p>Better temporal consistency in long video generations.</p></li><li><p>Outperforms extrapolated baselines on long-horizon video tasks.</p></li></ul><div><hr></div><h3><strong>&#9889; <a href="https://hao-ai-lab.github.io/blogs/jacobi-forcing/">Fast and Accurate Causal Parallel Decoding using Jacobi Forcing</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Jacobi Forcing, a training technique that turns AR models into native causal parallel decoders.</p></li><li><p>Addresses the mismatch between AR and diffusion-style decoding for speed and quality.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Keeps the causal AR backbone but trains the model to handle noisy future blocks along Jacobi decoding trajectories.</p></li><li><p>Noise-conditioned training:</p><ul><li><p>Splits responses into blocks with assigned noise levels.</p></li><li><p>Selects Jacobi intermediate states matching each block&#8217;s noise level.</p></li><li><p>Packs blocks to cycle through noise regimes efficiently.</p></li></ul></li><li><p>Multiblock Jacobi decoding:</p><ul><li><p>Maintains several blocks &#8220;in flight,&#8221; with one real-active and others pseudo-active.</p></li><li><p>Pseudo-active blocks update without committing KV cache until validated.</p></li><li><p>Rejection recycling caches promising n-grams to reuse computation.</p></li></ul></li></ul><p><strong>Results</strong></p><ul><li><p>Up to 4&#215; speedup on coding and math tasks versus standard AR decoding.</p></li><li><p>Better accuracy&#8211;speed trade-off than diffusion-based decoders.</p></li><li><p>Maintains near-AR quality at much higher throughput.</p></li></ul><div><hr></div><h3><strong>&#127744; <a href="https://arxiv.org/html/2512.15657v1">SoFlow: Solution Flow Models for One-Step Generative Modeling</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Solution Flow Models (SoFlow) for <strong>one-step</strong> generative modeling.</p></li><li><p>Replaces multi-step denoising with a direct solution function.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Learns the solution of the velocity ODE for one-step generation instead of simulating trajectories.</p></li><li><p>Uses:</p><ul><li><p><strong>Flow Matching loss</strong> to estimate velocity fields for classifier-free guidance.</p></li><li><p><strong>Solution consistency loss</strong> to avoid Jacobian&#8211;vector products, reducing compute.</p></li></ul></li><li><p>Trains a parameterized neural net from scratch to approximate the ground-truth solution function.</p></li><li><p>Combined objective (Flow Matching + consistency) supports accurate one-step sampling.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Better FID-50K than MeanFlow on ImageNet 256&#215;256 across model sizes.</p></li><li><p>For example: FID-50K of 4.85 (SoFlow-B/2) and 3.20 (SoFlow-L/2), outperforming baselines under matched conditions.</p></li></ul><div><hr></div><h3><strong>&#129482; <a href="https://arxiv.org/html/2512.13586v1">ReFusion: A Diffusion Large Language Model with Parallel Autoregressive Decoding</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xZt3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xZt3!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 424w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 848w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 1272w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xZt3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png" width="1456" height="798" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:798,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:354899,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/183779106?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xZt3!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 424w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 848w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 1272w, https://substackcdn.com/image/fetch/$s_!xZt3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2db5754a-5e7e-4f4a-a549-b7ec4a136bbb_2070x1134.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What&#8217;s new</strong></p><ul><li><p>ReFusion, a masked diffusion LLM (MDM) with parallel autoregressive decoding.</p></li><li><p>Full KV cache reuse plus global generation flexibility.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Elevates parallel decoding from token level to <strong>slot</strong> level (fixed-length contiguous sub-sequences).</p></li><li><p>Two-step decoding:</p><ol><li><p><strong>Diffusion-based planning</strong> to identify weakly dependent slots from a fully masked sequence.</p></li><li><p><strong>Autoregressive infilling</strong> of selected slots in parallel.</p></li></ol></li><li><p>Training mirrors inference:</p><ul><li><p>Hybrid objective combining AR loss on clean slots with denoising loss on masked slots.</p></li><li><p>Random masking and permutation of slots to improve robustness.</p></li></ul></li><li><p>Uses a certainty score on predictive distributions to choose which slots to decode in parallel.</p></li></ul><p><strong>Results</strong></p><ul><li><p>34% performance gain and &gt;18&#215; throughput speedup versus prior MDMs.</p></li><li><p>Challenges and often surpasses strong autoregressive baselines across seven benchmarks.</p></li></ul><div><hr></div><p>Kudos for reading &#128591; &#8230; This one was heavy and if you read it to the end extra Kudos to you. <br><br>Enjoyed this issue? Share it with a friend.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-61?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-61?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #60]]></title><description><![CDATA[TurboDiffusion hits 205&#215; faster, Ultravox v0.7's 355B speech model, Live Avatar goes real-time, and papers on dual-stream speech codecs, adversarial flow models, and more...]]></description><link>https://erogol.substack.com/p/machine-learns-60</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-60</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 17 Dec 2025 14:31:04 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lI_k!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F73500d39-5ecb-44f8-9188-f44c25addc6b_160x160.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1><strong>&#129302; Model Releases</strong></h1><p>&#127760; <strong><a href="https://huggingface.co/browser-use/bu-30b-a3b-preview">browser-use/bu-30b-a3b-preview</a></strong> &#8212; BU-30B-A3B-Preview is a 30B MoE browser agent model with enhanced DOM understanding and visual reasoning, designed to run on a single GPU with native browser-use OSS library integration.</p><p></p><pre><code><code>if liked &amp;&amp; want_next_issue:</code>
<code>   subscribe();</code></code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><p>&#127917; <strong><a href="https://huggingface.co/meituan-longcat/LongCat-Video-Avatar">meituan-longcat/LongCat-Video-Avatar</a></strong> &#8212; LongCat-Video-Avatar is a unified model for audio-driven character animation, supporting audio-text-to-video and video continuation with single and multi-stream audio inputs.</p><p>&#129482; <strong><a href="https://huggingface.co/microsoft/TRELLIS.2-4B">microsoft/TRELLIS.2-4B</a></strong> &#8212; TRELLIS.2-4B is a 4B-parameter 3D generative model for image-to-3D generation using sparse voxel structures and flow-matching transformers.</p><p>&#127925; <strong><a href="https://ai.meta.com/samaudio/">SAM Audio</a></strong> &#8212; Meta&#8217;s SAM Audio uses text prompts to separate target sounds from audio or audiovisual sources, enabling isolation of specific audio elements through span prompting and interactive selection.</p><p>&#128172; <strong><a href="https://huggingface.co/allenai/Bolmo-7B">allenai/Bolmo-7B</a></strong> &#8212; Bolmo is a byte-level autoregressive language model from AI2, available in 1B and 7B parameter scales for research and educational use.</p><p>&#127916; <strong><a href="https://github.com/thu-ml/TurboDiffusion">thu-ml/TurboDiffusion</a></strong> &#8212; TurboDiffusion accelerates video diffusion models 100&#8211;205&#215; on a single RTX 5090 with minimal quality loss.</p><p>&#128444;&#65039; <strong><a href="https://huggingface.co/apple/Sharp">apple/Sharp</a></strong> &#8212; SHARP enables photorealistic view synthesis from a single image using 3D Gaussian representation with real-time rendering on standard GPUs.</p><p>&#128483;&#65039; <strong><a href="https://resemble-ai.github.io/chatterbox_turbo_demopage/">Chatterbox Turbo</a></strong> &#8212; A 350M-parameter TTS model designed for low-latency voice applications, featuring a distilled audio diffusion decoder and paralinguistic tag support.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/FunAudioLLM/Fun-CosyVoice3-0.5B-2512">FunAudioLLM/Fun-CosyVoice3-0.5B</a></strong> &#8212; Fun-CosyVoice 3.0 is an LLM-based TTS system for zero-shot multilingual speech synthesis with pronunciation inpainting and bi-streaming capabilities.</p><p>&#128172; <strong><a href="https://huggingface.co/nvidia/gpt-oss-120b-Eagle3-throughput">nvidia/gpt-oss-120b-Eagle3</a></strong> &#8212; NVIDIA&#8217;s 120B-parameter Eagle model uses mixture-of-experts architecture optimized for high-concurrency inference.</p><p>&#129518; <strong><a href="https://huggingface.co/NousResearch/nomos-1">NousResearch/nomos-1</a></strong> &#8212; Nomos 1 specializes in mathematical problem-solving and proof-writing in natural language, developed in collaboration with Hillclimb AI.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/zai-org/GLM-TTS">zai-org/GLM-TTS</a></strong> &#8212; GLM-TTS is a two-stage TTS system using LLMs for speech token generation and Flow Matching for waveform synthesis, supporting zero-shot voice cloning.</p><p>&#128483;&#65039; <strong><a href="https://huggingface.co/openbmb/VoxCPM1.5">openbmb/VoxCPM1.5</a></strong> &#8212; VoxCPM1.5 is an end-to-end diffusion autoregressive TTS system for continuous speech generation with high-quality voice cloning.</p><p>&#128444;&#65039; <strong><a href="https://huggingface.co/ByteDance-Seed/Adversarial-Flow-Models">ByteDance-Seed/Adversarial-Flow-Models</a></strong> &#8212; Pretrained ImageNet-256px models unifying adversarial and flow-based generative approaches.</p><p>&#128065;&#65039; <strong><a href="https://huggingface.co/collections/zai-org/glm-46v">zai-org/GLM-4.6V Collection</a></strong> &#8212; GLM-4.6V is a vision-language model collection for image-text tasks, available in 10B and 108B parameter configurations.</p><p>&#127916; <strong><a href="https://huggingface.co/vita-video-gen/svi-model">vita-video-gen/svi-model</a></strong> &#8212; Stable-Video-Infinity (SVI) generates arbitrary-length videos with controllable storylines and high temporal consistency.</p><p>&#128444;&#65039; <strong><a href="https://huggingface.co/meituan-longcat/LongCat-Image">meituan-longcat/LongCat-Image</a></strong> &#8212; LongCat-Image is a 6B-parameter open-source bilingual foundation model for image generation with multilingual text rendering and photorealism.</p><p>&#127908; <strong><a href="https://www.ultravox.ai/blog/introducing-ultravox-v0-7-the-world-s-smartest-speech-understanding-model">Ultravox v0.7</a></strong> &#8212; Ultravox v0.7 is a 355B-parameter speech understanding model built on GLM 4.6 that processes speech directly in noisy environments without separate transcription.</p><p></p><div><hr></div><h1><strong>&#128206; Papers</strong></h1><h3><strong>&#127925; <a href="https://arxiv.org/html/2510.16841v2">SAC: Neural Speech Codec with Semantic-Acoustic Dual-Stream Quantization</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A neural speech codec that disentangles semantic and acoustic modeling into two independent streams with dual-stream quantization.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Dual-Stream Design:</strong> Semantic stream uses a pre-trained speech tokenizer for linguistic content; acoustic stream employs a neural audio codec for timbre and emotional attributes.</p></li><li><p><strong>Tokenization:</strong> Semantic tokens from self-supervised models; acoustic tokens from codecs trained with reconstruction objectives.</p></li><li><p><strong>Training:</strong> Streams optimized separately with speaker feature supervision for enhanced timbre modeling.</p></li><li><p><strong>Decoding:</strong> ConvNeXt-based prenet fuses both streams before codec decoder reconstructs the waveform.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Achieves state-of-the-art speech reconstruction and semantic representation.</p></li><li><p>Outperforms existing codecs in intelligibility (WER) and naturalness (UTMOS).</p></li><li><p>Demonstrates effective disentanglement for superior downstream task performance.</p></li></ul><div><hr></div><h3><strong>&#128172;  <a href="https://www.datocms-assets.com/64837/1765814974-bolmo.pdf">Bolmo: Byteifying the Next Generation of Language Models</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A byte-level language model that operates directly on raw bytes rather than tokenized text.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Processes language at the byte level using advanced algorithms for efficient data handling.</p></li><li><p>Focuses on reducing computational resources while maintaining performance.</p></li><li><p>Designed for research applications with 1B and 7B parameter variants.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Results pending full evaluation.</p></li></ul><div><hr></div><h3><strong>&#128444;&#65039;  <a href="https://arxiv.org/html/2512.07778v1">Distribution Matching VAE</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A framework that explicitly aligns the encoder&#8217;s latent distribution with arbitrary reference distributions beyond conventional Gaussian priors.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Uses Distribution Matching Distillation (DMD) to train a diffusion model on the reference distribution, learning its score function.</p></li><li><p>VAE posterior trained to match reference distribution&#8217;s score for flexible latent space shaping.</p></li><li><p>Joint training with a fake score model captures evolving latent distribution.</p></li><li><p>Composite objective combines reconstruction loss, fake score model loss, and distribution matching loss.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Achieves state-of-the-art gFID of 3.22 on ImageNet with only 64 training epochs.</p></li><li><p>SSL-derived features provide best balance of reconstruction quality and generative performance.</p></li></ul><div><hr></div><h3><strong>&#128444;&#65039;  <a href="https://arxiv.org/html/2512.10953v1">Bidirectional Normalizing Flow (BiFlow)</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Removing the need for exact analytic inverses in normalizing flow models and enabling flexible architectures and loss functions.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Forward Process:</strong> Transforms data to noise using any tractable NF model (e.g., improved TARFlow).</p></li><li><p><strong>Reverse Process:</strong> Learns to approximate inverse mapping from noise to data via separate model.</p></li><li><p><strong>Two-Stage Training:</strong> Train forward model with Maximum Likelihood Estimation; train reverse model with fixed forward weights.</p></li><li><p><strong>Hidden Alignment:</strong> Uses intermediate forward states for supervision.</p></li><li><p><strong>1-NFE Generation:</strong> Produces samples in a single forward pass.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Achieves state-of-the-art FID of 2.39 on ImageNet 256&#215;256.</p></li><li><p>Up to two orders of magnitude faster sampling than improved TARFlow.</p></li></ul><div><hr></div><h3><strong>&#127908;  <a href="https://arxiv.org/html/2508.16332v2">Vevo2: Unified Framework for Speech and Singing Voice Generation</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>A unified controllable framework for speech and singing voice generation with novel prosody and content-style tokenizers.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Two-Stage Architecture:</strong></p><ul><li><p>AR Content-Style Modeling: Takes text and prosodic source, generates content-style tokens.</p></li><li><p>Flow-Matching Acoustic Modeling: Converts tokens to Mel spectrograms guided by timbre reference.</p></li></ul></li><li><p><strong>Prosody Tokenizer:</strong> Captures melody from speech, singing, and instrumentals at 6.25 Hz without expert annotations.</p></li><li><p><strong>Content-Style Tokenizer:</strong> Encodes linguistic content, melody, and style at 12.5 Hz with timbre disentanglement.</p></li><li><p><strong>Multi-objective Post-training:</strong> Aligns intelligibility and prosody similarity.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Superior zero-shot TTS and singing voice synthesis performance.</p></li><li><p>Outperforms baselines in intelligibility, naturalness, and subjective evaluations.</p></li></ul><div><hr></div><h3><strong>&#9881;&#65039; <a href="https://arxiv.org/abs/2511.20347">Soft Adaptive Policy Optimization (SAPO)</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Replacing hard clipping in policy optimization with smooth, temperature-controlled gating.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Adaptively attenuates off-policy updates while preserving useful learning signals.</p></li><li><p>Maintains sequence-level coherence with soft gating forming a continuous trust region.</p></li><li><p>Selectively down-weights highly off-policy tokens instead of suppressing all sequence gradients.</p></li><li><p>Smooth temperature-controlled scaling replaces hard token-level clipping.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Improved training stability and higher Pass@1 on mathematical reasoning benchmarks.</p></li><li><p>Consistent gains across diverse tasks and model sizes on Qwen3-VL series.</p></li></ul><div><hr></div><h3><strong>&#129504; <a href="https://arxiv.org/abs/2505.06708">Gated Attention for LLMs</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Introduces gating mechanisms in softmax attention with comprehensive comparison of 30 variants across 15B MoE and 1.7B dense models.</p></li></ul><p><strong>How it works</strong></p><ul><li><p>Applies head-specific sigmoid gate after Scaled Dot-Product Attention.</p></li><li><p>Introduces non-linearity in low-rank mapping within softmax attention.</p></li><li><p>Uses query-dependent sparse gating scores to modulate SDPA output.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Simple modification consistently improves performance and training stability.</p></li><li><p>Tolerates larger learning rates with improved scaling properties.</p></li><li><p>Sparse gating mitigates &#8220;attention sink&#8221; and enhances long-context extrapolation.</p></li></ul><div><hr></div><h3><strong>&#128172; <a href="https://arxiv.org/html/2510.27688v1">CALM: Continuous Autoregressive Language Models</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Shifting from discrete token prediction to continuous vector prediction with a likelihood-free training framework.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Autoencoder:</strong> Compresses K tokens into single continuous vector with &gt;99.9% reconstruction accuracy.</p></li><li><p><strong>Next-Vector Prediction:</strong> Predicts continuous vectors instead of tokens, reducing generative steps by factor K.</p></li><li><p><strong>Energy Transformer Head:</strong> Single-step generation avoiding iterative sampling bottlenecks.</p></li><li><p><strong>Likelihood-Free Training:</strong> Uses energy loss as training objective.</p></li><li><p><strong>BrierLM Metric:</strong> Novel evaluation metric based on Brier score for likelihood-free contexts.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Superior performance-compute trade-offs vs. traditional Transformers.</p></li><li><p>Matches or exceeds discrete baselines at lower computational costs.</p></li></ul><div><hr></div><h3><strong>&#127917; <a href="https://arxiv.org/abs/2512.04677">Live Avatar: Real-time Audio-Driven Avatar Generation</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Introduces Live Avatar, a framework for real-time, infinite-length audio-driven avatar generation using a 14B-parameter diffusion model.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Timestep-forcing Pipeline Parallelism (TPP):</strong> Distributes denoising steps across multiple GPUs, breaking autoregressive bottleneck for low-latency streaming.</p></li><li><p><strong>Rolling Sink Frame Mechanism (RSFM):</strong> Maintains sequence fidelity by dynamically recalibrating appearance using cached reference images.</p></li><li><p><strong>Self-Forcing Distribution Matching Distillation:</strong> Enables streamable adaptation without sacrificing visual quality.</p></li></ul><p><strong>Results</strong></p><ul><li><p>Achieves 20 FPS end-to-end generation on 5 H800 GPUs.</p></li><li><p>First framework enabling practical, real-time, high-fidelity avatar generation at this scale.</p></li></ul><div><hr></div><h3><strong>&#128444;&#65039; <a href="https://arxiv.org/html/2511.22475v1">Adversarial Flow Models</a></strong></h3><p><strong>What&#8217;s new</strong></p><ul><li><p>Unifies adversarial and flow generative models, supporting single-step and multi-step generation with improved training stability.</p></li></ul><p><strong>How it works</strong></p><ul><li><p><strong>Deterministic Mapping:</strong> Generator learns deterministic noise-to-data mapping, stabilizing adversarial training.</p></li><li><p><strong>Adversarial Objective:</strong> Trained using adversarial objective enabling single-step training without intermediate timesteps.</p></li><li><p><strong>Flow Matching:</strong> Minimizes squared Wasserstein-2 distance between prior and data distributions.</p></li><li><p><strong>Gradient Normalization:</strong> Improves optimization across model sizes.</p></li><li><p><strong>Classifier Guidance:</strong> Enhances generation quality using learned classifier gradients.</p></li></ul><p><strong>Results</strong></p><ul><li><p>B/2 model approaches consistency-based XL/2 models.</p></li><li><p>XL/2 achieves new best FID of 2.38 on ImageNet.</p></li><li><p>Superior few-step generation compared to existing models.</p></li></ul><div><hr></div><h1><strong>&#129489;&#8205;&#128187; Open Source</strong></h1><p>&#128483;&#65039; <strong><a href="https://github.com/sarulab-speech/Sidon">sarulab-speech/Sidon</a></strong> &#8212; Training code and dataset cleansing tools with Sidon.</p><p>&#128483;&#65039; <strong><a href="https://github.com/CorentinJ/TorchStream">CorentinJ/TorchStream</a></strong> &#8212; A library for making PyTorch audio models streamable.</p><p>&#128483;&#65039; <strong><a href="https://github.com/microsoft/VibeVoice">microsoft/VibeVoice</a></strong> &#8212; Microsoft&#8217;s frontier open-source TTS framework for expressive, long-form multi-speaker audio (up to 90 mins, 4 speakers), with a real-time 0.5B variant achieving ~300ms latency.</p><p>&#129302; <strong><a href="https://github.com/block/goose">block/goose</a></strong> &#8212; Block&#8217;s extensible AI agent platform (24K+ stars), a founding project of the Agentic AI Foundation alongside Anthropic&#8217;s MCP and OpenAI&#8217;s AGENTS.md.</p><p>&#9881;&#65039; <strong><a href="https://github.com/activepieces/activepieces">activepieces/activepieces</a></strong> &#8212; AI-powered workflow automation with 400+ MCP server integrations and a no-code builder for enterprise automation.</p><p>&#128218; <strong><a href="https://github.com/tmgthb/Autonomous-Agents">tmgthb/Autonomous-Agents</a></strong> &#8212; Continuously updated curated list of autonomous AI agents research, covering multi-agent systems and agentic pipelines.</p><div><hr></div><p>Thanks for reading &#8230; Enjoyed this issue? Share it with a friend.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-60?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-60?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Machine Learns #59 ]]></title><description><![CDATA[&#128640; Mistral Large 3, Apple&#8217;s unified RAG model, NVIDIA&#8217;s orchestration LLM, and papers on infinite-horizon video, one-step generative modeling and more...]]></description><link>https://erogol.substack.com/p/machine-learns-59</link><guid isPermaLink="false">https://erogol.substack.com/p/machine-learns-59</guid><dc:creator><![CDATA[Eren Gölge]]></dc:creator><pubDate>Wed, 03 Dec 2025 10:53:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!9b8x!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>&#129302; Model Releases</strong></h2><ul><li><p><strong><a href="https://huggingface.co/collections/mistralai/mistral-large-3">Mistral Large 3 - Model Collection</a> - </strong>A general-purpose multimodal model built on a granular Mixture-of-Experts architecture.</p></li></ul><p></p><pre><code>if liked &amp;&amp; want_next_issue:   
   subscribe();</code></pre><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p><ul><li><p><strong><a href="https://huggingface.co/apple/CLaRa-7B-Instruct">apple/CLaRa-7B-Instruct </a> - </strong>An instruction-tuned unified RAG model with built-in semantic document compression for fast, memory-efficient QA.</p></li><li><p><strong><a href="https://huggingface.co/spaces/black-forest-labs/FLUX.2-dev">black-forest-labs/FLUX.2-dev</a> -</strong> 32 billion parameter rectified flow transformer designed for generating, editing, and combining images based on text instructions, with open weights for research and artistic applications.</p></li><li><p><strong><a href="https://huggingface.co/apple/starflow">apple/starflow </a> - </strong>An open-source transformer autoregressive flow model for high-quality image and video generation, combining AR models with normalizing flows.</p></li><li><p><strong><a href="https://huggingface.co/deepseek-ai/DeepSeek-V3.2">deepseek-ai/DeepSeek-V3.2</a> - </strong>A compute-efficient reasoning model using sparse attention and scalable RL for improved agentic task synthesis.</p></li><li><p><strong><a href="https://huggingface.co/nvidia/Orchestrator-8B">nvidia/Orchestrator-8B </a> - </strong>An 8B-parameter orchestration LLM that coordinates expert models and tools for multi-turn agent workflows.</p></li><li><p><strong><a href="https://huggingface.co/PrimeIntellect/INTELLECT-3">PrimeIntellect/INTELLECT-3 </a> - </strong>A 106B MoE reasoning model trained with SFT + large-scale RL, competitive on math, coding, and reasoning benchmarks.</p></li><li><p><strong><a href="https://huggingface.co/Tongyi-MAI/Z-Image-Turbo">Tongyi-MAI/Z-Image-Turbo </a> - </strong>A 6B image generator with variants for photorealism, bilingual text rendering, and image editing&#8212;optimized for consumer GPUs.</p></li><li><p><strong><a href="https://huggingface.co/FastVideo/CausalWan2.2-I2V-A14B-Preview-Diffusers">FastVideo/CausalWan2.2-I2V-A14B-Preview-Diffusers </a> - </strong>A preview image-to-video model supporting 8-step inference, tuned for diverse GPUs and Apple Silicon.</p></li></ul><div><hr></div><h2><strong>&#128206; Papers</strong></h2><h3><strong><a href="https://arxiv.org/html/2512.02899v1">Glance: Accelerating Diffusion Models with 1 Sample</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9b8x!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9b8x!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 424w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 848w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 1272w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9b8x!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png" width="1456" height="797" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:797,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:606180,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9b8x!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 424w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 848w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 1272w, https://substackcdn.com/image/fetch/$s_!9b8x!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c820ddb-f787-44f3-86ae-8a2f9468158b_1926x1054.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>Proposes &#8220;Glance,&#8221; a method to accelerate diffusion models with a single sample at inference.</p></li><li><p><strong>How it works: </strong>Reformulates sampling to extract maximal signal in one pass, reducing steps without retraining.</p></li><li><p><strong>Results: </strong>Reports large speedups while retaining competitive perceptual quality.</p></li><li><p><strong>Why it matters:</strong> Brings diffusion closer to real-time applications across image, video, and audio.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2511.20649v1">Infinity-RoPE: Action-Controllable Infinite Video Generation Emerges From Autoregressive Self-Rollout</a></strong></h3><div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;f8bb45d4-d7d5-49f0-80e7-8db707327102&quot;,&quot;duration&quot;:null}"></div><ul><li><p><strong>What&#8217;s new: </strong>A training-free framework for infinite-horizon, action-controllable video generation.</p></li><li><p><strong>How it works</strong></p><ul><li><p>Block-Relativistic RoPE reframes temporal encoding as a moving reference frame.</p></li><li><p>KV Flush renews cache by keeping only two frames for instant control without re-encoding.</p></li><li><p>RoPE Cut enables controlled temporal discontinuities for cinematic transitions.<br>Reparameterizes temporal RoPE and KV caching at inference time for dynamic rollouts.</p></li></ul></li><li><p><strong>Results: </strong>Consistently outperforms prior methods on VBench; improved subject/background consistency, motion smoothness, and dynamics over long videos.</p></li><li><p><strong>Why it matters: </strong>Enables scalable long-form video without retraining and unlocks creative editing/transition control.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2502.04465v2">FocalCodec: Low-Bitrate Speech Coding via Focal Modulation Networks</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!JTFe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!JTFe!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 424w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 848w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 1272w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!JTFe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png" width="1456" height="749" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:749,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:267826,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!JTFe!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 424w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 848w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 1272w, https://substackcdn.com/image/fetch/$s_!JTFe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc07ce212-a4ce-4db4-9dc4-c116b5720cfe_1628x838.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>A low-bitrate speech codec (0.16&#8211;0.65 kbps) using focal modulation with a single binary codebook.</p></li><li><p><strong>How it works:</strong> VQ-VAE-style compressor&#8211;quantizer&#8211;decompressor with WavLM features; focal modulation replaces self-attention to model fine-to-coarse speech cues; binary spherical quantization for efficient codebook use; two-stage training improves resynthesis.</p></li><li><p><strong>Results: </strong>Strong resynthesis and voice conversion; better intelligibility and speaker similarity than SOTA, especially in noise; lowest dWER across multilingual tasks.</p></li><li><p><strong>Why it matters: </strong>Cuts bandwidth/storage for speech applications while maintaining quality&#8212;useful for low-resource settings and real-time comms (with responsible-use considerations for voice cloning risks).</p></li></ul><h3><strong><a href="https://arxiv.org/html/2510.12995v2">Continuous-Token Diffusion for Speaker-Referenced TTS in Multimodal LLMs</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HAiY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HAiY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 424w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 848w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 1272w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HAiY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png" width="1456" height="680" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:680,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:446417,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!HAiY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 424w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 848w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 1272w, https://substackcdn.com/image/fetch/$s_!HAiY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c8e06d-946d-4473-aa00-4737b8a1198e_2286x1068.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>Integrates a frame-level continuous-token diffusion head into an autoregressive MLLM for variable-length, speaker-referenced TTS.</p></li><li><p><strong>How it works: </strong>Dual-head design - LM head predicts speech token boundaries; diffusion head generates continuous acoustic embeddings decoded to waveforms. Masked training reduces exposure bias; two-stage training stabilizes optimization (joint training, then LM freeze).</p></li><li><p><strong>Results: </strong>SOTA autoregressive performance on LibriSpeech(PC) test-clean with WER 1.95%, speaker similarity 0.54, UTMOS 4.00; two-stage training cuts WER by 46% vs. one-stage.</p></li><li><p><strong>Why it matters: </strong>Avoids discrete-token quantization bottlenecks, improving naturalness and enabling unified multimodal speech capabilities.</p></li></ul><h3><strong><a href="https://arxiv.org/pdf/2410.22854">Hyperparameter Optimization</a> - Book</strong></h3><ul><li><p><strong>What&#8217;s new: </strong>Comprehensive review of HPO methods with a focus on Bayesian, multi-fidelity, population-based, and gradient-based techniques.</p></li><li><p><strong>How it works</strong></p><ul><li><p>Bayesian optimization with surrogate models for guided exploration.</p></li><li><p>Multi-fidelity strategies to accelerate evaluations with cheaper approximations.</p></li><li><p>Population-based methods evolve candidate solutions.</p></li><li><p>Gradient-based approaches leverage hypergradients for high-dimensional tuning.</p></li></ul></li><li><p><strong>Results: </strong>Improved tuning efficiency and performance; multi-fidelity and population-based methods cut evaluation time; gradient-based methods converge faster in high dimensions.</p></li><li><p><strong>Why it matters: </strong>Better HPO reduces compute/time costs and boosts model performance across domains.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2509.14252v2">LLM-JEPA: Large Language Models Meet Joint Embedding Predictive Architectures</a></strong></h3><ul><li><p><strong>What&#8217;s new: </strong>Combines next-token prediction with a JEPA objective to enhance LLM abstraction and robustness.</p></li><li><p><strong>How it works: </strong>Dual objectives: standard generative loss + JEPA predicting different views (e.g., text/code) of shared knowledge; custom attention mask prevents view leakage; loss balancing via &#955; and stochastic JEPA-loss dropout.</p></li><li><p><strong>Results: </strong>Significant gains across NL-RX, GSM8K, Spider, RottenTomatoes; stronger fine-tuning and pretraining performance with reduced overfitting (notably in LoRA).</p></li><li><p><strong>Why it matters: </strong>Bridges generative learning with predictive embeddings, improving representation quality for reasoning-heavy tasks.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2511.21270v1">Multi-Reward GRPO for Stable and Prosodic Single-Codebook TTS LLMs at Scale</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Ejvf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Ejvf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 424w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 848w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 1272w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Ejvf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:333831,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Ejvf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 424w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 848w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 1272w, https://substackcdn.com/image/fetch/$s_!Ejvf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F510b13ee-4812-4c9b-bd74-f76aff787e09_2012x1132.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>A multi-reward GRPO framework addressing prosody instability, speaker drift, and naturalness in single-codebook TTS LLMs.</p></li><li><p><strong>How it works: </strong>Multi-objective rewards: length penalty, entropy regularization, LLM-annotated prosody alignment, and pause prediction via an external reasoning LLM; scaled across data (1K&#8211;1M) and model sizes (1B&#8211;8B).</p></li><li><p><strong>Results: </strong>GRPO-optimized LLaSA achieves best CER on test-zh and competitive multi-lingual results; higher speaker similarity and MOS.</p></li><li><p><strong>Why it matters: </strong>Enables more natural, robust TTS&#8212;useful for assistants, accessibility, and media.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2511.21579v1">Harmony: Harmonizing Audio and Video Generation through Cross-Task Synergy</a></strong></h3><ul><li><p><strong>What&#8217;s new: </strong>A unified framework for synchronized audio&#8211;video generation, establishing new SOTA alignment.</p></li><li><p><strong>How it works: </strong>Cross-Task Synergy Training (joint + auxiliary tasks) combats correspondence drift; Global&#8211;Local Decoupled Interaction with RoPE-aligned frame-wise attention for timing and a global style module for consistency; SyncCFG amplifies alignment signals at inference with negative anchors.</p></li><li><p><strong>Results: </strong>Best-in-class sync metrics (Sync-C 5.61, Sync-D 7.53) with coherent, realistic outputs across scenarios.</p></li><li><p><strong>Why it matters: </strong>Improves content creation, digital avatars, and immersive media with reliable A/V alignment.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2511.19797v1">Terminal Velocity Matching</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0i_W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0i_W!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 424w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 848w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 1272w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0i_W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png" width="1456" height="571" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:571,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:617145,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!0i_W!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 424w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 848w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 1272w, https://substackcdn.com/image/fetch/$s_!0i_W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39474fff-3e7f-4baa-b11b-bac6b1b6a690_1748x686.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>One/few-step generative modeling by matching terminal (not initial) flow velocities, with explicit upper bounds on Wasserstein distance.</p></li><li><p><strong>How it works: </strong>Generalizes flow matching between diffusion steps; regularizes terminal-time behavior; stabilizes diffusion transformers with architectural tweaks and fused attention kernels for efficient JVPs; scaled parameterization handles varying guidance strengths.</p></li><li><p><strong>Results: </strong>State-of-the-art single-step ImageNet generation with FID &#8776; 3.29; outperforms MeanFlow and diffusion baselines with fewer NFEs; stable training without curricula.</p></li><li><p><strong>Why it matters: </strong>Brings high-quality few-step generation within reach, cutting inference cost while retaining fidelity.</p></li></ul><h3><strong><a href="https://arxiv.org/html/2511.20462v1">STARFlow-V: End-to-End Video Generative Modeling with Normalizing Flows</a></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Gi0z!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Gi0z!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 424w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 848w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 1272w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Gi0z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png" width="1456" height="577" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:577,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1146896,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://erogol.substack.com/i/180589141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Gi0z!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 424w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 848w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 1272w, https://substackcdn.com/image/fetch/$s_!Gi0z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4ba7971-25f1-4e8d-b424-72d998901f08_1914x758.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p><strong>What&#8217;s new: </strong>A normalizing flow-based video generator supporting T2V, I2V, and V2V with end-to-end likelihood training.</p></li><li><p><strong>How it works: </strong>Spatiotemporal latent space with global&#8211;local architecture (global latents for long-range context; local blocks for per-frame detail); flow-score matching via a lightweight causal denoiser; video-aware Jacobi iteration enables parallel updates without breaking causality.</p></li><li><p><strong>Results: </strong>Strong visual fidelity and temporal consistency; outperforms diffusion-based baselines on multiple benchmarks.</p></li><li><p><strong>Why it matters: </strong>Positions normalizing flows as a compelling alternative to diffusion for scalable, coherent video generation.</p></li></ul><div><hr></div><h2><strong>&#129489;&#8205;&#128187; Open Source</strong></h2><ul><li><p><strong><a href="https://github.com/opendatalab/LabelLLM">opendatalab/LabelLLM</a> - </strong>Open-source data annotation platform powered by LLMs.</p></li><li><p><strong> <a href="https://github.com/karpathy/llm-council">karpathy/llm-council</a> - </strong>A &#8220;council&#8221; of LLMs collaborate to tackle hard questions via self-critique and debate.</p></li><li><p><strong><a href="https://github.com/cased/kit">cased/kit</a> - </strong>Toolkit for AI devtools context engineering: codebase mapping, symbol extraction, and advanced code search.</p></li></ul><div><hr></div><p>Thanks for reading&#8230; Enjoyed this issue? Share it with a friend.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://erogol.substack.com/p/machine-learns-59?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://erogol.substack.com/p/machine-learns-59?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item></channel></rss>