input and an
optional expected output — that you run experiments against.
Building a dataset
- Create a dataset in Datasets → New dataset.
- Add items manually (
inputas JSON or text, plusexpected), or capture them from real traces you want to turn into regression cases. - Datasets are versioned, so an experiment records exactly which version it ran against.
Using a dataset
Run an experiment over a dataset: RunAgain executes your prompt/agent for each item, records the output as a run item, and scores it with your chosen method(s). Compare the result against your baseline to catch regressions before shipping.Experiments
Score a dataset run and diff it against the baseline experiment.