Companion videos

Building evals that actually catch regressions — companion videos

Eval design is the part of LLM work where the YouTube canon is thin — most popular content is "what's the best benchmark" rather than "how do I stop my product from quietly getting worse." Both picks sit below our usual view bar because that is genuinely how this corner of the field looks; they are the clearest treatments available — one a hands-on solo build, the other a production case study — paired so you can see the same problem from two angles.

Primary pick

55:02
How to Systematically Setup LLM Evals (Metrics, Unit Tests, LLM-as-a-Judge)

Dave Ebbelaar

A working AI engineer walking through his actual eval ladder — assert-style unit tests, reference-free metrics, LLM-as-judge alignment with humans, and the analyze/measure/improve loop. The structure is the closest match on video to the article's argument that evals are a regression-catching system, not a leaderboard.

What you should get from this: Design an eval ladder that catches regressions before prompt or model changes reach users.

Watch or know first: Experience shipping or maintaining an AI workflow with known failure examples.

AI Expert note: Some tool choices will age, but the ladder is sound: deterministic checks first, then model-graded checks validated against humans. Do not skip calibration just because an LLM judge is easy to add.

Open video page

Also worth watching

18:44
How to Construct Domain Specific LLM Evaluation Systems: Hamel Husain and Emil Sedgh

AI Engineer

Hamel Husain and Rechat's CTO walk through the eval system behind a real AI product: why generic off-the-shelf evals fail, a layered setup of assertions, logged traces with human review, and LLM judges kept aligned with a domain expert, and how a working eval system unlocks data curation and fine-tuning. It is the production case study for the article's argument that evals are regression-catching machinery, not a leaderboard.

What you should get from this: See how a production team layers assertions, human review and LLM judges so regressions surface before release.

Watch or know first: Comfortable with basic LLM evaluation terminology and the article's eval-ladder framing.

AI Expert note: Recorded mid-2024; specific tools have moved on but the system design has not. Treat it as an architecture reference, not a vendor guide, and keep the domain expert in the loop as the talk insists.

Open video page