Pack · 8 talks · 6h 11m to watch, 44 min to read

Evaluating LLM applications

A prompt change looks better on your favorite examples but annoys real users. Your judge awards high scores to answers reviewers reject. A model upgrade fixes one task and quietly damages another. Begin with the outcome the application should help someone achieve, then build examples that reflect its actual use. Separate that evaluation set from the benchmarks and examples you have been optimizing against. The next talks turn quality into checks, examine misleading judge scores and calibrate automated decisions against human judgment. Keep feedback tied to the version and run it describes. End with a staged release process that makes competing quality measures visible. The aim is a repeatable comparison you can act on, rather than a single reassuring number.

3
Josh Tobin, Gantry · 49:50 · LLMs in Production 2023
Evaluating LLM-based Applications

Why here: Tobin shows how to grow a small evaluation set from difficult inputs and choose metrics according to the evidence available. His grammar-correction example catches an unwanted translation behavior, turning an observed mistake into a criterion for the next comparison. This makes the dataset an evolving record of requirements rather than a fixed collection of demos.

4
Gideon Mendels, Comet · 1:01:43 · MLOps Podcast
Systematically Test and Evaluate Your LLMs Apps

Why here: Exact assertions still matter, but equivalent answers should not fail because their wording differs. Mendels combines hard rules with semantic comparisons and model judges, then records the configuration behind each experiment. That makes the comparisons repeatable; the next two talks ask whether the judges themselves deserve your trust.

8
Austin Bell, Slack · 15:11 · AI in Production 2024
Evaluating Quality and Improving LLM Products at Scale

Why last: Bell gives the comparison a release decision. Small prototype sets lead to broader validation and then product experiments. His preprocessing example improves formatting while reducing another quality measure, showing why a team must weigh the whole result. Finish by making that tradeoff explicit instead of promoting whichever version wins one score.

After this pack: Agents in production →