Testing
Testing a Legacy Project From Scratch With an AI Agent
Most engineers already use AI to write code. Here's how to sequence an agent through testing a legacy codebase, without doing it all in one big step.
A Testing Strategy for a Codebase With No Tests
A codebase with no tests doesn't need unit tests for new features first. It needs an end-to-end net at the points where the business is most fragile.
The First Test I'd Write in a File With None
I didn't choose my first test — a production incident chose it for me. What that taught me about testing the highest-risk behavior first.