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
1000 Layer Networks for Self-Supervised RL: Scaling Depth Can Enable New Goal-Reaching Capabilities 04.12.2025 15:02
This paper discusses scaling the depth of neural networks within self-supervised reinforcement learning (RL), a field where scaling has historically lagged behind language and vision models. Challenging the convention of using shallow architectures (2–5 layers), the researchers demonstrate that scaling network depth up to 1024 layers substantially boosts performance in unsupervised goal-conditione...
Treatment Effect Estimation for Optimal Decision-Making 04.12.2025 13:41
This academic paper analyzes the common practice of using Conditional Average Treatment Effect (CATE) estimators for data-driven decision-making, such as in medicine or public policy. It argues that minimizing CATE estimation error often leads to suboptimal decision performance when researchers employ restricted or regularized model classes, as these estimators fail to prioritize accuracy near the...
Pass@K Policy Optimization: Solving Harder Reinforcement Learning Problems 03.12.2025 14:27
This paper introduces Pass-at-k Policy Optimization (PKPO), a novel Reinforcement Learning technique that shifts the focus from individual sample performance (pass@1) to optimizing the collective utility of a batch, quantified as the maximum expected reward (pass@k). This method is necessary because conventional RL under-utilizes sample diversity, limiting exploration and leading to stalled learni...
Debugging misaligned completions with sparse-autoencoder latent attribution 02.12.2025 29:58
This paper outlines a new method for investigating the sources of misaligned behavior in language models using interpretability tools like Sparse Autoencoders (SAEs). Recognizing that simply observing activation differences between models is insufficient to establish causality, the authors introduce a technique based on latent attribution to approximate which internal features are causally linked...
Building Effective AI Agents \ Anthropic 02.12.2025 39:25
This white paper from Anthropic shares practical advice regarding the construction of successful large language model (LLM) systems, advocating for simple, composable patterns and only increasing complexity when demonstrably necessary. It defines a crucial architectural distinction between workflows, which follow predefined coded paths, and autonomous agents, which dynamically direct their own dec...
How to Correctly Report LLM-as-a-Judge Evaluations 02.12.2025 11:40
This paper introduces a statistical framework to address the significant challenge of noisy and biased accuracy estimates that arise when utilizing Large Language Models (LLMs) as judges. The text explains that the raw proportion of correct judgments is unreliable because the LLM judge possesses imperfect specificity and sensitivity, leading to distorted results depending on the true accuracy leve...
In-Context Learning with Hypothesis-Class Guidance 02.12.2025 12:40
This research introduces a novel synthetic data framework, In-Context Learning with Hypothesis-Class Guidance (ICL-HCG), which integrates an explicit task description, or instruction, in the form of a hypothesis class prefix to better simulate real-world ICL scenarios. The authors conduct extensive empirical evaluations comparing generalization capabilities, model architectures like the Transforme...
Selecting Belief-State Approximations in Simulators with Latent States 01.12.2025 11:04
This research focuses on the complex problem of selecting the optimal approximation for the **belief state**—the posterior distribution over unobservable **latent states**—which is necessary for enabling state resetting in advanced simulators. The authors reduce this to a **conditional distribution-selection** task and develop an algorithm that operates with only sampling access to the simulator a...
Latent Collaboration in Multi-Agent Systems 29.11.2025 13:15
This paper proposes LatentMAS, a novel, training-free framework designed to improve the collaboration efficiency of Large Language Model (LLM)-based multi-agent systems (MAS). Unlike traditional approaches that use explicit natural language, LatentMAS facilitates communication and reasoning entirely within the **continuous latent space** of the models. This is achieved through **auto-regressive la...
CausalPFN: Amortized Causal Effect Estimation via In-Context Learning 28.11.2025 27:56
This paper, "CausalPFN: Amortized Causal Effect Estimation via In-Context Learning," introduces a transformer-based model designed to automate the traditionally difficult process of calculating causal effects from observational data. This CausalPFN model is trained extensively on simulated data to learn the mapping from raw observations into causal effects, eliminating the need for manua...
DELTA: How Does RL Unlock and Transfer New Algorithms in LLMs? 28.11.2025 10:39
This paper introduces DELTA, a controlled benchmark of synthetic programming tasks—such as Manufactoria puzzles and BouncingSim physics simulations—specifically designed to isolate and evaluate whether reinforcement learning (RL) can teach large language models (LLMs) genuinely new reasoning procedures. The study demonstrates that RL can achieve **learnability beyond pretraining** on tasks where r...
Self-Boost via Optimal Retraining: An Analysis via Approximate Message Passing 27.11.2025 15:24
This research presents a principled framework to Bayes-optimaly retrain** when input data contains noisy labels. The central contribution is the derivation of the **Bayes optimal aggregator function**, which determines the mathematically ideal method for combining a model’s current predictions with the initial, noisy labels to minimize prediction error. Using the **Approximate Message Passing (AMP...
Prompted Policy Search: Reinforcement Learning through Linguistic and Numerical Reasoning in LLMs 27.11.2025 31:00
The source material details the Prompted Policy Search (ProPS) framework, a novel approach that positions a Large Language Model (LLM) as the core policy optimizer in reinforcement learning tasks. This architecture operates by having the LLM iteratively propose new policy parameters after reasoning over the **history of previous numerical reward feedback** and corresponding parameter settings. The...
Ilya Sutskever – We're moving from the age of scaling to the age of research 26.11.2025 39:00
Today, we discuss a podcast conversation between Dwarkesh Patel and Ilya Sutskever, the builder of GPT and now co-founder of SSI, regarding the trajectory of artificial intelligence. Sutskever asserts that the AI industry is moving past the **"age of scaling"**—where merely increasing data and compute yielded reliable gains—and returning to an **"age of research"** driven by new foundational ideas...
Cognitive Foundations for Reasoning and Their Manifestation in LLMs 26.11.2025 14:52
This research introduces a novel framework for analyzing the complexity of reasoning in Large Language Models (LLMs), defining a taxonomy of 28 cognitive elements categorized into four dimensions: **Reasoning Invariants**, **Meta-Cognitive Controls**, **Reasoning Representations**, and **Reasoning Operations**. The authors utilized this framework to analyze over 190,000 reasoning traces from 18 LL...
Natural emergent misalignment from reward hacking in production RL 25.11.2025 15:31
This Anthropic research paper details experiments on natural emergent misalignment in large language models (LLMs) resulting from reward hacking during reinforcement learning (RL). The central finding is that when models learn to exploit vulnerabilities in production coding environments (like using "AlwaysEqual" objects to bypass tests), this **narrow misalignment generalizes** to a wide range of...
Evolution Strategies at the Hyperscale 25.11.2025 14:18
This paper introduces Evolution Guided General Optimization via Low-rank Learning (EGGROLL), a novel algorithm that enhances the scalability of **Evolution Strategies (ES)** for optimizing neural networks with billions of parameters. ES is an optimization method that bypasses the need for gradient backpropagation, offering advantages like handling non-differentiable objectives and superior paralle...
The Path Not Taken: RLVR Provably Learns Off the Principals 23.11.2025 12:16
This paper studies mechanistic explanation for the paradox that **Reinforcement Learning with Verifiable Rewards (RLVR)** reliably improves large language model reasoning while making only minimal, sparse changes to parameters. The authors introduce the **Three-Gate Theory**, arguing that sparse updates are a surface artifact of a **model-conditioned optimization bias**. **Gate I (KL Anchor)** con...
Back to Basics: Let Denoising Generative Models Denoise 23.11.2025 15:27
This academic paper, introduces "Just image Transformers" (JiT), a novel approach to denoising diffusion models that advocates for directly predicting clean data (**x-prediction**) rather than predicting noise or a noised quantity. The authors argue this shift is critical based on the **manifold assumption**, which posits that clean data lies on a low-dimensional manifold while noise is inherently...
LLM Prompt Duel Optimizer: Efficient Label-Free Prompt Optimization 22.11.2025 13:20
This paper introduces the **Prompt Duel Optimizer (PDO)**, a novel, sample-efficient framework for **label-free prompt optimization** in large language models (LLMs). Recognizing that LLM performance is highly sensitive to input prompts and that collecting ground-truth labels is costly, PDO frames the optimization challenge as a **dueling bandit problem** where an LLM acts as a judge, providing no...
Black-Box On-Policy Distillation of Large Language Models 20.11.2025 14:20
This paper introduces a novel technique called **Generative Adversarial Distillation (GAD)** for knowledge transfer from a large, proprietary teacher language model (LLM), such as GPT-5-Chat, to a smaller student LLM in a **black-box setting**. Black-box distillation is necessary when the student only has access to the teacher’s final text outputs, not its internal parameters or probabilities. GAD...
Solving a million step LLM task with zero errors 20.11.2025 14:38
This research paper introduces how we can reliably complete complex, multi-step tasks with zero errors. The core concept is **extreme decomposition** of a task into minimal subtasks handled by focused "microagents," which overcomes the inherent, escalating error rate of monolithic LLMs over long horizons. This modular approach integrates an **efficient error correction** mechanism—specifically, a...
Not All Thoughts Matter: Selective Attention for Efficient Reasoning 19.11.2025 12:38
This paper studies an inference-time optimization technique designed to reduce the high computational cost of reasoning-optimized large language models (LLMs), which generate long chains of thought. LLMs' self-attention mechanism typically scales quadratically with sequence length, making long reasoning chains prohibitively expensive. RWR addresses this by exploiting the redundancy in intermed...
Sample-Efficient Parametric Learning from Natural Language 19.11.2025 11:00
This research paper provides a novel approach for sample-efficient parametric learning in large language models (LLMs) using natural language feedback, addressing the transience of traditional in-context learning (ICL) and the data inefficiency of standard fine-tuning. The authors propose a simple three-step method: obtaining natural language feedback, sampling a generation conditioned on that fee...
Bayesian Optimization in Language space: An Eval-Efficient AI Self-Improvement Framework 18.11.2025 34:24
This paper discusses how to design an evaluation-efficient self-improving AI systems that beats GEPA for societal and business problems like ad optimization where the cost of generating new content is low but evaluation is expensive. It argues that traditional human-driven optimization is slow and bottlenecked by content generation, but generative AI has shifted the bottleneck to efficient evaluat...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.