Create from scratch
- Go to Experiments.
- Click + Experiment or use the empty state form.
- Select one or more tasks to evaluate: prompts, workflows, or remote evals and sandboxes.
- Choose or create a dataset:
- Select existing dataset: Pick from datasets in your organization
- Upload CSV or JSON: Import test cases from a file
- Empty dataset: Create a blank dataset to populate manually later
- Optional: Click Filter under the dataset field to scope the experiment to a subset of records. Filter by
input,expected,metadata,tags, or any custom column using SQL expressions. The experiment runs only against records matching the filter, and the filter is recorded on the experiment. - Use the Scorers field to add scorers and classifiers to score and label outputs.
- Click Create to execute the experiment.
UI experiments run without a time limit on cloud and on self-hosted deployments running data plane v2.0 or later.
Promote from a playground
Playground runs are mutable — re-running overwrites previous results. When you’ve iterated to a configuration worth keeping, promote it to an experiment to capture an immutable snapshot:- Run your playground.
- Select + Experiment.
- Name your experiment.
- Access it from the Experiments page.
Next steps
- Interpret results from your experiments
- Compare experiments to measure improvements
- Run experiments in code with the SDK
- Run experiments in CI/CD to catch regressions automatically