Explore every episode of the podcast YAAP (Yet Another AI Podcast)
| Title | Pub. Date | Duration | |
|---|---|---|---|
| The Judge Model Diaries: Judging the Judges | 26 aoĂťt 2025 | 00:30:23 | |
Your LLM gave a great answer. But who decides what âgreatâ means? Â In this episode, Yuval talks with Noam Gat about judge language models â reward models, critic models, and how LLMs can be trained to rate, rank, and critique each other. They dive into the difference between scoring and feedback, how to use judge models during inference, and why most evaluation benchmarks donât tell the full story. Â Turns out, getting a good answer is easy. Knowing itâs good? Thatâs the hard part. | |||
| RLVR Lets Models Fail Their Way to the Top | 12 aoĂťt 2025 | 00:49:10 | |
Think you know fine-tuning? If your answer is RLHF, you donât. In this episode, Itay, who leads the Alignment group at AI21, gives a no-fluff crash course on RLVR (Reinforcement Learning with Verifiable Rewards), the method powering todayâs smartest coding and reasoning models. He explains why RLVR beats RLHF at its own game, how âhard to solve, easy to verifyâ tasks unlock exploration without chaos, and the emergent behaviors you only get when models are allowed to screw up. If you want to actually understand RLVR (and use it), start here. Key topics:
| |||
| RAG Is Not Solved â Your Evaluation Just Sucks | 29 juil. 2025 | 00:43:44 | |
RAG Is Not Solved â Your Evaluation Just Sucks Your RAG pipeline is passing benchmarks, but failing reality. In this episode, Yuval sits down with Niv from AI21 to expose why most RAG evaluation is fundamentally flawed. From overhyped retrieval scores to chunking strategies that collapse under real-world complexity, they break down why your system isnât as good as you think â and how structured RAG solves problems that traditional pipelines simply can't. Bonus: what do Seinfeld trivia, World Cup stats, and your enterprise SharePoint have in common? (hint: your RAG pipeline chokes on all of them). Key Topics:
| |||
| The Call Is Coming From Inside the Agent (And It Has Your Credentials) | 15 juil. 2025 | 00:49:31 | |
The Call Is Coming From Inside the Agent (And It Has Your Credentials) Youâve shipped your first agent. It works. Itâs useful. It might also be a security liability you donât even know about. In this episode, Yuval talks to Zenity CTO Michael Bargury about how easy it is to hijack popular agent systems like Copilot and Cursor, what âzero-clickâ attacks look like in the agent era, and how to monitor, constrain, and secure your AI Agent in production. From sneaky prompt injections to memory-based persistence and infected multi-agent workflows, this is the âoh noâ moment every builder needs. Key Topics:
| |||
| Building Enterprise RAG: Lessons from 2+ Years of Production Deployments | 01 juil. 2025 | 00:37:57 | |
Building production AI systems is hard â especially when you're pioneering entirely new categories. In this episode, Yuval speaks with Guy Becker, Group Product Manager at AI21, to trace the evolution from task-specific models to Agent planning and orchestration systems. Guy shares hard-won lessons from building some of the first RAG-as-a-service offerings when there were literally zero handbooks to follow. Key Topics:
| |||
| Trailer | 19 juin 2025 | 00:00:44 | |
| You Canât Have an Agent Without a Plan: What 90% of âAgentsâ Are Missing | 17 juin 2025 | 00:33:18 | |
Everyone's talking about AI agents, but most of what we call "agents" are just workflows in disguise. Real autonomous agents require planning. And that, changes everything. In this episode, Yuval speaks with AI21's Algo Tech Lead, Nitzan Cohen about why the popular React framework isn't enough and how planning architecture unlocks true agent capabilities. Key Topics: 1. The difference between workflows/chains and real autonomous agents 2. Why React agents fail at complex tasks, parallel execution, and user transparency 3. Free text vs. code-based planning approaches and their trade-offs 4. How planning enables multi-agent systems and model delegation 5. Training planners with reinforcement learning and replanning mechanisms 6. Evaluation challenges: Gaia benchmark, Agent Bench, and building custom datasets 7. Practical advice: When to upgrade from React and which frameworks to use From competitive analysis that runs in parallel to breaking down complex coding tasks, discover how planning transforms AI agents from simple tool-calling loops into sophisticated problem-solving systems. | |||
| The Hard Truths About AI Agents: Why Benchmarks Lie and Frameworks Fail | 10 juin 2025 | 00:39:54 | |
Building AI agents that actually work is harder than the hype suggests â and most people are doing it wrong. In this special "YAAP: Unplugged" episode (a live panel from AI Tinkerers meetup at the Hugging Face offices in Paris), Yuval sits down with Aymeric Roucher (Project Lead for Agents at Hugging Face) and Niv Granot (Algorithms Group Lead at AI21 Labs) for an unfiltered discussion about the uncomfortable realities of agent development. Key Topics:
From FIFA World Cup benchmarks that expose retrieval failures to the circular dependency problem with LLM judges, this conversation cuts through the marketing noise to reveal what it really takes to build agents that solve real problems â not just impressive demos. Warning: Contains unpopular opinions about popular frameworks and uncomfortable truths about the current state of AI agent development. | |||
| Tool Calling 2.0: How MCP Is Standardizing AI Connections | 29 mai 2025 | 00:29:26 | |
MCP (Model Context Protocol) is changing how developers connect AI applications to external tools â but what exactly is it, and why should you care? In this episode, Yuval speaks with Etan Grundstein, Technical Product Manager (and formerly Director of Engineering) at AI21, to break down the protocol thatâs standardizing AI integrations, moving beyond basic weather APIs and calculators to real-world productivity workflows. Key Topics: 1) What MCP actually is and how it differs from traditional tool calling 2) Real-world examples: Connecting AI to Jira, Notion, Git, and even Blender 3) The evolution from local MCP servers to cloud integrations 4) Authentication challenges and how theyâre being addressed 5) Why developers are building MCP servers to build other MCP servers 6) Looking ahead: Agent-to-Agent protocols and what comes next | |||