Last updated
Was this helpful?
Guide — reduce evaluation cost without losing signal.
Levers:
Smaller dataset — most regressions show up in the first 100-200 rows
Cheaper judge model — most rubrics work on a balanced model; reserve frontier judges for subtle dimensions
More scorers, fewer judges — code graders cost ~zero compared to judges
Cache + dedupe — don't re-judge identical (input, output) pairs
Last updated
Was this helpful?
Was this helpful?