AI Engineering Podcast Summaries — Page 2
AI Engineering on Yedapo: 41 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.
I Made 3 AI Models Race Each Other to Find the One Actually Worth Using
JavaScript Mastery
Aug 7, 2026
This guide demonstrates how to build a complex, multi-model LLM arena using an agentic workflow. By prioritizing architectural decisions and rigorous planning before writing code, you can create a robust, secure, and observable application that scales from a simple idea to a deployed product.
Key insight: Even models with 200k token windows show measurable output degradation at 50k tokens, making it a best practice to clear sessions frequently during development.

Cut your AI cost IN HALF (EASY)
Matthew Berman
Jul 7, 2026
Stop using expensive frontier models for every task. By separating high-level architectural planning from routine code execution, you can delegate the heavy lifting to cheaper, efficient models. This strategy, used by companies like Coinbase, maintains output quality while drastically reducing token spend.
Key insight: Output tokens are significantly more expensive than input tokens; since coding tasks require high output volume, offloading them to a cheaper model after a frontier model creates the plan can save over 60% of your total AI budget.

A proper guide to Fable 5
Theo - t3․gg
Jul 6, 2026
The host demonstrates that modern AI models like Fable are not just smarter versions of their predecessors; they represent a fundamental shift in software engineering. By utilizing sub-agents, workflows, and strategic model routing, developers can automate complex end-to-end implementations, drastically increasing shipping velocity while keeping costs manageable.
Key insight: Setting reasoning effort to 'High' is superior to 'Max' or 'X-High' for most tasks; higher settings often lead to over-reasoning, worse code quality, and significantly higher costs without improving output.

PLANS For Fable 5: Rebuilding My /Plan Skill for Mythos Class Models
IndyDevDan
Jun 22, 2026
Great planning is the foundation of great engineering, yet most engineers blindly outsource this to AI agents. By building a structured 'meta-skill'—a template that enforces logical constraints and rich context—engineers can leverage new high-intelligence models to produce consistent, superior results while reducing the need for costly, repetitive code reviews.
Key insight: By treating plans as 'living artifacts' that contain embedded images, HTML documentation, and progress-tracking checklists, you allow AI agents to act as specialized engineers rather than generic code generators.

3.0 Agentic AI Specialization And AgentsOps Induction Session
Krish Naik
Jun 21, 2026
Krishna and Mayank launch their '3.0 Agentic AI Specialization' batch, focusing on the shift from theoretical AI to production-grade, scalable agentic applications. The curriculum emphasizes a 'project-assisted learning' approach, covering industry-standard frameworks like LangGraph and LangChain, and highlights the necessity of building a personal brand by publicly sharing technical milestones to unlock career opportunities.
Key insight: The instructors emphasize that in the current AI landscape, learning is meaningless if it remains private; sharing project implementations on LinkedIn before they become obsolete is a non-negotiable strategy for career acceleration.
Understand-Anything vs Graphify: I Tested Both on My SaaS
Eric Tech
May 27, 2026
Choosing between codebase analysis tools comes down to a trade-off between visual clarity and token efficiency. Understand Anything offers superior, interactive dashboards, whereas Graphify provides a more lightweight, token-efficient approach with local model support for strict privacy needs.
Key insight: Understand Anything provides a hierarchical, parent-child component tree visualization, making it significantly easier to identify dead code compared to Graphify's cluttered, node-neighbor approach.
I stopped using /grill-me for coding. Here’s what I use instead:
Matt Pocock
May 14, 2026
Generic prompting leads to hallucination and verbosity. By integrating Domain-Driven Design (DDD) principles—specifically ubiquitous language and ADRs—into an iterative AI 'grilling' session, you can achieve near-telepathic alignment between your intent and the AI's output.
Key insight: The same shared language that enables developers and domain experts to build software effectively also serves as the optimal mental model for Large Language Models to reduce token usage and improve code accuracy.

Claude Code + GPT 5.5 + Gemini = The Ultimate AI Coding System
Jack Roberts
Apr 29, 2026
By routing tasks to specialized models, you can bypass the limitations of any single AI. This strategy creates a 'three-brain' architecture that optimizes performance by leveraging Claude, Gemini, and GPT models for their specific strengths, such as long-context video or code analysis, at minimal or no extra cost.
Key insight: You can process up to 10 hours of audio or 2 hours of video through Gemini for zero dollars, far exceeding the native context capabilities of many other coding assistants.
Claude Code + SUPERPOWERS = The End of Vibe Coding? (Full Tutorial)
Eric Tech
Mar 31, 2026
While most developers rely on unpredictable 'vibe coding,' Eric reveals why the Superpowers framework is the key to enterprise-grade AI agents. By mandating test-driven development and isolated sub-agent environments, this workflow eliminates context rot and forces AI to validate its own code before execution.
Key insight: Superpowers differentiates itself by using Git worktrees to create secluded environments for sub-agents, allowing for parallel task execution without the context overlap that typically causes AI hallucinations.

NEW Claude Code Feature Destroys OpenClaw (Channels + Cloud)
Jack Roberts
Mar 21, 2026
Jack reveals how Claude’s new cloud scheduling breaks the tether to local hardware, ensuring critical scrapers and deployments run while you sleep. By bridging Telegram to your terminal, you can now command repository-level changes and voice-transcribed updates from anywhere in the world.
Key insight: By instructing Claude via Telegram to self-install dependencies like OpenAI Whisper, the AI can independently gain the ability to process and act upon your mobile voice notes.

Vibe coding in prod | Code w/ Claude
Anthropic
Vibe coding is not just about using AI for code generation; it is a shift toward managing AI as an expert employee. By focusing on verifiable leaf nodes and maintaining human-led architecture, developers can harness exponential gains in productivity while mitigating the risks of code sprawl and technical debt.
Key insight: The length of tasks that AI can perform is currently doubling every seven months, making it inevitable that engineers will eventually have to trust AI-generated systems without manual verification of every line.