My current favorite readings on coding with AI

Update 2026-04-11: Added mention of Ivett Ördög’s video, and sections on specific topics: TDD and testing, harnesses and guardrails, spec-driven development, and reviewing AI output.

I’ve been experimenting with coding with AI intensely for the past 13 months. Along the way, some things I read stayed with me and I would recommend them to anyone on this learning journey. These are some of my favorites; I’m only including choice representatives from each category, to keep this post short.

Personal workflows

It’s always fascinating to read about talented individuals’ personal work habits. Here are three favorites out of many.

Team and company workflows

Pattern languages

Emily Bache recently argued that, given that traditional TDD katas are no match for AI coding assistants, we should study patterns instead. She has a very good point, though I think that finding existing open source codebases and making them safe to operate with AI is also a very good exercise.

Here are the only two coding-with-AI pattern collections I know

Book

Not many books on this subject; of the ones I read, this one is the only one I like:

Theories

Specific topics

TDD and testing in general

Harnesses and guardrails

Spec Driven Development

Reviewing AI output

Finally…

Ivett’s recommendation is gold: Never use a prompt from anyone else, unless you have reviewed that prompt

Want to leave a comment? Please do so on LinkedIn!

#AI