Tag: testing
All the articles with the tag "testing".
-
Tests Are Backpressure
Faster code generation only helps when the rest of the system can reject bad work quickly. Tests, static checks, and CI provide the backpressure that makes greater agent autonomy sustainable.
-
Declarative Development: Tests First, Code Second
Coding agents are good at iterating towards a result, provided we define that result independently. Tests, contracts, and feedback loops make it easier to detect when an implementation has drifted from our intent.