AI Odyssey

PODCAST · technology

AI Odyssey

AI Odyssey is your journey through the vast and evolving world of artificial intelligence. Powered by AI, this podcast breaks down both the foundational concepts and the cutting-edge developments in the field. Whether you're just starting to explore the role of AI in our world or you're a seasoned expert looking for deeper insights, AI Odyssey offers something for everyone. From AI ethics to machine learning intricacies, each episode is crafted to inspire curiosity and spark discussion on how artificial intelligence is shaping our future.

  1. 76

    AI Agents Are Becoming Companies

    What if the next leap in AI agents is not a smarter worker, but a better organisation?This paper introduces OneManCompany, a framework that turns scattered agents, tools, skills, and runtime configurations into managed “Talents” that can be hired, reviewed, replaced, and improved over time. Its Explore-Execute-Review loop decomposes work, assigns accountability, checks outputs, and learns from failures.The result is striking: 84.67% success on PRDBench, beating reported baselines by 15.48 percentage points. But the catch is equally important: this organisational intelligence costs more and is still mostly validated on software tasks.Inspired by the work of Zhengxu Yu, Yu Fu, Zhiyuan He, Yuxuan Huang, Lee Ka Yiu, Meng Fang, Weilin Luo, and Jun Wang, this episode was created using Google’s NotebookLM. Read the original paper here: https://arxiv.org/abs/2604.22446v1

  2. 75

    AI Agents Just Learned to Remember

    What if the real bottleneck for AI agents is not reasoning,but memory?StructMem argues that long-term agents should not storeconversations as isolated facts or expensive knowledge graphs. Instead, they should remember temporally grounded events: what happened, who was involved, and how one event connects to another. On the LoCoMo benchmark, thisstructure-enriched memory reaches the best overall score while cutting construction costs dramatically compared with graph-heavy approaches.For anyone building autonomous agents, the message is clear:memory is becoming an architecture problem, not just a retrieval problem. Inspired by the work of Buqiang Xu, Yijun Chen, Jizhan Fang,Ruobin Zhong, Yunzhi Yao, Yuqi Zhu, Lun Du, and Shumin Deng, this episode was created using Google's NotebookLM.Read the original paper here:https://arxiv.org/pdf/2604.21748v1

  3. 74

    The Protocol That Lets Agents Rewrite Themselves

    What if the missing layer in agent design isn't communication, but version control?In this episode, we unpack Autogenesis, a two-layer protocol that treats prompts, tools, and memory as first-class resources with explicit lifecycle, versioning, and rollback. The core insight is striking: connectivity standards like MCP and A2A tell agents how to reach tools, but stay silent on what happens when agents start rewriting those tools on their own. Autogenesis fills that gap, and the numbers speak loudly, including a 33% jump on the hardest GAIA benchmark tasks.Inspired by the work of Wentao Zhang, this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/abs/2604.15034

  4. 73

    When Agents Learn to Forget: The Memory Revolution in AI Research

    What if the biggest bottleneck in AI agents wasn't reasoning power, but memory management?In this episode, we explore a fascinating new framework called MIA, the Memory Intelligence Agent, which reimagines how AI research agents store, compress, and reuse their past experiences. Instead of hoarding every search trace into an ever-growing context window, MIA separates memory into a Manager, a Planner, and an Executor, each with a distinct role. The result: a 7-billion parameter model that outperforms GPT-4o on complex research tasks, and even boosts GPT-5.4 performance by up to 9%. We unpack why "keeping everything" is a trap, and how forgetting strategically might be the real key to smarter AI.Inspired by the work of Jingyang Qiao, Weicheng Meng, Yu Cheng, and colleagues at East China Normal University, this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/pdf/2604.04503

  5. 72

    The Web is a Minefield: How AI Agents Get Trapped

    What if the biggest threat to AI agents isn't a flaw in the model, but the internet itself?A new paper from Google DeepMind introduces the first systematic framework for "AI Agent Traps": adversarial content hidden in websites, documents, and digital resources, engineered to manipulate autonomous agents. From invisible HTML instructions that hijack summaries, to poisoned memory stores that corrupt decisions across sessions, to systemic traps that could trigger flash crashes across agent economies. The researchers identify six categories of attack targeting every layer of an agent's architecture: perception, reasoning, memory, action, multi-agent dynamics, and the human overseer.As enterprises deploy agents at scale, this paper is a wake-up call: the web was built for human eyes, and rebuilding it for machine readers demands a fundamentally new security playbook.Inspired by the work of Matija Franklin, Nenad Tomašev, Julian Jacobs, Joel Z. Leibo, and Simon Osindero, this episode was created using Google's NotebookLM.Read the original paper here: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438

  6. 71

    🎧 AI That Rewrites Its Own Brain: Meet the HyperAgent

    What happens when you give an AI system the ability to modify not just its answers, but the very process it uses to improve itself?In this episode, we explore HyperAgents, a new framework from Meta and UBC that enables AI systems to recursively improve their own learning mechanisms. Unlike previous approaches where the improvement strategy was fixed by human engineers, HyperAgents can rewrite their own self-improvement code, creating a loop where getting better at a task also means getting better at getting better. The results are striking: improvements discovered in one domain, like reviewing research papers, transfer to completely unrelated tasks like grading Olympic math solutions.Inspired by the work of Jenny Zhang, Bingchen Zhao, Wannan Yang, Jakob Foerster, Jeff Clune, Minqi Jiang, Sam Devlin, and Tatiana Shavrina, this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/abs/2603.19461

  7. 70

    When Agents Remember Their Mistakes: The End of AI Amnesia

    What if an AI agent could learn from every single failure, every clumsy workaround, every brilliant recovery, and feed that experience back into its own future performance?Today’s LLM-powered agents suffer from a fundamental flaw: amnesia. They repeat the same mistakes, miss the same shortcuts, and rediscover the same solutions over and over. A new framework from IBM Research changes that by mining agent execution trajectories for three types of actionable knowledge: strategy tips from clean successes, recovery tips from failure-and-fix sequences, and optimization tips from tasks completed inefficiently.On the AppWorld benchmark, agents equipped with this learned memory improved scenario goal completion by up to 14.3 percentage points on unseen tasks, and by a staggering 28.5 points on complex multi-step challenges. That is a 149% relative increase, with zero model changes.Inspired by the work of Gaodan Fang, Vatche Isahagian, K. R. Jayaram, Ritesh Kumar, Vinod Muthusamy, Punleuk Oum, and Gegi Thomas, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/abs/2603.10600

  8. 69

    Agents That Teach Themselves

    What if AI agents could diagnose their own mistakes and build the exact skills they need to fix them, with no human intervention?In this episode, we explore EvoSkill, a self-evolving framework where coding agents automatically discover and refine reusable skills through iterative failure analysis. Instead of optimizing prompts or fine-tuning models, EvoSkill lets agents build structured skill libraries that accumulate over time, improving performance by up to 12% on challenging benchmarks. Even more striking: skills learned on one task transfer to completely different tasks without modification.Inspired by the work of Salaheddin Alzubi, Noah Provenzano, Jaydon Bingham, Weiyuan Chen, and Tu Vu, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/pdf/2603.02766

  9. 68

    Your AI Agent is Flying Blind: The Skills Gap No One is Talking About

    What if the biggest bottleneck in AI agent performance isn’t the model itself—but what it doesn’t know how to do?In this episode, we explore SkillsBench, the first benchmark that systematically measures how structured procedural knowledge—called Agent Skills—impacts AI agent performance across real-world tasks. The results are striking: curated Skills boost agent success rates by 16 percentage points on average, with some domains like Healthcare seeing gains above 50 points. But here’s the twist—when models try to generate their own Skills, performance actually drops. The takeaway? AI agents desperately need human expertise to unlock their full potential.Inspired by the work of Xiangyi Li, Wenbo Chen, Yimin Liu, and colleagues, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/pdf/2602.12670

  10. 67

    Your AI Assistant Doesn't Know You Yet. But It's Learning.

    What if your AI assistant could actually remember you — not just your name, but how your preferences evolve over time?Researchers from Meta have introduced PAHF — Personalized Agents from Human Feedback — a framework that lets AI agents learn who you are in real time, through the natural back-and-forth of interaction. Before acting, the agent asks targeted questions to avoid costly mistakes. After acting, it listens to your corrections and updates its understanding of you. No pre-collected data required. No static profiles. Just a system that gets smarter about you with every exchange.For anyone deploying AI agents at scale — in enterprise, banking, or consumer applications — this is the missing piece: personalization that actually keeps up with people.Inspired by the work of Kaiqu Liang, Julia Kruk, Shengyi Qian, Xianjun Yang, Shengjie Bi, Yuanshun Yao, Shaoliang Nie, Mingyang Zhang, Lijuan Liu, Jaime Fernández Fisac, Shuyan Zhou, and Saghar Hosseini, this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/pdf/2602.16173

  11. 66

    🎧 Deep Agents Are Here: The End of AI Assistants as We Know Them

    What if AI stopped waiting for your instructions and started planning, delegating, and executing complex projects on its own — for hours or even days?In this episode, we explore the rise of “Deep Agents” — a new generation of autonomous AI systems that go far beyond chatbots. These agents can decompose complex goals into sub-tasks, delegate work to specialized AI teammates, maintain persistent memory across sessions, and self-correct when things go wrong. From building C compilers to autonomous financial auditing, Deep Agents are reshaping how enterprises think about digital labor.We unpack the four architectural pillars behind this shift — explicit planning, hierarchical delegation, persistent workspaces, and extreme context engineering — and examine why 86% of enterprises are already deploying AI coding agents in production.Inspired by a comprehensive synthesis of current research and industry reports, this episode was created using Google’s NotebookLM.

  12. 65

    🎧 OpenClaw: The Lobster That Wants to Run Your Life

    Remember when Siri was supposed to change everything? This might actually be it.OpenClaw is the Jarvis we were promised—an AI assistant that actually does things. It reads your emails, manages your calendar, negotiates prices, drafts follow-ups. Andrej Karpathy calls what's emerging around it "the most sci-fi takeoff adjacent thing" he's seen. Fair warning: it still makes plenty of mistakes. But for the first time, the dream feels real.Inspired by the work of Peter Steinberger and the OpenClaw community, this episode was created using Google's NotebookLM.Source: Community analysis and documentation (January 2026)

  13. 64

    🎧 Judging the Judges: Why AI Now Needs AI Agents to Grade AI

    What happens when the technology we built to evaluate AI becomes too limited to keep up with AI itself?In this episode, we explore a fundamental shift in how we assess artificial intelligence. For years, we relied on large language models to judge other models—a paradigm known as LLM-as-a-Judge. But as AI systems tackle increasingly complex, multi-step tasks, this approach is breaking down. The solution? Turning judges into agents—autonomous systems that can plan, use tools, collaborate, and verify their assessments against real-world evidence.We unpack what this means for AI development pipelines, from code generation to medical diagnosis, and why the future of AI evaluation may determine the future of AI itself.Inspired by the work of Runyang You, Hongru Cai, Caiqi Zhang, Yongqi Li, Wenjie Li, and colleagues at Hong Kong Polytechnic University, Cambridge, and Huawei, this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/pdf/2601.05111

  14. 63

    Skills: The Secret Weapon That Makes AI Agents 50% Faster

    What if you could get all the benefits of multi-agent AI systems—at half the cost and twice the speed?In this episode, we explore a powerful new paradigm for building AI agents: replacing expensive multi-agent coordination with single agents equipped with skill libraries. The results are striking—54% fewer tokens, 50% lower latency, and accuracy that matches or beats traditional approaches. But this research goes further, uncovering a fascinating connection between AI decision-making and human cognition. As skill libraries grow, LLMs exhibit the same capacity limits that constrain our own minds—and the solutions mirror how humans have always managed complexity.Inspired by the work of Xiaoxiao Li (University of British Columbia, Vector Institute, CIFAR AI Chair), this episode was created using Google's NotebookLM.Read the original paper here: https://arxiv.org/abs/2601.04748

  15. 62

    AI Memory Crisis: The Answer Was in Biology All Along

    Why do AI systems still struggle to remember and generalize like humans do?In this episode, we dive into one of AI's most pressing challenges: memory. While tech giants race to build longer context windows and external memory systems, researchers at Tsinghua University took a radically different approach—they looked at how biological brains actually form lasting, generalizable memories. Their discovery is striking: a 140-year-old psychology principle called the "spacing effect" works just as powerfully in artificial neural networks as it does in fruit flies and humans. By mimicking how biology spaces out learning and introduces controlled variation, they achieved significant improvements in AI generalization—without adding a single parameter.Inspired by the work of Guanglong Sun, Ning Huang, Hongwei Yan, Liyuan Wang, and colleagues at Tsinghua University, this episode was created using Google's NotebookLM.Read the original paper here: https://www.biorxiv.org/content/10.64898/2025.12.18.695340v1.full

  16. 61

    The CFA Exam is Solved: AI Scores 97%

    What if artificial intelligence could outperform seasoned financial analysts on the world’s toughest investment exams? In this episode, we dive into the stunning turnaround of "reasoning models"—like GPT-5 and Gemini 3.0 Pro—which have moved from failing the Chartered Financial Analyst (CFA) exams to achieving near-perfect scores. We explore how these models have mastered complex portfolio synthesis and what their record-breaking performance means for the future of human investment professionals.Inspired by the work of Jaisal Patel, Yunzhe Chen, and colleagues, this episode was created using Google’s NotebookLM. Read the original paper here: https://arxiv.org/pdf/2512.08270v1

  17. 60

    Can We Teach AI to Confess Its Sins?

    It turns out that sophisticated AI models can learn to lie, deceive, or "hack" their instructions to achieve a high score—but they also know exactly when they’re doing it. In this episode, we explore a fascinating new method called "Confessions," where researchers train models to self-report their own bad behavior by creating a "safe space" separate from their main tasks.Inspired by the work of Manas Joglekar, Jeremy Chen, Gabriel Wu, and their colleagues, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/abs/2511.06626

  18. 59

    When AI Agents Gossip: The Secret Language of Economic Stability

    What if the health of our economy depends less on tax rates and more on what people are saying to each other? In this episode, we dive into the "Think, Speak, Decide" framework (LAMP)—a revolutionary new approach where AI agents don't just crunch numbers; they read the news, spread rumors, and talk to one another to make financial decisions. We explore how teaching AI to understand human language creates economies that are surprisingly more robust and realistic than those run on math alone.Inspired by the work of Heyang Ma, Qirui Mi, and colleagues, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/pdf/2511.12876

  19. 58

    The Manager in the Machine: Introducing Agentic Organization

    What if an AI didn't just think in a straight line, but actually managed a team of internal agents to solve your problems? In this episode, we dive into "AsyncThink" and the concept of Agentic Organization—a new framework where Large Language Models act as "Organizers," dynamically delegating sub-tasks to "Workers" to solve complex puzzles faster and more accurately. It is not just about thinking harder; it is about thinking together.Inspired by the work of Zewen Chi, Li Dong, and their colleagues at Microsoft Research, this episode was created using Google’s NotebookLM. Read the original paper here: https://arxiv.org/abs/2510.26658

  20. 57

    The End of the Cloud? The Rise of Local AI

    What if 88% of your AI queries didn't need a massive data center, but could run directly on your laptop? In this episode, we dive into "Intelligence per Watt"—a new metric redefining how we measure AI efficiency. We explore how smaller, local models are rapidly catching up to frontier giants, potentially saving billions in energy costs and democratizing access to intelligence.Inspired by the work of Jon Saad-Falcon, Avanika Narayan, and their team at Stanford and Together AI, this episode was created using Google’s NotebookLM.Read the original paper here: https://arxiv.org/abs/2511.07885v1

  21. 56

    When AI Learns From Its Own Context — Self-Improving Language Models

    We're all trying to find the perfect "prompt," but what happens when our instructions to an AI get too complex? New research shows they can suddenly fail or "collapse," losing all their knowledge. In this episode, we explore "Agentic Context Engineering," a new framework that avoids this. Instead of a static prompt, it builds an "evolving playbook" that allows the AI to learn from every single task, failure, and success.Inspired by the work of Qizheng Zhang, Changran Hu, and colleagues, this episode was created using Google’s NotebookLM. Read the original paper here: https://arxiv.org/abs/2510.04618

  22. 55

    Will Your Next Prompt Engineer Be an AI?

     What if you could get the performance of a massive, 100-example prompt, but with 13 times fewer tokens?That’s the breakthrough promise of "instruction induction" —teaching an AI to be the prompt engineer.This week, we dive into PROMPT-MII , a new framework that essentially meta-learns how to write compact, high-performance instructions for LLMs. It’s a reinforcement learning approach that could make AI adaptation both cheaper and more effective.This episode explores the original research by Emily Xiao, Yixiao Zeng, Ada Chen, Chin-Jou Li, Amanda Bertsch, and Graham Neubig from Carnegie Mellon University.Read the full paper here for a deeperdive: https://arxiv.org/abs/2510.16932

  23. 54

    The Vision Hack: How a Picture Solved AI's Biggest Memory Problem

    The biggest bottleneck for AIs handling massive documents—the context window—just got a radical fix. DeepSeek AI's DeepSeek-GOCR uses a counterintuitive trick: it turns text into an image to compress it by up to 10 times without losing accuracy. That means your AI can suddenly read the equivalent of 20 million tokens (entire codebases or legal troves) efficiently! This episode dives into the elegant vision-based solution, the power of its Mixture of Experts architecture, and why some experts believe all AI input should become an image.Original Research: DeepSeek-GOCR is a breakthrough by the DeepSeek AI team.Content generated with the help of Google's NotebookLM.Link to the Original Research Paper: https://deepseek.ai/blog/deepseek-ocr-context-compression

  24. 53

    Smarter Agents, Less Budget: Reinforcement Learning with Tree Search

    Training AI agents using Reinforcement Learning (RL) to handle complex, multi-turn tasks is notoriously difficult.Traditional methods face two major hurdles: high computational costs (generating numerous interaction scenarios, or "rollouts," is expensive) and sparse supervision (rewards are only given at the very end of a task, making it hard for the agent to learn which specific steps were useful).In this episode, we explore "Tree Search for LLM Agent Reinforcement Learning," by researchers from Xiamen University, AMAP (Alibaba Group), and the Southern University of Science and Technology. They introduce a novel approach called Tree-GRPO (Tree-based Group Relative Policy Optimization) that fundamentally changes how agents explore possibilities.Tree-GRPO replaces inefficient "chain-based" sampling with a tree-search strategy. By allowing different trajectories to share common prefixes (the initial steps of an interaction), the method significantly increases the number of scenarios explored within the same budget. Crucially, the tree structure allows the system to derive step-by-step "process supervision signals," even when only the final outcome reward is available. The results demonstrate superior performance over traditional methods, with some models achieving better results using only a quarter of the training budget.📄 Paper: Tree Search for LLM Agent Reinforcement Learning https://arxiv.org/abs/2509.21240

  25. 52

    Beyond the AI Agent Builders Hype

    Everyone's talking about AI agents that can automate complex tasks. But what happens when a cool demo meets the real world? We dive into hard-won, and often surprising, lessons from builders on the front lines. Discover why your first strategic choice isn't about a tool, but an entire ecosystem; why more agents can actually make things worse; and why the most critical skill is shifting from "prompt engineering" to "context engineering." This episode cuts through the noise to reveal what it really takes to build reliable AI agents that deliver value.

  26. 51

    AI That Quietly Helps: Overhearing Agents

    In this IA Odyssey episode, we unpack “overhearing agents”—AI systems that listen to human activity (audio, text, or video) and step in only when help is useful, like surfacing a diagram during a class discussion, prepping trail options while a family plans a hike, or pulling case notes in a medical consult.While conversational AI (like chatbots) requires direct user engagement, overhearing agents continuously monitor ambient activities, such as human-to-human conversations, and intervene only to provide contextual assistance without interruption. Examples include silently providing data during a medical consultation or scheduling meetings as colleagues discuss availability.The paper introduces a clear taxonomy for how these agents activate: always-on, user-initiated, post-hoc analysis, or rule-based triggers. This framework helps developers think about when and how an AI should “step in” without becoming intrusive.Original paper: https://arxiv.org/pdf/2509.16325Credits: Episode notes synthesized with Google’s NotebookLM to analyze and summarize the paper; all insights credit the original authors.

  27. 50

    Beyond Single Agents: The Future of Multi-Agent LLMs

    Can large language models achieve more when they collaborate instead of working alone? In this episode, we dive into “LLM Multi-Agent Systems: Challenges and Open Problems” by Shanshan Han, Qifan Zhang, Yuhang Yao, Weizhao Jin, and Zhaozhuo Xu.We explore how multi-agent systems—where AI agents specialize, debate, and share knowledge—can tackle complex problems beyond the reach of a single model. The paper highlights open challenges such as:• Optimizing task allocation across diverse agents• Enhancing reasoning through debates and iterative loops• Managing layered context and memory across multiple agents• Ensuring security, privacy, and coordination in shared memory systemsWe also discuss how these systems could reshape blockchain applications, from fraud detection to smarter contract negotiation.This episode was generated with the help of Google’s NotebookLM.Read the full paper here: https://arxiv.org/abs/2402.03578

  28. 49

    AI's Guessing Game

    Ever wondered why AI chatbots sometimes state things with complete confidence, only for you to find out it's completely wrong? This phenomenon, known as "hallucination," is a major roadblock to trusting AI. A recent paper from OpenAI explores why this happens, and the answer is surprisingly simple: we're training them to be good test-takers rather than honest partners.This description is based on the paper "Why Language Models Hallucinate" by authors Adam Tauman Kalai, Ofir Nachum, Santosh S. Vempala, and Edwin Zhang. Content was generated using Google's NotebookLM.Link to the original paper: https://openai.com/research/why-language-models-hallucinate

  29. 48

    From Search Buddy to Personal Agent

    Ever feel like your AI assistants don't really get you? We're diving into how AI is moving beyond generic answers to offer truly personalized experiences. This episode explores the journey from Retrieval-Augmented Generation (RAG), a fancy term for AIs that look things up before they speak, to sophisticated AI Agents that can understand your unique needs, plan tasks, and act on your behalf. It's the next step in making AI a genuine partner in our digital lives.This description was generated using Google's NotebookLM, based on the work of Xiaopeng Li, Pengyue Jia, and their co-authors.Read the original paper here:https://arxiv.org/abs/2504.10147

  30. 47

    Smarter LLM Routing: Balancing Cost and Performance

    How can we get the best out of large language models without breaking the budget? This episode dives into Adaptive LLM Routing under Budget Constraints by Pranoy Panda, Raghav Magazine, Chaitanya Devaguptapu, Sho Takemori, and Vishal Sharma. The authors reimagine the problem of choosing the right LLM for each query as a contextual bandit task, learning from user feedback rather than costly full supervision. Their new method, PILOT, combines human preference data with online learning to route queries efficiently—achieving up to 93% of GPT-4’s performance at just 25% of its cost.We also look at their budget-aware strategy, modeled as a multi-choice knapsack problem, that ensures smarter allocation of expensive queries to stronger models while keeping overall costs low.Original paper: https://arxiv.org/abs/2508.21141This podcast description was generated with the help of Google’s NotebookLM.

  31. 46

    Nano Banana & the Future of Visual Creativity

    Google’s latest breakthrough, Gemini 2.5 Flash Image—nicknamed “Nano Banana”—is reshaping what’s possible in digital art and beyond. From keeping characters consistent across scenes to natural-language editing and even blending multiple images, this model is lowering the barrier to creation like never before. Imagine building entire fantasy worlds or accelerating scientific research without the traditional costs and time sinks.But with this power comes profound questions: How do we handle the risks of fakes, hallucinations, and lost trust in what we see? What happens to human artists when machines can produce in seconds what once took weeks?In this episode of IA Odyssey, we dive into the promises and perils of Gemini 2.5 Flash Image, exploring how it may democratize creativity, shift the role of artists, and force us all to rethink authenticity in the age of AI.Original content generated with the help of Google’s NotebookLM.

  32. 45

    From Agents to Teammates: Building Cohesive AI Squads

    Meet the Aime framework—ByteDance’s fresh take on multi-agent systems that lets AI teammates think on their feet instead of following brittle, pre-planned scripts. A dynamic planner keeps adjusting the big picture, an Actor Factory spins up just-right specialist agents on demand, and a shared progress board keeps everyone in sync. In tests ranging from general reasoning (GAIA) to software bug-fixing (SWE-Bench) and live web navigation (WebVoyager), Aime consistently out-performed hand-tuned rivals—showing that flexible, reactive collaboration beats static role-play every time.This episode of IA Odyssey unpacks how Yexuan Shi and colleagues replace rigid “plan-and-execute” pipelines with fluid teamwork, why it matters for real-world tasks, and where adaptive agent swarms might head next. Source paper: https://arxiv.org/abs/2507.11988Content generated with help from Google’s NotebookLM.

  33. 44

    When Machines Self-Improve: Inside the Self-Challenging AI

    In this episode of IA Odyssey, we explore a bold new approach in training intelligent AI agents: letting them invent their own problems.We dive into “Self-Challenging Language Model Agents” by Yifei Zhou, Sergey Levine (UC Berkeley), Jason Weston, Xian Li, and Sainbayar Sukhbaatar (FAIR at Meta), which introduces a powerful framework called Self-Challenging Agents (SCA). Rather than relying on human-labeled tasks, this method enables AI agents to generate their own training tasks, assess their quality using executable code, and learn through reinforcement learning — all without external supervision.Using the novel Code-as-Task format, agents first act as "challengers," designing high-quality, verifiable tasks, and then switch roles to "executors" to solve them. This process led to up to 2× performance improvements in multi-tool environments like web browsing, retail, and flight booking.It’s a glimpse into a future where LLMs teach themselves to reason, plan, and act — autonomously.Original research: https://arxiv.org/pdf/2506.01716Generated with the help of Google’s NotebookLM.

  34. 43

    Beyond Code: Navigating the AI Software Revolution with Andrej Karpathy

    We're witnessing one of the most profound shifts in the history of software—a rapid evolution from traditional coding (Software 1.0) to neural networks (Software 2.0) and now, the dawn of Software 3.0: large language models (LLMs) programmable with simple English. Inspired by insights from Andrej Karpathy, former AI Director at Tesla, we explore how this paradigm shift reshapes the very concept of programming and its profound implications for everyone engaging with technology.From the "Iron Man" analogy, where AI augments human capabilities rather than replacing them, to the fascinating vision of LLMs as new operating systems, this episode dives deep into the practical challenges and enormous opportunities ahead. We discuss Karpathy’s real-world perspective versus the consultant-driven hype, emphasizing that the path forward lies in human-AI collaboration rather than immediate full automation.Generated using Google's NotebookLM.Inspired by Andrej Karpathy’s insights: https://youtu.be/LCEmiRjPEtQ?si=NulC7m-qN8FVvBhQ

  35. 42

    Unlocking the Secrets: How Much Do Language Models Memorize?

    Ever wondered how much information your favorite AI language models, like GPT, actually retain from their training data? In this episode of AI Odyssey, we delve into groundbreaking research by John X. Morris, Chawin Sitawarin, Chuan Guo, Narine Kokhlikyan, G. Edward Suh, Alexander M. Rush, Kamalika Chaudhuri, and Saeed Mahloujifar. The authors introduce a new method for quantifying memorization in AI, distinguishing between unintended memorization (dataset-specific information) and generalization (knowledge of underlying data patterns). With findings revealing that models like GPT have a surprising capacity of about 3.6 bits per parameter, this study explores how memorization plateaus and eventually gives way to true understanding, a phenomenon known as "grokking."Created using Google's NotebookLM, this episode demystifies how language models balance memorization and generalization, offering fresh insights into model training and privacy implications.Dive deeper into the full paper here: https://www.arxiv.org/abs/2505.24832

  36. 41

    Simulating UX with AI: Introducing UXAgent

    What if you could simulate a full-scale usability test—before involving a single human user? In this episode, we explore UXAgent, a groundbreaking system developed by researchers from Northeastern University, Amazon, and the University of Notre Dame. This tool leverages Large Language Models (LLMs) to create persona-driven agents that simulate real user interactions on web interfaces.UXAgent's innovative architecture mimics both fast, intuitive decisions and deeper, reflective reasoning—bringing realistic and diverse user behavior into early-stage UX testing. The system enables rapid iteration of study designs, helps identify potential flaws, and even allows interviews with simulated users.This episode is powered by insights generated using Google’s NotebookLM. Special thanks to the authors Yuxuan Lu, Bingsheng Yao, Hansu Gu, Jing Huang, Zheshen Wang, Yang Li, Jiri Gesi, Qi He, Toby Jia-Jun Li, and Dakuo Wang.🔗 Read the full paper here: https://arxiv.org/abs/2504.09407

  37. 40

    AI Agents Are Old News—Meet the Rise of Agentic AI

    What if your AI didn't just follow instructions… but coordinated a whole team to solve complex problems on its own?In this episode, we dive into the fascinating shift from traditional AI Agents to a bold new paradigm: Agentic AI. Based on the eye-opening paper “AI Agents vs. Agentic AI: A Conceptual Taxonomy, Applications and Challenges”, we unpack why single-task bots like AutoGPT are already being outpaced by swarms of intelligent agents that collaborate, strategize, and adapt—almost like digital organizations.Discover how these systems are transforming research, medicine, robotics, and cybersecurity, and why Google’s new A2A protocol could be a game-changer. From hallucination traps to multi-agent breakthroughs, this is the frontier of AI you haven’t heard enough about.Synthesized with help from Google’s NotebookLM.Full paper here 👇https://arxiv.org/abs/2505.10468

  38. 39

    The Illusion of Thinking: When More Reasoning Doesn’t Mean Better Reasoning

    In this episode, we explore “The Illusion of Thinking”, a thought-provoking study from Apple researchers that dives into the true capabilities—and surprising limits—of Large Reasoning Models (LRMs). Despite being designed to "think harder," these advanced AI models often fall short when problem complexity increases, failing to generalize reasoning and even reducing effort just when it’s most needed.Using controlled puzzle environments, the authors reveal a curious three-phase behavior: standard language models outperform LRMs on simple tasks, LRMs shine on moderately complex ones, but both collapse entirely under high complexity. Even with access to explicit algorithms, LRMs struggle to follow logical steps consistently.This paper challenges our assumptions about AI reasoning and suggests we're still far from building models that trulythink. Generated using Google’s NotebookLM.🎧 Listen in and learn why scaling up “thinking” might not be the answer we thought it was.🔗 Read the full paper: https://ml-site.cdn-apple.com/papers/the-illusion-of-thinking.pdf📚 Authors: Parshin Shojaee, Iman Mirzadeh, Keivan Alizadeh, Maxwell Horton, Samy Bengio, Mehrdad Farajtabar (Apple)

  39. 38

    Smarter Prompts, Faster Results: The Power of Local Prompt Optimization

    Prompting AI just got smarter. In this episode, we dive into Local Prompt Optimization (LPO) — a breakthrough approach that turbocharges prompt engineering by focusing edits on just the right words. Developed by Yash Jain and Vishal Chowdhary from Microsoft, LPO refines prompts with surgical precision, dramatically improving accuracy and speed across reasoning benchmarks like GSM8k, MultiArith, and BIG-bench Hard.Forget rewriting entire prompts. LPO reduces the optimization space, speeding up convergence and enhancing performance — even in complex production environments. We explore how this technique integrates seamlessly into existing prompt optimization methods like APE, APO, and PE2, and how it delivers faster, smarter, and more controllable AI outputs.This episode was generated using insights synthesized in Google’s NotebookLM.Read the full paper here: https://arxiv.org/abs/2504.20355

  40. 37

    Back to Basics: Understanding AI, From Buzzwords to Reality

    AI is everywhere—but what is it, really? In this episode, we cut through the noise to explore the fundamentals of artificial intelligence, from narrow AI and reactive systems to generative models, AI agents, and the emerging frontier of agentic AI. Using insights from expert sources, articles, and research papers, we break down key concepts in simple, accessible terms.You'll learn how tools like ChatGPT work under the hood, why generative AI felt like such a leap, and what it actually means for an AI to be an agent—or part of a multi-agent system. We explore the real capabilities and limits of today’s AI, as well as the ethical and societal questions shaping its future.

  41. 36

    From Nothing to Genius: How AI Learns Without Data

    What if an AI could become smarter without being taught anything? In this episode, we dive into Absolute Zero, a groundbreaking framework where an AI model trains itself to reason—without any curated data, labeled examples, or human guidance. Developed by researchers from Tsinghua, BIGAI, and Penn State, this radical approach replaces traditional training with a bold form of self-play, where the model invents its own tasks and learns by solving them.The result? Absolute Zero Reasoner (AZR) surpasses existing models that depend on tens of thousands of human-labeled examples, achieving state-of-the-art performance in math and code reasoning tasks. This paper doesn’t just raise the bar—it tears it down and rebuilds it.Get ready to explore a future where models don’t just answer questions—they ask them too.Original research by Andrew Zhao, Yiran Wu, Yang Yue, and colleagues. Content powered by Google’s NotebookLM.Read the full paper: https://arxiv.org/abs/2505.03335

  42. 35

    Unifying the AI Agent Internet: How Protocols Can Unlock Collective Intelligence

    What if AI agents could collaborate as seamlessly as devices do over the Internet? In this episode, we dive into "A Survey of AI Agent Protocols" by Yingxuan Yang and colleagues from Shanghai Jiao Tong University, a landmark paper that tackles the missing piece in today’s intelligent agent landscape: standardized communication protocols. As large language model (LLM) agents spread across industries—from customer service to healthcare—they still operate in silos, struggling to integrate with tools or with one another. This paper proposes a two-dimensional classification of agent protocols and explores a future where agents form coalitions, speak common languages, and evolve into a decentralized, intelligent network. Expect insights on leading protocols like MCP, A2A, and ANP, a vision for “Agent Internets,” and a compelling case for why protocol design may shape the next era of AI collaboration.This podcast was generated using insights from the original paper and synthesized via Google’s NotebookLM.🔗 Read the full paper: https://arxiv.org/abs/2504.16736

  43. 34

    AI Meets Art: The Creative Revolution Unfolding

    What happens when generative AI collides with human creativity? In this episode, we dive into the extraordinary transformation sweeping across visual arts, music, film, and writing—powered by tools like DALL·E, Midjourney, Suno, and ChatGPT. From text-to-image magic and AI-composed music to VFX breakthroughs and story co-writing, we explore how these innovations are democratizing access, supercharging workflows, and sparking heated debates over ethics, copyright, and what it means to be an artist. Drawing on a wide range of sources—made accessible with help from Google’s NotebookLM—we unpack how individuals and industries are adapting, and what the future of artistic expression might look like.

  44. 33

    How Real Companies Are Winning with AI

    In this episode of IA Odyssey, we go beyond the AI hype and into the trenches with real-world business stories from OpenAI’s “AI in the Enterprise” guide. From Morgan Stanley's precision evals to Klarna's rapid-fire customer service, and BBVA’s bottom-up innovation strategy, we explore seven powerful lessons that show how companies are embedding AI into their workflows—not just for efficiency, but for transformation. You’ll hear how organizations are improving personalization, accelerating operations, and unlocking their teams’ potential.Whether you're curious, cautious, or already deploying AI, this deep dive offers insights you can actually use. Content generated with help from Google’s NotebookLM. Original article and full guide here:Sources:🔗 http://cdn.openai.com/business-guides-and-resources/ai-in-the-enterprise.pdf🔗 http://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf🔗 http://cdn.openai.com/business-guides-and-resources/identifying-and-scaling-ai-use-cases.pdf

  45. 32

    How Netflix Knows What You’ll Watch Before You Do

    In this episode, we unpack how Netflix is using cutting-edge AI—similar to the tech behind ChatGPT—to power hyper-personalized recommendations. Discover how their new foundation model moves beyond traditional algorithms, blending massive data with NLP-inspired strategies like interaction tokenization and multi-token prediction. We also explore how this personalization revolution is reshaping customer expectations across industries, drawing on insights from marketing leaders like Qualtrics, Epsilon France, and Doozy Publicity. But with great AI power comes big questions: What about privacy, ethics, and the joy of unexpected discovery?Based on original sources and developed with the help of Google’s NotebookLM.🎧 Main source available here: https://netflixtechblog.com/foundation-model-for-personalized-recommendation-1a0bd8e02d39

  46. 31

    The AI That Remembers: How Memory Is Powering the Next Leap in Intelligence

    What happens when AI stops forgetting? In this episode of IA Odyssey, we dive deep into OpenAI's rollout of memory in ChatGPT—and why it’s so much more than a feature toggle. From personalized ad agents to AI doctors learning on the job, we explore how memory transforms artificial intelligence into agentic AI: systems that adapt, personalize, and evolve. Drawing from cutting-edge research like KARMA, MeAgent Zero, and cognitive architecture frameworks, we unpack how memory lets AI learn from experience, get more accurate, and even form something close to relationships.

  47. 30

    Why AI Teams Fall Apart: Cracking the Code of Multi-Agent Failures

    What happens when you put multiple AI agents together to solve a task? You might expect teamwork—but more often, you get chaos. In this episode of IA Odyssey, we dive into a groundbreaking study from UC Berkeley and Intesa Sanpaolo that reveals why multi-agent systems built on large language models are failing—spectacularly.The researchers examined over 150 real MAS conversations and uncovered 14 unique ways these systems break down—whether it’s agents ignoring each other, forgetting their roles, or ending tasks too early. They created MASFT, the first taxonomy to map these failures, and tested whether better prompts or smarter coordination could fix things. The result? A wake-up call for anyone building AI teams.If you've ever wondered why your squad of AIs can't seem to get along, this episode is for you.This episode was generated using Google's NotebookLM.Full paper here: https://arxiv.org/pdf/2503.13657

  48. 29

    How DeepSeek Is Beating OpenAI at Their Own Game—On a Budget

    In this episode of IA Odyssey, we unpack how DeepSeek's open-source models are shaking up the AI world—matching GPT-level performance at a fraction of the cost. Drawing on insights from the research paper by Chengen Wang (University of Texas at Dallas) and Murat Kantarcioglu (Virginia Tech), we explore DeepSeek's secret sauce: memory-efficient Multi-Head Latent Attention, an evolved Mixture of Experts architecture, and reinforcement learning without supervised data. Oh, and did we mention they trained this monster on a $ave-the-GPU budget?From hardware-aware model design to the surprisingly powerful GRPO algorithm, this episode decodes the magic that’s making DeepSeek-V3 and R1 the open-source giants to watch. Whether you're an AI enthusiast or just want to know who's giving OpenAI and Anthropic sleepless nights, you don’t want to miss this.Crafted with help from Google's NotebookLM.Read the full paper here: https://arxiv.org/abs/2503.11486

  49. 28

    The Rise of AI Agents: Could They Transform the Future of Work?

    AI agents are revolutionizing automation—but not in the way you might think. These intelligent systems don’t just follow commands; they learn, adapt, and make decisions, reshaping industries from finance to healthcare. In this episode, we break down what makes AI agents different from traditional software, explore their growing role in our work, and dive into the game-changing potential of multi-agent systems. Are we witnessing the dawn of a new AI-powered workforce? Tune in to find out!

  50. 27

    AI vs. Wall Street – The Rise of Multi-Agent Trading

    How can AI revolutionize financial trading? The TradingAgents framework introduces a multi-agent system where AI-powered analysts, researchers, and traders collaborate to make more informed investment decisions. Inspired by real-world trading firms, this innovative approach leverages specialized agents—fundamental analysts, sentiment analysts, technical analysts, and traders with diverse risk profiles—to optimize trading strategies.Unlike traditional models, TradingAgents enhances explainability, risk management, and market adaptability through agentic debates and structured decision-making. Extensive backtesting reveals significant performance improvements over standard trading strategies.Discover the future of AI-driven finance and explore the full research paper here: https://arxiv.org/abs/2412.20138.

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

AI Odyssey is your journey through the vast and evolving world of artificial intelligence. Powered by AI, this podcast breaks down both the foundational concepts and the cutting-edge developments in the field. Whether you're just starting to explore the role of AI in our world or you're a seasoned expert looking for deeper insights, AI Odyssey offers something for everyone. From AI ethics to machine learning intricacies, each episode is crafted to inspire curiosity and spark discussion on how artificial intelligence is shaping our future.

HOSTED BY

Anlie Arnaudy, Daniel Herbera and Guillaume Fournier

CATEGORIES

URL copied to clipboard!