Wiki · AI engineering

Evals as PRD

From Ankur Goyal (Braintrust) on How I AI · captured 16 June 2026 · Watch the source

Now that agents write the code well, your leverage moves from specifying the how to specifying the what. An eval is a PRD encoded so a machine can score it, then handed to an agent to grind against until it passes.

Ankur Goyal runs Braintrust, an evals platform. His claim is that the hardest, most risk-averse engineering work, the database infrastructure and query optimisation that no one wants to touch, is now the sweet spot for AI rather than its weak point. The reason is framing. Define the outcome and the success criteria precisely, then let the agent explore the solution space against that bar.

The same idea scales to products and to teams. An eval encodes what good looks like quantitatively. CI and eval pipelines are the real platform work. Read it with one eye open: this is the founder of an evals company making the case for evals.

What it says

In his words.

"In my opinion, evals are actually the modern version of a PRD."
"There's no staff engineer who is running as many rigorous benchmarks and trying out different algorithms than someone who's using an agent."
"The number one job for you is to build a feedback loop. It is not prompt engineering. It's not picking an agent framework. It's not rewriting your database. It's creating that pipeline."

Worth knowing

The source is selling evals. Goyal is the CEO of Braintrust. Every figure in the interview is a self reported anecdote from his own work, not an external statistic. The method is sound and the framing is motivated. Hold both.

It assumes you can score the outcome. "Specify the what" works cleanly when the what is measurable. For fuzzy product goals like tone or feel, writing the scoring function is the hard part, and the interview does not solve that.

Related

Sources