Custom Scoring Rubrics
Gradient’s default rubric (v5) evaluates candidates across five categories (Correctness, Deliverable Quality, Reflection Quality, AI Fluency, Prioritized Skills) totaling 100 points. You can customize most of it to match your organization’s priorities. See Scoring for what each category measures.Default rubric
The overall score out of 100 is a weighted blend of the five categories. The category weights are fixed by the rubric version; what you customize is the sub-criteria inside each category.
Each category contains sub-criteria. Every sub-criterion carries a point value, a short description, and a 0-4 anchored scale (its
anchors) that defines what each score from 0 to 4 means. The anchors are the scale the judge actually grades against, and they are what calibration reads and sharpens. Prioritized Skills has one sub-criterion per approved priority skill on the role.
Customizing the rubric
Update an assessment’s scoring rubric via the API. Send the fullscoring_rubric object with your changes:
Scoring is frozen once an assessment is published or has candidates, so lock in the rubric before you go live. To change scoring after that, duplicate the assessment.
Anchored 0-4 scales
Every sub-criterion should carry ananchors ladder: five descriptors, one for each score from 0 to 4, where 0 is absent or nothing and 4 is exceptional.
- They are the scoring scale. The judge grades a sub-criterion against its anchor descriptors, not its one-line
description. The description frames the criterion; the anchors define what each level actually means. A criterion with vague or missing anchors produces vague scores. - They are what calibration tunes. When a reviewer grades a candidate on the 0-4 ladder and disagrees with the AI, calibration sharpens these anchor descriptors so future scoring matches your standard. A sub-criterion with no anchors cannot be calibrated, because there is no ladder to sharpen.
Scoring methods
Sub-criteria are scored by one of these methods:Deterministic
Ground-truth checks against known-correct facts and required elements. Used for Correctness.
LLM Judge
An AI evaluator assesses quality against your rubric criteria. Best for subjective qualities like insight and reflection.
Event Analysis
Automated analysis of candidate behavior patterns. Best for measurable actions like whether a figure was verified before use.
Hybrid
Combines approaches. AI Fluency is graded this way, centrally, by Gradient.
Tips for effective rubrics
Keep total points at 100. The scoring engine normalizes to 100 points for percentile calculations. Using a different total will produce unexpected percentile rankings.
- Weight what matters most. If correctness matters more than polish for your role, allocate points accordingly.
- Write specific sub-criteria descriptions. The LLM judge uses these to evaluate. Vague descriptions produce vague scores.
- Use
customInstructionson sub-criteria to give the judge role-specific context (for example, “For a data analyst role, prioritize accuracy of calculations over visual design”). This is also the channel that calibration sharpens automatically. - Disable sub-criteria you don’t need. Set
enabled: falserather than removing them, so you can re-enable later. - Do not try to edit AI Fluency. It is locked; changes are ignored.