Tests are how we go 10x without breaking things.
Every agent change needs careful manual review
(slow)
Agent makes a change, tests pass, you ship
(fast)
If your code doesn't have tests, that's your first AI project:
"Help me add test coverage so I can iterate faster."