hogarthian.art
GenAI Learner
Dive deep into the exciting realm of Generative AI without the jargon! 🚀 Here, we transform the latest GenAI technologies – sourced from pioneering research papers and top blogs – into easy-to-follow podcast discussions. Join our community of AI enthusiasts, learn something new every week, and become a GenAI expert with us!
Author
hogarthian.art
Category
Podcast website
Latest episode
Mar 19, 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
Beyond Singletasking: Building an Operating System for Your GPU 19.03.2026 20:36
Tired of wasted compute? UC Berkeley is addressing the inefficiencies of exclusive GPU access by proposing a unified resource management layer to enable multitasking, potentially reclaiming the 90% of resources often left idle during inference—explained in plain English on the GenAI learner podcast. Paper: https://arxiv.org/abs/2508.08448
Scaling AI: Think Operators, Not Models 15.11.2025 12:04
Scaling large AI models to meet dynamic traffic is slow and leads to significant resource waste. Researchers at Microsoft Azure Research and Rice University are rethinking this process, finding that scaling the entire model as a monolith is inefficient. Their breakthrough, "operator-level autoscaling," scales just the specific bottleneck parts (operators) of the model instead of the whole thing. T...
Can AI Learn Like Humans? The Novel Games Benchmark 13.11.2025 12:28
Researchers at MIT and Harvard argue that true intelligence requires constructing internal world models, proposing a generative game benchmark to prove if AI can adapt to unseen environments without millions of training steps—tune into GenAI Learner for the details. https://arxiv.org/pdf/2507.12821
The Surprising Limits of RL in LLMs: Why Optimization Kills Deep Reasoning Capacity 12.11.2025 14:16
The Surprising Limits of RL in LLM Reasoning Arxiv: https://arxiv.org/pdf/2504.13837The promise of RL for LLM growth hits a wall: Tsinghua University's study shows RLVR only improves efficiency but is bounded by and does not elicit novel reasoning in base models—get the non-technical scoop on the "GenAI learner" podcast.
Trillion-Parameter Failure: How Tiny Recursion Models Beat GPT-4 on Structured Reasoning with 0.01% the Scale 11.11.2025 19:46
Research from Samsung SAIL Montréal introduces the Tiny Recursive Model (TRM), which uses a single, 2-layer network to outperform massive LLMs on tough puzzles like ARC-AGI. Arxiv: https://arxiv.org/pdf/2510.04871  Hear the simple breakdown on GenAI learner!
The LLM Commitee: Why 182,000 AI Models Aren't Enough and How Ensembles Beat the Single Perfect Oracle? 10.11.2025 18:27
Ensemble LLMs: The Power of Multiple AI Minds Arxiv: https://arxiv.org/pdf/2502.18036  The LLM Commitee: Why 182,000 AI Models Aren't Enough and How Ensembles Beat the Single Perfect Oracle? Why rely on one LLM when you can use many? Beihang University's survey on LLM Ensemble details how leveraging individual model strengths with multiple LLMs leads to better results. Get the simple explanation...
TransferEngine Deep Dive: How Unordered RDMA Breaks Vendor Lock? 09.11.2025 14:56
Cloud wars over custom hardware? Perplexity AI solved it. Discover the TransferEngine provides a portable, vendor-agnostic RDMA point-to-point communication interface for LLM systems, avoiding hardware lock-in with a simple breakdown on the GenAI learner podcast. Arxiv: https://arxiv.org/abs/2510.27656
PaperCoder Unlocked: How Multi-Agent AI Solves Science Reproducibility 08.11.2025 13:28
Straight from KAIST, the revolutionary PaperCoder automates functional code generation from raw machine learning papers, and the "GenAI learner" podcast breaks down this multi-agent LLM framework simply. Arxiv: https://arxiv.org/abs/2504.17192
AXIOM: How Gradient Free AI Smashes Deep Reinforcement Learning 04.11.2025 18:33
How to Learn Games in Minutes (No NNs!) Researchers at VERSES AI built a new AI agent that masters games in minutes without using neural networks or gradient optimization. Arxiv: https://arxiv.org/abs/2505.24784 The GenAI Learner podcast breaks down how this "gradient-free" method works.
Meta’s COCONUT: Reasoning Without Words 03.11.2025 15:26
Researchers at Meta just taught LLMs to reason without language, letting them explore multiple paths simultaneously. Arxiv: https://arxiv.org/abs/2412.06769v1 The GenAI Learner podcast breaks down how this "COCONUT" method works in simple terms.
Evolve Your AI Agent Without Gradients: EvoTest 02.11.2025 16:17
A new system from Microsoft Research shows how EvoTest evolves an agent's entire configuration using narrative transcript analysis, outperforming gradient-based and reflection methods. Arxiv: https://arxiv.org/pdf/2510.13220 Get the simple breakdown on GenAI learner!
Smarter, Cheaper AGI: Beating the $1 Million AI Challenge 01.11.2025 14:52
An individual's DreamCoder-inspired method proved to be the most performance-cost efficient approach to the complex ARC-AGI Prize challenge. Original Article: https://substack.com/home/post/p-172998849 Â Understand the details with our non-technical explanation on GenAI Learner.
English vs. Python: How an AI Beat the ARC-AGI Test 31.10.2025 17:57
Jeremy Berman's Substack reveals a state-of-the-art 79.6% ARC-AGI score by using an evolutionary process that refines plain English instructions instead of code—tune into GenAI learner for a simple breakdown. https://jeremyberman.substack.com/p/how-i-got-the-highest-score-on-arc-agi-again
Evolving LLM Solutions: The ARC-AGI Breakthrough 30.10.2025 20:42
Hear how Anthropic's Sonnet 3.5 smashed the ARC-AGI record by using Evolutionary Test-time Compute to overcome generalization limits. Substack: https://jeremyberman.substack.com/p/how-i-got-a-record-536-on-arc-agi  Get the simple breakdown on the GenAI learner podcast.
Stop Measuring AI Skill, Start Measuring AGI Efficiency 29.10.2025 19:40
Google, Inc.'s François Chollet argues that we should stop measuring AI's performance and start measuring intelligence as the efficiency of skill acquisition over a range of tasks, accounting for priors and experience.  Arxiv: https://arxiv.org/abs/1911.01547   Get the simple breakdown on "GenAI learner."
The Benchmark That Broke AI's Best 28.10.2025 14:28
The ARC Prize Foundation just dropped ARC-AGI-2, a new, harder AI benchmark designed to assess general fluid intelligence at higher cognitive complexity levels. Arxiv: https://arxiv.org/abs/2505.11831  Tune into GenAI learner for the simple breakdown of why it's so challenging for modern AI.
AGI's New Secret: Why Models Must Train on the Fly 27.10.2025 17:50
ARC Prize 2024 revealed that Test-Time Training (TTT) and program synthesis drove the state-of-the-art ARC-AGI score from 33% to 55.5%. Arxiv: https://arxiv.org/abs/2412.04604  Tune into GenAI Learner for a simple, non-technical explanation of this breakthrough and what it means for AGI progress.
LLMs Self-Verify with Just One Token: Introducing LaSeR 26.10.2025 14:07
Researchers from Tencent and Renmin University of China discovered the reasoning reward equals a last-token self-rewarding score, a game-changer for efficient LLM verification—get the simple breakdown on GenAI Learner. Arxiv: https://www.arxiv.org/abs/2510.14943 Â
The Accuracy Cliff: Why LLMs Fail Complex Questions 25.10.2025 20:10
Wonder why LLMs struggle with multi-step logic? A new paper from MBZUAI shows the Fano-style accuracy upper bound proves single-pass LLM reasoning collapses when task complexity exceeds output capacity. Arxiv: https://arxiv.org/pdf/2509.21199 We break down the 'Accuracy Cliff' on GenAI learner.
Folding Context: How LLMs Solve Massive, Long-Horizon Tasks 24.10.2025 15:35
Engineers from ByteDance and Carnegie Mellon University just scaled LLM agents 10x with Context-Folding, a method that summarizes complex sub-tasks to manage memory. Arxiv: https://arxiv.org/abs/2510.11967  Get the simple breakdown on GenAI Learner.
RouterArena: The Great LLM Router Battle 23.10.2025 14:20
Researchers at Rice University have launched ROUTERARENA, the first-ever open platform for comparing and ranking different LLM routers. Arxiv: https://arxiv.org/abs/2510.00202 Listen to the GenAI Learner podcast to understand this new benchmark in simple terms.
ScaleRL by Meta: Making AI Training Predictable 22.10.2025 16:54
Researchers at Meta developed "ScaleRL," a groundbreaking recipe that makes LLM reinforcement learning training predictable, just like pre-training. Paper: https://arxiv.org/pdf/2510.13786 Hear it broken down simply on the GenAI Learner podcast.
82% GPU Savings by Alibaba: The Token-Level LLM Hack 21.10.2025 17:36
Stop wasting money on idle GPUs! Directly from the top-tier SOSP '25 conference, researchers from Peking University and Alibaba Group reveal how Aegaeon uses token-level auto-scaling to achieve an astounding 82% GPU resource saving in production. Paper: https://ennanzhai.github.io/pub/sosp25-aegaeon.pdf  Get the simple breakdown on GenAI learner.
Stop Guessing: Routing LLMs by Human Preference 20.10.2025 17:10
Researchers at Katanemo Labs, Inc. built Arch-Router, a compact 1.5B model that aligns LLM routing with subjective human preferences using a Domain-Action Taxonomy. Hugging Face's CTO spotlighted it for their new Omni-router! Arxiv: https://arxiv.org/abs/2506.16655 Get the simple breakdown on the GenAI learner podcast.
LLMs Get a Smart Router: Multi-Step Coordination via RL 19.10.2025 15:09
Researchers at the University of Illinois at Urbana-Champaign built Router-R1, an RL-based framework that teaches LLMs multi-round routing and aggregation for superior, cost-aware complex task solving. Arxiv: https://arxiv.org/pdf/2506.09033 Get the simple, non-technical breakdown on the "GenAI learner" podcast!
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.