AI Agents Podcast Summaries — Page 14
AI Agents on Yedapo: 410 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

I Made Codex and Claude Code Build the Same App. One Clearly Won.
Nate Herk | AI Automation
Aug 14, 2026
When tasked with building a Typeform alternative, Claude Code outperformed Codeex by delivering a more user-centric product in 5.5 hours for $800, compared to Codeex's 62-hour, $3,000 slog. While Codeex excels at operational maturity and rigorous testing, Claude Code demonstrates superior product judgment and efficiency when given high-level goals.
Key insight: Claude Code completed the project 11 times faster and 6.6 times cheaper than Codeex, despite Codeex running over 2,300 unit tests compared to Claude Code's 296.

70 - Our Claude Code Tips
LangTalks
Jun 28, 2026
Two developers break down their custom agentic workflows, moving beyond default setups to build truly autonomous environments. They explore cross-platform tool orchestration, persistent remote sessions, and the critical need for visual feedback loops in AI-driven development.
Key insight: The speakers reveal they bypass standard terminal limitations by treating browser profiles as isolated agent environments, ensuring secure, authenticated task execution without mixing sensitive personal and work credentials.

"The best thing since OpenClaw" (Hermes Tutorial)
Matthew Berman
Jun 28, 2026
Hermes distinguishes itself from OpenClaw through a preconfigured, modular architecture that emphasizes self-healing capabilities and ease of deployment. By leveraging cloud-based hosting, users can bypass local hardware constraints while maintaining granular control over agent memory, specialized skills, and multi-platform integrations like Telegram and Slack.
Key insight: Hermes features a self-healing mechanism that automatically detects errors during skill execution, fetches fresh repository code, and applies patches to itself without requiring manual intervention.

פרק 24 - כלכלת הטוקנים
סוכני הבינה
Jun 7, 2026
העלות של סוכני בינה מלאכותית בארגונים מזנקת בגלל צריכת טוקנים מוגזמת במשימות פיתוח מורכבות. כדי לשמור על יעילות תקציבית, מפתחים חייבים לעבור לניהול פינופס (FinOps) של טוקנים, לבחור מודלים בהתאם למורכבות המשימה, ולמנוע את "שריפת" המשאבים שנוצרת מעבודה עם קונטקסטים מיותרים.
Key insight: מפתחים יכולים להגיע להוצאות של מעל מיליון דולר ב-28 יום אם הם מפעילים מאות סוכני אוטונומיים בענן ללא אופטימיזציה, מה שמוכיח ש-AI עדיין אינו משאב חינמי ויש לנהל אותו כמשאב מחשוב לכל דבר.

Complete Deep Agents Course With Langchain In 3 Hours
Krish Naik
Jun 6, 2026
Krishna explains that while standard LLM agents simply loop between inputs and tools, 'Deep Agents' utilize explicit planning, sub-agent delegation, and persistent file-system memory to solve complex, multi-step tasks. By integrating planning modules, persistent memory, and specialized skills, developers can create AI agents capable of autonomous research and report generation that mimics advanced systems like Claude Code.
Key insight: Deep agents operate on 'context engineering' where specialized capabilities (skills) and instructions are only loaded when relevant to a specific task, keeping the agent's active memory clean and reducing token consumption.

Inside Google Gemini’s Massive AI Overhaul with Head of Engineering
Kevin Stratvert
May 28, 2026
Google is evolving Gemini from a chatbot into a proactive autonomous assistant. With the introduction of the Spark agent system and the Omni multimodal model, the app can now execute multi-step workflows, filter real-time speech, and integrate directly with desktop file context to become a hands-free, cross-modal productivity engine.
Key insight: The 'Spark' feature allows Gemini to act as an agent that manages 'heartbeats'—scheduled, repeatable multi-step workflows that can perform complex tasks like daily briefings automatically without manual input.

How to verify AI-generated Office files before they ship
AI News & Strategy Daily with Nate B. Jones
May 27, 2026
Don't just prompt AI for a finished document. To ensure accuracy in Excel and PowerPoint, you must build a multi-stage, agentic workflow that treats knowledge work like code—preparing sources, defining structural blueprints, and enforcing adversarial verification before final output.
Key insight: The best way to prevent 'hallucinated' spreadsheets is to use a 'hostile reviewer' prompt: ask the AI to enumerate every potential error without attempting to fix them, forcing the model to switch from generation mode to inspection mode.
AI Agent: The Biggest Updates You Missed This Week (Codex, Claude Code, Cursor)
Riley Brown
May 23, 2026
Big Tech is racing to build all-in-one 'super apps' that unify AI coding, web research, and workflow automation. Companies like Anthropic, OpenAI, and Cursor are aggressively poaching elite talent to dominate the enterprise market, turning the future of productivity into a high-stakes competitive battleground.
Key insight: The tech industry is seeing a rise of the 'polymathic individual contributor,' where elite talent is being recruited for hundreds of millions of dollars to work as individual contributors at frontier AI companies.

Big Projects Always Fail... Anthropic Is Fixing That
AI LABS
May 21, 2026
Most AI agents fail on large codebases because they rely on bloated context or inefficient RAG. To scale effectively, you must implement a custom harness—using granular .md files, specialized hooks, and sub-agents—to give the model the precise context it needs to function like a human developer.
Key insight: Coding agents should no longer use RAG-based approaches; file-system navigation via bash tools is the new standard because it avoids polluting the context window with irrelevant data.

you need to use Hermes RIGHT NOW!! (goodbye OpenClaw!!)
NetworkChuck
May 20, 2026
Hermes is gaining traction over OpenClaw by prioritizing a 'product-first' philosophy that emphasizes long-term memory curation and autonomous skill building. Unlike competitors that bloat over time, Hermes uses hard limits on memory files and background agents to ensure the AI remains focused, stable, and increasingly effective the longer it is used.
Key insight: Hermes features a self-improvement loop where the agent autonomously crystallizes successful workflows into reusable skills, effectively 'learning' how to manage specific infrastructure without manual configuration.
Karpathy's Skill Just Fixed Claude Code's Biggest Problem
Eric Tech
May 17, 2026
By embedding four specific behavioral guardrails into a project's Claude MD file, developers can force AI agents to think before coding and act with surgical precision. This approach transforms static LLM prompts into a persistent 'personality' that reduces hallucinations and prevents code bloat.
Key insight: Andrej Karpathy's core principles can be embedded directly into a Claude MD file, effectively becoming the 'soul' of the AI, ensuring it follows constraints automatically without needing constant re-prompting.
OpenAI just released Codex Mobile
Riley Brown
May 15, 2026
OpenAI's integration of the Codex application within ChatGPT now enables sophisticated 'computer use' capabilities directly from a mobile device. This shift allows users to execute complex tasks like email scraping, spreadsheet generation, and live web deployment through autonomous agents.
Key insight: Users can now trigger 'YOLO mode' on a mobile device to automatically deploy functional, mobile-responsive websites to Vercel in real-time.

Hermes just got 10X Better (Agentic OS + Claude Code)
Jack Roberts
May 13, 2026
A developer showcases a custom 'Hermes' agentic operating system that bridges mobile and desktop AI interactions. By orchestrating a 'Pantheon' of specialized agents and integrating with Obsidian, it establishes a unified, context-aware central intelligence.
Key insight: The system proactively generates suggestions overnight by analyzing the user's entire cross-platform chat history.

OpenClaw Shipped It First. Anthropic Just Copied It. Your Stack Needs This Now.
The AI Automators
May 9, 2026
Agentic systems are adopting 'dreaming'—a background process that consolidates and curates memory during idle time. This technique solves memory bloat and stale context but requires careful design to avoid memory poisoning.
Key insight: OpenClaw uses simple markdown files on disk for long-term memory, proving that complex vector databases aren't always necessary for high-functioning agent memory layers.

Printing Press Just 10x'd Everyone's Claude Code
Nate Herk | AI Automation
May 9, 2026
Command Line Interfaces (CLIs) are proving to be more token-efficient and reliable for AI agents than traditional APIs or MCPs. By utilizing tools like Printing Press, developers can rapidly build custom CLIs that allow agents to interact with virtually any website or service with minimal context bloat.
Key insight: On the same task, MCPs consumed 35 times more tokens than a CLI, while CLI reliability remained at 100% compared to 72% for MCPs.
Now You Can Vibe Code in WordPress // Angie Code Review & Demo
Dorian Develops
Apr 24, 2026
WordPress developers have largely missed out on the AI revolution. Elementor's new Angie Code agent changes the paradigm, letting creators build functional widgets, complete layouts, and API integrations entirely through conversation. The game-changer is visual prompting: uploading a simple screenshot forces the AI to instantly upgrade boilerplate code into a modern, polished UI.
Key insight: The AI agent can generate a fully functional, API-driven weather widget with real-time location tracking and Apple-style UI toggles in under two minutes.

Claude Code Source Code Just Leaked… 8 Things You Must Do
Nate Herk | AI Automation
Apr 1, 2026
The accidental publication of Claude Code's source code exposes that it isn't just a terminal chatbot, but a sophisticated multi-agent runtime. By moving beyond simple prompts to utilizing its 85 internal commands and wildcard permission systems, developers can transform it from a basic assistant into an autonomous engineering infrastructure.
Key insight: The leaked codebase reveals 187 unique "spinner verbs" like "boondoggling" and "moonwalking," alongside hidden internal feature flags for upcoming capabilities like voice mode and multi-agent coordination.

From skeptic to true believer: How OpenClaw changed my life | Claire Vo
Lenny's Podcast: Product | Career | Growth
Mar 29, 2026
Most users fail with AI agents by treating them as generalists, leading to inevitable context collapse and frustration. Claire Vaux argues that true productivity requires architecting a specialized digital staff where each agent possesses a distinct "soul" and "heartbeat." This shift transforms AI from a glitchy chatbot into a proactive, high-performance executive team.
Key insight: Claire Vaux successfully replaced a 10-hour-per-week human sales contractor with "Sam," an OpenClaw agent that autonomously identifies leads and manages outbound enterprise communication.

Bret Taylor: A New Class of Software Winners
The Logan Bartlett Show
Sep 12, 2025
Brett Taylor argues that AI agents are shifting the software industry from productivity-based metrics to outcome-based value. He suggests that incumbents face a 'messy middle' of business model transition, where success depends on leadership's ability to cannibalize existing revenue streams for future growth. Ultimately, the most successful companies will be those that integrate AI agents into core business workflows.
Key insight: The most successful companies will not just use AI for cost-cutting; they will use it to fundamentally change their business models, moving from 'impression-based' value to 'conversion-based' outcomes, much like the shift from display ads to cost-per-click.

Claude Code Tutorial for Beginners
Sabrina Ramonov 🍄
Blockchain provides the immutable structure for data while AI acts as the analytical engine to process it. Dr. Jamar Montgomery argues that integrating these technologies creates verifiable data attribution, which is essential for ethical AI model development and enterprise-grade security.
Key insight: The AI model itself can teach you how to use it; you don't need to rely on power users if you treat the AI like a 16-year-old employee you must instruct and oversee.