Datasets: benchmarks tied to a rubric
Judge Datasets are benchmark sets built from the same rubric your human reviewers used in Reviews. This is what a judge is calibrated and scored against.Judges: build and calibrate
A Judge is an LLM configured to grade traces against a rubric. Calibration measures how well the judge agrees with your human reviewers before you trust it to grade traces on its own.Evaluations: run and measure
Evaluations runs a judge against a dataset and reports results per rubric dimension, so you can see where the judge is confident and where it still disagrees with humans.Generating data to evaluate against
Separately, DataFramer can generate synthetic datasets from the failure patterns you’ve found, useful for building regression sets or expanding thin edge cases. This part does have a public API and Python SDK:Next steps
API & MCP
Programmatic access to datasets, specs, generation, and evaluations

