55:02Dave 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.
