Build Wiz AI

Build Wiz AI Show

Build Wiz AI Show is your go-to podcast for transforming the latest and most interesting papers, articles, and blogs about AI into an easy-to-digest audio format. Using NotebookLM, we break down complex ideas into engaging discussions, making AI knowledge more accessible. Have a resource you’d love to hear in podcast form? Send us the link, and we might feature it in an upcoming episode! 🚀🎙️

Author

Build Wiz AI

Category

Technology

Podcast website

buildwizai.com

Latest episode

Jun 11, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

The Blueprint for Engineering reliable AI Agents 17.02.2026

Are AI agents really the next "smartphone app" revolution, or is the lack of specialized development tools holding them back?, This episode explores why building these autonomous systems requires moving past traditional linear coding into a world of experimental "observability" to ensure they are actually reliable and secure in production. You'll discover the core building...

The complete guide to build skills for AI Agents - from Anthropic 15.02.2026

Stop re-explaining your process in every new chat and start building "Skills," the modular instruction sets that transform Claude into a specialized expert tailored to your unique, repeatable workflows. In this episode, we dive into the "recipe" for success, exploring how to combine your domain knowledge with Model Context Protocol (MCP) to orchestrate complex, multi-step tasks...

Something big is happening 14.02.2026

Remember the quiet weeks before the world changed in 2020? We are currently in that same "this seems overblown" phase with AI, as an intelligence explosion begins where machines are now instrumental in creating their own successors. Join us to discover how AI is shifting from a helpful tool to a substitute for complex cognitive work and why spending just one hour a day experimenting with...

AI Cybersecurity Trends and Defense Strategies for 2026 11.02.2026

Think your business is safe from cyber threats just because you have the latest software? Think again— 2026 is officially the year AI moves from being a simple tool to an autonomous, independent force in the cybersecurity world. In this episode, we dive into how "agentic AI" is reinventing the security operations center and why traditional "scan and patch" models are mathematic...

Agent World Model 11.02.2026

Ever wonder why even the most advanced AI agents struggle to handle complex tasks in the real world? Today, we explore the Agent World Model (AWM) , an open-source pipeline that generates 1,000 diverse, code-driven environments —spanning everything from e-commerce to finance—using SQL databases to provide the stable, consistent training grounds that agents need to master multi-turn tool use. Tune...

Catching AI Sleeper Agent - LLM Backdoors 05.02.2026

Could your trusted AI model be a hidden "sleeper agent" just waiting for a secret command to turn malicious? We explore a new methodology that extracts and reconstructs backdoor triggers by exploiting the surprising fact that these models often strongly memorize their own poisoning data. Tune in to discover how this inference-only scanner can unmask hidden threats across various LLMs wit...

AI 2026: Scaling Laws, China, and the Race for AGI 02.02.2026

Is the global AI landscape shifting toward a "DeepSeek moment" where cheaper, open-weight models from China challenge the dominance of US frontier labs? Join machine learning experts Sebastian Raschka and Nathan Lambert as they dissect the technical breakthroughs of 2025, from the evolving physics of inference-time scaling to the intensifying competition between organizations like OpenAI...

The Hidden Cost of AI: Is Automation Killing Your Skills? 01.02.2026

Is your favorite AI assistant a productivity powerhouse or a "shortcut" that’s secretly stalling your professional growth? We dive into new research revealing that while AI helps you finish tasks, it can simultaneously impair your conceptual understanding and debugging skills by as much as 17%. Join us as we uncover the specific "high-engagement" interaction patterns that allow...

How AI changes software engineering 30.01.2026

This episode explores how Generative AI is shifting software development from simple tool-based experimentation to a holistic transformation of engineering excellence . We discuss strategies for achieving 2x engineering capacity while overcoming critical "value blockers" like the toil paradox and organizational resistance. Finally, we examine the future of development teams , where human...

The creator of Clawd - ship code without reading it. 29.01.2026

In this episode, Peter Steinberger, the creator of Clawbot, discusses his radical transition to an AI-driven workflow where he merges hundreds of commits daily and often ships code he does not read. He introduces the "closing the loop" principle , explaining how automated validation allows him to act as an architect managing multiple parallel AI agents rather than performing manual plumb...

Kimi 2.5 and Data Agent Swarms 28.01.2026

In today’s episode, we explore the evolution of AI from solitary models to data agent swarms , where specialized autonomous agents collaborate like a team of experts to solve complex, multi-faceted problems. We dive into the architecture of frontier models like Moonshot AI’s Kimi 2.5 , which utilizes parallel sub-agents to slash execution times and enhance performance across coding and office prod...

Claude's constitution 24.01.2026

In this episode, we explore Claude’s constitution , the foundational document that serves as the final authority on Anthropic's vision for the AI’s values and character. We discuss how Claude navigates a "principal hierarchy" to balance being helpful to users while prioritizing broad safety and ethical practice. Finally, we examine the hard constraints and guiding principles designed...

The World after AGI - Dario Amodei and Demis Hasssabis 23.01.2026

This episode features a landmark debate between Google DeepMind’s Demis Hassabis and Anthropic’s Dario Amodei regarding the imminent arrival of Artificial General Intelligence (AGI) ,. The leaders explore competing timelines for AGI development—ranging from as early as 2026 to the end of the decade—and the potential for AI self-improvement loops to radically accelerate this transition,,. Finally,...

Future of AI & Global Economy - Nvidia CEO Jensen Huang and BlackRock's Larry Fink 22.01.2026

In this episode, Nvidia CEO Jensen Huang and BlackRock’s Larry Fink explore how AI represents a massive platform shift and the largest infrastructure buildout in human history ,,. Huang details the "five-layer cake" of AI —from energy and chips to applications—and explains why he believes the technology will enhance productivity and address labor shortages rather than eliminate jobs,,. T...

Recursive LM - model solves context rot 19.01.2026

This episode explores Recursive Language Models (RLMs) , a groundbreaking inference strategy that enables large language models to process prompts two orders of magnitude beyond their standard context windows . We discuss how RLMs treat long inputs as part of an external environment, using a Python REPL to programmatically decompose data and recursively call the model over specific snippets. Learn...

Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models 10.01.2026

This episode explores Agentic Context Engineering (ACE) , a breakthrough framework that transforms LLM contexts into evolving playbooks that accumulate and refine strategies over time,. We discuss how ACE prevents context collapse and brevity bias through a modular workflow of generation, reflection, and curation, ensuring detailed domain knowledge is preserved rather than compressed away,,. Join...

DSPy: Programming and Optimizing LLM Workflows with Systems Mindsets 10.01.2026

This episode explores DSPy , a declarative framework that enables developers to build modular software by treating Large Language Models as first-class citizens within a proper Python program. We discuss how core primitives like signatures and modules allow for the decomposition of logic into composable systems that remain robust despite model or paradigm shifts. Finally, we dive into the power of...

Based on Claude Agent SDK — Thariq Shihipar, Anthropic 05.01.2026

Drawing on the sources , this episode explores the Claude Agent SDK , an opinionated framework built on Claude Code that enables the creation of autonomous agents capable of deciding their own trajectories. We break down the agent loop —gathering context, taking action, and verifying work—while discussing why bash and Unix primitives provide the most flexible foundation for both coding and non-cod...

Cybersecurity Trends in 2026: Shadow AI, Quantum & Deepfakes 04.01.2026

This episode explores the cybersecurity landscape of 2026 , where autonomous AI agents and a 1,500% surge in deepfakes have significantly amplified organizational risk. We discuss the mounting financial impact of shadow AI and the urgent need for quantum-safe cryptography to protect against impending "Q-Day" threats. Finally, we examine the transition to passkeys as a primary defense aga...

DeepSeek: Manifold-Constrained Hyper-Connections (mHC) 03.01.2026

This episode explores Manifold-Constrained Hyper-Connections (mHC) , a framework designed to solve the training instability and memory overhead issues found in existing Hyper-Connection architectures. We discuss how mHC uses the Sinkhorn-Knopp algorithm to project residual connections onto a doubly stochastic manifold, effectively restoring the "identity mapping" property essential for s...

AI agent trends 2026 - Google 30.12.2025

This episode explores the five critical shifts driven by AI agents that are set to redefine professional roles and business workflows by 2026 . We dive into the transition toward intent-based computing , where every employee evolves into a strategic orchestrator managing specialized AI agents to achieve peak productivity. Discover how these trends—from concierge-style customer service to proactive...

Building reliable AI Agent with domain memory 29.12.2025

In this episode, we explore the shift from basic AI assistants to sophisticated agentic coding , moving beyond the "Dumb Zone" where oversized context windows often lead to degraded reasoning and "nitrogen narcosis" in LLMs. We break down Anthropic’s Claude Code tool and the "Research-Plan-Implement" (RPI) framework , demonstrating how specialized "ant swarms&quo...

METR's Benchmarks vs Economics: The AI capability measurement gap 28.12.2025

In this episode, drawing on insights from the sources, METR researcher Joel Becker explores the widening gap between AI’s exponential progress on benchmarks and its actual impact on real-world productivity . We examine a surprising study where expert developers were slowed down by 19% when using AI, challenging the assumption that benchmark success translates directly into immediate economic gains...

Adaptation of Agentic AI 26.12.2025

This episode explores a unified framework for adapting agentic AI systems , detailing how foundation models are specialized to plan, reason, and master external tools for complex tasks. We analyze the four adaptation paradigms —A1, A2, T1, and T2—revealing how modular tool optimization can be up to 70 times more data-efficient than traditional monolithic agent retraining. Discover the shift toward...

Agent-R1: Training Powerful LLM Agents with End-to-End Reinforcement Learning 25.12.2025

In this episode, we explore Agent-R1 , a modular framework designed to transform Large Language Models from static text generators into autonomous agents capable of active environmental interaction. We dive into how extending the Markov Decision Process (MDP) framework enables these agents to master multi-turn dialogues, utilize external tools, and benefit from dense process rewards . Finally, we...

Listen to the Build Wiz AI Show podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.