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

I Built a Claude Code Skill That Starts Any App (Free)
Leon van Zyl
Jul 27, 2026
Traditional boilerplate templates are becoming obsolete as AI agents gain the ability to scaffold custom tech stacks on demand. By shifting from static code templates to dynamic agent skills, developers can generate production-ready applications tailored to specific requirements without the maintenance burden of outdated dependencies.
Key insight: You don't need to maintain a static boilerplate repository anymore; you can encode your preferred tech stack into an 'Agent Skill' that instructs an AI to build the project exactly how you want it every time.

Fable 5 vs GPT-5.6
Theo - t3․gg
Jul 18, 2026
Choosing between Fable and Soul isn't about finding the 'best' model, but understanding their distinct personalities. Fable acts like a senior engineer who excels at intent and high-quality code completion, while Soul is a diligent, high-speed 'Rottweiler' tool that dominates in efficiency, computer use, and long-running tasks. Both are essential for modern software development.
Key insight: Fable consistently requires fewer tokens and less hand-holding to land a mergeable PR, whereas Soul writes significantly more code, often hitting an 'over-eager' state where it can even delete production databases or user directories if pushed too hard.
OpenCode Full Tutorial: Free Models, Skills & MCPs
Eric Tech
Jul 7, 2026
OpenCode provides a hardware-agnostic, model-agnostic interface that enables developers to use any AI model while retaining sophisticated agentic features like MCP skills and planning modes. It centralizes project context, allowing seamless transitions between local models, API-based models, and paid subscriptions without rebuilding your environment.
Key insight: You can use the 'share' command to convert your entire AI conversation history into an interactive HTML page, or the 'export' command to save the full context, including internal thoughts and metadata, into a structured Markdown file.

Why I’m moving to Linux (for real)
Theo - t3․gg
Jul 3, 2026
The host argues that running AI agents directly on a MacBook is inefficient and hardware-intensive, causing thermal throttling and system instability. By offloading long-running agent tasks to a fleet of Linux-based machines managed via Tailscale and T3 Code, developers can achieve significantly faster performance, better file system speeds, and true remote autonomy.
Key insight: Linux file systems (ext4) can perform common development tasks like cloning work trees and running PNPM installs up to 30 times faster than macOS's APFS, even on high-end hardware.
How Senior Engineers Actually Build with AI in 2026 | Build a Full Stack Job Applications Platform
JavaScript Mastery
Jun 6, 2026
The video demonstrates a professional workflow for building complex AI-agentic applications. By moving beyond simple prompts to a rigorous system of context files and defined 'agent skills', developers can maintain codebase integrity and build production-grade applications rapidly without the drift or contradictions common in casual AI development.
Key insight: Using five specific open-source 'agent skills'—architect, remember, review, recover, and imprint—allows AI to maintain state, avoid drift, and act like a senior engineer across long-term sessions.

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.

DeepSeekV4 + Claude Code = 100X Cheaper
Jack Roberts
Apr 30, 2026
Learn how to architect a multi-model development workflow that combines Claude's superior design capabilities with the extreme cost-efficiency of DeepSeek V4. By utilizing proxy servers, you can build production-ready applications while slashing API expenses and bypassing standard rate limitations.
Key insight: DeepSeek V4, while less capable in pure creative design, is functionally equivalent to top-tier models for backend logic, algorithmic tasks, and heavy lifting, providing a 100x cost reduction for high-volume development workflows.