Yun Wu
Learning GenAI via SOTA Papers
This podcast is focusing on sharing the papers on GenAI related topic, especially the SOTA (State of the Art) papers that are the foundations of GenAI work. It shows how these researches paved the way to the GenAI tools that we are using every day such as ChatGPT, Gemini, Claude Code etc.
Author
Yun Wu
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
EP124: FRIDAY the AI that runs your computer 17.03.2026 19:19
The paper introduces OS-Copilot , a pioneering framework designed to build generalist computer agents capable of interacting with entire operating systems (Linux and MacOS) rather than being restricted to narrow, specific applications. The framework provides a unified interface for agents to seamlessly interact with diverse OS elements, including the web, code terminals, files, multimedia, and thi...
EP123: MemGPT Turns LLMs into Operating Systems 16.03.2026 20:46
The paper introduces MemGPT , a system designed to overcome the fixed context window limitations of Large Language Models (LLMs) by managing them similarly to traditional operating systems. Here is a short summary of the paper's key contributions: Virtual Context Management: MemGPT borrows the concept of virtual memory paging from operating systems to create the illusion of an infinite context...
EP122: The Four Pillars of LLM Autonomous Agents 15.03.2026 22:46
This paper, titled " A Survey on Large Language Model based Autonomous Agents ," provides a comprehensive review of the rapidly developing field of LLM-based agents. The authors systematically analyze these agents across three primary dimensions: Agent Construction : The paper proposes a unified architectural framework for building LLM-based agents, consisting of four essential modules:...
EP121: How ToolLLaMA mastered 16000 real world APIs 14.03.2026 26:39
This paper introduces ToolLLM , a comprehensive framework designed to equip open-source large language models (LLMs) with the ability to master over 16,000 real-world APIs. While closed-source models like ChatGPT excel at using external tools, open-source models like LLaMA currently fall short because their instruction tuning primarily focuses on basic language tasks. Existing datasets for tool le...
EP120: How Reflexion agents learn through verbal feedback 13.03.2026 20:58
Reflexion is a novel framework designed to improve Large Language Models (LLMs) acting as goal-driven agents by teaching them to learn from past mistakes. Here is a short summary of the paper's key points: The Problem: Traditional reinforcement learning methods require extensive training samples and expensive model fine-tuning, making it challenging for language agents to quickly and efficient...
EP119: HuggingGPT Turns LLMs Into AI Managers 12.03.2026 18:24
HuggingGPT is a collaborative system that leverages Large Language Models (LLMs), such as ChatGPT, as a central controller to manage and integrate various expert AI models from machine learning communities like Hugging Face. The paper addresses the limitation of current LLMs in handling complex, multi-modal information (such as vision and speech) by using language as a generic interface to connect...
EP118: The AI Memory Wall Crisis 11.03.2026 22:24
Challenges and Research Directions for Large Language Model Inference Hardware addresses the growing hardware "crisis" in datacenter AI, driven by the escalating costs of serving state-of-the-art LLMs. Advancing trends like Mixture of Experts (MoE), reasoning models, and expanding context windows place severe strains on computing resources. The authors identify that the autoregressive &q...
EP117: AI agents learn through textual reflection 11.03.2026 18:14
The paper addresses the limitation that Large Language Model (LLM) agents trained with standard reinforcement learning (RL) often struggle to actively explore their environments and adapt from trial-and-error experiences in multi-turn, long-horizon tasks. To solve this, the authors introduce LAMER (LLM Agent with Meta-RL) , a general Meta-RL framework designed to help agents actively explore and l...
EP116: Why AI struggles with empathy and interruptions 10.03.2026 19:44
The ICASSP 2026 HumDial Challenge paper introduces a standardized benchmark for evaluating human-like spoken dialogue systems in the era of advanced Audio-LLMs. While current models excel at task completion, measuring their ability to replicate the subtle nuances of natural human communication requires assessing deep emotional resonance and complex turn-taking. To address this gap, the authors cre...
EP115: Dr.LLM brings dynamic depth to AI 09.03.2026 23:52
The paper introduces Dr. LLM (Dynamic Routing of Layers for LLMs) , a retrofittable framework designed to improve both the efficiency and accuracy of Large Language Models (LLMs) without altering their base weights. Typically, LLMs process every token through a fixed stack of transformer layers, which wastes computation on simple queries and lacks the depth needed for complex reasoning. While prio...
EP114: FlashAttention-4 Solves Blackwell Hardware Bottlenecks 07.03.2026 19:18
The podcast will dive deep into the featured paper: " FlashAttention-4: Algorithm and Kernel Pipelining Co-Design for Asymmetric Hardware Scaling " . Here are some of the key concepts the hosts will explore: The Shift to Blackwell GPUs: As the AI industry rapidly transitions to Blackwell-based systems like the B200 and GB200, hardware scaling has become highly asymmetric. While tensor co...
EP113: How FlashAttention-3 Doubles H100 Speed 07.03.2026 18:30
FlashAttention-3: Fast and Accurate Attention with Asynchrony and Low-precision addresses the core computational bottleneck of the attention mechanism in Transformer models, specifically targeting the underutilization of newer hardware like the Hopper H100 GPU. While its predecessor, FlashAttention-2, achieved only 35% utilization on the H100, FlashAttention-3 introduces three main techniques to s...
EP112: GPT 5.4 Outperforms Human Professionals 07.03.2026 21:47
GPT-5.4 and GPT-5.4 Pro were introduced by OpenAI on March 5, 2026, as their most advanced and efficient frontier models designed for professional knowledge work, reasoning, and coding. Key highlights of the models include: Native Computer-Use: GPT-5.4 is OpenAI's first general-purpose model with native computer-use capabilities, enabling it to operate applications and desktop environments usi...
EP111: Claude Opus 4.6 Runs Businesses and Catches Manipulation 07.03.2026 21:41
The provided sources primarily consist of two System Cards from Anthropic, detailing the release, capabilities, and safety evaluations of two new large language models: Claude Sonnet 4.6 and Claude Opus 4.6 . Here is a short summary of the key findings from both papers: Advanced Capabilities: Both models demonstrate substantial improvements over their predecessors (the 4.5 generation) across a wid...
EP110: Single agents beat expensive multi agent teams 05.03.2026 20:49
The paper " Rethinking the Value of Multi-Agent Work-flow: A Strong Single Agent Baseline " challenges the necessity of using multiple Large Language Model (LLM) instances for complex tasks when the agents are homogeneous. Here is a short summary of the key points: The Core Finding: The authors observe that most current multi-agent systems (MAS) are homogeneous, meaning they rely on the...
EP109: The Rise of Agentic Reasoning 04.03.2026 22:38
The paper " Agentic Reasoning for Large Language Models " provides a comprehensive survey on the paradigm shift from traditional, passive LLM inference to Agentic Reasoning . In this new framework, LLMs are treated as autonomous agents that interleave deliberation with environmental interaction, enabling them to plan, act, and continually learn. The authors organize the landscape of agen...
EP108: GPT-5 Can Lie and Play Dumb 01.03.2026 22:00
The GPT-5 System Card details the capabilities, safety evaluations, and risk mitigations for the GPT-5 model family. GPT-5 is designed as a unified system that intelligently routes queries between fast, high-throughput models (like gpt-5-main ) and deep-reasoning models (like gpt-5-thinking ) based on the complexity and intent of the user's prompt. Key highlights from the paper include: Safety...
EP107: DeepMind’s SIMA 2 Masters Unseen Video Games 01.03.2026 22:21
SIMA 2 (Scalable Instructable Multiworld Agent) is a generalist AI agent developed by Google DeepMind that navigates and operates within 3D virtual worlds. By integrating Gemini models, SIMA 2 evolves beyond its predecessor's basic instruction-following abilities, acting as an interactive companion that can reason about its goals, converse with users, and explain the steps it intends to take....
EP106: Fixing AI Agents With Symbolic Guardrails 01.03.2026 13:54
The provided paper, " Agentic AI: A Comprehensive Survey of Architectures, Applications, and Future Directions ," addresses the growing confusion in the field of artificial intelligence where modern neural systems are often mistakenly described using outdated symbolic models—a problem the authors term "conceptual retrofitting". To clarify this, the authors introduce a novel dua...
EP105: iStar Autonomous Agents Grading Their Own Homework 01.03.2026 19:19
This paper introduces iStar (implicit step rewards for agentic RL), a novel credit-assignment strategy designed to improve the training of Large Language Models (LLMs) as autonomous agents. The Problem: Training LLM agents using traditional Reinforcement Learning (RL) is highly challenging because rewards in interactive environments are typically sparse and delayed, trajectories are long, and the...
EP104: WebExplorer Beats Giants at Web Research 01.03.2026 17:38
The paper " WebExplorer: Explore and Evolve for Training Long-Horizon Web Agents " addresses the limitations of current open-source web agents, which often struggle with complex, multi-step information-seeking tasks due to a lack of challenging training data. To solve this, the authors introduce WebExplorer , a novel data generation framework that synthesizes highly challenging query-ans...
EP103: Why AI Agents Think Themselves To Death 01.03.2026 19:17
The paper " ARE: scaling up agent environments and evaluations " by Meta Superintelligence Labs introduces two major contributions aimed at improving how AI agents are developed and tested in realistic settings: ARE (Meta Agents Research Environments) : A research platform designed to create dynamic, time-driven simulated environments. Unlike traditional sequential benchmarks, ARE operat...
EP102: Gemini 2.5 Thinks Before It Speaks 01.03.2026 21:31
The provided paper, titled " Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities ," introduces Google DeepMind's Gemini 2.X model family. This family includes Gemini 2.5 Pro, 2.5 Flash, 2.0 Flash, and 2.0 Flash-Lite, which collectively span the full spectrum of model capability versus compute cost. Here is a...
EP101: Kimi k1.5 Breaks the AI Data Wall 01.03.2026 18:24
The paper, " TECHNICAL REPORT OF KIMI K1.5 ," details the development of Kimi k1.5 , a state-of-the-art multi-modal Large Language Model (LLM) trained primarily through Reinforcement Learning (RL). The research explores a new axis for scaling AI by allowing models to learn and explore through rewards, bypassing the limitations of relying solely on static, human-generated pre-training dat...
EP100: Meta's Llama 4 Herd Ends Monolithic Models 01.03.2026 19:55
Meta's Llama 4 announcement introduces a new generation of natively multimodal, open-weight AI models, marking the company's first use of a Mixture-of-Experts (MoE) architecture. The release focuses on two primary models, alongside a preview of a massive third model: Llama 4 Scout : A highly efficient model with 17 billion active parameters (109 billion total) and 16 experts, designed to fit on a...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.