
Finding Bugs in a Coding Agent with Lightweight DST
Published on August 27, 2025
Amp is a coding agent which I’ve been working on the last six months at
Sourcegraph. And in the last couple of weeks, I’ve been building a
testing rig inspired by Deterministic Simulation Testing (DST) to test
the most crucial parts of the system. DST is closely related to fuzzing
and property-based testing.