Quickstart
Get your first multi-run evaluation running in under five minutes.
3. Write your first evaluation
The example below evaluates a customer-support AI across 10 runs and checks three properties: toxicity, length, and empathy.
4. Read the output
Here's what you'll see in the terminal. Pay attention to the uq block — that's the statistical analysis.
What this tells you
modeCount: 2
Your AI is not producing one consistent type of response — it's switching between two qualitatively different behaviors. This is the most actionable signal in the output.
ci95: [0.30, 0.84]
The confidence interval is wide. You've observed 6/10 passes, but based on that sample the true pass rate could plausibly be anywhere from 30% to 84%. Run 20–50 iterations to narrow this down before making a ship decision.
significant: true, pValue: 0.003
The distribution has shifted significantly compared to the baseline. This wasn't random noise — something you changed affected behavior.