- pass@1
- The share of trials in a group that resolved. Counted over trials, not over tasks: a task with forty trials pulls on the figure forty times. Every pass@1 on this site is a plain proportion — no per-task weighting, no estimator, no correction for how many attempts a task received.
- pass@k
- On a task page, whether any attempt at that task resolved. It prints 100.0% or 0.0% and nothing between. The k is that task's own trial count, which varies across the run, so two tasks both reading 100.0% may have been given very different numbers of chances.
- Reward
- The verifier's verdict, as a number. 1.0 for a pass, 0.0 for a fail. One task in this run is graded on a continuous score instead, and there reward is a fraction. Reward is the only quantity on the site that decides anything; everything else describes it.
- Verifier
- The program that grades a finished workspace. It runs after the agent has stopped, with the reference solution and the grading assets restored, and it communicates by exit status. It is deterministic and it is the sole authority on reward.
- Trajectory
- The full record of one attempt: the instructions given, every tool call and its output, the files touched, and the final state of the workspace. The classifier reads the trajectory; the verifier does not.
- Trial
- One agent, one model, one task, one attempt, one reward. The trial is the unit of everything counted here. This run holds 879 of them.
- Task
- A problem with a starter workspace, an instruction, and a verifier. A task is attempted repeatedly and by more than one agent, so it appears in many trials. This run covers 90 tasks.
- Category
- The subject area a task belongs to, such as software engineering or RTL design. Categories are a fixed registry in the code, not a field derived from the data, and they are always presented in that registry's order rather than sorted by any statistic.
- Live vs preview
- A coverage marker, not a quality one. A category is live once it has at least 20 scored trials and preview below that. It counts trials, not tasks. Preview figures are published, but they are thin enough that ranking on them would be misleading.
- Wilson interval
- The 95% confidence interval drawn beside each pass@1. The Wilson score interval is used because it stays inside 0–100% and behaves sensibly at small n and at rates near the ends, where the textbook normal interval does not. It is an interval on one group's own rate; overlapping intervals are not a significance test.
- Tier
- Whether an agent row is ranked or held back as preview. Above the trial threshold a row is ranked; at or below it the row is still shown, with its figures, but kept out of the ranking.