A 3-part workshop on integrating AI tools into software development workflows, presented at Code Seoul.
| Part | Title | Focus |
|---|---|---|
| 1 | The Shift | What changes with AI, the plan-execute-review loop |
| 2 | The Infrastructure | Documentation as productivity multiplier, catching AI mistakes |
| 3 | The Growth | Growing as an engineer, using AI to learn, skill atrophy |
Each part is self-contained (~35-45 min). See workshop-prep.md for the full plan.
Slides are built with mdslides (reveal.js from markdown).
Install:
cargo install mdslidesBuild:
mdslides \
--mdbook-path slides \
--output-dir slides/html \
--template slides/template.html \
--index-template slides/index-template.htmlView: Open any file in slides/html/ in a browser. Arrow keys to navigate, S for speaker notes.
- Getting Gud at LLMs blog series (pts 1-6)
- 125+ Claude Code sessions across 5 projects