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

L8 Principal's Agentic Engineering Setup (just copy him)
David Ondrej
Jul 17, 2026
Kun, an expert engineer, explains how moving from manual coding to an agent-first workflow—controlled by a single 'First Mate'—drastically increases development speed. By automating mundane tasks through custom CLI tools and adversarial code review pipelines, developers can shift their focus entirely to high-level, ambiguous product decisions while the AI handles execution and quality control.
Key insight: When an agent-based system encounters a bug in its own workflow, it can self-modify its scripts and instructions to work around the error, making the system effectively unstoppable.
Spec-Driven Development Explained
Program With Erik
Jul 14, 2026
Spec-driven development introduces a structured, three-phase human-in-the-loop workflow—requirements, design, and task lists—before a single line of code is generated. This methodology significantly reduces AI model drift and increases first-pass success rates for complex feature builds, though it is best reserved for significant tasks rather than minor bug fixes.
Key insight: Spec-driven development allows you to achieve high-quality results using standard models rather than requiring the most expensive, state-of-the-art models, because the structured documentation acts as a constraint.
I tried loop engineering, we need to talk...
Program With Erik
Jun 30, 2026
Loop engineering allows AI agents to recursively refine their output by repeatedly testing against a defined goal. While it excels at automating repetitive maintenance like CI/CD fixes, it is best used as a surgical tool rather than a replacement for standard interactive development workflows.
Key insight: You can turn AI coding agents into self-healing systems by providing a clear 'end condition' and letting the agent loop until tests pass or documentation aligns with code.

70 - Our Claude Code Tips
LangTalks
Jun 28, 2026
Two developers break down their custom agentic workflows, moving beyond default setups to build truly autonomous environments. They explore cross-platform tool orchestration, persistent remote sessions, and the critical need for visual feedback loops in AI-driven development.
Key insight: The speakers reveal they bypass standard terminal limitations by treating browser profiles as isolated agent environments, ensuring secure, authenticated task execution without mixing sensitive personal and work credentials.

פרק 21 - המדריך המלא לעבודה אופטימלית עם אייג׳נטים, גרסת מאי 2026
סוכני הבינה
May 3, 2026
הפרק מציג שינוי פרדיגמה בעבודת פיתוח: מעבר מכתיבת קוד ידנית לניהול סוכנים (Agents) בתוך תהליך מובנה. המפתח ליעילות אינו רק הכלי הנבחר, אלא יצירת סביבה דוקומנטרית חכמה ושיטתית המאפשרת לסוכנים להבין קונטקסט עסקית וארכיטקטונית בצורה עצמאית.
Key insight: המעבר המחשבתי הוא מהתמקדות בכתיבת הקוד לניהול ה-Pipeline של הסוכנים; ככל שתשקיעו יותר זמן ב-Brainstorming ובתכנון (Plan) עם הסוכן, כך תחסכו פי חמישה זמן בדבאגינג מאוחר יותר.