Evaluate a flow with Caliper
A flow that looks good in the test pane can still be wrong on the long tail. Caliper is how you turn "looks good" into a score against cases you trust — and Workbench links straight into it so you don't lose the thread.
- Run it and read the score
Run the eval. Caliper feeds each dataset item through your flow and scores every output against every rubric criterion with an LLM judge. You get an overall score plus a per-item, per-criterion heatmap — where it's weak, not just that it scored 0.78.
- Watch it from Workbench
Back in the flow's dev drawer, the Evals tab lists every Caliper eval bound to this flow with its latest score (green / amber / rose) and run counts. A Run now button kicks a fresh eval run and shows progress in-row — so you can re-check the flow after an edit without leaving the editor.
Feed good runs back in
Found a run worth keeping — a great answer, or a revealing failure? From the Runs tab, bookmark it to push it into a Caliper dataset. Your eval set grows from real traffic instead of made-up cases.