When to use A/B comparison
- After updating a skill’s instructions — did quality improve?
- After switching providers or models — which performs better on your workloads?
- After enabling a new MCP tool — did additional context help?
Running an A/B comparison
1
Open the Eval Dashboard
Press ⌘4, then click Dashboard.
2
Select a profile
Click the profile card whose runs you want to compare.
3
Select two runs
In the Run History table, check the boxes next to two runs and click Compare Selected.
Comparison view
The comparison table has one row per case, with columns for both runs:
Click any row to expand and see both outputs side by side.
Summary metrics
Above the table, MIRA shows:- Overall pass rate: Run A → Run B
- Cases improved: N cases that flipped from fail to pass
- Cases regressed: N cases that flipped from pass to fail
- Average score delta: Mean(Score B) − Mean(Score A)
Exporting a comparison
Click Export Comparison to download a CSV with all per-case data from both runs, including deltas.Edit this page — Open a pull request