ATRIUMsearch → argument graph
Video · 2026-05-07 · 53m · 5 moments

Why Your LLM Evals Are Missing Critical Failures

✦ AI generated

timeline · colored by role

01
Claim

The real bottleneck in production AI isn't performance or benchmark overfitting, it's reliability, trustworthiness, and understanding what your agents are doing.

Scott Clark argues that the core problem enterprises face with AI is not squeezing extra performance from models, but ensuring they behave reliably and understandably in production.

transcript

Scott Clark: one of the things that's really holding back value in the enterprise, especially when it comes to AI, isn't necessarily just performance. People don't stay up at night cuz they're trying to over fit it in eval by another half a percent... what you really care about is is this model or agent going to perform well in production? Is it going to treat my customers the way I want them to be treated and really represent the business well?

extends · 3supports · 5

02
Mechanism

Analytics discovers patterns by finding traces that are mathematically different from the rest of the distribution, then using LLMs to explain whether the difference is good or bad.

Clark explains the mathematical approach: first detect that a subset of traces has a different 'fingerprint' from the majority, then apply LLMs to determine whether that difference is beneficial or harmful.

transcript

Scott Clark: mathematically, it's actually relatively straightforward to ask the question, is A different than B? So, that's actually what we're looking for ahead of time is like these have this slightly different signature... After that, then we can use LLMs to say, why is it different? Is this a good difference or a bad difference? And it turns out these reasoning models are actually pretty good at saying like, hey, looking at the macro level... I can say this probably isn't what was intended.

gives example · 1provides context · 2

03
Claim

The best evals come from a recursive loop of continual refinement using production analytics, not from static benchmarks.

Drawing on his experience with fraud detection and metagenomic assembly, Clark argues that meaningful evals must be iteratively refined by discovering what actually matters in production data, not defined upfront.

transcript

Scott Clark: the best way to come up with an Eval or set of evals that actually represents what you want and what you can optimize towards or automatically optimize towards is to have this recursive loop of continual re-refinement. And I think analytics is the way to take these larger patterns and signals and then use that to map down into a smaller like latent space or manifold of like these are the numbers I really care about.

extends · 1supports · 2

04
Claim

Non-stationarity of foundation models is one of the strongest arguments for keeping evaluation in an online loop, because evals that worked yesterday may not work tomorrow.

Clark argues that because underlying models shift over time — even without version changes — any static eval or guardrail will eventually fail, making continuous online analytics essential.

transcript

Scott Clark: this non-stationarity, which is what you're pointing at here, is actually one of the strongest arguments for keeping this in an online loop. Because whatever evals and guardrails or whatever it was that worked before might not work tomorrow because the model may have shifted around it... It's like you're trying to box something into something in some high-dimensional box and it's going to find some dimension that maybe you didn't realize.

05
Mechanism

Analytics helps you discover which metrics to track in the first place — it reveals the unknown unknowns that you wouldn't know to monitor until you find them.

Using the analogy of a 'heat dome' as a newly relevant weather phenomenon, Clark explains that analytics uncovers the orthogonal signals you didn't know to look for, which then become trackable metrics in your monitoring system.

transcript

Scott Clark: analytics is how you learn that you should even look for that. And then you put it in... eventually everything is measurable and then you can put it into the monitoring system or whatever it may be. But finding those unknown unknowns, especially in a non-stationary environment, is a really difficult problem that needs to be automated with analytics is by hypothesis.

extends · 3

Highlight slides
Related episodes