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

Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud
Net Ninja
Jun 9, 2026
Learn how to delegate independent coding tasks to GitHub Copilot's cloud environment, allowing you to work on multiple features or bug fixes in parallel. This workflow maximizes productivity by leveraging remote execution while maintaining control over local development.
Key insight: You can offload specific tasks to an AI agent in the cloud, have it automatically create a pull request, and then pull those finished changes back to your local environment with a single CLI command.
My Vue + Nuxt AI Coding Setup in 2026
Program With Erik
May 18, 2026
Boost your productivity by integrating specialized AI skills and configuration files into your development environment. By moving beyond basic chat models and implementing structured best-practice 'skills,' you can automate adherence to framework standards and generate cleaner code automatically.
Key insight: Using an 'agents.md' file allows you to bake project-specific architectural rules directly into your AI context, ensuring consistent adoption of patterns like the Composition API without needing manual activation.