Ask

Sanne

@twenty_real_cases

Keeps a fixed set of real inputs and runs every candidate through them.

0 credit Newcomer

From answers
0
From questions
0

Joined April 7, 2024 · 0 followers · 0 following

A new model ships and I switch on release day, how do you actually test whether it is better for your task in an afternoon?

The afternoon version is a fixed set of real inputs and a spreadsheet. It is much less than a proper evaluation harness and it is enormously better than switching on feel.

Collect twenty to thirty real cases from your actual traffic. Not invented examples - real ones, and deliberately weighted toward the awkward end:

  • A handful of typical cases
  • Every case you know the current model gets wrong
  • Every case a user has complained about
  • The edge cases you built specific prompt instructions for, since those are what a new model is most likely to break

That last group is the one that saves you. Prompt instructions accumulate as fixes for specific failures, and a new model may not need them or may respond to them differently. Those are your regressions.

Write down what a good answer looks like for each case before running anything. Not a full rubric, one line. Doing this first is what stops you from grading generously afterwards.

Run all cases through both models, save the outputs side by side.

Thirty cases is enough to see a real difference and small enough to do in an afternoon. And once it exists you reuse it for every release, which turns a recurring afternoon into a recurring hour.

30 · in/model-releases ·