Model Evaluation Service · View 02 of 21 · Context and scope
Decisions
- The frame is resolved at plan time, before any inference is bought, so cost is never spent on a comparison that cannot be made.
- Generation and scoring are separate stages, so a scorer change re-scores stored outputs instead of re-running the model.
- The verdict API is the only synchronous obligation during a release window.
Why this shape
- Splitting generate from score is what makes the score cache viable and what keeps a rubric fix cheap.
- Putting the cost ceiling in the planner rather than in reporting means a runaway run is halted, not merely noticed.
Risks
- Judge inference is assumed to be ≤ 55% of run cost; if the judge is larger than assumed, the economics of the whole set change.