What problem does it solve?
When an LLM experiment or evaluation run fails or scores regress, it is hard to tell whether the agent, the evaluator, the dataset, or the judge model is at fault. This Skill provides a structured triage workflow that isolates the exact failing rows and evaluators, then guides you to a root cause.
Core Features & Use Cases
- Failing Run Discovery: Locate failing experiment runs and distinguish execution failures from score regressions using the LangWatch CLI.
- Row and Evaluator Isolation: Filter results to failing rows and per-evaluator breakdowns to determine whether a regression is concentrated in one scorer or spread across all of them.
- Root Cause and Prevention: Compare against the last passing run, inspect production traces and datasets, then add evaluators or monitors to prevent recurrence.
- Use Case: An experiment run completes but accuracy drops 15%. Use this Skill to filter the failed rows, discover the regression is isolated to one LLM-judge evaluator whose model changed, and fix the judge configuration before re-running.
Quick Start
Triage my failing LangWatch experiment run and find which rows and evaluators caused the score regression.