Exhibit A
An AI code reviewer that may only report a bug when it can hand you a test that fails on the broken code and passes on the fix, and stays silent when it cannot.
- One rule, enforced by construction rather than by a confidence threshold: no runnable proof, no comment. A deterministic, model-free flip check is the sole judge of what counts as evidence.
- Two modes on one evidence engine. Detective reproduces a bug from a stack trace; Prosecutor reviews a pull request and comments only when a flip is proven.
- Every proof is an execution-validated fail-to-pass test tied to a commit, so each one doubles as a contamination-free benchmark instance for AI4SE research.
- Python
- pytest
- Git
- LLM tool use