Create an experiment
Choose the approach that fits your workflow. Each one produces the same kind of experiment, comparable to any other in your project.- Run in code with the SDK. The most flexible path, with full control over your task, data, and scorers, and the one to use when you want evals versioned alongside your application.
- Run in the UI, without writing code, from an existing dataset or by promoting a playground run.
- Run in CI/CD, to catch regressions automatically on every pull request.
Analyze results
Once an experiment finishes, dig into the results:- Interpret results to read the experiment table and drill into individual traces.
- Compare experiments to measure improvements and regressions between runs.
Next steps
- Run experiments in code with the SDK
- Write scorers to measure quality
- Build datasets to power your evaluations
- Evaluation best practices for reliable, high-signal evals