Development Productivity Podcast Summaries
Development Productivity on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Hermes Agentic OS is Insane... just watch
Jack Roberts
Jun 1, 2026
Transform fragmented AI interactions into a centralized 'Agentic Operating System.' By building a visual intelligence layer atop Hermes and Claude, you can unify data, automate context-aware workflows, and reduce token usage through smart graph-based navigation.
Key insight: Using a graph-based repo system to manage project blueprints can save up to 86% of token usage compared to having an AI re-read the entire codebase repeatedly.

I Asked GPT-5 to Rebuild My 100K Line App. Its First Move Changed Everything.
Matt Maher
Mar 15, 2026
Modern software suffers from 'intent decay,' where the core business logic becomes inseparable from its UI. By tasking AI with a massive refactoring project, we reveal that frontier models can now surgically decouple logic from expression, though their reasoning strategies—ranging from exhaustive validation to rapid, surgical execution—differ profoundly.
Key insight: The AI independently decided to build three radically different, non-production user interfaces specifically to prove that it had successfully separated the application logic from the UI shell.