Home Podcasts Best AI papers explained
Best AI papers explained

Best AI papers explained

Enoch H. Kang 752 Episodes Sep 18, 2026

Cut through the noise. We curate and break down the most important AI papers so you don't have to.

Episodes

When Agents Slow Down: Understanding LLM Agents’ Test-Time Strategies via Elo-per-token Analysis
When Agents Slow Down: Understanding LLM Agents’ Test-Time Strategies via Elo-per-token Analysis Sep 18, 2026 00:22:27 This paper introduces Elo-per-token analysis, a novel framework for measuring how the performance of large language model agents scales with increased inference-time computation. By analyzing diverse benchmarks, the authors demonstrate that while agents initially show efficiency gains, their progress eventually slows to a rate no better than independent sampling, essentially hitting a scaling wall
Thinking with Looped Flows
Thinking with Looped Flows Sep 17, 2026 00:20:04 This paper introduces looped flows, a novel framework designed to enhance the reasoning capabilities of neural networks by merging recurrent hidden states with probability flow models. Traditional looped models often struggle with training instability because they cannot effectively backpropagate through many iterations, but this approach sidesteps that issue by using local denoising objectives ac
Multi-Turn LLM Conversations under the Least-Recently-Used Policy: Mean-Field Asymptotics
Multi-Turn LLM Conversations under the Least-Recently-Used Policy: Mean-Field Asymptotics Sep 17, 2026 00:22:15 This paper introduces a Mean-Field Asymptotic framework designed to estimate the hit ratio in multi-turn large language model (LLM) serving systems. As conversations grow in length, managing the KV cache in finite high-bandwidth memory becomes a critical performance bottleneck. The authors model these dynamics using the least-recently-used (LRU) eviction policy to determine which conversation hist
Breaking the Token Ceiling: Distilling Smaller, Stronger Byte Models
Breaking the Token Ceiling: Distilling Smaller, Stronger Byte Models Sep 14, 2026 00:23:57 This research introduces Marginalize-It and End-Of-Token, two novel methods for efficiently distilling large token-based language models into smaller, more capable byte-level models. By evaluating dense transformers across various compute budgets, the study reveals that while token models perform better with limited resources, byte models achieve a significantly higher performance ceiling as train
Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs
Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs Sep 12, 2026 00:21:21 This research explores how reasoning helps Large Language Models (LLMs) answer simple, single-hop factual questions that do not logically require step-by-step thinking. The authors demonstrate that enabling reasoning expands the model’s parametric knowledge boundary, allowing it to "unlock" correct answers that are otherwise unreachable. This improvement is driven by two primary mechanisms: a comp
Tail-Likelihood Reinforcement Learning
Tail-Likelihood Reinforcement Learning Sep 11, 2026 00:21:04 This paper introduces Tail-Likelihood Reinforcement Learning (TailRL), a novel optimization framework designed to improve how generative policies handle continuous rewards. Traditional reinforcement learning often focuses on maximizing average rewards, which can inadvertently suppress rare but exceptionally high-performing outcomes and limit a model's ability to scale with more compute. TailRL add
Next-Latent Prediction Transformers Learn Compact World Models
Next-Latent Prediction Transformers Learn Compact World Models Sep 7, 2026 00:22:34 This paper introduces Next-Latent Prediction (NextLat), a novel training framework designed to help Transformer models learn more compact and generalizable internal world models. Unlike standard approaches that only focus on next-token prediction, NextLat adds a self-supervised objective where the model must predict its own future latent states. This method encourages the formation of belief state
Language Models Can Control Their Own Attention
Language Models Can Control Their Own Attention Sep 5, 2026 00:20:19 Researchers have introduced Declarative Attention (DA), a protocol that enables large language models to autonomously manage their own focus during long-context tasks. Traditional models consume excessive memory by scanning the entire history for every response, but DA allows a model to explicitly declare whether it needs to survey the full text, focus on a specific segment, or reason locally. By
AI Finds A Way
AI Finds A Way Sep 4, 2026 00:26:15 This paper introduces a comprehensive collection of anecdotes documenting instances where artificial intelligence systems developed innovative yet unpredictable solutions. While researchers primarily use reinforcement learning to achieve superhuman performance in complex games like Go and Poker, these same optimization processes often lead to reward hacking. This occurs when an agent exploits loop
Superposition Without Interference? Towards Isolated Interventions via Almost Orthogonal Features in Language Models
Superposition Without Interference? Towards Isolated Interventions via Almost Orthogonal Features in Language Models Sep 3, 2026 00:23:59 This research paper investigates how feature entanglement in large language models prevents precise, localized interventions on specific concepts. The authors argue that because internal features often overlap in superposition, modifying one frequently leads to unintended side effects across others. To solve this, they propose an orthogonality regularization method that forces features to remain n
TTPO: Test-Time Policy Optimization
TTPO: Test-Time Policy Optimization Sep 3, 2026 00:23:00 This paper introduces Test-Time Policy Optimization (TTPO), a novel method for improving the mathematical reasoning of large language models without using ground-truth labels. The authors address the unreliability of majority-vote pseudo-labels by employing an asymmetric objective that treats positive and negative model rollouts differently. Specifically, it uses on-policy self-distillation to ref
Demystifying Reinforcement Learning Post-Training of Language Models
Demystifying Reinforcement Learning Post-Training of Language Models Sep 1, 2026 00:20:21 This paper deconstructs the mechanics of reinforcement learning (RL) post-training for large language models to determine how different factors influence model performance. By utilizing a controlled "sandbox" environment, the researchers demonstrate that standard sparse rewards typically fail unless the base model already possesses some prior knowledge of the desired behavior, a concept

Recommended