How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning episode artwork

EPISODE · May 24, 2026 · 21 MIN

How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning

from AI Papers: A Deep Dive

How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning Source: https://arxiv.org/abs/2605.20613 Paper was published on May 20, 2026 This episode was AI-generated on May 24, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A team at Sapient Intelligence and MIT trained a 1B-parameter model on 16 GPUs in 46 hours for about $1,500 — and it goes toe-to-toe with Llama, Qwen, Gemma, and OLMo on math and reasoning benchmarks. The authors argue this isn't just a democratization story: it's evidence that the trillion-token pretraining race was solving a problem better architecture and a smarter objective could have partly avoided. Key Takeaways: - Why standard Transformers waste most of their depth, and how HRM-Text's fast/slow recurrent modules (L runs 3x for every H update, twice per forward pass) actually keep deliberating through the final layer - The MagicNorm trick: how a single placement of normalization behaves like PreNorm on the backward pass and PostNorm on the forward pass, because the two horizons have different lengths - Why grading the model only on response tokens — not on the question — concentrates the gradient signal and jumps MMLU from 40 to 48 with no other changes - How PrefixLM attention lets the model read the prompt freely while still generating answers one token at a time, adding another 5 points on MMLU - Three honest pushbacks: HRM-Text is trained directly on instruction-response pairs (not apples-to-apples with general foundation models), the curated data mixture isn't isolated in the ablation, and scaling beyond 1B parameters is unverified - Why the right frame is 'existence proof, not new paradigm': the compute-to-performance ratio isn't a law of nature, and architectural questions are accessible to small labs again 00:00 - The fifteen-hundred-dollar headline: The setup: a 1B model trained for $1,500 matches models that cost 100-900x more, and why the two assumptions baked into standard pretraining make that possible. 02:38 - The H and L modules: fast and slow deliberation: How HRM-Text borrows the frontoparietal loop's fast-execution/slow-strategy split and reuses weights recurrently instead of stacking more layers. 05:16 - MagicNorm and the asymmetric tightrope: Why recurrent models are notoriously hard to train, and the clever normalization placement that exploits the gap between an 8-step forward pass and a truncated backward pass. 07:54 - Stop grading the model on the question: The exam-grader analogy: why computing loss only on response tokens — not the prompt — concentrates gradient signal where it matters. 10:32 - PrefixLM: reading freely, writing causally: How letting the question tokens see each other bidirectionally while keeping answer generation causal gives encoder-like reading behavior without a second model. 13:10 - The logit lens test: is the recurrence doing real work?: Evidence that, unlike standard Transformers which lock in predictions early, HRM-Text's recurrent cycles keep meaningfully updating the answer to the end. 15:49 - Three honest pushbacks: Not apples-to-apples comparisons, uncontrolled data curation, and unverified scaling — what the headline numbers do and don't justify. 18:27 - What survives the critique: Why the narrower claim — that current pretraining leaves enormous efficiency on the table — holds, and what it means for who gets to do architecture research. Recommended Reading: - Universal Transformers: The classic recurrent-Transformer paper that established the 'reuse the same block many times' idea HRM-Text builds on with its fast/slow split. (https://arxiv.org/abs/1807.03819) - Looped Transformers as Programmable Computers: A more recent treatment of looped/recurrent Transformers that sharpens the case Bella makes for getting more computation per parameter. (https://arxiv.org/abs/2301.13196) - Scaling Laws for Neural Language Models (Kaplan et al.): The foundational scaling-laws paper whose 'just add tokens and parameters' worldview HRM-Text is implicitly arguing against. (https://arxiv.org/abs/2001.08361) - Training Compute-Optimal Large Language Models (Chinchilla): The other half of the scaling-orthodoxy story — useful context for evaluating the episode's claim that the trillion-token race left efficiency on the table. (https://arxiv.org/abs/2203.15556)

How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning Source: https://arxiv.org/abs/2605.20613 Paper was published on May 20, 2026 This episode was AI-generated on May 24, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A team at Sapient Intelligence and MIT trained a 1B-parameter model on 16 GPUs in 46 hours for about $1,500 — and it goes toe-to-toe with Llama, Qwen, Gemma, and OLMo on math and reasoning benchmarks. The authors argue this isn't just a democratization story: it's evidence that the trillion-token pretraining race was solving a problem better architecture and a smarter objective could have partly avoided. Key Takeaways: - Why standard Transformers waste most of their depth, and how HRM-Text's fast/slow recurrent modules (L runs 3x for every H update, twice per forward pass) actually keep deliberating through the final layer - The MagicNorm trick: how a single placement of normalization behaves like PreNorm on the backward pass and PostNorm on the forward pass, because the two horizons have different lengths - Why grading the model only on response tokens — not on the question — concentrates the gradient signal and jumps MMLU from 40 to 48 with no other changes - How PrefixLM attention lets the model read the prompt freely while still generating answers one token at a time, adding another 5 points on MMLU - Three honest pushbacks: HRM-Text is trained directly on instruction-response pairs (not apples-to-apples with general foundation models), the curated data mixture isn't isolated in the ablation, and scaling beyond 1B parameters is unverified - Why the right frame is 'existence proof, not new paradigm': the compute-to-performance ratio isn't a law of nature, and architectural questions are accessible to small labs again 00:00 - The fifteen-hundred-dollar headline: The setup: a 1B model trained for $1,500 matches models that cost 100-900x more, and why the two assumptions baked into standard pretraining make that possible. 02:38 - The H and L modules: fast and slow deliberation: How HRM-Text borrows the frontoparietal loop's fast-execution/slow-strategy split and reuses weights recurrently instead of stacking more layers. 05:16 - MagicNorm and the asymmetric tightrope: Why recurrent models are notoriously hard to train, and the clever normalization placement that exploits the gap between an 8-step forward pass and a truncated backward pass. 07:54 - Stop grading the model on the question: The exam-grader analogy: why computing loss only on response tokens — not the prompt — concentrates gradient signal where it matters. 10:32 - PrefixLM: reading freely, writing causally: How letting the question tokens see each other bidirectionally while keeping answer generation causal gives encoder-like reading behavior without a second model. 13:10 - The logit lens test: is the recurrence doing real work?: Evidence that, unlike standard Transformers which lock in predictions early, HRM-Text's recurrent cycles keep meaningfully updating the answer to the end. 15:49 - Three honest pushbacks: Not apples-to-apples comparisons, uncontrolled data curation, and unverified scaling — what the headline numbers do and don't justify. 18:27 - What survives the critique: Why the narrower claim — that current pretraining leaves enormous efficiency on the table — holds, and what it means for who gets to do architecture research. Recommended Reading: - Universal Transformers: The classic recurrent-Transformer paper that established the 'reuse the same block many times' idea HRM-Text builds on with its fast/slow split…

NOW PLAYING

How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning

0:00 21:07

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

MG Show MG Show The MG Show, hosted by Jeffrey Pedersen and Shannon Townsend, is a leading alternative media platform dedicated to uncovering the truth behind today’s most pressing political issues. Launched in 2019, the show has grown exponentially, offering unfiltered insights, comprehensive research, and real-time analysis. With a commitment to independent journalism and factual integrity, the MG Show empowers its audience with knowledge and encourages active participation in the political discourse. Ask A Spaceman Archives - 365 Days of Astronomy Ask A Spaceman Archives - 365 Days of Astronomy Podcasting Astronomy Every Day of the Year French Your Way Jessica: Native French teacher founder of French Your Way Boost your French listening skills and test your comprehension with this one of a kind series of podcasts. Get the chance to listen to a real conversation between native speakers talking at normal speed AND customise your learning experience through carefully designed sets of questions (2 levels of difficulty) available for download at www.frenchvoicespodcast.com. All interviews also come with the transcript. French teacher Jessica interviews native speakers of French from around the world who share a bit of their life and passion. Where else would you meet in one same place a French yoga teacher based in Melbourne, a soap manufacturer from Provence, or a couple cycling around the world? The Small Business Startup School – Business Notes | Financial Literacy | Retail Psychology – For Professionals & Entrepreneurs The Small Business Startup School Inc. Starting or buying a small business? While personal circumstances may vary, business patterns remain timeless. On The Small Business Startup School, we explore strategies, insights, and practical solutions to help entrepreneurs confidently navigate their journey.Hosted by Ola Williams—a retail entrepreneur, fintech founder, and financial coach with over two decades of experience—this podcast marries financial awareness and retail psychology with optimism to deliver actionable takeaways.Join us to learn, grow, and connect as we uncover the keys to business success.Let’s continue to learn together and be encouraged to keep on connecting!

Frequently Asked Questions

How long is this episode of AI Papers: A Deep Dive?

This episode is 21 minutes long.

When was this AI Papers: A Deep Dive episode published?

This episode was published on May 24, 2026.

What is this episode about?

How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning Source: https://arxiv.org/abs/2605.20613 Paper was published on May 20, 2026 This episode was AI-generated on May 24, 2026. The script was written by an AI language...

Can I download this AI Papers: A Deep Dive episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!