Published copy. Evidence paths refer to the repository branch insights/generator-benchmark-b2.

Insights Goal B2: generator benchmark with subscription-backed CLI arms (2026-09-07)

Question: is the SQL generator the lever? Same code, same prompts, same fixture, same sealed holdout and scorer for every arm; only the generator (provider, model and, for the new arms, the CLI transport) varies.

Arms with results: glm-5.2, glm-5.3, claude-fable-5-1-cli, claude-opus-5-cli, claude-sonnet-5-cli, gpt-5.6-sol-codex, gpt-6-astra-codex. Arms unavailable: claude-fable-5-1, claude-opus-5, claude-sonnet-5, glm-5.2-general.

The control arm (glm-5.2), the glm-5.3 arm and the frozen noise floor are Goal B's records (revision ff3e669e469d), inherited unchanged; the arms numbered 6 onwards ran on this freeze (revision e528a201e05c) through the Claude Code and Codex CLIs on the owner's subscriptions. This is a quality comparison: CLI latency is advisory.

Execution deviated from the frozen sequential-arms protocol: the CLI arms ran concurrently on the host, one driver per arm, with repeats sequential within an arm (details under Run inventory and Method). Quality metrics are compared; CLI wall time is advisory only and is not compared.

These results compare configured generator-and-transport combinations (provider, model, thinking setting, CLI or API path); they do not isolate model weights from reasoning settings or CLI behaviour.

Rendered 2026-09-08 01:28 UTC from the records listed under Evidence; every number is in results/<arm>.json, results/comparison.json and results/inventory.json.

Decision

Answer: yes by the frozen rule for gpt-6-astra-codex, on the precision test only: precision 75.5% against the control's 50.8%, paired difference 24.8% [4.3% to 46.2%], above the 9.0% noise floor. It fails the first-turn error test in the wrong direction (errors 73.0 against 55.7 per 100) and completes fewer answers correctly (26.7 against 35.3 per 250); the section below states the trade-off. Arms whose first-turn error gain exceeds the noise floor: claude-fable-5-1-cli, claude-opus-5-cli, gpt-5.6-sol-codex. Arms whose precision gain exceeds the noise floor: gpt-6-astra-codex. glm-5.3 was served by the same reported model as the control (glm-5.3), so that comparison measures request-configuration noise, not a second generator. Arms that could not run: claude-fable-5-1, claude-opus-5, claude-sonnet-5, glm-5.2-general (reasons in the Arms table). The planner failure class stays the largest first-turn cause in the control; it is about 31 of 100 first turns there.

Rule: an arm wins if it halves first-turn errors, or lifts precision above 70% with the lower paired bound above the control, and the gain exceeds the control noise floor (the control's own max-minus-min spread across its three repeats: first-turn errors 3.0, precision 9.0%).

What each arm changed against the control

The rule scores two metrics. The others moved too, and a reader deciding what to run next needs them beside the noise floor: every number below is the mean across repeats, with the paired family-cluster interval where the metric is paired and the control's own spread as the noise floor.

Arms

API arms record the model identifier the provider returned per call. The Claude CLI arms record the model Claude Code billed per call (its modelUsage block); the Codex CLI arms record the model the CLI's own banner reports, which echoes the request and is not a server-side identifier.

The glm-5.2 alias question. The zai coding endpoint returned glm-5.3 for a glm-5.2 request at this freeze. Its Anthropic-compatible coding path returned glm-5.3. The general endpoint (api.z.ai/api/paas/v4) refused the account: RateLimitError: Error code: 429 - {'error': {'code': '1113', 'message': 'Insufficient balance or no resource package. Please recharge.'}}. No served model id could be read there, so the question is not closed at that endpoint. Both successfully probed coding paths returned glm-5.3; the general endpoint remains unverified. The control arm's own calls were served as glm-5.3 (1456 calls).

#armtransportmodel requestedmodel returned or reportedthinkingsampling and thinking controlper-call deadlinestatusreason
1glm-5.2API, coding endpointglm-5.2glm-5.3 (1456 calls)disabledT=0, seed=42: sent and accepted; thinking disabled requested25 savailable (inherited)
2glm-5.3API, coding endpointglm-5.3glm-5.3 (1471 calls)disabledT=0, seed=42: sent and accepted; thinking disabled requested25 savailable (inherited)
3claude-fable-5-1APIclaude-fable-5-1not probedadaptive_lowtemperature and seed are not supported by the Messages API for this model family; not sent25 sunavailable (inherited)No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.
4claude-opus-5APIclaude-opus-5not probeddisabledtemperature and seed are not supported by the Messages API for this model family; not sent25 sunavailable (inherited)No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.
5claude-sonnet-5APIclaude-sonnet-5not probeddisabledtemperature and seed are not supported by the Messages API for this model family; not sent25 sunavailable (inherited)No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.
6claude-fable-5-1-cliclaude CLI, slot 5claude-fable-5-1claude-fable-5-1 (1572 calls)adaptive_lowno CLI sampling control; thinking: --effort low (adaptive thinking)75 savailable
7claude-opus-5-cliclaude CLI, slot 3claude-opus-5claude-opus-5 (1485 calls)disabledno CLI sampling control; thinking: MAX_THINKING_TOKENS=075 savailable
8claude-sonnet-5-cliclaude CLI, slot 2claude-sonnet-5claude-sonnet-5 (1564 calls)disabledno CLI sampling control; thinking: MAX_THINKING_TOKENS=075 savailable
9gpt-5.6-sol-codexcodex CLIgpt-5.6-solgpt-5.6-sol (1341 calls)adaptive_lowno CLI sampling control; reasoning effort low75 savailable
10glm-5.2-generalAPI, general endpointglm-5.2none (probe refused)disabledT=0 and seed=42 requested; the probe was refused, so acceptance was not established. Thinking disabled requested25 sunavailableProvider probe failed: RateLimitError: Error code: 429 - {'error': {'code': '1113', 'message': 'Insufficient balance or no resource package. Please recharge.'}}
11gpt-6-astra-codexcodex CLIgpt-6-astragpt-6-astra (1189 calls)adaptive_lowno CLI sampling control; reasoning effort low75 savailable

Run inventory

The frozen protocol says arms run sequentially. Execution deviated. The sequential driver started at 21:48:12 UTC and ran the claude-fable-5-1-cli smoke and repeat 1. At 22:21:37 UTC its loop was stopped while that repeat 1 kept running (it finished at 22:30:21). Per-arm drivers were then launched on a staggered schedule: claude-opus-5-cli 22:21:45, claude-sonnet-5-cli 22:23:02, gpt-5.6-sol-codex 22:24:19 (crashed in its smoke, relaunched 22:28:21), gpt-6-astra-codex 22:25:36, and claude-fable-5-1-cli for repeats 2 and 3 at 22:31:23 once repeat 1's receipt existed. Up to five CLI arms overlapped, with repeats sequential within each arm; the last repeat finished at 00:24:59 UTC. All fifteen B2 repeats used the B2 freeze (same manifest, snapshot, fixture, corpus, scorer and clocks); the inherited control and glm-5.3 records keep their Goal B freeze and ran alone on an otherwise idle host (1-minute load 0.4 to 1.2 at start and end).

Why: Elapsed time. The whole B2 execution took about 2 hours 37 minutes including the initial sequential phase; a fully sequential schedule was estimated at roughly eight hours for fifteen repeats (about 25 to 40 minutes each). Consequence: Quality metrics are compared on identical scoring inputs (scorer, corpus, clocks, fixture). Within the SQL-generator path B2 recorded zero provider-call failures, zero 75 s CLI deadline kills and zero 180 s job-deadline expirations. The auxiliary-generation traces (presentation calls made by the application after the SQL step, with their own 25 s budget) separately recorded 54 optional-stage cancellations (JobStoppedError: fable 14, opus 14, sonnet 12, sol 8, astra 6; the inherited control recorded 10 and glm-5.3 4 under sequential execution); their relationship to concurrency was not established. No contention effect on quality was identified, and equivalence to sequential execution was not tested. CLI wall time is advisory only: it was measured under up to five concurrent arms (1-minute load average up to 14.5 on 16 CPUs, against 0.4 to 1.2 for the inherited Goal B runs) and is not compared across arms or with the API arms.

States: complete = 250 attempts recorded and exit 0; incomplete by limits = stopped by the 12-hour subscription cap with the attempts recorded so far; crashed = restarted once, record kept beside the restart; missing = no record. Pauses are the subscription budget pauses recorded per run; served model is the identifier in the traces (Claude Code's billed model; the Codex banner echo; the zai response model). Load is the 1-minute average at the start and end of the run.

armrepeatstateattemptsexitgenerator callsfailed callsserved model (calls)pauses (total)started (UTC)finished (UTC)1-min load start to endportdriver
glm-5.21complete25004880glm-5.3 (488)0 (0 s)2026-09-07T16:46:162026-09-07T17:12:090.9 to 0.58190inherited (Goal B sequential runs)
glm-5.22complete25004760glm-5.3 (476)0 (0 s)2026-09-07T17:22:542026-09-07T17:46:010.4 to 0.58190inherited (Goal B sequential runs)
glm-5.23complete25004920glm-5.3 (492)0 (0 s)2026-09-07T17:46:142026-09-07T18:10:490.7 to 0.68190inherited (Goal B sequential runs)
glm-5.31complete25004920glm-5.3 (492)0 (0 s)2026-09-07T18:11:172026-09-07T18:34:490.7 to 1.08190inherited (Goal B sequential runs)
glm-5.32complete25004910glm-5.3 (491)0 (0 s)2026-09-07T18:35:042026-09-07T18:59:311.1 to 1.18190inherited (Goal B sequential runs)
glm-5.33complete25004891glm-5.3 (488)0 (0 s)2026-09-07T18:59:462026-09-07T19:25:401.2 to 0.98190inherited (Goal B sequential runs)
claude-fable-5-1unavailable: No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.0n/a0 (0 s)none
claude-opus-5unavailable: No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.0n/a0 (0 s)none
claude-sonnet-5unavailable: No ANTHROPIC_API_KEY in the private credential setup (.envrc.local, process environment, ~/.config). Claude Code setup and OAuth tokens are not API keys and were not used.0n/a0 (0 s)none
claude-fable-5-1-cli1complete25005280claude-fable-5-1 (528)0 (0 s)2026-09-07T21:50:512026-09-07T22:30:210.9 to 7.38190sequential driver (b2-driver.log)
claude-fable-5-1-cli2complete25005270claude-fable-5-1 (527)0 (0 s)2026-09-07T22:31:342026-09-07T23:10:507.8 to 10.98230per-arm driver (b2-driver-claude-fable-5-1-cli.log)
claude-fable-5-1-cli3complete25005170claude-fable-5-1 (517)0 (0 s)2026-09-07T23:11:052026-09-07T23:51:089.7 to 3.08230per-arm driver (b2-driver-claude-fable-5-1-cli.log)
claude-opus-5-cli1complete25004980claude-opus-5 (498)0 (0 s)2026-09-07T22:24:002026-09-07T22:50:082.1 to 8.48191per-arm driver (b2-driver-claude-opus-5-cli.log)
claude-opus-5-cli2complete25004900claude-opus-5 (490)0 (0 s)2026-09-07T22:50:222026-09-07T23:16:358.4 to 14.58191per-arm driver (b2-driver-claude-opus-5-cli.log)
claude-opus-5-cli3complete25004970claude-opus-5 (497)0 (0 s)2026-09-07T23:16:502026-09-07T23:44:2413.3 to 5.48191per-arm driver (b2-driver-claude-opus-5-cli.log)
claude-sonnet-5-cli1complete25005210claude-sonnet-5 (521)0 (0 s)2026-09-07T22:25:062026-09-07T22:49:162.8 to 7.58192per-arm driver (b2-driver-claude-sonnet-5-cli.log)
claude-sonnet-5-cli2complete25005200claude-sonnet-5 (520)0 (0 s)2026-09-07T22:49:312026-09-07T23:14:458.3 to 7.78190per-arm driver (b2-driver-claude-sonnet-5-cli.log)
claude-sonnet-5-cli3complete25005230claude-sonnet-5 (523)0 (0 s)2026-09-07T23:15:002026-09-07T23:40:027.6 to 10.48190per-arm driver (b2-driver-claude-sonnet-5-cli.log)
gpt-5.6-sol-codex1complete25004460gpt-5.6-sol (446)0 (0 s)2026-09-07T22:31:202026-09-07T23:12:516.7 to 8.18260per-arm driver (b2-driver-gpt-5_6-sol-codex.log), relaunched
gpt-5.6-sol-codex2complete25004490gpt-5.6-sol (449)0 (0 s)2026-09-07T23:13:042026-09-07T23:48:397.7 to 2.38260per-arm driver (b2-driver-gpt-5_6-sol-codex.log), relaunched
gpt-5.6-sol-codex3complete25004460gpt-5.6-sol (446)0 (0 s)2026-09-07T23:48:512026-09-08T00:24:592.6 to 1.88260per-arm driver (b2-driver-gpt-5_6-sol-codex.log), relaunched
glm-5.2-generalunavailable: Provider probe failed: RateLimitError: Error code: 429 - {'error': {'code': '1113', 'message': 'Insufficient balance or no resource package. Please recharge.'}}0n/a0 (0 s)none
gpt-6-astra-codex1complete25003960gpt-6-astra (396)0 (0 s)2026-09-07T22:28:102026-09-07T22:56:584.2 to 12.88193per-arm driver (b2-driver-gpt-6-astra-codex.log)
gpt-6-astra-codex2complete25003960gpt-6-astra (396)0 (0 s)2026-09-07T22:57:122026-09-07T23:19:4513.4 to 8.18192per-arm driver (b2-driver-gpt-6-astra-codex.log)
gpt-6-astra-codex3complete25003970gpt-6-astra (397)0 (0 s)2026-09-07T23:19:582026-09-07T23:42:057.8 to 9.08192per-arm driver (b2-driver-gpt-6-astra-codex.log)
armsmoke recordat (UTC)resultcauseresolution
glm-5.2smoke/glm-5.2/smoke-20260907T164100Z.json2026-09-07T16:42:585 of 5 questions functioning
glm-5.3smoke/glm-5.3/smoke-20260907T164324Z.json2026-09-07T16:45:045 of 5 questions functioning
claude-fable-5-1-clismoke/claude-fable-5-1-cli/smoke-20260907T214812Z.json2026-09-07T21:50:355 of 5 questions functioning
claude-opus-5-clismoke/claude-opus-5-cli/smoke-20260907T222154Z.json2026-09-07T22:23:465 of 5 questions functioning
claude-sonnet-5-clismoke/claude-sonnet-5-cli/smoke-20260907T222311Z.json2026-09-07T22:24:525 of 5 questions functioning
gpt-5.6-sol-codexsmoke/gpt-5.6-sol-codex/smoke-20260907T222832Z.json2026-09-07T22:31:075 of 5 questions functioning
gpt-5.6-sol-codexsmoke/gpt-5.6-sol-codex/smoke-crash-20260907T222458Z.log2026-09-07T22:24:58crashed before any question ranport race: the per-arm drivers were started before commit fdc307fb (honour BENCH_PORT_START) and two of them chose the same runtime port, so the smoke's admission probe reached another arm's serverthe driver was relaunched at 22:28:21Z with its own port range (8260 onwards); its smoke passed at 22:31:09Z (5 of 5 questions functioning) and all three repeats completed. Smoke runs are not part of the frozen runs; no frozen repeat crashed and no repeat was restarted.
gpt-6-astra-codexsmoke/gpt-6-astra-codex/smoke-20260907T222545Z.json2026-09-07T22:27:565 of 5 questions functioning

Noise floor (control arm against itself)

The control arm ran 3 times on identical code in Goal B (frozen 2026-09-07T18:11:04 UTC, inherited here unchanged). 172 of 250 cases had the same outcome in every repeat; 78 did not. Stable cases by outcome: comparison_unverified 8, correct_completed 17, refusal_unverified 11, silent_wrong 12, task_error 124.

A difference between arms smaller than a metric's spread (max minus min across the control repeats) is not a finding.

The noise floor is the observed range of three control runs, not a confidence bound. Exceeding it describes the point estimate; it does not establish that the true gain exceeds that range. The paired interval resamples intent families after averaging repeats; it does not resample run-to-run variability and makes no adjustment for the number of arms compared.

metricmeanminmaxspread (noise floor)
first_turn_execution_errors55.6754.0057.003.00
correct_first_turns15.0014.0016.002.00
answer_precision50.81%45.95%54.93%8.98%
silent_wrong34.3331.0040.009.00
correct_completed35.3333.0039.006.00
refusals14.0011.0017.006.00
comparison_unverified13.0010.0015.005.00
full_conversation_successes2.332.003.001.00

Per-arm results

Denominators are fixed: 100 supported first turns, 250 attempts, 50 conversations. Refusals, blocked and comparison-unverified answers earn no completion credit. Each cell is the mean across the arm's complete repeats with the min and max beside it; repeats stopped by subscription limits are excluded from the means and listed under budget handling.

Reference only, not an arm: goal-3 original e479e81 (single E5 run, different code; reference only) scored first-turn errors 60/100, correct first turns 14/100, precision 53.7% (36/67), silent wrong 31/250, full conversations 1/50.

0%25%50%75%100%glm-5.2: First-turn errors mean 55.7% (min 54.0%, max 57.0%)56glm-5.3: First-turn errors mean 59.7% (min 56.0%, max 62.0%)60claude-fable-5-1-cli: First-turn errors mean 46.0% (min 43.0%, max 49.0%)46claude-opus-5-cli: First-turn errors mean 38.7% (min 37.0%, max 41.0%)39claude-sonnet-5-cli: First-turn errors mean 60.3% (min 58.0%, max 62.0%)60gpt-5.6-sol-codex: First-turn errors mean 46.0% (min 43.0%, max 49.0%)46gpt-6-astra-codex: First-turn errors mean 73.0% (min 71.0%, max 75.0%)73First-turn errorsof 100 first turnsglm-5.2: Correct first turns mean 15.0% (min 14.0%, max 16.0%)15glm-5.3: Correct first turns mean 14.3% (min 13.0%, max 16.0%)14claude-fable-5-1-cli: Correct first turns mean 19.7% (min 19.0%, max 20.0%)20claude-opus-5-cli: Correct first turns mean 26.0% (min 25.0%, max 27.0%)26claude-sonnet-5-cli: Correct first turns mean 15.7% (min 15.0%, max 17.0%)16gpt-5.6-sol-codex: Correct first turns mean 15.7% (min 15.0%, max 16.0%)16gpt-6-astra-codex: Correct first turns mean 12.7% (min 11.0%, max 14.0%)13Correct first turnsof 100 first turnsglm-5.2: Precision mean 50.8% (min 45.9%, max 54.9%)51glm-5.3: Precision mean 52.8% (min 49.1%, max 55.3%)53claude-fable-5-1-cli: Precision mean 53.1% (min 51.0%, max 54.7%)53claude-opus-5-cli: Precision mean 55.3% (min 54.1%, max 56.0%)55claude-sonnet-5-cli: Precision mean 50.1% (min 47.7%, max 54.0%)50gpt-5.6-sol-codex: Precision mean 46.8% (min 44.6%, max 50.0%)47gpt-6-astra-codex: Precision mean 75.5% (min 72.2%, max 80.0%)76Precisionof answeredglm-5.2: Silent wrong mean 13.7% (min 12.4%, max 16.0%)14glm-5.3: Silent wrong mean 12.3% (min 11.6%, max 13.6%)12claude-fable-5-1-cli: Silent wrong mean 18.0% (min 17.2%, max 18.8%)18claude-opus-5-cli: Silent wrong mean 19.9% (min 19.2%, max 20.4%)20claude-sonnet-5-cli: Silent wrong mean 13.1% (min 11.6%, max 14.0%)13gpt-5.6-sol-codex: Silent wrong mean 18.4% (min 16.0%, max 20.4%)18gpt-6-astra-codex: Silent wrong mean 3.5% (min 2.8%, max 4.0%)3Silent wrongof 250 attemptsglm-5.2glm-5.3claude-fable-5-1-cliclaude-opus-5-cliclaude-sonnet-5-cligpt-5.6-sol-codexgpt-6-astra-codex
Headline metrics per arm: bar = mean across repeats, whisker = min to max. First-turn errors and correct first turns are per 100 supported first turns; precision is per answered attempt; silent wrong is per 250 attempts.
Table view
metricglm-5.2 mean [min to max]glm-5.3 mean [min to max]claude-fable-5-1-cli mean [min to max]claude-opus-5-cli mean [min to max]claude-sonnet-5-cli mean [min to max]gpt-5.6-sol-codex mean [min to max]gpt-6-astra-codex mean [min to max]glm-5.3 vs control, paired difference [95% CI]claude-fable-5-1-cli vs control, paired difference [95% CI]claude-opus-5-cli vs control, paired difference [95% CI]claude-sonnet-5-cli vs control, paired difference [95% CI]gpt-5.6-sol-codex vs control, paired difference [95% CI]gpt-6-astra-codex vs control, paired difference [95% CI]
First-turn execution errors / 10055.7 [54.0 to 57.0]59.7 [56.0 to 62.0]46.0 [43.0 to 49.0]38.7 [37.0 to 41.0]60.3 [58.0 to 62.0]46.0 [43.0 to 49.0]73.0 [71.0 to 75.0]4.0 [-0.7 to 8.3]-9.7 [-17.7 to -2.0]-17.0 [-24.7 to -9.7]4.7 [-4.3 to 13.7]-9.7 [-17.0 to -2.3]17.3 [10.7 to 24.7]
Correct first turns / 10015.0 [14.0 to 16.0]14.3 [13.0 to 16.0]19.7 [19.0 to 20.0]26.0 [25.0 to 27.0]15.7 [15.0 to 17.0]15.7 [15.0 to 16.0]12.7 [11.0 to 14.0]-0.7 [-3.3 to 2.3]4.7 [-1.7 to 12.0]11.0 [4.3 to 18.0]0.7 [-3.7 to 6.0]0.7 [-4.0 to 6.0]-2.3 [-6.0 to 1.3]
Precision = correct / (correct + silent wrong)50.8% [45.9% to 54.9%]52.8% [49.1% to 55.3%]53.1% [51.0% to 54.7%]55.3% [54.1% to 56.0%]50.1% [47.7% to 54.0%]46.8% [44.6% to 50.0%]75.5% [72.2% to 80.0%]2.3% [-5.1% to 10.3%]2.4% [-11.6% to 15.5%]4.5% [-7.7% to 16.7%]-0.7% [-14.7% to 13.2%]-4.0% [-18.6% to 11.1%]24.8% [4.3% to 46.2%]
Silent wrong / 25034.3 [31.0 to 40.0]30.7 [29.0 to 34.0]45.0 [43.0 to 47.0]49.7 [48.0 to 51.0]32.7 [29.0 to 35.0]46.0 [40.0 to 51.0]8.7 [7.0 to 10.0]-3.7 [-10.7 to 3.0]10.7 [-3.0 to 24.3]15.3 [-0.3 to 30.7]-1.7 [-14.0 to 10.0]11.7 [-5.0 to 28.7]-25.7 [-37.7 to -15.3]
Correct completed / 25035.3 [33.0 to 39.0]34.7 [28.0 to 42.0]51.0 [49.0 to 52.0]61.3 [60.0 to 63.0]32.7 [31.0 to 34.0]40.3 [40.0 to 41.0]26.7 [26.0 to 28.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric
Refusals / 25014.0 [11.0 to 17.0]13.0 [12.0 to 14.0]20.7 [18.0 to 24.0]13.0 [12.0 to 14.0]13.3 [11.0 to 17.0]28.0 [25.0 to 30.0]8.0 [7.0 to 9.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric
Blocked by parent / 2500.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric
Comparison unverified / 25013.0 [10.0 to 15.0]12.3 [10.0 to 15.0]14.3 [13.0 to 16.0]12.0 [11.0 to 13.0]11.3 [9.0 to 13.0]14.0 [12.0 to 15.0]15.0 [15.0 to 15.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric
Unnecessary clarification / 2500.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric
Full conversation success / 502.3 [2.0 to 3.0]2.7 [2.0 to 4.0]5.3 [5.0 to 6.0]5.3 [5.0 to 6.0]3.0 [2.0 to 4.0]2.7 [2.0 to 3.0]2.0 [2.0 to 2.0]0.3 [-0.7 to 1.7]3.0 [0.3 to 6.3]3.0 [0.3 to 6.3]0.7 [0.0 to 1.7]0.3 [0.0 to 1.0]-0.3 [-1.0 to 0.0]
Jobs at deadline / 2500.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]not a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metricnot a paired metric

First-turn execution errors by cause (per 100 supported first turns)

Causes follow the goal-3 classification of the persisted terminal record and the retained generated SQL. Provider or transport failures (including CLI deadline kills and usage-limit errors) are listed separately and are counted.

causeglm-5.2 mean [min to max]glm-5.3 mean [min to max]claude-fable-5-1-cli mean [min to max]claude-opus-5-cli mean [min to max]claude-sonnet-5-cli mean [min to max]gpt-5.6-sol-codex mean [min to max]gpt-6-astra-codex mean [min to max]
Generated SQL lacked schema qualification7.0 [6.0 to 8.0]8.3 [6.0 to 10.0]4.7 [4.0 to 5.0]0.0 [0.0 to 0.0]9.7 [8.0 to 11.0]3.3 [3.0 to 4.0]0.0 [0.0 to 0.0]
Generated function used the wrong type0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.3 [0.0 to 1.0]0.7 [0.0 to 2.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]
Generated schema reference was wrong or absent9.7 [8.0 to 13.0]14.0 [12.0 to 16.0]12.0 [11.0 to 13.0]11.3 [9.0 to 13.0]25.7 [24.0 to 28.0]0.3 [0.0 to 1.0]0.0 [0.0 to 0.0]
Generation returned no usable query0.7 [0.0 to 1.0]1.3 [0.0 to 2.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]
Planner returned no usable source SQL31.0 [28.0 to 35.0]28.7 [27.0 to 31.0]16.0 [14.0 to 18.0]4.7 [3.0 to 7.0]14.0 [12.0 to 16.0]21.7 [19.0 to 25.0]73.0 [71.0 to 75.0]
Required merge key was missing4.7 [3.0 to 7.0]6.0 [4.0 to 7.0]10.0 [9.0 to 11.0]20.0 [18.0 to 23.0]9.3 [7.0 to 13.0]20.7 [20.0 to 21.0]0.0 [0.0 to 0.0]
Terminal boundary needs review1.3 [1.0 to 2.0]1.0 [1.0 to 1.0]0.0 [0.0 to 0.0]0.7 [0.0 to 1.0]0.3 [0.0 to 1.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]
Validation boundary needs review1.3 [1.0 to 2.0]0.3 [0.0 to 1.0]3.0 [2.0 to 4.0]1.3 [1.0 to 2.0]1.3 [0.0 to 2.0]0.0 [0.0 to 0.0]0.0 [0.0 to 0.0]
Total first-turn execution errors55.7 [54.0 to 57.0]59.7 [56.0 to 62.0]46.0 [43.0 to 49.0]38.7 [37.0 to 41.0]60.3 [58.0 to 62.0]46.0 [43.0 to 49.0]73.0 [71.0 to 75.0]

Regressions versus the control (stable cases only)

A case counts as lost only if it was correct in all control repeats and wrong or error in all candidate repeats. Gained cases follow the mirror rule.

armstable correct in controllostcorrect to wrongcorrect to errormixed wrong/errorstable wrong or error in controlgained correct
glm-5.31700001640
claude-fable-5-1-cli1700001647
claude-opus-5-cli1700001649
claude-sonnet-5-cli1722001644
gpt-5.6-sol-codex1700001644
gpt-6-astra-codex1710101641
armlost casekindcandidate outcomes
claude-sonnet-5-cliindependent11:corporate_registration_without_trade:t2correct_to_wrongsilent_wrong, silent_wrong, silent_wrong
claude-sonnet-5-cliindependent11:corporate_registration_without_trade:t4correct_to_wrongsilent_wrong, silent_wrong, silent_wrong
gpt-6-astra-codexindependent11:corporate_registration_without_trade:t4correct_to_errortask_error, task_error, task_error
armgained case
claude-fable-5-1-cliindependent11:activity_deadline_before_creation:first-count
claude-fable-5-1-cliindependent11:activity_deadline_before_creation:t1
claude-fable-5-1-cliindependent11:activity_deadline_before_creation:t2
claude-fable-5-1-cliindependent11:activity_deadline_before_creation:t3
claude-fable-5-1-cliindependent11:activity_deadline_before_creation:t4
claude-fable-5-1-cliindependent11:deal_assignment_override:first-count
claude-fable-5-1-cliindependent11:verified_private_rejected_registration:t4
claude-opus-5-cliindependent11:activity_deadline_before_creation:first-count
claude-opus-5-cliindependent11:activity_deadline_before_creation:t1
claude-opus-5-cliindependent11:activity_deadline_before_creation:t2
claude-opus-5-cliindependent11:activity_deadline_before_creation:t3
claude-opus-5-cliindependent11:activity_deadline_before_creation:t4
claude-opus-5-cliindependent11:deal_assignment_override:first-count
claude-opus-5-cliindependent11:organization_employee_data_gap:t1
claude-opus-5-cliindependent11:quote_days_before_activation:t1
claude-opus-5-cliindependent11:verified_private_rejected_registration:t4
claude-sonnet-5-cliindependent11:activity_deadline_before_creation:t1
claude-sonnet-5-cliindependent11:activity_deadline_before_creation:t3
claude-sonnet-5-cliindependent11:activity_deadline_before_creation:t4
claude-sonnet-5-cliindependent11:verified_private_rejected_registration:t4
gpt-5.6-sol-codexindependent11:activity_deadline_before_creation:first-count
gpt-5.6-sol-codexindependent11:funnel_incomplete_contact:t2
gpt-5.6-sol-codexindependent11:funnel_incomplete_contact:t4
gpt-5.6-sol-codexindependent11:verified_private_rejected_registration:t4
gpt-6-astra-codexindependent11:verified_private_rejected_registration:t4

Cost and latency per arm

API arms: latency is per SQL-generator provider call, measured inside the isolated server; cost is list price times the tokens the provider reported, summed over one 250-attempt run. CLI arms: latency is the child process's wall time per call, which carries the CLI's start-up and its own request pipeline. CLI wall times were measured while up to five arms ran concurrently on the host (1-minute load average up to 14.5 on 16 CPUs), while the inherited API arms ran alone (load 0.41 to 1.2); they are advisory only and are not compared, across arms or with the API arms.

Subscription arms report tokens only and no dollar figure: the Claude Code and Codex accounts are flat-rate subscriptions, so no per-call price is paid and there is no cost to report. Claude Code prints a list-price equivalent per call; it is retained in the traces as a CLI field but it is not money paid and is not shown. Token counts are what the CLI reports: Claude Code reports input (cache creation and cache reads included), output and thinking tokens per call. The Codex CLI printed one unsplit 'tokens used' total on stderr for every generator call; the frozen collector searched stdout only, so the provider traces carry no Codex token figure. The totals were recovered after the run from the retained per-call stderr transcripts (codex-tokens-recovered.json beside each repeat) and are shown as totals; input, output and reasoning splits are unavailable for Codex.

0.0s5.0s10.0s15.0s20.0s25.0sglm-5.2glm-5.2: p5 3075 ms, p25 4187 ms, median 5348 ms, p75 6937 ms, p95 10214 ms, max 21730 ms over 1456 callsp50 5.3s · p95 10.2s · n=1456glm-5.3glm-5.3: p5 3100 ms, p25 4171 ms, median 5340 ms, p75 7069 ms, p95 10728 ms, max 21247 ms over 1471 callsp50 5.3s · p95 10.7s · n=1471seconds per SQL-generator call (API arms: provider call; CLI arms: child wall time). Advisory only.
API-arm latency distributions, all completed calls of all repeats pooled. Box p25 to p75, line = median, whiskers p5 to p95. CLI wall-time observations appear only in the table for audit purposes; differing execution conditions (concurrent arms, CLI start-up) prevent comparisons across CLI arms or against API arms.
0%25%50%75%100%$0.00$1.60$3.20$4.80$6.40$8.00list-price cost of the SQL-generator calls per 250-attempt run (USD); API arms onlyprecisionglm-5.2 one repeat: $5.81, precision 54.9%glm-5.2 one repeat: $5.72, precision 45.9%glm-5.2 one repeat: $5.82, precision 51.6%glm-5.2 mean of repeats: $5.79, precision 50.8%glm-5.2glm-5.3 one repeat: $5.84, precision 54.0%glm-5.3 one repeat: $5.88, precision 49.1%glm-5.3 one repeat: $5.83, precision 55.3%glm-5.3 mean of repeats: $5.85, precision 52.8%glm-5.3
Cost per 250-attempt run against precision, API arms only (list price times the tokens the provider reported). Subscription arms have no price and are absent. Small dots are single repeats; the large dot is the mean of repeats.
Table view
armcalls per runfailed calls per runp50 msp95 msinput tokens per runoutput tokens per runreasoning or thinking tokens per runcost basis
glm-5.2485 [476 to 492]0 [0 to 0]5362 [5170 to 5577]10109 [9652 to 10652]3689078 [3665204 to 3701821]141303 [134396 to 145893]59354 [54532 to 62615]list $1.40 / $4.40 per 1M: 5.786 [5.723 to 5.824]
glm-5.3491 [489 to 492]0 [0 to 1]5307 [5088 to 5561]10607 [10130 to 10962]3726734 [3710575 to 3748945]143361 [142287 to 144163]60266 [59411 to 61039]list $1.40 / $4.40 per 1M: 5.848 [5.827 to 5.883]
claude-fable-5-1-cli524 [517 to 528]0 [0 to 0]9263 [9261 to 9265] (CLI wall)14366 [13869 to 15061] (CLI wall)6513853 [6475086 to 6537380]315658 [310632 to 318712]141052 [137874 to 142695]subscription: tokens only, no dollar figure (flat-rate plan, no per-call price is paid)
claude-opus-5-cli495 [490 to 498]0 [0 to 0]5378 [5314 to 5441] (CLI wall)7542 [7135 to 8124] (CLI wall)6352488 [6313724 to 6373262]172538 [168045 to 176827]0 [0 to 0]subscription: tokens only, no dollar figure (flat-rate plan, no per-call price is paid)
claude-sonnet-5-cli521 [520 to 523]0 [0 to 0]5025 [4987 to 5098] (CLI wall)7322 [7167 to 7454] (CLI wall)6466809 [6447989 to 6487192]173346 [172854 to 173718]0 [0 to 0]subscription: tokens only, no dollar figure (flat-rate plan, no per-call price is paid)
gpt-5.6-sol-codex447 [446 to 449]0 [0 to 0]10362 [9543 to 11988] (CLI wall)17353 [16082 to 19807] (CLI wall)total 5113742 [4908869 to 5462646] (unsplit; recovered after the run from the retained CLI stderr)in totalnot reported by the CLIsubscription: tokens only, no dollar figure (flat-rate plan, no per-call price is paid)
gpt-6-astra-codex396 [396 to 397]0 [0 to 0]7923 [6952 to 9733] (CLI wall)11199 [9575 to 13922] (CLI wall)total 4917527 [4577486 to 5475167] (unsplit; recovered after the run from the retained CLI stderr)in totalnot reported by the CLIsubscription: tokens only, no dollar figure (flat-rate plan, no per-call price is paid)
claude-fable-5-1not run
claude-opus-5not run
claude-sonnet-5not run
glm-5.2-generalnot run

Subscription budget handling

Each Claude arm was pinned to one account slot for all its repeats (slot 4, the daily driver, and slot 1, the orchestrating session, were never used). The slot's five-hour and weekly usage was read before each run and every 25 generator calls; a five-hour window above 90% or a rate-limit error paused new attempts (5-minute polls) until the window reset. Every pause is listed. A run that could not finish within 12 hours because of limits stopped and is kept as incomplete with its attempt count; nothing was rerun.

armslotfive-hour % before each runusage checks per runpausespause total (s)rate-limited calls per rundeadline kills per runcomplete repeatsincomplete repeatstools disabled on every call
claude-fable-5-1-cli53, 49, 2422 [21 to 22]000 [0 to 0]0 [0 to 0]3noneyes
claude-opus-5-cli30, 9, 120 [20 to 20]000 [0 to 0]0 [0 to 0]3noneyes
claude-sonnet-5-cli25, 10, 1221 [21 to 21]000 [0 to 0]0 [0 to 0]3noneyes
gpt-5.6-sol-codexn/a (Codex)n/a, n/a, n/a0 [0 to 0]000 [0 to 0]0 [0 to 0]3nonen/a
gpt-6-astra-codexn/a (Codex)n/a, n/a, n/a0 [0 to 0]000 [0 to 0]0 [0 to 0]3nonen/a

Per-family outcome matrix

Each cell is the mean count across repeats of correct / silent wrong / task error attempts in that intent family, out of the family's attempts.

glm-5.2correctwrongerrorglm-5.3correctwrongerrorclaude-fable-5-1-clicorrectwrongerrorclaude-opus-5-clicorrectwrongerrorclaude-sonnet-5-clicorrectwrongerrorgpt-5.6-sol-codexcorrectwrongerrorgpt-6-astra-codexcorrectwrongerroractivity_deadline_before_creationindependent11:activity_deadline_before_creation · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:activity_deadline_before_creation · glm-5.3 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:activity_deadline_before_creation · glm-5.3 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:activity_deadline_before_creation · glm-5.3 · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:activity_deadline_before_creation · claude-fable-5-1-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:activity_deadline_before_creation · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · claude-opus-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:activity_deadline_before_creation · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · claude-sonnet-5-cli · correct: 4.00 of 5 attempts (mean across repeats)4.0independent11:activity_deadline_before_creation · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · claude-sonnet-5-cli · error: 0.33 of 5 attempts (mean across repeats)0.3independent11:activity_deadline_before_creation · gpt-5.6-sol-codex · correct: 3.67 of 5 attempts (mean across repeats)3.7independent11:activity_deadline_before_creation · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · gpt-5.6-sol-codex · error: 1.33 of 5 attempts (mean across repeats)1.3independent11:activity_deadline_before_creation · gpt-6-astra-codex · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:activity_deadline_before_creation · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_deadline_before_creation · gpt-6-astra-codex · error: 4.67 of 5 attempts (mean across repeats)4.7activity_duration_missing_due_timeindependent11:activity_duration_missing_due_time · glm-5.2 · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:activity_duration_missing_due_time · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:activity_duration_missing_due_time · glm-5.2 · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:activity_duration_missing_due_time · glm-5.3 · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:activity_duration_missing_due_time · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · glm-5.3 · error: 2.33 of 5 attempts (mean across repeats)2.3independent11:activity_duration_missing_due_time · claude-fable-5-1-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:activity_duration_missing_due_time · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · claude-opus-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:activity_duration_missing_due_time · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · claude-sonnet-5-cli · correct: 4.00 of 5 attempts (mean across repeats)4.0independent11:activity_duration_missing_due_time · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · claude-sonnet-5-cli · error: 0.67 of 5 attempts (mean across repeats)0.7independent11:activity_duration_missing_due_time · gpt-5.6-sol-codex · correct: 4.67 of 5 attempts (mean across repeats)4.7independent11:activity_duration_missing_due_time · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · gpt-6-astra-codex · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:activity_duration_missing_due_time · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:activity_duration_missing_due_time · gpt-6-astra-codex · error: 4.33 of 5 attempts (mean across repeats)4.3all_commission_unknownindependent11:all_commission_unknown · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:all_commission_unknown · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:all_commission_unknown · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:all_commission_unknown · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:all_commission_unknown · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:all_commission_unknown · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · claude-opus-5-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:all_commission_unknown · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:all_commission_unknown · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:all_commission_unknown · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:all_commission_unknown · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:all_commission_unknown · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:all_commission_unknown · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:all_commission_unknown · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0booked_without_settled_historyindependent11:booked_without_settled_history · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:booked_without_settled_history · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:booked_without_settled_history · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:booked_without_settled_history · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:booked_without_settled_history · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · claude-opus-5-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:booked_without_settled_history · claude-opus-5-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:booked_without_settled_history · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:booked_without_settled_history · claude-sonnet-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:booked_without_settled_history · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · gpt-5.6-sol-codex · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:booked_without_settled_history · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:booked_without_settled_history · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:booked_without_settled_history · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0campaign_and_web_referralindependent11:campaign_and_web_referral · glm-5.2 · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:campaign_and_web_referral · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · glm-5.3 · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:campaign_and_web_referral · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:campaign_and_web_referral · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · claude-fable-5-1-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:campaign_and_web_referral · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · claude-opus-5-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:campaign_and_web_referral · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · claude-sonnet-5-cli · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:campaign_and_web_referral · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:campaign_and_web_referral · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · gpt-5.6-sol-codex · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:campaign_and_web_referral · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · gpt-5.6-sol-codex · error: 0.33 of 5 attempts (mean across repeats)0.3independent11:campaign_and_web_referral · gpt-6-astra-codex · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:campaign_and_web_referral · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:campaign_and_web_referral · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0corporate_registration_without_tradeindependent11:corporate_registration_without_trade · glm-5.2 · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:corporate_registration_without_trade · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:corporate_registration_without_trade · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · glm-5.3 · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:corporate_registration_without_trade · glm-5.3 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:corporate_registration_without_trade · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · claude-fable-5-1-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:corporate_registration_without_trade · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · claude-opus-5-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:corporate_registration_without_trade · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · claude-sonnet-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:corporate_registration_without_trade · claude-sonnet-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:corporate_registration_without_trade · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · gpt-5.6-sol-codex · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:corporate_registration_without_trade · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · gpt-6-astra-codex · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:corporate_registration_without_trade · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:corporate_registration_without_trade · gpt-6-astra-codex · error: 1.67 of 5 attempts (mean across repeats)1.7customer_referrals_with_reward_eventindependent11:customer_referrals_with_reward_event · glm-5.2 · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · glm-5.3 · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-fable-5-1-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-opus-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-sonnet-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · gpt-5.6-sol-codex · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · gpt-6-astra-codex · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:customer_referrals_with_reward_event · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:customer_referrals_with_reward_event · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0deadline_actual_date_disagreementindependent11:deadline_actual_date_disagreement · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:deadline_actual_date_disagreement · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deadline_actual_date_disagreement · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0deal_assignment_overrideindependent11:deal_assignment_override · glm-5.2 · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:deal_assignment_override · glm-5.2 · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:deal_assignment_override · glm-5.2 · error: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_assignment_override · glm-5.3 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_assignment_override · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:deal_assignment_override · glm-5.3 · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:deal_assignment_override · claude-fable-5-1-cli · correct: 3.67 of 5 attempts (mean across repeats)3.7independent11:deal_assignment_override · claude-fable-5-1-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:deal_assignment_override · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_assignment_override · claude-opus-5-cli · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:deal_assignment_override · claude-opus-5-cli · wrong: 2.67 of 5 attempts (mean across repeats)2.7independent11:deal_assignment_override · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_assignment_override · claude-sonnet-5-cli · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:deal_assignment_override · claude-sonnet-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:deal_assignment_override · claude-sonnet-5-cli · error: 1.33 of 5 attempts (mean across repeats)1.3independent11:deal_assignment_override · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_assignment_override · gpt-5.6-sol-codex · wrong: 4.67 of 5 attempts (mean across repeats)4.7independent11:deal_assignment_override · gpt-5.6-sol-codex · error: 0.33 of 5 attempts (mean across repeats)0.3independent11:deal_assignment_override · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_assignment_override · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_assignment_override · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0deal_person_organization_conflictindependent11:deal_person_organization_conflict · glm-5.2 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_person_organization_conflict · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_person_organization_conflict · glm-5.2 · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deal_person_organization_conflict · glm-5.3 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_person_organization_conflict · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:deal_person_organization_conflict · glm-5.3 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:deal_person_organization_conflict · claude-fable-5-1-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:deal_person_organization_conflict · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:deal_person_organization_conflict · claude-fable-5-1-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deal_person_organization_conflict · claude-opus-5-cli · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:deal_person_organization_conflict · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_person_organization_conflict · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deal_person_organization_conflict · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_person_organization_conflict · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_person_organization_conflict · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:deal_person_organization_conflict · gpt-5.6-sol-codex · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:deal_person_organization_conflict · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:deal_person_organization_conflict · gpt-5.6-sol-codex · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deal_person_organization_conflict · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_person_organization_conflict · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_person_organization_conflict · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0deal_stage_timestamp_orderindependent11:deal_stage_timestamp_order · glm-5.2 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_stage_timestamp_order · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · glm-5.2 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:deal_stage_timestamp_order · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:deal_stage_timestamp_order · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · claude-fable-5-1-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:deal_stage_timestamp_order · claude-fable-5-1-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:deal_stage_timestamp_order · claude-opus-5-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:deal_stage_timestamp_order · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:deal_stage_timestamp_order · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:deal_stage_timestamp_order · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:deal_stage_timestamp_order · gpt-5.6-sol-codex · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:deal_stage_timestamp_order · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deal_stage_timestamp_order · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0deleted_booking_live_accountindependent11:deleted_booking_live_account · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:deleted_booking_live_account · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:deleted_booking_live_account · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:deleted_booking_live_account · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · claude-fable-5-1-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:deleted_booking_live_account · claude-fable-5-1-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deleted_booking_live_account · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · claude-opus-5-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:deleted_booking_live_account · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:deleted_booking_live_account · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:deleted_booking_live_account · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · gpt-5.6-sol-codex · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:deleted_booking_live_account · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:deleted_booking_live_account · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0different_sales_ownershipindependent11:different_sales_ownership · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:different_sales_ownership · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:different_sales_ownership · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:different_sales_ownership · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-fable-5-1-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:different_sales_ownership · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-opus-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:different_sales_ownership · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:different_sales_ownership · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:different_sales_ownership · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:different_sales_ownership · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:different_sales_ownership · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0first_booked_before_first_brokerindependent11:first_booked_before_first_broker · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:first_booked_before_first_broker · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:first_booked_before_first_broker · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:first_booked_before_first_broker · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:first_booked_before_first_broker · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · claude-opus-5-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:first_booked_before_first_broker · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:first_booked_before_first_broker · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:first_booked_before_first_broker · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:first_booked_before_first_broker · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · gpt-5.6-sol-codex · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:first_booked_before_first_broker · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:first_booked_before_first_broker · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0funnel_incomplete_contactindependent11:funnel_incomplete_contact · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · glm-5.2 · wrong: 4.67 of 5 attempts (mean across repeats)4.7independent11:funnel_incomplete_contact · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · glm-5.3 · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:funnel_incomplete_contact · glm-5.3 · wrong: 4.67 of 5 attempts (mean across repeats)4.7independent11:funnel_incomplete_contact · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · claude-fable-5-1-cli · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:funnel_incomplete_contact · claude-fable-5-1-cli · wrong: 3.00 of 5 attempts (mean across repeats)3.0independent11:funnel_incomplete_contact · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · claude-opus-5-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:funnel_incomplete_contact · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · claude-sonnet-5-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:funnel_incomplete_contact · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · gpt-5.6-sol-codex · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:funnel_incomplete_contact · gpt-5.6-sol-codex · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:funnel_incomplete_contact · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:funnel_incomplete_contact · gpt-6-astra-codex · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:funnel_incomplete_contact · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0fx_missing_on_settledindependent11:fx_missing_on_settled · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:fx_missing_on_settled · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:fx_missing_on_settled · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:fx_missing_on_settled · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:fx_missing_on_settled · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · claude-fable-5-1-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:fx_missing_on_settled · claude-fable-5-1-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:fx_missing_on_settled · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:fx_missing_on_settled · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:fx_missing_on_settled · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:fx_missing_on_settled · claude-sonnet-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:fx_missing_on_settled · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:fx_missing_on_settled · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:fx_missing_on_settled · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:fx_missing_on_settled · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0invoice_before_settlementindependent11:invoice_before_settlement · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:invoice_before_settlement · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:invoice_before_settlement · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:invoice_before_settlement · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:invoice_before_settlement · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:invoice_before_settlement · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:invoice_before_settlement · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:invoice_before_settlement · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:invoice_before_settlement · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · gpt-5.6-sol-codex · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:invoice_before_settlement · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:invoice_before_settlement · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0known_external_person_qualificationindependent11:known_external_person_qualification · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · glm-5.2 · wrong: 2.67 of 5 attempts (mean across repeats)2.7independent11:known_external_person_qualification · glm-5.2 · error: 2.33 of 5 attempts (mean across repeats)2.3independent11:known_external_person_qualification · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · glm-5.3 · wrong: 3.33 of 5 attempts (mean across repeats)3.3independent11:known_external_person_qualification · glm-5.3 · error: 1.67 of 5 attempts (mean across repeats)1.7independent11:known_external_person_qualification · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · claude-fable-5-1-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:known_external_person_qualification · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · claude-opus-5-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:known_external_person_qualification · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · claude-sonnet-5-cli · wrong: 3.33 of 5 attempts (mean across repeats)3.3independent11:known_external_person_qualification · claude-sonnet-5-cli · error: 1.67 of 5 attempts (mean across repeats)1.7independent11:known_external_person_qualification · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · gpt-5.6-sol-codex · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:known_external_person_qualification · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_external_person_qualification · gpt-6-astra-codex · wrong: 3.00 of 5 attempts (mean across repeats)3.0independent11:known_external_person_qualification · gpt-6-astra-codex · error: 2.00 of 5 attempts (mean across repeats)2.0known_zero_booked_commissionindependent11:known_zero_booked_commission · glm-5.2 · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:known_zero_booked_commission · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:known_zero_booked_commission · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · glm-5.3 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:known_zero_booked_commission · glm-5.3 · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:known_zero_booked_commission · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · claude-fable-5-1-cli · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:known_zero_booked_commission · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · claude-opus-5-cli · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:known_zero_booked_commission · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · claude-sonnet-5-cli · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:known_zero_booked_commission · claude-sonnet-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:known_zero_booked_commission · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · gpt-5.6-sol-codex · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:known_zero_booked_commission · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:known_zero_booked_commission · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0london_signup_month_edgeindependent11:london_signup_month_edge · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:london_signup_month_edge · gpt-6-astra-codex · error: 3.00 of 5 attempts (mean across repeats)3.0marketing_registration_gapindependent11:marketing_registration_gap · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:marketing_registration_gap · glm-5.2 · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:marketing_registration_gap · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · glm-5.3 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:marketing_registration_gap · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · claude-fable-5-1-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:marketing_registration_gap · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:marketing_registration_gap · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · claude-opus-5-cli · wrong: 2.67 of 5 attempts (mean across repeats)2.7independent11:marketing_registration_gap · claude-opus-5-cli · error: 1.33 of 5 attempts (mean across repeats)1.3independent11:marketing_registration_gap · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · claude-sonnet-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:marketing_registration_gap · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · gpt-5.6-sol-codex · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:marketing_registration_gap · gpt-5.6-sol-codex · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:marketing_registration_gap · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:marketing_registration_gap · gpt-6-astra-codex · error: 4.00 of 5 attempts (mean across repeats)4.0multi_broker_activationindependent11:multi_broker_activation · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:multi_broker_activation · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:multi_broker_activation · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:multi_broker_activation · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:multi_broker_activation · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · claude-opus-5-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:multi_broker_activation · claude-opus-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:multi_broker_activation · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:multi_broker_activation · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:multi_broker_activation · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:multi_broker_activation · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:multi_broker_activation · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0negative_realized_commissionindependent11:negative_realized_commission · glm-5.2 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:negative_realized_commission · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:negative_realized_commission · glm-5.2 · error: 0.33 of 5 attempts (mean across repeats)0.3independent11:negative_realized_commission · glm-5.3 · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:negative_realized_commission · glm-5.3 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:negative_realized_commission · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · claude-fable-5-1-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:negative_realized_commission · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · claude-opus-5-cli · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:negative_realized_commission · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · claude-sonnet-5-cli · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:negative_realized_commission · claude-sonnet-5-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:negative_realized_commission · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · gpt-5.6-sol-codex · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:negative_realized_commission · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · gpt-6-astra-codex · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:negative_realized_commission · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:negative_realized_commission · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0note_author_deal_owner_differenceindependent11:note_author_deal_owner_difference · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · glm-5.2 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:note_author_deal_owner_difference · glm-5.2 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:note_author_deal_owner_difference · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:note_author_deal_owner_difference · glm-5.3 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:note_author_deal_owner_difference · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:note_author_deal_owner_difference · claude-fable-5-1-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:note_author_deal_owner_difference · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · claude-opus-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:note_author_deal_owner_difference · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:note_author_deal_owner_difference · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:note_author_deal_owner_difference · gpt-5.6-sol-codex · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:note_author_deal_owner_difference · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:note_author_deal_owner_difference · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0notified_without_verificationindependent11:notified_without_verification · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:notified_without_verification · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:notified_without_verification · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · claude-fable-5-1-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:notified_without_verification · claude-fable-5-1-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:notified_without_verification · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:notified_without_verification · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:notified_without_verification · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:notified_without_verification · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:notified_without_verification · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:notified_without_verification · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:notified_without_verification · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0org_contact_without_websiteindependent11:org_contact_without_website · glm-5.2 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:org_contact_without_website · glm-5.2 · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:org_contact_without_website · glm-5.2 · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:org_contact_without_website · glm-5.3 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:org_contact_without_website · glm-5.3 · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:org_contact_without_website · glm-5.3 · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:org_contact_without_website · claude-fable-5-1-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:org_contact_without_website · claude-fable-5-1-cli · wrong: 2.33 of 5 attempts (mean across repeats)2.3independent11:org_contact_without_website · claude-fable-5-1-cli · error: 1.67 of 5 attempts (mean across repeats)1.7independent11:org_contact_without_website · claude-opus-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:org_contact_without_website · claude-opus-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:org_contact_without_website · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:org_contact_without_website · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:org_contact_without_website · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:org_contact_without_website · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:org_contact_without_website · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:org_contact_without_website · gpt-5.6-sol-codex · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:org_contact_without_website · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:org_contact_without_website · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:org_contact_without_website · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:org_contact_without_website · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_client_type_multipleindependent11:organization_client_type_multiple · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · glm-5.2 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_client_type_multiple · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:organization_client_type_multiple · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_client_type_multiple · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_client_type_multiple · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · claude-opus-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_client_type_multiple · claude-opus-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_client_type_multiple · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_client_type_multiple · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · gpt-5.6-sol-codex · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:organization_client_type_multiple · gpt-5.6-sol-codex · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:organization_client_type_multiple · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_client_type_multiple · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_employee_data_gapindependent11:organization_employee_data_gap · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_employee_data_gap · glm-5.2 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_employee_data_gap · glm-5.3 · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_employee_data_gap · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:organization_employee_data_gap · glm-5.3 · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_employee_data_gap · claude-fable-5-1-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:organization_employee_data_gap · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_employee_data_gap · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_employee_data_gap · claude-opus-5-cli · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:organization_employee_data_gap · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · claude-opus-5-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_employee_data_gap · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:organization_employee_data_gap · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_employee_data_gap · gpt-5.6-sol-codex · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_employee_data_gap · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_employee_data_gap · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_erp_multipleindependent11:organization_erp_multiple · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:organization_erp_multiple · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_erp_multiple · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:organization_erp_multiple · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · claude-fable-5-1-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_erp_multiple · claude-fable-5-1-cli · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:organization_erp_multiple · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · claude-opus-5-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:organization_erp_multiple · claude-opus-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_erp_multiple · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_erp_multiple · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_erp_multiple · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · gpt-5.6-sol-codex · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:organization_erp_multiple · gpt-5.6-sol-codex · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:organization_erp_multiple · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_erp_multiple · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_hedging_multipleindependent11:organization_hedging_multiple · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:organization_hedging_multiple · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:organization_hedging_multiple · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_hedging_multiple · claude-fable-5-1-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:organization_hedging_multiple · claude-opus-5-cli · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_hedging_multiple · claude-opus-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_hedging_multiple · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:organization_hedging_multiple · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_hedging_multiple · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_hedging_multiple · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · gpt-5.6-sol-codex · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:organization_hedging_multiple · gpt-5.6-sol-codex · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:organization_hedging_multiple · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_hedging_multiple · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_introducer_linkindependent11:organization_introducer_link · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_introducer_link · glm-5.2 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_introducer_link · glm-5.3 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_introducer_link · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · glm-5.3 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_introducer_link · claude-fable-5-1-cli · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_introducer_link · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_introducer_link · claude-fable-5-1-cli · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:organization_introducer_link · claude-opus-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:organization_introducer_link · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · claude-opus-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_introducer_link · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · claude-sonnet-5-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_introducer_link · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · gpt-5.6-sol-codex · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:organization_introducer_link · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:organization_introducer_link · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_introducer_link · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0organization_wallet_share_unknownindependent11:organization_wallet_share_unknown · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_wallet_share_unknown · glm-5.2 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_wallet_share_unknown · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · glm-5.3 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:organization_wallet_share_unknown · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · claude-fable-5-1-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:organization_wallet_share_unknown · claude-opus-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:organization_wallet_share_unknown · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · claude-opus-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:organization_wallet_share_unknown · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · claude-sonnet-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:organization_wallet_share_unknown · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:organization_wallet_share_unknown · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:organization_wallet_share_unknown · gpt-5.6-sol-codex · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:organization_wallet_share_unknown · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:organization_wallet_share_unknown · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0outdated_still_activatedindependent11:outdated_still_activated · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:outdated_still_activated · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:outdated_still_activated · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:outdated_still_activated · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · claude-fable-5-1-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:outdated_still_activated · claude-fable-5-1-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:outdated_still_activated · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · claude-opus-5-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:outdated_still_activated · claude-opus-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:outdated_still_activated · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:outdated_still_activated · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · gpt-5.6-sol-codex · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:outdated_still_activated · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:outdated_still_activated · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0overdue_expected_closeindependent11:overdue_expected_close · glm-5.2 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:overdue_expected_close · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · glm-5.2 · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:overdue_expected_close · glm-5.3 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:overdue_expected_close · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:overdue_expected_close · glm-5.3 · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:overdue_expected_close · claude-fable-5-1-cli · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:overdue_expected_close · claude-fable-5-1-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:overdue_expected_close · claude-fable-5-1-cli · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:overdue_expected_close · claude-opus-5-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:overdue_expected_close · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:overdue_expected_close · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:overdue_expected_close · gpt-5.6-sol-codex · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:overdue_expected_close · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · gpt-5.6-sol-codex · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:overdue_expected_close · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:overdue_expected_close · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0partner_paid_and_unpaid_statementsindependent11:partner_paid_and_unpaid_statements · glm-5.2 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:partner_paid_and_unpaid_statements · glm-5.2 · wrong: 2.33 of 5 attempts (mean across repeats)2.3independent11:partner_paid_and_unpaid_statements · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · glm-5.3 · correct: 2.67 of 5 attempts (mean across repeats)2.7independent11:partner_paid_and_unpaid_statements · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:partner_paid_and_unpaid_statements · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · claude-fable-5-1-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:partner_paid_and_unpaid_statements · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · claude-opus-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:partner_paid_and_unpaid_statements · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · claude-sonnet-5-cli · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:partner_paid_and_unpaid_statements · claude-sonnet-5-cli · wrong: 4.00 of 5 attempts (mean across repeats)4.0independent11:partner_paid_and_unpaid_statements · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · gpt-5.6-sol-codex · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:partner_paid_and_unpaid_statements · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · gpt-6-astra-codex · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:partner_paid_and_unpaid_statements · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:partner_paid_and_unpaid_statements · gpt-6-astra-codex · error: 0.67 of 5 attempts (mean across repeats)0.7person_communication_preferencesindependent11:person_communication_preferences · glm-5.2 · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_communication_preferences · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_communication_preferences · glm-5.2 · error: 1.67 of 5 attempts (mean across repeats)1.7independent11:person_communication_preferences · glm-5.3 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:person_communication_preferences · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:person_communication_preferences · glm-5.3 · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_communication_preferences · claude-fable-5-1-cli · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_communication_preferences · claude-fable-5-1-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_communication_preferences · claude-fable-5-1-cli · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_communication_preferences · claude-opus-5-cli · correct: 3.33 of 5 attempts (mean across repeats)3.3independent11:person_communication_preferences · claude-opus-5-cli · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:person_communication_preferences · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_communication_preferences · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_communication_preferences · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_communication_preferences · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_communication_preferences · gpt-5.6-sol-codex · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_communication_preferences · gpt-5.6-sol-codex · wrong: 3.67 of 5 attempts (mean across repeats)3.7independent11:person_communication_preferences · gpt-5.6-sol-codex · error: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_communication_preferences · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_communication_preferences · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_communication_preferences · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0person_multi_frequency_declarationsindependent11:person_multi_frequency_declarations · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:person_multi_frequency_declarations · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:person_multi_frequency_declarations · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_multi_frequency_declarations · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · claude-fable-5-1-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_multi_frequency_declarations · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · claude-opus-5-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:person_multi_frequency_declarations · claude-opus-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:person_multi_frequency_declarations · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · claude-sonnet-5-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:person_multi_frequency_declarations · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:person_multi_frequency_declarations · gpt-5.6-sol-codex · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:person_multi_frequency_declarations · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_multi_frequency_declarations · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0person_note_pinned_exclusivelyindependent11:person_note_pinned_exclusively · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:person_note_pinned_exclusively · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_note_pinned_exclusively · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · claude-fable-5-1-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_note_pinned_exclusively · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_note_pinned_exclusively · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:person_note_pinned_exclusively · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:person_note_pinned_exclusively · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · gpt-5.6-sol-codex · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_note_pinned_exclusively · gpt-5.6-sol-codex · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:person_note_pinned_exclusively · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_note_pinned_exclusively · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0person_organization_owner_gapindependent11:person_organization_owner_gap · glm-5.2 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_organization_owner_gap · glm-5.2 · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:person_organization_owner_gap · glm-5.2 · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:person_organization_owner_gap · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:person_organization_owner_gap · glm-5.3 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:person_organization_owner_gap · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · claude-fable-5-1-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:person_organization_owner_gap · claude-opus-5-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:person_organization_owner_gap · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:person_organization_owner_gap · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:person_organization_owner_gap · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:person_organization_owner_gap · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · gpt-5.6-sol-codex · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:person_organization_owner_gap · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:person_organization_owner_gap · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0prebillable_eligible_statsindependent11:prebillable_eligible_stats · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:prebillable_eligible_stats · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:prebillable_eligible_stats · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:prebillable_eligible_stats · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:prebillable_eligible_stats · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · claude-fable-5-1-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:prebillable_eligible_stats · claude-fable-5-1-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:prebillable_eligible_stats · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:prebillable_eligible_stats · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:prebillable_eligible_stats · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · claude-sonnet-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:prebillable_eligible_stats · claude-sonnet-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:prebillable_eligible_stats · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · gpt-5.6-sol-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:prebillable_eligible_stats · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:prebillable_eligible_stats · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:prebillable_eligible_stats · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0private_declared_currency_overlapindependent11:private_declared_currency_overlap · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:private_declared_currency_overlap · glm-5.2 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:private_declared_currency_overlap · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:private_declared_currency_overlap · glm-5.3 · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:private_declared_currency_overlap · claude-fable-5-1-cli · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:private_declared_currency_overlap · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · claude-fable-5-1-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:private_declared_currency_overlap · claude-opus-5-cli · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:private_declared_currency_overlap · claude-opus-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:private_declared_currency_overlap · claude-opus-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:private_declared_currency_overlap · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:private_declared_currency_overlap · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:private_declared_currency_overlap · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:private_declared_currency_overlap · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:private_declared_currency_overlap · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0professional_zero_rate_referralsindependent11:professional_zero_rate_referrals · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · glm-5.2 · wrong: 4.67 of 5 attempts (mean across repeats)4.7independent11:professional_zero_rate_referrals · glm-5.2 · error: 0.33 of 5 attempts (mean across repeats)0.3independent11:professional_zero_rate_referrals · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · glm-5.3 · wrong: 4.00 of 5 attempts (mean across repeats)4.0independent11:professional_zero_rate_referrals · glm-5.3 · error: 1.00 of 5 attempts (mean across repeats)1.0independent11:professional_zero_rate_referrals · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · claude-fable-5-1-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:professional_zero_rate_referrals · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · claude-opus-5-cli · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:professional_zero_rate_referrals · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · claude-sonnet-5-cli · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:professional_zero_rate_referrals · claude-sonnet-5-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:professional_zero_rate_referrals · claude-sonnet-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:professional_zero_rate_referrals · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · gpt-5.6-sol-codex · wrong: 5.00 of 5 attempts (mean across repeats)5.0independent11:professional_zero_rate_referrals · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:professional_zero_rate_referrals · gpt-6-astra-codex · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:professional_zero_rate_referrals · gpt-6-astra-codex · error: 4.33 of 5 attempts (mean across repeats)4.3qualified_without_deal_stageindependent11:qualified_without_deal_stage · glm-5.2 · correct: 1.33 of 5 attempts (mean across repeats)1.3independent11:qualified_without_deal_stage · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · glm-5.2 · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:qualified_without_deal_stage · glm-5.3 · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:qualified_without_deal_stage · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · glm-5.3 · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:qualified_without_deal_stage · claude-fable-5-1-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:qualified_without_deal_stage · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · claude-fable-5-1-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:qualified_without_deal_stage · claude-opus-5-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:qualified_without_deal_stage · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:qualified_without_deal_stage · claude-sonnet-5-cli · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:qualified_without_deal_stage · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · claude-sonnet-5-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:qualified_without_deal_stage · gpt-5.6-sol-codex · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:qualified_without_deal_stage · gpt-5.6-sol-codex · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:qualified_without_deal_stage · gpt-5.6-sol-codex · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:qualified_without_deal_stage · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:qualified_without_deal_stage · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0quote_conversion_valid_linkindependent11:quote_conversion_valid_link · glm-5.2 · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:quote_conversion_valid_link · glm-5.2 · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:quote_conversion_valid_link · glm-5.2 · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:quote_conversion_valid_link · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · glm-5.3 · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:quote_conversion_valid_link · glm-5.3 · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:quote_conversion_valid_link · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · claude-fable-5-1-cli · wrong: 2.33 of 5 attempts (mean across repeats)2.3independent11:quote_conversion_valid_link · claude-fable-5-1-cli · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:quote_conversion_valid_link · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · claude-opus-5-cli · wrong: 3.00 of 5 attempts (mean across repeats)3.0independent11:quote_conversion_valid_link · claude-opus-5-cli · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:quote_conversion_valid_link · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · claude-sonnet-5-cli · wrong: 2.33 of 5 attempts (mean across repeats)2.3independent11:quote_conversion_valid_link · claude-sonnet-5-cli · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:quote_conversion_valid_link · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · gpt-5.6-sol-codex · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:quote_conversion_valid_link · gpt-5.6-sol-codex · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:quote_conversion_valid_link · gpt-6-astra-codex · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_conversion_valid_link · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_conversion_valid_link · gpt-6-astra-codex · error: 4.00 of 5 attempts (mean across repeats)4.0quote_days_before_activationindependent11:quote_days_before_activation · glm-5.2 · correct: 0.67 of 5 attempts (mean across repeats)0.7independent11:quote_days_before_activation · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:quote_days_before_activation · glm-5.2 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:quote_days_before_activation · glm-5.3 · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_days_before_activation · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_days_before_activation · glm-5.3 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:quote_days_before_activation · claude-fable-5-1-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_days_before_activation · claude-fable-5-1-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:quote_days_before_activation · claude-fable-5-1-cli · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:quote_days_before_activation · claude-opus-5-cli · correct: 2.00 of 5 attempts (mean across repeats)2.0independent11:quote_days_before_activation · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_days_before_activation · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:quote_days_before_activation · claude-sonnet-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_days_before_activation · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_days_before_activation · claude-sonnet-5-cli · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:quote_days_before_activation · gpt-5.6-sol-codex · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_days_before_activation · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_days_before_activation · gpt-5.6-sol-codex · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:quote_days_before_activation · gpt-6-astra-codex · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_days_before_activation · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_days_before_activation · gpt-6-astra-codex · error: 4.00 of 5 attempts (mean across repeats)4.0quote_only_system_activityindependent11:quote_only_system_activity · glm-5.2 · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_only_system_activity · glm-5.2 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:quote_only_system_activity · glm-5.2 · error: 3.33 of 5 attempts (mean across repeats)3.3independent11:quote_only_system_activity · glm-5.3 · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:quote_only_system_activity · glm-5.3 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:quote_only_system_activity · glm-5.3 · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:quote_only_system_activity · claude-fable-5-1-cli · correct: 0.33 of 5 attempts (mean across repeats)0.3independent11:quote_only_system_activity · claude-fable-5-1-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:quote_only_system_activity · claude-fable-5-1-cli · error: 2.00 of 5 attempts (mean across repeats)2.0independent11:quote_only_system_activity · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_only_system_activity · claude-opus-5-cli · wrong: 1.67 of 5 attempts (mean across repeats)1.7independent11:quote_only_system_activity · claude-opus-5-cli · error: 2.33 of 5 attempts (mean across repeats)2.3independent11:quote_only_system_activity · claude-sonnet-5-cli · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_only_system_activity · claude-sonnet-5-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:quote_only_system_activity · claude-sonnet-5-cli · error: 2.67 of 5 attempts (mean across repeats)2.7independent11:quote_only_system_activity · gpt-5.6-sol-codex · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_only_system_activity · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_only_system_activity · gpt-5.6-sol-codex · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:quote_only_system_activity · gpt-6-astra-codex · correct: 1.00 of 5 attempts (mean across repeats)1.0independent11:quote_only_system_activity · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:quote_only_system_activity · gpt-6-astra-codex · error: 4.00 of 5 attempts (mean across repeats)4.0trade_sell_not_declaredindependent11:trade_sell_not_declared · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · glm-5.2 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · glm-5.2 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:trade_sell_not_declared · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · glm-5.3 · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · glm-5.3 · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:trade_sell_not_declared · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · claude-fable-5-1-cli · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:trade_sell_not_declared · claude-fable-5-1-cli · error: 4.67 of 5 attempts (mean across repeats)4.7independent11:trade_sell_not_declared · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · claude-opus-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:trade_sell_not_declared · claude-opus-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:trade_sell_not_declared · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · claude-sonnet-5-cli · wrong: 2.00 of 5 attempts (mean across repeats)2.0independent11:trade_sell_not_declared · claude-sonnet-5-cli · error: 3.00 of 5 attempts (mean across repeats)3.0independent11:trade_sell_not_declared · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:trade_sell_not_declared · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:trade_sell_not_declared · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0unknown_sti_with_brokerindependent11:unknown_sti_with_broker · glm-5.2 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · glm-5.2 · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:unknown_sti_with_broker · glm-5.2 · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:unknown_sti_with_broker · glm-5.3 · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:unknown_sti_with_broker · glm-5.3 · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:unknown_sti_with_broker · claude-fable-5-1-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · claude-fable-5-1-cli · wrong: 1.33 of 5 attempts (mean across repeats)1.3independent11:unknown_sti_with_broker · claude-fable-5-1-cli · error: 3.67 of 5 attempts (mean across repeats)3.7independent11:unknown_sti_with_broker · claude-opus-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · claude-opus-5-cli · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:unknown_sti_with_broker · claude-opus-5-cli · error: 4.33 of 5 attempts (mean across repeats)4.3independent11:unknown_sti_with_broker · claude-sonnet-5-cli · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · claude-sonnet-5-cli · error: 5.00 of 5 attempts (mean across repeats)5.0independent11:unknown_sti_with_broker · gpt-5.6-sol-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · gpt-5.6-sol-codex · error: 4.00 of 5 attempts (mean across repeats)4.0independent11:unknown_sti_with_broker · gpt-6-astra-codex · correct: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:unknown_sti_with_broker · gpt-6-astra-codex · error: 5.00 of 5 attempts (mean across repeats)5.0verified_after_registrationindependent11:verified_after_registration · glm-5.2 · correct: 4.67 of 5 attempts (mean across repeats)4.7independent11:verified_after_registration · glm-5.2 · wrong: 0.33 of 5 attempts (mean across repeats)0.3independent11:verified_after_registration · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · glm-5.3 · correct: 4.00 of 5 attempts (mean across repeats)4.0independent11:verified_after_registration · glm-5.3 · wrong: 1.00 of 5 attempts (mean across repeats)1.0independent11:verified_after_registration · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-fable-5-1-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:verified_after_registration · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-opus-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:verified_after_registration · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-sonnet-5-cli · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:verified_after_registration · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · gpt-5.6-sol-codex · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:verified_after_registration · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · gpt-6-astra-codex · correct: 5.00 of 5 attempts (mean across repeats)5.0independent11:verified_after_registration · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_after_registration · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0verified_private_rejected_registrationindependent11:verified_private_rejected_registration · glm-5.2 · correct: 1.67 of 5 attempts (mean across repeats)1.7independent11:verified_private_rejected_registration · glm-5.2 · wrong: 2.33 of 5 attempts (mean across repeats)2.3independent11:verified_private_rejected_registration · glm-5.2 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · glm-5.3 · correct: 2.33 of 5 attempts (mean across repeats)2.3independent11:verified_private_rejected_registration · glm-5.3 · wrong: 0.67 of 5 attempts (mean across repeats)0.7independent11:verified_private_rejected_registration · glm-5.3 · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-fable-5-1-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:verified_private_rejected_registration · claude-fable-5-1-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-fable-5-1-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-opus-5-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:verified_private_rejected_registration · claude-opus-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-opus-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-sonnet-5-cli · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:verified_private_rejected_registration · claude-sonnet-5-cli · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · claude-sonnet-5-cli · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · gpt-5.6-sol-codex · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:verified_private_rejected_registration · gpt-5.6-sol-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · gpt-5.6-sol-codex · error: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · gpt-6-astra-codex · correct: 3.00 of 5 attempts (mean across repeats)3.0independent11:verified_private_rejected_registration · gpt-6-astra-codex · wrong: 0.00 of 5 attempts (mean across repeats)0.0independent11:verified_private_rejected_registration · gpt-6-astra-codex · error: 0.00 of 5 attempts (mean across repeats)0.0
Per-family mean counts per arm (darker = larger share of the family's attempts). Columns per arm: correct, silent wrong, task error. Denominator: the family's attempts (shown in the tooltip).
Table view
intent familyglm-5.2glm-5.3claude-fable-5-1-cliclaude-opus-5-cliclaude-sonnet-5-cligpt-5.6-sol-codexgpt-6-astra-codex
activity_deadline_before_creation0.0 / 0.0 / 5.0 of 51.3 / 0.7 / 3.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 54.0 / 0.0 / 0.3 of 53.7 / 0.0 / 1.3 of 50.3 / 0.0 / 4.7 of 5
activity_duration_missing_due_time2.7 / 0.3 / 2.0 of 52.7 / 0.0 / 2.3 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 54.0 / 0.0 / 0.7 of 54.7 / 0.0 / 0.0 of 50.7 / 0.0 / 4.3 of 5
all_commission_unknown0.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 1.7 / 3.3 of 50.0 / 1.3 / 3.7 of 50.0 / 0.3 / 4.7 of 50.0 / 0.7 / 4.0 of 50.0 / 0.0 / 5.0 of 5
booked_without_settled_history0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 1.7 / 3.3 of 50.0 / 1.7 / 3.3 of 50.0 / 0.7 / 4.3 of 50.0 / 1.0 / 3.3 of 50.0 / 0.0 / 5.0 of 5
campaign_and_web_referral3.0 / 0.0 / 0.0 of 53.0 / 0.3 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 52.3 / 0.7 / 0.0 of 52.7 / 0.0 / 0.3 of 53.0 / 0.0 / 0.0 of 5
corporate_registration_without_trade3.0 / 0.7 / 0.0 of 53.0 / 0.7 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 51.0 / 2.0 / 0.0 of 53.0 / 0.0 / 0.0 of 51.3 / 0.0 / 1.7 of 5
customer_referrals_with_reward_event5.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 5
deadline_actual_date_disagreement0.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 5
deal_assignment_override1.7 / 2.0 / 0.7 of 50.7 / 1.0 / 3.0 of 53.7 / 1.0 / 0.0 of 52.3 / 2.7 / 0.0 of 51.7 / 2.0 / 1.3 of 50.0 / 4.7 / 0.3 of 50.0 / 0.0 / 5.0 of 5
deal_person_organization_conflict0.7 / 0.7 / 3.7 of 50.7 / 0.3 / 4.0 of 51.0 / 0.3 / 3.7 of 51.3 / 0.0 / 3.7 of 50.0 / 0.7 / 4.0 of 50.3 / 0.3 / 3.7 of 50.0 / 0.0 / 5.0 of 5
deal_stage_timestamp_order0.7 / 0.0 / 4.3 of 50.0 / 0.0 / 5.0 of 50.0 / 1.0 / 4.0 of 52.0 / 0.0 / 3.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.7 / 4.3 of 50.0 / 0.0 / 5.0 of 5
deleted_booking_live_account0.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 1.3 / 3.7 of 50.0 / 1.3 / 3.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 4.3 of 50.0 / 0.0 / 5.0 of 5
different_sales_ownership0.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.7 / 4.0 of 50.0 / 0.0 / 5.0 of 5
first_booked_before_first_broker0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 1.7 / 3.3 of 50.0 / 1.3 / 3.7 of 50.0 / 0.3 / 4.7 of 50.0 / 0.0 / 3.7 of 50.0 / 0.0 / 5.0 of 5
funnel_incomplete_contact0.0 / 4.7 / 0.0 of 50.3 / 4.7 / 0.0 of 51.3 / 3.0 / 0.0 of 50.0 / 5.0 / 0.0 of 50.0 / 5.0 / 0.0 of 52.3 / 1.0 / 0.0 of 50.0 / 5.0 / 0.0 of 5
fx_missing_on_settled0.0 / 0.3 / 4.7 of 50.0 / 0.3 / 4.7 of 50.0 / 1.0 / 4.0 of 50.0 / 2.0 / 3.0 of 50.0 / 0.7 / 4.3 of 50.0 / 0.3 / 3.3 of 50.0 / 0.0 / 5.0 of 5
invoice_before_settlement0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 1.7 / 3.3 of 50.0 / 2.0 / 3.0 of 50.0 / 0.3 / 4.7 of 50.0 / 0.0 / 4.3 of 50.0 / 0.0 / 5.0 of 5
known_external_person_qualification0.0 / 2.7 / 2.3 of 50.0 / 3.3 / 1.7 of 50.0 / 5.0 / 0.0 of 50.0 / 5.0 / 0.0 of 50.0 / 3.3 / 1.7 of 50.0 / 5.0 / 0.0 of 50.0 / 3.0 / 2.0 of 5
known_zero_booked_commission1.7 / 0.3 / 0.0 of 51.3 / 1.7 / 0.0 of 51.3 / 0.0 / 0.0 of 52.7 / 0.0 / 0.0 of 51.3 / 2.0 / 0.0 of 51.7 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 5
london_signup_month_edge0.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 0.0 of 50.0 / 0.0 / 3.0 of 5
marketing_registration_gap0.0 / 0.3 / 3.3 of 50.0 / 0.0 / 4.0 of 50.0 / 0.7 / 3.3 of 50.0 / 2.7 / 1.3 of 50.0 / 0.0 / 3.7 of 50.0 / 2.0 / 2.0 of 50.0 / 0.0 / 4.0 of 5
multi_broker_activation0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 1.7 / 3.3 of 50.0 / 1.0 / 4.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.7 / 4.0 of 50.0 / 0.0 / 5.0 of 5
negative_realized_commission1.3 / 0.7 / 0.3 of 51.7 / 0.7 / 0.0 of 52.0 / 0.0 / 0.0 of 52.3 / 0.0 / 0.0 of 51.7 / 1.0 / 0.0 of 52.7 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 5
note_author_deal_owner_difference0.0 / 1.0 / 4.0 of 50.0 / 0.3 / 4.3 of 50.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 4.7 of 50.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 5
notified_without_verification0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.7 / 4.3 of 50.0 / 2.0 / 3.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.0 of 50.0 / 0.0 / 5.0 of 5
org_contact_without_website0.7 / 2.0 / 2.0 of 50.7 / 1.7 / 2.7 of 51.0 / 2.3 / 1.7 of 51.0 / 0.3 / 3.7 of 50.0 / 0.0 / 4.0 of 50.0 / 1.0 / 3.3 of 50.0 / 0.0 / 5.0 of 5
organization_client_type_multiple0.0 / 0.0 / 4.3 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 3.3 of 50.0 / 0.3 / 4.3 of 50.0 / 0.0 / 4.0 of 50.0 / 2.0 / 2.7 of 50.0 / 0.0 / 5.0 of 5
organization_employee_data_gap0.0 / 0.7 / 4.3 of 50.3 / 1.0 / 3.3 of 51.0 / 0.3 / 3.3 of 51.7 / 0.0 / 3.3 of 50.0 / 0.0 / 5.0 of 50.0 / 0.7 / 4.3 of 50.0 / 0.0 / 5.0 of 5
organization_erp_multiple0.0 / 0.0 / 4.7 of 50.0 / 0.3 / 4.7 of 50.0 / 0.7 / 2.7 of 50.0 / 1.0 / 4.0 of 50.0 / 0.3 / 4.0 of 50.0 / 2.0 / 2.7 of 50.0 / 0.0 / 5.0 of 5
organization_hedging_multiple0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 3.0 of 50.3 / 0.7 / 3.7 of 50.0 / 0.3 / 4.0 of 50.0 / 2.0 / 2.7 of 50.0 / 0.0 / 5.0 of 5
organization_introducer_link0.0 / 0.7 / 4.0 of 50.7 / 0.0 / 4.3 of 50.7 / 0.3 / 2.0 of 51.0 / 0.0 / 4.0 of 50.0 / 0.0 / 3.3 of 50.0 / 1.3 / 3.3 of 50.0 / 0.0 / 5.0 of 5
organization_wallet_share_unknown0.0 / 0.3 / 4.0 of 50.0 / 0.0 / 4.3 of 50.0 / 0.0 / 3.0 of 51.0 / 0.0 / 4.0 of 50.0 / 0.3 / 4.7 of 50.0 / 0.7 / 3.7 of 50.0 / 0.0 / 5.0 of 5
outdated_still_activated0.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.7 of 50.0 / 0.7 / 4.3 of 50.0 / 1.0 / 3.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 5
overdue_expected_close1.3 / 0.0 / 3.7 of 51.3 / 0.3 / 3.3 of 50.7 / 1.7 / 2.7 of 52.0 / 0.0 / 3.0 of 50.0 / 0.0 / 5.0 of 52.0 / 0.0 / 3.0 of 50.0 / 0.0 / 5.0 of 5
partner_paid_and_unpaid_statements1.3 / 2.3 / 0.0 of 52.7 / 1.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 50.7 / 4.0 / 0.0 of 50.0 / 5.0 / 0.0 of 52.3 / 0.0 / 0.7 of 5
person_communication_preferences2.0 / 0.7 / 1.7 of 51.3 / 1.0 / 2.0 of 50.7 / 2.0 / 2.0 of 53.3 / 1.0 / 0.0 of 50.0 / 0.0 / 5.0 of 50.7 / 3.7 / 0.7 of 50.0 / 0.0 / 5.0 of 5
person_multi_frequency_declarations0.0 / 0.3 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.3 of 50.0 / 0.0 / 4.7 of 50.0 / 0.3 / 3.0 of 50.0 / 0.0 / 5.0 of 5
person_note_pinned_exclusively0.0 / 0.0 / 4.7 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 2.0 / 3.0 of 50.0 / 0.0 / 5.0 of 50.0 / 2.0 / 2.7 of 50.0 / 0.0 / 5.0 of 5
person_organization_owner_gap0.7 / 1.3 / 3.0 of 50.0 / 1.0 / 4.0 of 50.0 / 0.0 / 4.7 of 52.0 / 0.0 / 3.0 of 50.0 / 0.7 / 4.0 of 50.0 / 0.0 / 4.7 of 50.0 / 0.0 / 5.0 of 5
prebillable_eligible_stats0.0 / 0.3 / 4.7 of 50.0 / 0.3 / 4.7 of 50.0 / 2.0 / 3.0 of 50.0 / 2.0 / 3.0 of 50.0 / 0.7 / 4.3 of 50.0 / 0.7 / 3.3 of 50.0 / 0.0 / 5.0 of 5
private_declared_currency_overlap0.0 / 0.3 / 4.7 of 50.0 / 0.3 / 4.7 of 50.3 / 0.0 / 4.7 of 50.3 / 0.7 / 4.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.0 of 50.0 / 0.0 / 5.0 of 5
professional_zero_rate_referrals0.0 / 4.7 / 0.3 of 50.0 / 4.0 / 1.0 of 50.0 / 5.0 / 0.0 of 50.0 / 5.0 / 0.0 of 50.3 / 1.7 / 3.0 of 50.0 / 5.0 / 0.0 of 50.0 / 0.7 / 4.3 of 5
qualified_without_deal_stage1.3 / 0.0 / 3.7 of 50.3 / 0.0 / 4.3 of 52.0 / 0.0 / 3.0 of 52.0 / 0.0 / 3.0 of 50.7 / 0.0 / 3.7 of 51.7 / 0.3 / 3.0 of 50.0 / 0.0 / 5.0 of 5
quote_conversion_valid_link0.3 / 1.3 / 3.3 of 50.0 / 2.0 / 3.0 of 50.0 / 2.3 / 2.7 of 50.0 / 3.0 / 2.0 of 50.0 / 2.3 / 2.7 of 50.0 / 1.3 / 3.0 of 51.0 / 0.0 / 4.0 of 5
quote_days_before_activation0.7 / 0.3 / 4.0 of 51.0 / 0.0 / 4.0 of 51.0 / 0.7 / 3.3 of 52.0 / 0.0 / 3.0 of 51.0 / 0.0 / 4.0 of 51.0 / 0.0 / 3.3 of 51.0 / 0.0 / 4.0 of 5
quote_only_system_activity1.0 / 0.7 / 3.3 of 50.3 / 0.3 / 3.7 of 50.3 / 2.0 / 2.0 of 50.0 / 1.7 / 2.3 of 51.0 / 1.3 / 2.7 of 51.0 / 0.0 / 3.7 of 51.0 / 0.0 / 4.0 of 5
trade_sell_not_declared0.0 / 0.0 / 5.0 of 50.0 / 0.0 / 5.0 of 50.0 / 0.3 / 4.7 of 50.0 / 2.0 / 3.0 of 50.0 / 2.0 / 3.0 of 50.0 / 0.0 / 4.0 of 50.0 / 0.0 / 5.0 of 5
unknown_sti_with_broker0.0 / 1.3 / 3.7 of 50.0 / 1.0 / 4.0 of 50.0 / 1.3 / 3.7 of 50.0 / 0.7 / 4.3 of 50.0 / 0.0 / 5.0 of 50.0 / 0.0 / 4.0 of 50.0 / 0.0 / 5.0 of 5
verified_after_registration4.7 / 0.3 / 0.0 of 54.0 / 1.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 55.0 / 0.0 / 0.0 of 5
verified_private_rejected_registration1.7 / 2.3 / 0.0 of 52.3 / 0.7 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 53.0 / 0.0 / 0.0 of 5

Method

Unverified

Evidence