EXP 024
A verification agent for AI code

01
Question
Can a dedicated agent catch the silent failures that slip past a quick human review?
02
Setup
Built an agent whose only job was to try to break the generated code and report what failed.
03
What I tested
Ran it against real output from another build session.
04
Result
Caught three silent bugs
05
What I learned
AI-generated code still needs verification. An adversarial checker is cheap insurance.
06
Next experiment
Wire the checker into the build loop so nothing ships unverified.