Turn every bug into a regression test
Test like a real user, convert each failure into documented regression coverage, and restart the streak after every fix.
Use this when
Use this when product quality needs a strict consecutive-success bar and failures should permanently improve the test and benchmark suite.
How it runs
- Define realistic scenarios, the quality bar, the value of [N], and the evidence required for a pass.
- Run cases one at a time under consistent conditions and preserve the result for review.
- On any failure, document it, add regression and benchmark coverage, fix the cause, verify the fix, and reset the streak to zero.
- Stop only after [N] consecutive cases meet the original quality bar.
Done when
✓ The latest [N] realistic cases pass in a row. Every earlier failure is documented, fixed, and protected by regression and benchmark coverage.
Why it works
Restarting the streak prevents isolated successes from hiding intermittent weaknesses. Converting each failure into durable coverage makes the evaluation stronger after every miss.
Implementation note
Choose [N] before the run and keep the scenario distribution representative. Do not lower the quality bar or avoid difficult cases to preserve the streak.
More evaluation loops
Cooperate-or-defect agent arena
Two reasoning agents repeatedly choose to cooperate or defect, then get benchmarked against fixed one-move players.
Search the literature, verify every source
Deduplicate papers across live sources, verify DOI metadata, score relevance, and stop honestly when evidence runs thin.
Mine your agent history for loops
Find repeated successes in authorized agent history, reject contradicted candidates, and validate each extracted loop with a fresh replay.