CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← Back to library
Full Quiz · All Guides

Test Your Rubric Reflexes

25 multiple-choice questions covering the seven principles, the three rubric kinds, the LLM Judge biases, and the operating loop. Live score tracks as you go.

0
Answered
0
Correct
0%
Score
01 · Foundations Why Rubrics Are a Product Decision 0 / 9 correct
1. Your Agent gets a 2/5 from the eval Judge on a customer interaction. Which of the following is the most useful next action?
2. Which of these is NOT part of the minimum rubric closed loop?
3. Your RAG Agent's customer says the answer was wrong. Which atomic dimension tells you the retriever failed to surface the source material at all?
4. The material was retrieved correctly but the model ignored it and hallucinated. Which dimension catches this specifically?
5. In the MT-Bench study, what was the measured position-bias rate for Claude-v1 — the percentage of cases where it favored whichever answer came first?
6. Why do practitioners say you should not use the same model family as both the Judge and the Generator?
7. What's G-Eval's main contribution over naive "rate this 1–5" prompts?
8. Which of these is TRUE about LLM-as-a-Judge?
9. Your team proposes a single "Agent Quality Score" rolled up from 7 sub-criteria for the company dashboard. What's the main product risk?
02 · Applied Building Your Rubric 0 / 8 correct
1. You're designing a rubric for an Agent that books appointments via a database. Which of these checks should be code-based, not LLM-Judge-based?
2. Your Agent runs a 7-step bookings flow. The user says it worked. Which rubric kind would still catch "called the refund API twice in the middle"?
3. The trace for a failed run is missing the original user goal. Your rubric scores groundedness=PASS and answer_relevance=PASS. What's the likely problem?
4. You write a Trajectory Rubric assertion: "Agent must call check_inventory, then validate_payment, then create_order, in this exact order." What's the risk?
5. Two tools — "search_inventory" and "lookup_product" — have overlapping descriptions. The Agent keeps picking the wrong one. By TRAJECT-Bench's taxonomy, this is which failure mode?
6. Your payments Agent has 95% pass@1 in eval. Leadership wants to ship. What additional metric should you report?
7. Which of these is the WRONG argument for adding "unknown" as a first-class rubric output?
8. The Agent calls the same lookup tool 4 times with slightly different arguments before settling. By TRAJECT-Bench, this is which mode, and where does the fix go?
03 · Advanced Operating the Rubric 0 / 8 correct
1. Your team uses one generic "rate this 1–5 on accuracy, completeness, helpfulness" rubric across three different Agents (code review, refund processing, customer Q&A). Why is this likely producing bad fixes?
2. Which stage in the contextual rubric chain is missing from this list: Rubric Builder → Trace Inspector → Failure Attribution → Eval Case Generator?
3. In the Agentic Rubrics for SWE paper, Sonnet-4.5-generated rubrics showed only 2% flakiness across 5 independent Judge runs. The authors attribute the low flakiness to which property of the rubric items?
4. Humans keep overturning your Judge's verdicts on the same dimension. Which of these is the right first action?
5. A rubric dimension has been at 100% pass for 6 weeks. What does this most likely mean, and what should you do?
6. You want to release a new version of a rubric criterion that you believe is stricter than the current one. What's the safest release process?
7. Which of the following metrics is NOT one you'd track when running a shadow rubric evaluation against the live rubric?
8. What is the single best test for whether a Rubric is part of the self-evolution loop vs. just a scoreboard?
25 questions · Agent Eval Rubric · self-learning library