# Learning to Discover at Test Time

Source: https://www.youtube.com/watch?v=gR8fXzJHtLk
Recap page: https://rapidrecap.app/video/gR8fXzJHtLk
Generated: 2026-02-08T00:03:55.115+00:00

---
## Quick Overview

The TT Discover method, which uses an open-source model (GPT-OS 120B) and a heuristic called Entropic Objective, outperforms standard reinforcement learning (RL) benchmarks like PPO by focusing on maximizing the reward signal from rare, high-reward outcomes rather than averaging performance, demonstrating superior mathematical discovery in areas like number theory and GPU kernel optimization.

**Key Points:**
- TT Discover, an open-source model, significantly outperforms standard RL benchmarks like PPO in mathematical discovery tasks.
- The method achieves this by prioritizing the maximization of the reward signal from rare, high-reward outcomes (outliers) instead of focusing on the average performance.
- The cost of training TT Discover is estimated at $500 per problem, contrasting sharply with the millions often spent on full model retraining.
- The technique successfully solved the 70-year-old unclosed problem of the Paul Erdős-Turan-Sós (ETS) conjecture (or lower) in number theory.
- TT Discover also optimized GPU kernel engineering code (like for Trimmell and MLADecode) 50% faster than the baseline, achieving an error rate that was statistically better than the human expert benchmark.
- The researchers claim this approach avoids the 'spaghetti code' look that often results from trying to maintain readability while optimizing for performance, as the model focuses purely on the reward signal.

![Screenshot at 00:47: Researchers report that by using this open-source model and the TT Discover method, they achieved results that were 'bold' compared to closed-source models, specifically solving a long-standing mathematical problem.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-00-47.jpg)

**Context:** This podcast episode discusses a research paper introducing 'TT Discover,' a novel reinforcement learning technique developed collaboratively by researchers from Stanford, Nvidia, and UC San Diego. The core innovation lies in challenging the common assumption that AI training should focus on achieving consistent, average performance, instead advocating for a strategy that aggressively pursues rare, high-reward discoveries, even if it means accepting noisier, less 'elegant' intermediate results.

## Detailed Analysis

The discussion centers on a research paper detailing the TT Discover method, which fundamentally challenges the standard approach to training AI models, particularly in mathematical discovery. Typically, models like PPO are trained to maximize the average reward, leading to consistent but sometimes uninspired results. TT Discover flips this by using an Entropic Objective to prioritize high-reward outliers, effectively seeking 'unicorns' rather than the average path. The researchers used an open-source model, GPT-OS 120B, for this, estimating training costs at around $500 per problem, which is cheap compared to retraining massive proprietary models. The success was demonstrated in solving the 70-year-old ETS conjecture in number theory and achieving a 50% speedup in optimizing GPU kernel code (like Trimmell and MLADecode) compared to the baseline. The paper argues that this method, which ignores readability in favor of performance peaks, provides a better path for discovery, even if the resulting code looks messy, because it focuses on maximizing the reward signal rather than maintaining a clean, predictable performance curve.

### Research Focus

- Analyzing a research paper challenging standard AI training assumptions
- TT Discover method focuses on maximizing rare, high-reward outcomes (outliers) over average performance.

### Key Results

- Solved the 70-year-old Paul Erdős-Turan-Sós (ETS) conjecture
- Optimized GPU kernel code (Trimmell, MLADecode) 50% faster than baseline.

### Methodology Contrast

- TT Discover (utilizing Entropic Objective) vs. Standard RL (PPO) which aims for smooth performance curves
- TT Discover ignores readability, valuing peak performance.

### Cost and Model

- Used open-source GPT-OS 120B model
- Training cost estimated at $500 per problem, avoiding multi-million dollar retraining.

### Implications

- Suggests the 'frozen era' of AI might be ending as models can now be trained to seek breakthroughs over mere consistency
- Highlights the value of high-risk, high-reward exploration in scientific discovery.

![Screenshot at 00:00: Podcast visualizer displaying the 'Become A Member Today!' prompt over an audio waveform.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-00-00.jpg)
![Screenshot at 00:54: Speaker explicitly names the open-source model used: 'GPT-OS 120B model'.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-00-54.jpg)
![Screenshot at 01:36: Visual representation of the paper drawing a sharp line between test-time search and standard reinforcement learning.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-01-36.jpg)
![Screenshot at 04:32: Speaker mentions the method's core change: introducing an 'entropic objective' to the loss function.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-04-32.jpg)
![Screenshot at 08:09: Speaker states the resulting speedup for the H100 GPU kernel optimization was 50% faster.](https://ss.rapidrecap.app/screens/gR8fXzJHtLk/00-08-09.jpg)
