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

Fleet Engineering Is Insane... The Next Evolution Of Vibe Coding
AI LABS
Jul 20, 2026
Running multiple AI coding agents in parallel creates hidden conflicts, from file overwrites to dependency chaos. This guide reveals how to use Git worktrees, orchestration tools, and isolated sandboxes to scale your development workflow without losing control.
Key insight: You can use Docker Sandbox's 'clone mode' to let an AI agent build, test, and modify your project in a fully isolated environment that never touches your actual local files.
Finally Found an AI Agent Worth Using | Hermes Agent Full Tutorial
Lama Dev
Jul 1, 2026
Hermes is an open-source, self-hosted AI agent that offers persistent memory and workflow automation across multiple platforms like Discord and Telegram. By leveraging browser automation, cron jobs, and custom webhooks, it enables developers to automate code reviews, website health monitoring, and project initialization without relying on proprietary cloud limitations.
Key insight: Hermes can learn your specific coding habits and architecture preferences, allowing it to generate perfectly formatted boilerplate code for new projects without needing repeated instructions or documentation files.

How to Actually Use Claude Code Dynamic Workflows
Nate Herk | AI Automation
May 30, 2026
Dynamic Workflows enable massive parallel agent execution in Claude Code, offering extreme scale for complex tasks like auditing hundreds of files. However, this power comes at a significant cost; users must learn to bound scopes carefully to avoid burning through their subscription limits.
Key insight: Using Claude Code's dynamic workflows to audit 41 skills across a codebase consumed half of a $200 monthly subscription in just 30 minutes.