New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
My automated judge says every answer passes, but a teammate reading the same batch disagrees on a third of them.
What you'll have at the end
A written comparison of your judge's verdicts against a human reviewer's blind re-grade of a stratified sample: a confusion matrix, a raw agreement percentage, a Cohen's kappa score, and every mismatched answer listed with the human's stated reason.
You need
An automated judge script that already grades a batch of saved answers pass or fail against a written rubric, with each verdict saved alongside its answer.
Not covered
Writing or tuning the judge script's rubric and prompt from scratch, and recalibrating it once a problem is found: this stops at measuring whether the current judge can be trusted, and naming exactly where it can't.
Checked 15 Aug 2026
Part of the AI-LLM App Evaluation cookbook