Part 0 · AI Without the Fog

Compare models with your work, not a leaderboard

Build a small scenario-based evaluation that scores quality, tool use, latency, cost, privacy, and recovery. A model is only “best” relative to the job, constraints, and failure you can afford.

THE QUESTION THIS PAGE ANSWERS

ANSWER FIRST

What is the key idea behind “Compare models with your work, not a leaderboard”?

Build a small scenario-based evaluation that scores quality, tool use, latency, cost, privacy, and recovery. A model is only “best” relative to the job, constraints, and failure you can afford.

DECISION RULE

Evaluation is a product decision disguised as a benchmark. Choose cases from the workflow you care about, include bad inputs, and record what happens after a failure. A single headline score cannot tell you whether the model is safe to ship.

TRY NEXT

Collect five real inputs before you compare two models.

WATCH FOR

Picking a winner from a public rank that does not contain your scenario.

One-sentence answer

Use a leaderboard to make a shortlist, then choose the model that passes your representative tasks with the lowest acceptable total cost and risk — including retries, tool calls, latency, and human review.

Choose the Test You Need · A Quick Starter
The Five-Step Eval
1

Collect real inputs

Sample successful, ordinary, ambiguous, multilingual, and adversarial cases. Remove private data or obtain the right consent.

2

Define a pass

Write observable rules: exact fields, allowed citations, code tests, refusal boundaries, or the maximum edit count.

3

Run the same task

Keep prompts, tools, context, temperature, output schema, and retry policy comparable. Record the exact model ID.

4

Score more than prose

Combine assertions, task success, latency, token usage, tool-call accuracy, refusal quality, and a calibrated human sample.

5

Repeat after changes

Run the eval after a model update, prompt edit, retrieval change, policy change, or tool change. Quality drifts.

A Model Scorecard You Can Reuse
DimensionQuestionWhat to recordPass signal
Task qualityDid the output solve the user’s actual problem?Pass rate, rubric score, correction timeMeets the written acceptance criteria
GroundingDoes it use the supplied sources and admit missing evidence?Citation accuracy, unsupported claimsEvery important claim is traceable
Tool useDoes it choose, call, and recover from tools correctly?Arguments, unnecessary calls, recovery rateCorrect result without unsafe detours
OperationsCan the system respond within the user and budget limits?p50/p95 latency, cost, errors, retriesStable total cost per completed task
Safety & dataDoes it respect privacy, policy, and high-risk boundaries?Refusals, leakage tests, retention termsSafe behavior is predictable and reviewable
Three Traps to Avoid
01

One impressive demo. A demo is evidence that a model can do something, not evidence that it can do your whole workflow repeatedly.

02

One composite score. A small gain in benchmark accuracy may not repay a large increase in latency, price, or integration work.

03

Unpinned model names. “Latest” aliases can change. Save the provider, model ID, date, prompt version, and evaluation set with every result.

Public arenas such as LMArena can help you discover candidates, while official model catalogs describe current capabilities and lifecycle. Neither replaces an eval built from your own work. Next: understand the real trade-offs of open-weight models.
The method in this lesson follows the evaluation principles documented by major model providers: define representative tasks, keep runs reproducible, and inspect quality and operations together. Re-check provider docs before publishing a model comparison because model IDs and limits change.

Put “The Five-Step Eval” back into its constraints

“Use a leaderboard to make a shortlist, then choose the model that passes your representative tasks with the lowest acceptable total cost and risk — including retries, tool calls, l…” shows that a model, license, access route, or leaderboard is information—not an answer outside context. The real choice depends on task, data boundary, latency, quality floor, and operating cost.

Write elimination criteria before chasing the top score

The comparison in “Sample successful, ordinary, ambiguous, multilingual, and adversarial cases.” should use the same real inputs while observing correctness, failure behavior, response time, and cost. A model leading a public leaderboard may still fail your license, privacy, or peak-latency constraints.

  • Rankings are discovery tools, not procurement decisions
  • Your own failure cases are more valuable than a giant generic test set
  • Quality, cost, latency, tool use, and safety belong on one scorecard

Without a test set, there is no reliable winner

Start with “Unpinned model names.”: choose inputs that could genuinely change the decision and write down one counterexample that would reverse your choice. That is more useful than memorizing a single ranking.

From “The Five-Step Eval” to “A Model Scorecard You Can Reuse”

“The Five-Step Eval” grounds the problem in “Sample successful, ordinary, ambiguous, multilingual, and adversarial cases. Remove private data or obtain the right consent”. “A Model Scorecard You Can Reuse” then moves it toward “Dimension Question What to record Pass signal Task quality Did the output solve the user’s actual problem? Pass rate, rubric score, correction time Meets the written acceptance criteria Grounding Does it use th…”. Together, they show that the lesson is not just a conclusion to remember, but a claim with conditions.

Carry the judgment into the next situation

For model selection, write non-negotiable constraints from the real task first. Compare quality, failure behavior, latency, licensing, and cost on the same inputs; use a leaderboard only as a starting point.

  • “The Five-Step Eval”: Sample successful, ordinary, ambiguous, multilingual, and adversarial cases. Remove private data or obtain the right consent
  • “A Model Scorecard You Can Reuse”: Dimension Question What to record Pass signal Task quality Did the output solve the user’s actual problem? Pass rate, rubric score, correction time Meets the written acceptance criteria Grounding Does it use th…
  • “The closing point”: A model comparison is never finished: re-run it after important changes

The final “The closing point” brings the discussion to “A model comparison is never finished: re-run it after important changes”. The useful thing to carry forward is knowing which judgments must be revisited when input, scale, or risk changes.

✅ What this page wants to share with you

  • Rankings are discovery tools, not procurement decisions.
  • Your own failure cases are more valuable than a giant generic test set.
  • Quality, cost, latency, tool use, and safety belong on one scorecard.
  • A model comparison is never finished: re-run it after important changes.
Mark as learned Your reading progress updates automatically
← PreviousNext →

Keep reading

The next useful article in the thread.

ARTICLE DISCUSSION

Leave one useful thought here.

Keep the idea that clicked, the question that stayed open, or a small note for the next learner.

Discussing Compare models with your work, not a leaderboard AI Without the Fog
3discussionsArticle discussion · synced with the Circle
View in the learning circle
TW
Tara WilsonQA lead
INSIGHTYour own data

Our team used public benchmarks as a substitute for testing and only discovered the mismatch after launch. We now keep a small set of anonymized examples; even a dozen is more useful than a headline score.

ARTICLE DISCUSSION9 helpful
AC
Arthur ColeOperations lead
QUESTIONQuestion

How should accuracy, latency, and cost be weighted when comparing models? If different roles define a “good answer” differently, should we maintain several evaluation sets?

ARTICLE DISCUSSION6 helpful
MA
Maya AdeyemiData engineer
IDEAEvaluation workflow

A minimal evaluation sheet would be useful: input, expected behavior, actual output, failure type, and human handling time. That makes evaluation support a decision instead of only producing a model score.

ARTICLE DISCUSSION5 helpful