Pass@N

Pass rate

Tasks solved / tasks in scope, up to 2 attempts (strict per-set denominator).

Formula: (tasks_passed_attempt_1 + tasks_passed_attempt_2_only) / task_set_size

Includes unattempted tasks as failures. Scope-aware; reflects active filters (set, category, difficulty). Final assisted solve rate with up to 2 attempts; drill-down companion to Solve AUC@2.

88.2%
Tasks pass 97/110
1st: 80 2nd: 17 Failed: 13
Avg cost / task

Avg cost / task

Average LLM cost per distinct benchmark task in USD.

Formula: SUM(cost_usd) / COUNT(DISTINCT task_id) across all the model's results in scope.

Use to compare operating cost across models with similar pass rates. Does not account for quality. Combine with $/Pass for a cost-efficiency view.

$0.22
Latency p50

Latency p50

Median per-task wall time (LLM call + compile + test), in milliseconds.

Formula: 50th percentile of per-task duration_ms: LLM latency + compile time + test time.

Use p50 for a typical-case latency expectation. Unaffected by outlier slow tasks.

19.9s
Avg score

Avg attempt score

Mean per-attempt score on a 0–100 point scale (partial credit). Drill-down only.

Formula: Mean of attempt scores across all results rows: SUM(score) / COUNT(*) over the results table. Each attempt earns 0–100 points based on compile + test outcomes.

Drill-down companion to pass_at_n. Rewards partial credit but not directly comparable to pass rate; use for within-model analysis.

70.0 / 100
All-runs pass rate

All-runs pass rate

Fraction of tasks the model solved in every single run (strict consistency, also written pass^n).

Formula: tasks where ALL runs produced a passing result / tasks_attempted_distinct

Measures reliability under repetition. High value means the model is unlikely to regress on a re-run, important for CI and production use. Formal name in the literature: pass^n.

76.4%
$/Pass

$/Pass

Average USD cost per solved task (any-attempt pass).

Formula: SUM(cost_usd) / tasks_passed_distinct across all runs.

Best single cost-efficiency metric. Penalises expensive models that pass few tasks and rewards cheap models with high pass rates.

$0.2455
Latency p95

Latency p95

95th-percentile per-task wall time. Captures tail latency.

Formula: 95th percentile of per-task duration_ms across all tasks in all runs.

Use p95 to understand worst-case latency. A low p95 means the model rarely stalls, relevant for automated pipelines with timeouts.

2m 37s

Overview

Claude Opus 4.7 has run on 6 occasions, attempting 110 tasks with an average score of 70.0 / 100.

Settings

Generation parameters used across this model's runs. "varies" indicates the value differed between runs.

Temperature
varies
Thinking budget
varies
Avg tokens / run (input + output)
307,980
Consistency
81.8%

History

1
2
3
4
5
6
6 runs · oldest 20d ago · latest 1mo ago

Cost

meanp95

Failure modes

  • AL0104 258 Syntax error, '=' expected view all →
  • AL0000 222 App generation failed view all →
  • AL0107 99 Syntax error, identifier expected. Provide a valid name (letters, digits, and underscores only). view all →
  • AL0111 85 Semicolon expected. Add a semicolon (;) to terminate the statement. view all →
  • AL0105 78 Syntax error, identifier expected; 'key' is a keyword view all →
  • AL0132 62 'FieldRef' does not contain a definition for 'CreateInStream' view all →
  • AL0169 48 The option value 'Masked' is not valid. Check the enum definition for valid values. view all →
  • AL0126 29 No overload for method 'Clear' takes 1 arguments. Candidates: 'Clear()' defined in Codeunit 'CG H054 Cache' by the extension CentralGauge_CG-AL-H054_2 by CentralGauge (1.0.0.0) view all →
  • AL0198 24 Expected one of the application object keywords (table, tableextension, page, pageextension, pagecustomization, profile, profileextension, codeunit, report, reportextension, xmlport, query, controladdin, dotnet, enum, enumextension, interface, permissionset, permissionsetextension, entitlement) view all →
  • AL0224 22 Expression expected. Provide a valid expression (variable, constant, calculation, or method call). view all →

Shortcomings

AL concepts Claude Opus 4.7 struggles with. Click a row for description, correct pattern, and observed error codes.

Shortcomings analysis queued

Queued for analysis. This section will populate once the run is processed.

Recent runs

Runs
StartedRunModelTasksScoreCostDurationStatus
20d ago68e1635c-6be…91/11069.8 / 100$3.651h 9mcompleted
21d agoeae41fb1-f1a…91/11071.1 / 100$3.831h 11mcompleted
21d agof10ed110-b8a…93/11070.5 / 100$3.911h 19mcompleted
1mo agoe5dcc595-a28…90/11068.9 / 100$4.222h 6mcompleted
1mo ago7d67b00d-60e…90/11068.6 / 100$4.172h 12mcompleted
1mo ago47caf9d8-139…90/11071.4 / 100$4.031h 32mcompleted

See all 6 runs →

Methodology

Pass rate counts unattempted tasks as failures (strict denominator). Avg score is the mean of every attempt the model produced — failed first tries that triggered a retry contribute one observation each, pulling the mean down. See the about page for the full breakdown and unit conventions.