Ad-hoc Ruby script the speaker wrote to extend git bisect when no known-good commit existed: checks out each previous commit, runs setup, and tests whether the reload slowdown is present, walking back linearly until it finds a green commit. Early iterations failed because they forgot to bundle install and db:migrate; the fix was to call bin/setup on each commit.