Enoch H. Kang
Best AI papers explained
Cut through the noise. We curate and break down the most important AI papers so you don’t have to.
Author
Enoch H. Kang
Category
Podcast website
Latest episode
Jul 10, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Test-Time Scaling Makes Overtraining Compute-Optimal 07.04.2026 21:29
Researchers from the University of Wisconsin-Madison and Stanford University propose Train-to-Test (T2) scaling laws to optimize the development and deployment of Large Language Models. Traditional scaling methods like Chinchilla focus primarily on pretraining efficiency, whereas T2 scaling jointly considers model size, training duration, and the compute required for repeated sampling at test-time...
AI Agent Prevalence and Data Quality Across Multiple Online Sample Providers 07.04.2026 21:43
This research evaluates the prevalence of AI agents and the quality of human data across various online recruitment platforms. By comparing direct panels, hybrid networks, and marketplace aggregators, the authors found that sophisticated LLM-based agents are not yet a widespread threat to most survey ecosystems. Instead, automated detections were largely concentrated on Amazon MTurk and appeared m...
POLCA: Stochastic Generative Optimization with LLM 04.04.2026 19:27
This paper introduces POLCA, a scalable framework designed to automate the optimization of complex systems like LLM prompts and multi-turn agents. The authors formalize this challenge as stochastic generative optimization, where an LLM acts as the optimizer but must contend with noisy feedback, random system behaviors, and an ever-expanding solution space. To ensure efficiency, POLCA utilizes a pr...
Agentic Markets: Equilibrium Effects of Improving Consumer Search 04.04.2026 21:34
We explore the equilibrium effects of agentic markets, in which AI tools assist consumers and businesses in searching for and transacting in products. Through a mathematical model of sequential search, the authors analyze how reducing search costs and increasing the detail of pre-purchase information impact market learning and consumer welfare. The research highlights a counterintuitive finding: w...
One Model, Two Markets: Bid-Aware Generative Recommendation 01.04.2026 21:27
The provided research introduces GEM-Rec, a unified generative framework designed to balance organic user recommendations with platform monetization. While traditional generative models focus solely on semantic relevance, this new architecture integrates commercial bids directly into the retrieval process using specialized control tokens. By decoupling the decision to show an ad from the specific...
How Well Do LLMs Predict Human Behavior? A Measure of their Pretrained Knowledge 01.04.2026 21:38
This research paper introduces the equivalent sample size (ESS) as a novel metric to quantify the predictive value of Large Language Models (LLMs) compared to traditional human-provided data. The authors define ESS as the specific amount of domain-specific training data a machine learning algorithm requires to match the accuracy of a pretrained, fixed LLM. To estimate this value, they developed a...
Learning to Reason with Curriculum I: Provable Benefits of Autocurriculum 01.04.2026 21:22
This research paper explores autocurriculum, a training strategy that allows language models to autonomously identify and focus on the most challenging problems to improve their reasoning capabilities. By using an outcome verifier to prioritize prompts the model fails to solve, the authors prove that supervised fine-tuning requires exponentially fewer expert demonstrations than traditional non-ada...
Agentic AI and the next intelligence explosion 30.03.2026 22:43
This paper proposes that the future of artificial intelligence lies in plurality and social interaction rather than a single, monolithic super-intelligence. The authors argue that modern reasoning models already function as a "society of thought," where internal debates between different perspectives drive more accurate problem-solving. By moving toward a hybrid ecosystem, human and mach...
Understanding Behavior Cloning with Action Quantization 29.03.2026 21:24
This research provides a theoretical foundation for behavior cloning using action quantization, a common practice in robotics and large-scale AI models where continuous signals are converted into discrete tokens. The authors analyze how quantization error and statistical complexity interact to influence a model’s performance over time. Their findings demonstrate that stable dynamics and smooth pol...
HyperAgents: : Open-Ended Metacognitive Self-Improvement for Any Computable Task 27.03.2026 21:48
This paper introduces HyperAgents, a novel framework for creating self-referential AI systems capable of autonomous, open-ended improvement across any computable task. Unlike previous models that rely on rigid, human-designed rules for self-modification, these agents integrate task-solving logic and meta-level improvement mechanisms into a single editable program. This architecture enables metacog...
Harness design for long-running application development \ Anthropic 26.03.2026 21:23
This article explores how **multi-agent harness design** significantly enhances the performance of AI models in complex, long-running tasks like **frontend design** and **autonomous software engineering**. The author details a shift from single-agent attempts to a **GAN-inspired architecture** involving specialized **planner, generator, and evaluator** roles to overcome issues like "context anxiet...
Reasonably reasoning AI agents can avoid game-theoretic failures in zero-shot, provably 24.03.2026 20:23
This research explores whether AI agents can autonomously reach strategic equilibria in repeated interactions without specialized training. The author proves that "reasonably reasoning" agents—those capable of basic capabilities such as Bayesian learning and asymptotic best-response—naturally converge toward Nash equilibrium play, where posterior-sampling behaviors of off-the-shelf model...
How Log-Barrier Helps Exploration in Policy Optimization 22.03.2026 21:05
This paper introduces Log-Barrier Stochastic Gradient Bandit (LB-SGB), a new algorithm designed to fix structural flaws in standard policy optimization methods. While traditional gradient bandits often prematurely converge to suboptimal actions because they lack an explicit exploration mechanism, the authors use log-barrier regularization to force the policy away from the boundary of the probabili...
The Finetuner’s Fallacy: When to Pretrain with Your Finetuning Data 22.03.2026 18:24
This research introduces specialized pretraining (SPT), a strategy that incorporates domain-specific data directly into the initial pretraining phase rather than reserving it solely for finetuning. By mixing a small percentage of specialized tokens with general web data, models achieve superior performance and faster convergence on niche topics like chemistry, music, and mathematics. This approach...
TURNWISE: The Gap between Single- and Multi-turn Language Model Capabilities 22.03.2026 11:15
This research addresses the performance gap in large language models between single-turn and multi-turn interactions. The authors introduce TURNWISEEVAL, a new benchmark that isolates conversational ability by comparing model responses in long dialogues against equivalent single-turn prompts. To improve model performance, they also developed TURNWISEDATA, a scalable pipeline that generates synthet...
Temporal Straightening for Latent Planning 20.03.2026 21:19
This research paper introduces **temporal straightening**, a technique designed to improve **latent planning** in AI world models by regularizing the curvature of agent trajectories. While standard visual encoders often produce highly curved paths in latent space, this approach uses a **curvature regularizer** to create a representation where feasible transitions follow straighter lines. This geom...
Fine-Tuning Strategies for Preserving In-Context Learning in Linear Attention 19.03.2026 18:53
This research examines the tension between in-context learning (ICL) and fine-tuning in Transformer-based models, specifically using linear attention to provide a theoretical foundation. While fine-tuning is often employed to enhance zero-shot performance on specific target tasks, the authors demonstrate that updating all attention parameters can inadvertently damage the model's ability to lea...
LLMs Can Learn to Reason Via Off-Policy RL 19.03.2026 19:48
Researchers have introduced OAPL, a new reinforcement learning algorithm designed to improve how Large Language Models (LLMs) learn complex reasoning for math and coding. Traditional methods often struggle when the training policy and the inference engine are out of sync, a common issue in large-scale, asynchronous computing. Instead of trying to force these mismatched systems to align, OAPL embra...
Simple Recipe Works: Vision-Language-Action Models are Natural Continual Learners with Reinforcement Learning 17.03.2026 23:42
This paper explores Continual Reinforcement Learning (CRL) for large Vision-Language-Action (VLA) models, focusing on how these agents adapt to new tasks without losing prior knowledge. While traditional machine learning often suffers from catastrophic forgetting during sequential training, this research demonstrates that a simple Sequential Fine-Tuning approach remains remarkably effective. By co...
Provable and practical in-context policy optimization for self-improvement 17.03.2026 21:27
This research paper introduces In-Context Policy Optimization (ICPO), a framework designed to explain and enhance the self-reflection capabilities of large language models. The authors provide a mathematical foundation proving that specific transformer architectures can inherently mimic policy optimization algorithms without requiring parameter updates. Building on this theory, they develop ME-ICP...
Matching Features, Not Tokens: Energy-Based Fine-Tuning of Language Models 16.03.2026 23:25
This research paper introduces Energy-Based Fine-Tuning (EBFT), a novel method for refining language models by matching feature statistics of generated text with ground-truth data. Traditional training relies on next-token prediction, which often causes models to drift or fail during long sequences because they lack global distributional calibration. By optimizing a feature-matching objective usin...
Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights 14.03.2026 20:25
This research introduces the concept of Neural Thickets, describing a phenomenon where large pretrained models are surrounded by a high density of diverse, task-specific solutions in their local weight space. While small models require structured optimization like gradient descent to find improvements, larger models transition into a regime where random weight perturbations frequently yield "...
AdaEvolve: Adaptive LLM Driven Zeroth-Order Optimization 14.03.2026 20:13
This paper introduces AdaEvolve, a novel framework designed to enhance how Large Language Models (LLMs) solve complex optimization and programming tasks through evolutionary search. Unlike existing methods that use rigid, pre-set schedules, this system implements hierarchical adaptivity to manage computational resources and search strategies dynamically. It operates across three levels: local adap...
∇−reasoner: LLM reasoning via test-time gradient descent in latent space 14.03.2026 21:16
This paper introduces ∇-Reasoner, a novel framework that improves Large Language Model (LLM) reasoning by applying gradient-based optimization during the inference process. Unlike traditional methods that rely on random sampling or discrete searches, this approach uses Differentiable Textual Optimization (DTO) to refine token logits through first-order gradients derived from reward models and like...
Inference for Regression with Variables Generated by AI or Machine Learning 12.03.2026 21:55
This research investigates how using artificial intelligence (AI) or machine learning (ML) to generate variables for economic regressions can lead to biased estimates and invalid statistical inference. While researchers often treat AI-generated outputs as standard data, the authors demonstrate that measurement error in these variables—even from high-performance algorithms—shifts the centering of c...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.