AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

Step 1: Define the Decision You're MakingPin down the constraintsName the success criteriaStep 2: Assemble a Representative Task SetSource from real dataCover the distribution deliberatelyStep 3: Write the Scoring Rubric FirstChoose a scoring methodDecide who or what scoresStep 4: Run the Models Under Identical ConditionsHold everything constantCapture the raw outputsStep 5: Score, Then Look at the DistributionGo beyond the meanSegment the resultsStep 6: Account for Cost, Speed, and VarianceWeigh the trade-offsCheck run-to-run varianceStep 7: Document and Re-Run Over TimeFrequently Asked QuestionsHow many tasks do I need for a reliable evaluation?Should I use a model to score the outputs?What if two models score nearly the same?How often should I redo the evaluation?Can I skip public benchmarks and just test myself?Key Takeaways
Home/Blog/Public Scores Cannot Tell You What Works on Your Tasks
General

Public Scores Cannot Tell You What Works on Your Tasks

A

Agency Script Editorial

Editorial Team

·December 27, 2025·7 min read
AI model benchmarksAI model benchmarks how toAI model benchmarks guideai fundamentals

Public benchmarks tell you which models are roughly in contention. They cannot tell you which one will perform best on your actual work, because they weren't built from your tasks. The only way to answer that question is to run your own evaluation. This guide gives you the concrete, ordered steps to do exactly that, starting from nothing today.

You don't need a research team or a dedicated platform to begin. A spreadsheet, a clear rubric, and a few dozen real tasks will outperform any public leaderboard for deciding what to ship. The discipline is in doing the steps in order and resisting the urge to skip the unglamorous ones, like writing the rubric before you look at any outputs.

Follow these steps in sequence. Each builds on the last, and skipping ahead is the most common way evaluations produce confident but wrong conclusions.

Step 1: Define the Decision You're Making

Before collecting a single task, write down what you're trying to decide. "Which model should we use for customer support reply drafts?" is a decision. "Which model is best?" is not, and it has no answer.

Pin down the constraints

A real decision comes with constraints. Note your hard limits up front: maximum acceptable latency, cost ceiling per request, whether the model must run in a specific region, and any compliance requirements. These will eliminate otherwise strong candidates before you waste time testing them.

Name the success criteria

Decide what "good" means in concrete terms. For support drafts that might be: factually correct, on-brand tone, no unsafe promises, under 150 words. Write these down now. If you wait until you're staring at outputs, you'll rationalize whatever the models produced.

Step 2: Assemble a Representative Task Set

Your evaluation is only as good as the tasks in it. The goal is a set that mirrors the real distribution of work the model will face.

Source from real data

Pull tasks from your actual logs, tickets, or documents, not from your imagination. Real inputs contain the messiness, edge cases, and ambiguity that synthetic examples miss. Aim for 50 to 200 tasks. Below 50 and your results are noisy; above 200 and manual scoring becomes a chore without much added confidence.

Cover the distribution deliberately

Make sure the set includes the easy common cases and the hard rare ones in roughly the proportion they occur. Then add a handful of known-tricky cases on purpose, the ones that have burned you before. You want the evaluation to surface failures, not hide them.

Step 3: Write the Scoring Rubric First

This is the step people skip, and it's the one that separates a real evaluation from a vibe check. Write your rubric before you generate any outputs.

Choose a scoring method

For tasks with a clear right answer, like extraction or classification, score exact match automatically. For open-ended tasks, like writing, use a rubric with 3 to 5 criteria each scored on a small scale, say 0 to 2. Keep the scale small; finer scales add disagreement without adding signal.

Decide who or what scores

You have three options: score by hand, use a strong model as a judge, or both. Manual scoring is most trustworthy and slowest. Model-as-judge scales but needs validation against human scores on a sample before you trust it. For a first pass, score by hand. It forces you to actually read the outputs.

Step 4: Run the Models Under Identical Conditions

Fairness lives in the details. The whole evaluation is invalid if you give one model an advantage you didn't give the others.

Hold everything constant

Use the same prompt, the same temperature, the same number of attempts, and the same tool access for every model. Record these settings. If you later change the prompt to help one model, you must rerun all of them. Our piece on 7 Common Mistakes with AI Model Benchmarks covers how subtly unfair setups creep in.

Capture the raw outputs

Save every model's full output for every task before you score anything. You'll want to re-read them when results are surprising, and you'll want a record if a stakeholder questions the conclusion.

Step 5: Score, Then Look at the Distribution

Now you score every output against the rubric from Step 3. But the average is not the whole story.

Go beyond the mean

A model can have a great average and still fail catastrophically on 5% of tasks. For many production uses, that tail matters more than the mean, especially if those failures are unsafe or visible to customers. Always look at the worst outputs, not just the average score.

Segment the results

Break scores down by task type. A model that wins overall might lose badly on your hardest segment, which could be the segment you care most about. The aggregate can hide exactly the information that should drive the decision.

Step 6: Account for Cost, Speed, and Variance

The highest-scoring model isn't automatically the right choice. Now you fold in the constraints from Step 1.

Weigh the trade-offs

A model that scores two points higher but costs three times as much and responds twice as slowly is often the wrong pick. Put quality, cost, and latency side by side and decide explicitly which you're optimizing. Make the trade-off a choice, not an accident.

Check run-to-run variance

Run your top candidates two or three times. If a model's score swings several points between runs, that instability is itself a finding, and it should lower your confidence in a narrow lead.

Step 7: Document and Re-Run Over Time

Finish by writing down the decision, the evidence, and the date. Models update, and a choice that was right three months ago may not be right now.

Keep your task set and rubric as a reusable asset. When a new model ships or a vendor pushes an update, rerun the same evaluation. This turns a one-time decision into an ongoing capability. For a formal structure to make this repeatable, see A Framework for AI Model Benchmarks, and to put it on a working checklist, use The AI Model Benchmarks Checklist for 2026.

Frequently Asked Questions

How many tasks do I need for a reliable evaluation?

Between 50 and 200 for most cases. Fewer than 50 and your scores are too noisy to trust narrow differences. More than 200 rarely changes the conclusion and makes manual scoring painful. Start at the low end and add tasks if results are close.

Should I use a model to score the outputs?

Model-as-judge scales well but only after you've validated it against human scores on a sample. For a first evaluation, score by hand so you actually read the outputs and understand the failure modes. Once you trust the judge on your task, you can automate.

What if two models score nearly the same?

Then quality isn't the deciding factor, and you should let cost, speed, or reliability break the tie. Also rerun both a few times to check whether the small gap is even stable. A two-point difference that flips between runs is not a difference.

How often should I redo the evaluation?

Whenever a model you use gets an update, when a promising new model ships, or at a regular cadence like quarterly. Models change behavior between versions, so a decision has a shelf life. Keeping your task set reusable makes re-running cheap.

Can I skip public benchmarks and just test myself?

You can, but public benchmarks are a useful free filter for deciding which models are worth your testing time. Use them to build a shortlist, then run your own evaluation on the shortlist. That's faster than testing every model on the market.

Key Takeaways

  • Start by defining the actual decision and its constraints, not a vague "which is best."
  • Build a task set of 50 to 200 real, representative examples including known-hard cases.
  • Write the scoring rubric before generating any outputs to avoid rationalizing results.
  • Run every model under identical conditions, then study the distribution and worst cases, not just the average.
  • Fold in cost, speed, and variance, document the decision, and rerun as models change.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification