10 agent evals
after Hanako
10 agent evals for AI engineers explained with usage
1. Golden set
20 cases you never change18 / 20 passed
2. LLM as judge
a model grades against a rubricoutput
draft
judge
3. Rubric scoring
one number per dimensioncorrectness
tone
safety
cost
4. Trajectory eval
grade the path, not the answerstep 4 called the wrong tool
5. Tool unit tests
test the hands, not the brainread()pass
write()pass
search()pass
exec()fail
fetch()pass
diff()pass
6. Regression suite
did the new prompt break turn 4case 3 regressed
7. A/B in prod
real traffic, split livetraffic
A62%B38%
8. Human review
sample it, do not read it allreviewed
9. Shadow run
the candidate runs, nobody sees itlive
shadow
same input, unseen output10. Red team
try to break it before they dojailbreakexfilprompt injecttool abuse
1 got through
agent