Uses the same tasks, repetitions, and weights as the primary model.

Expected score and cost

Estimated from 1,000 resamples of published runs
Tasks selected Select a model
Estimated score Select a model
Estimated price Select a model

Ranked tasks

Exclude a task to remove it from consideration. Blue rows are in the current plan; red rows are excluded. Tasks are ranked by P5, the conservative low end of each correlation interval.

Exclude Task CorrelationP5 ↓P50P95 Weight Price / run First-to-pass
End of ranked tasks

How to run the selected benchmark

Save the plan, describe your experiments, and run them with Agent Layer.

1

Check the prerequisites

Install the al CLI and Docker, then configure the provider credentials required by every model in your study.

2

Save the selection

Save this plan as selection.json in a new folder. Copy it to the clipboard or download it directly.

3

Create the study

Run the CLI scaffolder from your project. It generates a benchmark-safe provider config and snapshots the selection, current instructions, and projected skills into a self-contained study.

Terminal

        
4

Validate, then run

Terminal● ● ●
al benchmark run benchmark-study/study.toml --dry-run
al benchmark run benchmark-study/study.toml

The dry run validates inputs without provider calls. The real run authorizes paid calls and resumes safely if interrupted.

Agent Layer generates report.json and report.html in the study’s state directory, then prints the report path.