Before you start
Auto Evals run on your real traffic, so Catalyst needs to see that traffic first. Integrate one of these:- Gateway. Route your LLM calls through the Catalyst Gateway. Requests are recorded and grouped into tasks. Follow Record Your First LLM Call.
- Tracing. Report traces from your app with the tracing SDK. LLM calls are grouped under agents. Follow Capture Your First Trace.
Run your first comparison
1
Open the Compare Models tab
For Gateway traffic: go to Gateway → Tasks, open your task, and select the Compare Models tab. If your requests do not set a task ID, they are grouped under the Default task.For traced apps: go to Agents, open your agent, and select the Compare Models tab.

2
Start a run
Click Run Comparison. The comparison dialog opens with sensible defaults: a 30 day traffic window, 100 samples per model, and the models recommended for your task pre-selected in the model catalog. For a first run, keep the defaults and click Run.
The dialog also shows your recent spend on this task and how each candidate’s blended price compares to your current model, and warns you if the run would exceed your team’s daily eval limit.

3
Watch the run execute
The run report opens immediately and fills in as the run progresses through three stages:
- Sampling traffic - Catalyst pins a deterministic sample of your requests.
- Scoring candidate models - every candidate re-runs the samples and is judged.
- Generating insights - the scored results are summarized into a verdict and findings.

4
Read the outputs
When the run completes, the report leads with a verdict: switch to a specific model, or keep your current one. Below it you get the estimated monthly savings, key findings from the judged samples, a quality versus cost chart, and a leaderboard that ranks every candidate against your current model on quality, similarity, latency, and price.
From the leaderboard, open the Sample Viewer to read individual model outputs side by side with the judge’s reasoning.

What you just learned
- Auto Evals measure candidate models on your own production traffic, not a public benchmark
- A run needs no dataset or rubric: Catalyst samples your traffic and scores it with two fixed rubrics, quality and similarity
- The result is a concrete recommendation with evidence you can inspect down to the individual sample
Next steps
Run an Auto Eval
The full reference for starting runs: configuration, sampling, scoring, and limits.
Interpret the results
Read the run report and drill into judged samples.
Write your own rubric
Measure a quality dimension specific to your product with a Direct Eval.
Run a Direct Eval
Compare models on a curated dataset with your own rubric.