Skip to content
Cortexa ConsultingCortexa Consulting
Cortexa Ground Truth
Explainer5 min readBy Joe Coffman
0:00 / 4:02

Tip: once it’s playing, tap any line to jump the audio there.

Evals, in plain English.

An eval is the test you run before an Artificial Intelligence (AI) feature ships and every time after. It's how good gets measured, not eyeballed.


“It looked right in the demo.” That's the sentence that gets an AI feature greenlit and, weeks later, the one everyone wishes they'd checked harder. An eval is the unglamorous fix: a standing test that scores an AI feature's answers against real examples every time something changes, so “good” becomes a number you can point to not a memory of the one run that went well.

So what actually is an eval?

Strip away the research-paper feel and an eval is just two things: a set of real examples with a known-good answer, and a way to grade new answers against them automatically. Run it once before the feature ships, then run it again every time the prompt, the model, or the underlying data changes because any one of those three can quietly make things worse without anyone noticing until a client does.

The eager intern turns in good work when you're watching. An eval is the answer key that checks it when you're not.

How does an eval actually work?

How an eval actually works

What's actually real?

The “so what” for anyone serving tech clients

  • When a client says “it looked great in the demo,” ask the follow-up kindly: “what does it score on a real test set?” That's the difference between proving a feature is feasible and proving it's ready the demo-to-production gap we broke down in Ground Truth 73 worth asking before it ships, not after it breaks.
  • Owning the eval is the billable, ongoing part. Building the feature is a project; maintaining the test set and re-running it every time the model or prompt changes is a service the “we're still watching this” work that keeps an agency in the room after launch.

Next Reads