Kasra Vaziri
All essays
Product Leadership

AI Evals Are the New PRD for Product Teams

You can't write a spec for a system that never behaves the same way twice. The PRD is dead for AI products. The new core PM artifact is the eval — a graded test set that defines 'good' with a number.

Kasra Vaziri7 min read
An old product spec dissolving into a grid of green and red checkmarks, illustrating AI evals replacing the PRD.

Last month a team showed me an AI feature they were proud of. In the demo it was magic: ask it anything, get a crisp, sourced answer. Two weeks after launch, support tickets were climbing and nobody on the team could tell me whether the version they'd shipped Tuesday was better or worse than the one from the Friday before. They'd changed the prompt four times. They were pretty sure the last change helped. Pretty sure.

That phrase — "pretty sure" — is where AI products go to die. And it's why AI evals have quietly become the most important skill a product manager can learn right now. Not prompting. Not "AI fluency" in the abstract. Evals: the discipline of measuring whether your AI is actually any good, on purpose, with numbers.

You can't write a spec for a system that never behaves the same way twice

For thirty years the product manager's core artifact was the spec — the PRD. You described what the software should do, engineers built exactly that, and QA checked it against the list. It worked because the software was deterministic: same input, same output, every time.

AI breaks that contract. A language model can answer the same question two different ways, be brilliant on Monday and confidently wrong on Tuesday, and fall apart the moment real users do something you didn't imagine. You cannot enumerate that behavior in a Google Doc. The PRD, as the thing that defines "done," is dead for AI products — and most teams haven't noticed they're flying without it.

Hamel Husain, who has shipped LLM products since before they were cool, puts it bluntly: unsuccessful AI products almost always share a single root cause — "a failure to create robust evaluation systems." Not bad models. Not weak ideas. No way to measure good.

The graveyard is already filling up

This isn't theoretical. Applause's 2026 State of Digital Quality in AI report surveyed more than a thousand people who build and test software, and 44.1% said their organization had turned off a live AI feature in the past year because the operating cost outweighed the value it delivered. In the same survey, only 40.3% said more than half of their AI initiatives had reached full-scale production — meaning, for most teams, the majority of their AI work is still stuck short of it.

Agents fare no better. One 2026 analysis of 6,259 production agents found a 56.6% success rate across 4.5 million tests — a coin-flip gap between the demo and the wild. I've written before about why 95% of AI pilots never deliver real ROI; this is the mechanism underneath a lot of it. The thing dazzles in the room and unravels in production, and the team has no instrument to catch the fall.

That gap — between "it demoed great" and "it works" — is exactly what vibe coding quietly defers, and what evals exist to close.

What an eval actually is (no jargon)

Strip away the mystique: an eval is a graded test set for behavior you can't fully specify. You collect real examples, you decide what a good response looks like, and you score the system against them — every time you change anything. It's the acceptance criteria for a probabilistic world.

The work that makes it real is unglamorous, and it's yours, not just engineering's: read your outputs. Sit with fifty real interactions, label each one good or bad, and — this is the part people skip — write down why. Those reasons are your failure modes, and your failure modes become your test set. Husain's advice after years of this is to spend most of your time making evaluation more robust, because the teams that only tinker with the prompt and never build the measurement never get their product "beyond a demo." Sound familiar?

AI evals are a product job, not an engineering chore

Here's the part that makes evals a product skill and not a testing checkbox: someone has to decide what "good" means, and that someone is you.

An engineer can build the harness. Only the product owner can say that a refund-bot reply which is technically correct but cold is a failure, or that a summary which drops the one number the user cared about is worse than one that's slightly too long. That judgment — encoded into a rubric a machine can run a thousand times — is the new spec.

You can't borrow it from a public benchmark, either. UC Berkeley researchers showed in 2026 that every major agent benchmark can be gamed to near-perfect scores without solving a single task — a zero-capability agent scored 100% on tests it should have failed outright. A generic score tells you nothing about your product. And measuring only the final answer hides the rest: agents judged on output alone pass 20–40% more cases than a full look at their actual work reveals. Good is specific, and specifying it is product work.

The market already senses this. Demand for AI fluency in job postings has grown nearly sevenfold in two years — and the part of that fluency that actually separates people is whether they can define and defend a measure of quality. The PM who can write an eval is becoming what the PM who could write a crisp spec was in 2012: the one you can't ship without.

How to start on Monday

You don't need a platform. You need a spreadsheet and an afternoon.

  1. Collect 50 real outputs from your feature — actual user inputs, not your favorite happy-path demo.

  2. Label each good or bad, and write the reason. The reasons are the gold.

  3. Cluster the reasons into failure modes — "ignored the context," "too long," "made up a fact." That's your rubric.

  4. Turn it into a repeatable test set. Even 30 cases you re-run by hand beat a vibe check.

  5. Gate changes on it. No prompt or model swap ships unless the score holds or climbs.

The first time someone says "I think the new version is better" and you can answer "it went from 71% to 84% on our set, but it regressed on refunds — fix that first," you'll feel the ground move. You stopped guessing.

AI evals are the new core skill

Every era of product management has a defining artifact. It was the spec, then the user story, then the experiment. For AI products it's the eval — because it's the only honest way to say done for software that won't behave the same way twice.

AI evals aren't a testing detail you can delegate and forget. They're how you define quality, how you say no, and how you drag a thing across the gap between a demo that wows and a product that holds. Learn to write them, and you become the person on the team who actually knows whether the AI is any good. Skip them, and you'll spend the next two years exactly where that team was: pretty sure.

Sources

The newsletter

Think more clearly about product

One email when I've got something worth your attention — an essay, a hard-won lesson, or a new tool. No filler, no fixed schedule. Unsubscribe in a click.

Why AI Evals Are Now the Core Product Management Skill — Kasra Vaziri