← All popular talks

Popular talk #2

Full Walkthrough: Workflow for AI Coding — Matt Pocock

Matt Pocock1:36:30

Synced transcript

Follow the talk

Intro
Smart Zone
Grill Session
Writing PRD
Vertical Slices
AFK Agent
QA & Review
Deep Modules
Parallelization
Takeaways

Community discussion

What did you agree with—or push back on?

Specific reactions make these talks more useful. Draft here, add the moment you’re discussing, then choose the direct-post pilot or the YouTube handoff.

Automated overview

What this talk covers

Matt Pocock presents a hands-on workshop on building a full AI-assisted coding workflow, arguing that software engineering fundamentals—not hype—make agents effective. He introduces the 'smart zone' and 'dumb zone' of LLMs (performance drops after ~100k tokens) and the 'Memento problem' (agents forget between sessions). His process starts with a 'Grill Me' skill that relentlessly questions the user until shared understanding is reached, then produces a PRD without reading it, slices work into vertical 'tracer bullet' issues, and runs agents AFK using TDD. He advocates designing codebases with deep, testable modules and shows Sandcastle, a TypeScript library for parallel agent execution with separate implementer (Sonnet) and reviewer (Opus). The workshop transforms ambiguous briefs into shippable features while keeping humans in the loop for QA and taste.

This overview is derived from the transcript and has not been independently fact-checked by AI Engineer.

Chapters

  1. 0:00Intro
  2. 2:13Smart Zone
  3. 12:16Grill Session
  4. 31:27Writing PRD
  5. 39:37Vertical Slices
  6. 53:52AFK Agent
  7. 1:09:04QA & Review
  8. 1:13:54Deep Modules
  9. 1:29:55Parallelization
  10. 1:33:51Takeaways