PodcastsTecnologiaGenAI Level UP

GenAI Level UP

GenAI Level UP
GenAI Level UP
Último episódio

44 episódios

  • GenAI Level UP

    Master the New Physics of AI with Context Graphs & GraphRAG

    01/02/2026 | 17min
    Stop trying to find the "magic words" to hack your LLM. The era of the Prompt Engineer—tweaking adjectives and hoping for the best—is officially over. We are entering the age of the Context Engineer, a discipline not about "cooking the meal," but about "stocking the pantry" with architected, structured intelligence.
    In this episode of GenAI Level UP, we dismantle the outdated notion of linear prompting and reveal the geometric reality of how Large Language Models actually reason. You will discover why "Context Graphs" are displacing static Knowledge Graphs, how to lower the "energy barrier" for complex AI reasoning, and exactly which architectures—from Graph-R1 to LogicRAG—are rewriting the rules of retrieval.
    If you are building AI agents or enterprise systems, this is your blueprint for moving from hallucination-prone chatbots to reasoning engines that deliver verifiable truth.
    In this episode, you’ll discover:
    (01:15) The "Culinary" Shift: Why we are moving from the chef (prompting) to the pantry (context engineering) and why this architectural change is non-negotiable for future AI development.

    (03:55) The Physics of In-Context Learning: We unpack the groundbreaking "Energy Minimization Model." Learn how structuring data as graphs literally lowers the cognitive friction for LLMs, allowing them to "see" relationships rather than guess them.

    (07:20) Warehouse vs. Workspace: The critical distinction between a static Knowledge Graph (the Source of Truth) and a dynamic Context Graph (the Source of Relevance)—and why your agent needs the latter to function.

    (10:45) The GraphRAG Ecosystem: A deep dive into the three new titans of retrieval:
    The Explorer (Graph-R1): Using reinforcement learning to navigate hypergraphs.

    The Planner (LogicRAG): "Just-in-Time" graph construction that prunes context to keep signal-to-noise ratios high.

    The Sprinter (SubGraphRAG): How simple MLPs can score relevance faster than heavy transformers.

    (15:30) The "Compliance Gate" & Medical AI: Real-world case studies in Law and Medicine where "Context Engineering" acts as a semantic decoder, turning raw ECG signals into language and complex regulations into binary logic.

    (19:15) The Future is the LCM: Why the "Large Context Model" will soon turn context from a temporary buffer into a persistent "Digital Hippocampus."

    Join us to level up your understanding of the structural elegance that will define the next generation of AI.
  • GenAI Level UP

    Context Graph

    25/01/2026 | 19min
    Stop feeding your AI static facts in a dynamic world.
    Most RAG systems and Knowledge Graphs rely on a fundamental unit called the "Triple" (Subject, Verb, Object). It’s efficient, but it’s brittle. It tells you Steve Jobs is the Chairman of Apple, but fails to tell you when. It tells you where a diplomat works, but assumes that’s where they hold citizenship. This lack of nuance is the root cause of "False Reasoning"—the logic traps that cause models to hallucinate confidently.
    In this episode, we deconstruct the breakthrough paper "Context Graph" to reveal a paradigm shift in how we structure AI memory. We explain why moving from "Triples" to "Quadruples" (adding Context) allows LLMs to stop guessing and start analyzing.
    We break down the CGR3 Methodology (Context Graph Reasoning)—a three-step process that bridges the gap between structured databases and messy reality, yielding a verified 20% jump in accuracy over standard prompting. If you are building agents that need to distinguish between truth and outdated data, this is the architectural upgrade you’ve been waiting for.
    In this episode, you’ll discover:
    (00:00) The "Pasta" Problem: Why an AI can know a restaurant’s star rating but still ruin your quiet business meeting (the failure of context-blind data).
    (02:06) The Tyranny of the Triple: Why the industry standard for Knowledge Graphs (Subject-Relation-Object) creates "False Reasoning" loops.
    (05:05) The Logic Trap: How over-simplified database rules confuse diplomatic service with citizenship—and how to fix it.
    (06:15) Enter the Quadruple: Moving from Knowledge Graphs to Context Graphs by adding the fourth critical dimension: Time, Location, and Provenance.
    (08:25) The CGR3 Framework: A deep dive into the 3-step engine: Context-Aware Retrieval, Temporal Ranking, and the Reasoning Loop.
    (11:30) The 20% Leap: analyzing the benchmark data that shows how Context Graphs beat standard ChatGPT prompting (78% vs 57% accuracy).
    (12:15) Solving the "Long Tail": How this method helps AI hallucinate less on obscure facts by "reading the fine print" rather than memorizing headers.
  • GenAI Level UP

    Nested Learning: The Illusion of Deep Learning Architectures

    14/11/2025 | 13min
    Why do today's most powerful Large Language Models feel... frozen in time? Despite their vast knowledge, they suffer from a fundamental flaw: a form of digital amnesia that prevents them from truly learning after deployment. We’ve hit a wall where simply stacking more layers isn't the answer.
    This episode unpacks a radical new paradigm from Google Research called "Nested Learning," which argues that the path forward isn't architectural depth, but temporal depth.
    Inspired by the human brain's multi-speed memory consolidation, Nested Learning reframes an AI model not as a simple stack, but as an integrated system of learning modules, each operating on its own clock. It's a design principle that could finally allow models to continually self-improve without the catastrophic forgetting that plagues current systems.
    This isn't just theory. We explore how this approach recasts everything from optimizers to attention mechanisms as nested memory systems and dive into HOPE, a new architecture built on these principles that's already outperforming Transformers. Stop thinking in layers. Start thinking in levels. This is how we build AI that never stops learning.
    In this episode, you will discover:
    (00:13) The Core Problem: Why LLMs Suffer from "Anterograde Amnesia"

    (02:53) The Brain's Blueprint: How Multi-Speed Memory Consolidation Solves Forgetting

    (03:49) A New Paradigm: Deconstructing Nested Learning and Associative Memory

    (04:54) Your Optimizer is a Memory Module: Rethinking the Fundamentals of Training

    (08:00) The "Artificial Sleep Cycle": How Exclusive Gradient Flow Protects Knowledge

    (08:30) From Theory to Reality: The HOPE & Continuum Memory System (CMS) Architecture

    (10:12) The Next Frontier: Moving from Architectural Depth to True Temporal Depth
  • GenAI Level UP

    Memento: Fine-tuning LLM Agents without Fine-tuning LLMs

    01/11/2025 | 18min
    What if you could build AI agents that get smarter with every task, learning from successes and failures in real-time—without the astronomical cost and complexity of constant fine-tuning? This isn't a distant dream; it's a new paradigm that could fundamentally change how we develop intelligent systems.
    The current approach to AI adaptation is broken. We're trapped between rigid, hard-coded agents that can't evolve and flexible models that demand cripplingly expensive retraining. In this episode, we dissect "Memento," a groundbreaking research paper that offers a third, far more elegant path forward. Inspired by human memory, Memento equips LLM agents with an episodic "Case Bank," allowing them to learn from experience just like we do.
    This isn't just theory. We explore the stunning results where this method achieves top-1 performance on the formidable GAIA benchmark and nearly doubles the effectiveness of standard approaches on complex research tasks. Forget brute-force parameter updates; this is about building AI with wisdom.
    Press play to discover the blueprint for the next generation of truly adaptive AI.
    In this episode, you will level up on:
    (02:15) The Core Dilemma: Why the current methods for creating adaptable AI agents are fundamentally unsustainable and what problem Memento was built to solve.

    (05:40) A New Vision for AI Learning: Unpacking the Memento paradigm—a revolutionary, low-cost approach that lets agents learn continually without altering the base LLM.

    (09:05) The Genius of Case-Based Reasoning: A simple explanation of how Memento's "Case Bank" works, allowing an AI to recall past experiences to make smarter decisions today.

    (14:20) The Proof Is in the Performance: A look at the state-of-the-art results on benchmarks like GAIA and DeepResearcher that validate this memory-based approach.

    (18:30) The "Less Is More" Memory Principle: A counterintuitive discovery on why a small, curated set of high-quality memories outperforms a massive one.

    (21:10) Your Blueprint for Building Smarter Agents: The key architectural takeaways and why this memory-centric model offers a scalable, efficient path for creating truly generalist AI.
  • GenAI Level UP

    MemGPT: Towards LLMs as Operating Systems

    01/11/2025 | 18min
    Have you ever felt the frustration of an LLM losing the plot mid-conversation, its brilliant insights vanishing like a dream? This "goldfish memory"—the limited context window—is the Achilles' heel of modern AI, a fundamental barrier we've been told can only be solved with brute-force computation and astronomically expensive, larger models.
    But what if that's the wrong way to think?
    This episode dives into MemGPT, a revolutionary paper that proposes a radically different, "insanely great" solution. Instead of just making memory bigger, we make it smarter by borrowing a decades-old, brilliant concept from classic computer science: the operating system. We explore how treating an LLM not just as a text generator, but as its own OS—complete with virtual memory, a memory hierarchy, and interrupt-driven controls—gives it the illusion of infinite context.
    This isn't just an incremental improvement; it's a paradigm shift. It's the key to building agents that remember, evolve, and reason over vast oceans of information without ever losing the thread. Stop accepting the limits of today's models and level up your understanding of AI's architectural future.
    In this episode, you'll discover:
    (00:22) The Achilles' Heel: Why simply expanding context windows is a costly and inefficient dead end.

    (02:22) The OS-Inspired Breakthrough: Unpacking the genius of applying virtual memory concepts to AI.

    (04:06) Inside the Virtual RAM: How MemGPT intelligently structures its "mind" with a read-only core, a self-editing scratchpad, and a rolling conversation queue.

    (05:05) The "Self-Editing" Brain: Witness the LLM autonomously updating its own knowledge, like changing a "boyfriend" to an "ex-boyfriend" in real-time.

    (08:40) The LLM as Manager: How "memory pressure" alerts and an OS-like control flow turn the LLM from a passive tool into an active memory manager.

    (10:14) The Stunning Results: The proof is in the data—how MemGPT skyrockets long-term recall accuracy from a dismal 32% to a staggering 92.5%.

    (13:12) Cracking Multi-Hop Reasoning: Learn how MemGPT solves complex, nested problems where standard models completely fail, hitting 0% accuracy.

    (15:51) The Future Unlocked: A glimpse into the next generation of proactive, autonomous AI agents that don't just respond, but think, plan, and act.

Mais podcasts de Tecnologia

Sobre GenAI Level UP

[AI Generated Podcast] Learn and Level up your Gen AI expertise from AI. Everyone can listen and learn AI any time, any where. Whether you're just starting or looking to dive deep, this series covers everything from Level 1 to 10 – from foundational concepts like neural networks to advanced topics like multimodal models and ethical AI. Each level is packed with expert insights, actionable takeaways, and engaging discussions that make learning AI accessible and inspiring. 🔊 Stay tuned as we launch this transformative learning adventure – one podcast at a time. Let’s level up together! 💡✨
Sítio Web de podcast

Ouve GenAI Level UP, Waveform: The MKBHD Podcast e muitos outros podcasts de todo o mundo com a aplicação radio.pt

Obtenha a aplicação gratuita radio.pt

  • Guardar rádios e podcasts favoritos
  • Transmissão via Wi-Fi ou Bluetooth
  • Carplay & Android Audo compatìvel
  • E ainda mais funções
Informação legal
Aplicações
Social
v8.7.2 | © 2007-2026 radio.de GmbH
Generated: 3/10/2026 - 2:28:34 AM