Skip to content

Latest commit

 

History

History
482 lines (424 loc) · 83.5 KB

File metadata and controls

482 lines (424 loc) · 83.5 KB

Experiment Board

Languages: English | Chinese

This board summarizes the released evaluation results for GDPevo's public benchmark runs. Released runs compare a stateless base baseline with evolution modes. The Codex, Claude Code, and Panofy runs report fewshot, self, and reflect-3. Full structured reports are stored under released experiment directories, such as codex_gpt5_5_xhigh/reports/, claude_code_opus_4_8_xhigh/reports/, panofy_claude_opus_4_6_high/reports/, claude_code_glm_5_2_max/reports/, claude_code_kimi2_6_enabled/reports/, and claude_code_deepseek_v4_pro_max/reports/.

In the released Codex GPT-5.5 xhigh run, the three Codex evolution modes improve accuracy by +12.39 pp on average and change token cost by -29.05% on average.

Efficiency metrics only count test solver subagent answer-writing. They are averaged across the 3 attempts for each test task first, then averaged across the 5 test tasks. Artifact generation, environment startup, evaluator execution, and main-agent aggregation are outside these metrics.

This board displays acc as the 3-attempt average percentage with population std in parentheses, rounds avg as solver model-response rounds, tool calls avg as solver tool-call requests, and token metrics in thousands (k). Cost is calculated from the raw token counts in the report YAML files, then rounded to two decimals for display.

cost USD avg is calculated from report token metrics and the model price used for the run. Some report YAMLs store the calculated field directly; the board rounds it to two decimals for display.

For the released gpt-5.5, xhigh run, this board uses the standard GPT-5.5 text-token prices:

Token type Price
Input $5.00 / 1M tokens
Cached input $0.50 / 1M tokens
Output $30.00 / 1M tokens

The board-level cost formula is:

uncached_input_tokens_avg_3 = input_tokens_avg_3 - cached_input_tokens_avg_3

cost_USD_avg_3 =
  (uncached_input_tokens_avg_3 * 5.00
   + cached_input_tokens_avg_3 * 0.50
   + output_tokens_avg_3 * 30.00) / 1_000_000
task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg cached tokens avg (k) input tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture gpt-5.5, xhigh codex base 44.43% (±2.63%) 14.87 30.00 403.2k 457.0k 14.2k 0.90 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture gpt-5.5, xhigh codex fewshot 48.12% (±7.59%) 13.80 27.20 366.0k 412.6k 13.2k 0.81 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture gpt-5.5, xhigh codex self 71.06% (±1.17%) 8.93 33.87 320.8k 391.4k 12.2k 0.88 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture gpt-5.5, xhigh codex reflect-3 68.34% (±9.77%) 9.40 30.87 381.7k 445.0k 12.8k 0.89 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response gpt-5.5, xhigh codex base 41.62% (±1.57%) 11.53 30.93 281.3k 329.8k 7.7k 0.62 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response gpt-5.5, xhigh codex fewshot 51.17% (±1.22%) 8.73 18.27 190.9k 225.5k 7.1k 0.48 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response gpt-5.5, xhigh codex self 45.36% (±3.14%) 7.93 17.20 155.9k 188.1k 6.3k 0.43 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response gpt-5.5, xhigh codex reflect-3 44.24% (±5.59%) 8.07 16.20 160.0k 203.4k 7.1k 0.51 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution gpt-5.5, xhigh codex base 57.84% (±5.41%) 13.87 39.73 541.8k 606.7k 15.4k 1.06 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution gpt-5.5, xhigh codex fewshot 78.11% (±10.15%) 12.13 42.00 380.2k 440.2k 13.1k 0.88 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution gpt-5.5, xhigh codex self 62.91% (±12.19%) 12.00 38.80 455.2k 537.0k 14.5k 1.07 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution gpt-5.5, xhigh codex reflect-3 57.76% (±11.14%) 15.87 42.00 564.8k 639.7k 15.5k 1.12 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics gpt-5.5, xhigh codex base 31.73% (±4.20%) 16.13 31.60 766.4k 859.9k 18.5k 1.40 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics gpt-5.5, xhigh codex fewshot 60.94% (±1.18%) 12.80 24.27 532.3k 595.1k 15.2k 1.04 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics gpt-5.5, xhigh codex self 25.74% (±8.17%) 11.20 18.53 364.7k 427.7k 10.6k 0.82 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics gpt-5.5, xhigh codex reflect-3 25.01% (±6.00%) 14.00 24.80 575.3k 652.9k 12.6k 1.05 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control gpt-5.5, xhigh codex base 35.09% (±11.38%) 26.73 83.93 1760.8k 1898.5k 15.2k 2.02 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control gpt-5.5, xhigh codex fewshot 52.45% (±15.59%) 18.07 63.47 812.0k 889.1k 12.3k 1.16 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control gpt-5.5, xhigh codex self 58.86% (±7.72%) 11.53 27.53 314.0k 377.2k 12.1k 0.84 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control gpt-5.5, xhigh codex reflect-3 59.51% (±9.21%) 12.20 30.27 327.3k 408.7k 13.0k 0.96 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving gpt-5.5, xhigh codex base 66.28% (±0.79%) 10.13 25.27 320.6k 376.5k 8.3k 0.69 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving gpt-5.5, xhigh codex fewshot 72.39% (±3.62%) 9.20 20.40 305.7k 364.4k 8.3k 0.69 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving gpt-5.5, xhigh codex self 70.46% (±4.98%) 7.73 17.80 233.5k 294.3k 13.2k 0.82 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving gpt-5.5, xhigh codex reflect-3 72.87% (±2.62%) 9.07 24.80 213.1k 263.9k 12.8k 0.74 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment gpt-5.5, xhigh codex base 38.40% (±2.67%) 22.33 45.60 1299.2k 1371.8k 18.1k 1.56 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment gpt-5.5, xhigh codex fewshot 54.31% (±5.95%) 14.47 25.13 699.0k 774.3k 16.1k 1.21 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment gpt-5.5, xhigh codex self 28.48% (±16.35%) 11.00 19.20 351.4k 435.7k 15.1k 1.05 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment gpt-5.5, xhigh codex reflect-3 43.44% (±9.41%) 11.40 20.13 437.1k 513.7k 15.9k 1.08 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning gpt-5.5, xhigh codex base 43.47% (±14.34%) 21.73 52.13 983.9k 1155.8k 18.4k 1.90 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning gpt-5.5, xhigh codex fewshot 95.55% (±2.76%) 7.40 16.07 159.5k 190.6k 5.5k 0.40 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning gpt-5.5, xhigh codex self 62.44% (±6.88%) 8.47 17.33 171.8k 203.4k 6.4k 0.44 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning gpt-5.5, xhigh codex reflect-3 72.68% (±7.01%) 8.20 15.27 142.6k 176.6k 6.9k 0.45 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting gpt-5.5, xhigh codex base 41.87% (±7.32%) 10.27 17.33 378.2k 453.7k 11.8k 0.92 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting gpt-5.5, xhigh codex fewshot 69.79% (±11.21%) 9.73 15.53 305.7k 360.4k 9.3k 0.71 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting gpt-5.5, xhigh codex self 52.30% (±17.25%) 8.47 14.13 201.0k 243.0k 8.0k 0.55 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting gpt-5.5, xhigh codex reflect-3 68.33% (±7.92%) 9.13 15.60 215.4k 281.2k 9.8k 0.73 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk gpt-5.5, xhigh codex base 63.15% (±10.15%) 10.47 22.47 349.4k 436.1k 14.7k 1.05 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk gpt-5.5, xhigh codex fewshot 71.44% (±2.80%) 10.13 19.73 316.8k 377.4k 14.6k 0.90 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk gpt-5.5, xhigh codex self 68.99% (±10.37%) 10.27 21.20 290.2k 360.7k 15.5k 0.96 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk gpt-5.5, xhigh codex reflect-3 68.77% (±9.33%) 11.80 22.87 378.5k 448.3k 18.3k 1.09 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee gpt-5.5, xhigh codex base 51.68% (±1.11%) 9.27 17.33 259.0k 329.6k 13.7k 0.89 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee gpt-5.5, xhigh codex fewshot 63.38% (±3.41%) 8.07 15.67 219.1k 274.9k 12.7k 0.77 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee gpt-5.5, xhigh codex self 50.23% (±3.70%) 7.73 14.67 179.7k 227.3k 14.1k 0.75 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee gpt-5.5, xhigh codex reflect-3 47.61% (±3.71%) 8.00 15.20 207.1k 248.5k 15.3k 0.77 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle gpt-5.5, xhigh codex base 45.08% (±0.00%) 11.60 34.40 336.4k 384.7k 7.6k 0.64 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle gpt-5.5, xhigh codex fewshot 61.24% (±10.84%) 14.40 32.67 342.8k 379.9k 8.2k 0.60 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle gpt-5.5, xhigh codex self 63.01% (±12.79%) 11.27 32.60 262.0k 308.3k 9.7k 0.66 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle gpt-5.5, xhigh codex reflect-3 60.78% (±9.79%) 12.87 35.00 310.2k 359.5k 11.1k 0.73 task_group_012.yaml

Claude Code (Opus 4.8, xhigh)

In the released Claude Code Opus 4.8 xhigh run, the three Claude Code evolution modes improve accuracy by +14.55 percentage points on average and change token cost by -3.14% on average.

For the released claude-opus-4-8, xhigh run, this board uses the Claude Opus 4.8 prices:

Token type Price
Input (uncached) $5.00 / 1M tokens
Cache write $6.25 / 1M tokens
Cache read $0.50 / 1M tokens
Output $25.00 / 1M tokens

The board-level cost formula is:

cost_USD_avg_3 =
  (input_tokens_avg_3        * 5.00
   + cache_creation_tokens_avg_3 * 6.25
   + cache_read_tokens_avg_3     * 0.50
   + output_tokens_avg_3         * 25.00) / 1_000_000

The Claude Code token columns are the four Anthropic usage buckets (uncached input, cache write, cache read, output).

task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg input(uncached) tokens avg (k) cache write tokens avg (k) cache read tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-8, xhigh claude_code base 48.75% (±7.28%) 11.00 12.93 2.8k 29.4k 205.0k 10.0k 0.55 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-8, xhigh claude_code fewshot 81.96% (±9.32%) 6.80 9.80 2.8k 28.1k 138.1k 5.1k 0.39 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-8, xhigh claude_code self 77.11% (±13.70%) 8.33 12.20 3.2k 31.3k 241.7k 5.8k 0.48 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-8, xhigh claude_code reflect-3 71.84% (±6.38%) 9.40 13.87 3.3k 32.0k 291.1k 7.5k 0.55 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-8, xhigh claude_code base 42.74% (±0.00%) 8.60 10.73 2.8k 19.4k 125.6k 3.2k 0.28 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-8, xhigh claude_code fewshot 58.48% (±1.22%) 5.93 8.73 2.8k 27.2k 108.7k 2.5k 0.30 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-8, xhigh claude_code self 49.84% (±7.68%) 6.20 10.73 2.9k 22.1k 142.8k 3.1k 0.30 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-8, xhigh claude_code reflect-3 58.79% (±1.43%) 5.87 10.67 2.9k 20.8k 127.5k 2.7k 0.28 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-8, xhigh claude_code base 46.69% (±2.05%) 22.80 25.20 2.8k 45.7k 638.2k 12.3k 0.93 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-8, xhigh claude_code fewshot 70.89% (±9.52%) 13.73 19.40 2.8k 38.7k 375.7k 6.4k 0.60 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-8, xhigh claude_code self 57.21% (±7.92%) 17.20 20.47 3.7k 45.7k 618.7k 10.9k 0.89 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-8, xhigh claude_code reflect-3 56.48% (±11.79%) 16.07 19.53 3.6k 43.9k 552.1k 10.6k 0.83 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-8, xhigh claude_code base 25.24% (±5.65%) 21.87 23.93 2.8k 40.1k 611.2k 13.5k 0.91 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-8, xhigh claude_code fewshot 54.55% (±3.98%) 14.07 17.53 2.8k 34.4k 366.6k 8.7k 0.63 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-8, xhigh claude_code self 38.35% (±10.57%) 15.67 20.00 2.9k 39.2k 557.8k 8.4k 0.75 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-8, xhigh claude_code reflect-3 45.50% (±5.52%) 13.67 17.33 2.7k 41.4k 501.2k 8.2k 0.73 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-8, xhigh claude_code base 51.15% (±6.37%) 16.67 18.47 2.8k 34.3k 386.8k 10.1k 0.67 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-8, xhigh claude_code fewshot 57.96% (±17.30%) 10.93 13.53 2.8k 30.2k 246.4k 7.3k 0.51 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-8, xhigh claude_code self 45.35% (±6.66%) 13.93 17.13 3.6k 38.6k 461.1k 10.1k 0.74 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-8, xhigh claude_code reflect-3 58.97% (±12.80%) 13.60 15.93 3.8k 33.8k 396.1k 8.6k 0.64 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-8, xhigh claude_code base 67.98% (±2.49%) 14.93 18.07 2.8k 28.6k 284.6k 9.3k 0.57 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-8, xhigh claude_code fewshot 72.98% (±1.31%) 13.33 18.40 2.8k 38.6k 356.5k 8.7k 0.65 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-8, xhigh claude_code self 74.72% (±0.00%) 12.33 15.53 3.4k 32.0k 355.6k 7.9k 0.59 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-8, xhigh claude_code reflect-3 73.52% (±5.89%) 12.47 16.07 3.7k 32.6k 346.5k 8.2k 0.60 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-8, xhigh claude_code base 39.54% (±2.23%) 14.93 17.87 2.8k 35.7k 337.8k 10.1k 0.66 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-8, xhigh claude_code fewshot 55.76% (±6.25%) 12.00 16.47 2.8k 43.3k 356.0k 8.6k 0.68 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-8, xhigh claude_code self 37.38% (±5.32%) 15.13 18.33 3.5k 44.0k 524.2k 9.2k 0.79 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-8, xhigh claude_code reflect-3 51.45% (±7.75%) 16.53 19.93 3.6k 39.5k 547.0k 8.9k 0.76 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-8, xhigh claude_code base 66.89% (±5.58%) 8.60 11.47 2.8k 13.8k 106.2k 5.3k 0.29 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-8, xhigh claude_code fewshot 93.60% (±2.76%) 9.40 14.80 2.8k 32.0k 241.7k 3.6k 0.43 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-8, xhigh claude_code self 68.93% (±10.77%) 5.20 9.80 3.1k 21.8k 115.7k 2.6k 0.27 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-8, xhigh claude_code reflect-3 78.58% (±4.42%) 6.00 10.67 3.1k 20.9k 136.8k 3.5k 0.30 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-8, xhigh claude_code base 51.76% (±11.95%) 10.20 12.73 2.8k 25.4k 162.7k 4.9k 0.38 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-8, xhigh claude_code fewshot 100.00% (±0.00%) 9.33 12.33 2.8k 29.3k 205.2k 3.8k 0.39 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-8, xhigh claude_code self 58.07% (±2.37%) 9.73 13.60 3.8k 26.6k 257.6k 4.6k 0.43 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-8, xhigh claude_code reflect-3 76.68% (±4.42%) 9.87 13.93 3.2k 24.8k 253.2k 5.0k 0.42 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-8, xhigh claude_code base 58.60% (±9.86%) 15.40 18.07 2.8k 41.8k 445.6k 10.9k 0.77 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-8, xhigh claude_code fewshot 63.45% (±10.44%) 14.33 16.80 2.8k 46.7k 500.8k 10.5k 0.82 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-8, xhigh claude_code self 60.67% (±7.32%) 16.40 21.53 3.6k 50.9k 690.1k 11.2k 0.96 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-8, xhigh claude_code reflect-3 58.16% (±8.93%) 17.13 22.53 3.6k 49.1k 699.6k 12.3k 0.98 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-8, xhigh claude_code base 41.56% (±4.83%) 22.60 25.53 2.8k 45.3k 703.5k 15.5k 1.04 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-8, xhigh claude_code fewshot 63.48% (±8.06%) 15.33 19.47 2.8k 50.2k 586.2k 9.6k 0.86 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-8, xhigh claude_code self 47.32% (±6.55%) 14.27 19.40 3.5k 41.8k 539.6k 11.2k 0.83 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-8, xhigh claude_code reflect-3 48.03% (±7.12%) 17.60 22.47 3.6k 41.8k 649.6k 9.6k 0.84 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-8, xhigh claude_code base 48.41% (±4.71%) 7.80 11.07 2.8k 17.6k 103.3k 3.0k 0.25 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-8, xhigh claude_code fewshot 77.66% (±6.37%) 8.00 13.00 2.8k 25.2k 149.8k 3.0k 0.32 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-8, xhigh claude_code self 73.48% (±2.62%) 7.00 11.33 3.1k 21.1k 158.2k 2.9k 0.30 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-8, xhigh claude_code reflect-3 74.70% (±3.75%) 7.60 12.13 3.1k 21.1k 170.1k 3.2k 0.31 task_group_012.yaml

Panofy (Claude Opus 4.6, high)

In the released Panofy Claude Opus 4.6 high run, the three reported evolution modes improve accuracy by +12.82 pp on average and change token cost by +1.42% on average across the 12 task groups. Individually, fewshot, self, and reflect-3 improve accuracy by +21.07 pp, +7.99 pp, and +9.41 pp, respectively.

For the released claude-opus-4-6, high run, this board uses the Claude Opus 4.6 prices for the three token buckets exposed by Panofy:

Token type Price
5m Cache Writes $6.25 / 1M tokens
Cache Hits $0.50 / 1M tokens
Output Tokens $25.00 / 1M tokens

The board-level and report-level cost formula is:

cost_USD_avg_3 =
  (cache_write_tokens_avg_3 * 6.25
   + cache_read_tokens_avg_3  * 0.50
   + output_tokens_avg_3      * 25.00) / 1_000_000

The Panofy token columns are the three available Anthropic usage buckets returned by the harness: 5-minute cache writes, cache hits, and output tokens.

task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg 5m cache write tokens avg (k) cache hit tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-6, high panofy base 63.93% (±15.55%) 10.80 16.20 36.6k 199.9k 13.9k 0.68 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-6, high panofy fewshot 90.12% (±3.20%) 10.13 13.67 33.6k 209.4k 12.6k 0.63 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-6, high panofy self 76.98% (±6.58%) 11.47 15.00 30.7k 250.2k 11.0k 0.59 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture claude-opus-4-6, high panofy reflect-3 76.59% (±5.08%) 10.07 14.13 32.2k 210.1k 13.3k 0.64 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-6, high panofy base 43.55% (±2.86%) 8.20 12.13 19.3k 125.2k 5.8k 0.33 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-6, high panofy fewshot 60.03% (±5.89%) 10.33 13.67 21.9k 210.9k 6.7k 0.41 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-6, high panofy self 48.72% (±2.73%) 11.60 15.07 23.5k 243.8k 7.4k 0.46 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response claude-opus-4-6, high panofy reflect-3 51.08% (±6.09%) 11.87 16.07 24.4k 239.4k 8.0k 0.47 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-6, high panofy base 55.16% (±6.63%) 15.73 20.87 42.3k 348.1k 13.8k 0.78 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-6, high panofy fewshot 72.33% (±5.41%) 18.40 21.27 44.9k 478.5k 13.2k 0.85 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-6, high panofy self 55.71% (±9.50%) 17.07 20.80 41.3k 417.2k 11.8k 0.76 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution claude-opus-4-6, high panofy reflect-3 47.47% (±8.39%) 21.80 25.60 39.9k 495.9k 12.8k 0.82 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-6, high panofy base 16.00% (±3.95%) 13.00 14.67 36.7k 262.4k 13.6k 0.70 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-6, high panofy fewshot 57.95% (±7.17%) 16.93 18.73 59.0k 466.1k 24.3k 1.21 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-6, high panofy self 19.24% (±2.22%) 16.33 17.47 45.0k 410.1k 18.1k 0.94 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics claude-opus-4-6, high panofy reflect-3 30.95% (±12.98%) 16.13 18.40 43.8k 402.8k 17.4k 0.91 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-6, high panofy base 47.84% (±14.63%) 14.87 16.80 38.0k 278.8k 18.5k 0.84 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-6, high panofy fewshot 58.40% (±11.91%) 14.47 22.53 38.8k 294.9k 16.2k 0.79 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-6, high panofy self 46.18% (±14.23%) 13.20 18.20 40.1k 278.5k 17.8k 0.84 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control claude-opus-4-6, high panofy reflect-3 44.23% (±13.40%) 22.07 25.00 44.4k 552.1k 19.0k 1.03 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-6, high panofy base 68.91% (±2.17%) 13.73 24.87 30.9k 218.7k 12.1k 0.60 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-6, high panofy fewshot 67.05% (±3.93%) 14.93 19.53 58.9k 434.7k 16.1k 0.99 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-6, high panofy self 70.76% (±3.65%) 13.07 23.33 34.1k 245.9k 11.9k 0.63 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving claude-opus-4-6, high panofy reflect-3 71.31% (±4.88%) 15.13 19.47 51.8k 424.0k 15.1k 0.91 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-6, high panofy base 35.56% (±2.36%) 15.87 18.00 51.0k 373.3k 18.9k 0.98 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-6, high panofy fewshot 56.18% (±7.54%) 16.80 17.93 58.9k 479.8k 22.0k 1.16 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-6, high panofy self 42.59% (±6.46%) 14.13 17.53 57.0k 431.7k 19.2k 1.05 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment claude-opus-4-6, high panofy reflect-3 43.94% (±11.66%) 16.00 19.07 58.4k 470.2k 21.0k 1.13 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-6, high panofy base 63.12% (±8.97%) 11.07 14.73 21.8k 133.7k 9.0k 0.43 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-6, high panofy fewshot 90.94% (±0.99%) 10.87 14.60 18.3k 174.6k 5.7k 0.34 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-6, high panofy self 65.34% (±6.49%) 8.93 12.00 11.5k 139.9k 4.2k 0.25 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning claude-opus-4-6, high panofy reflect-3 71.54% (±4.91%) 10.67 15.00 16.5k 169.3k 5.9k 0.33 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-6, high panofy base 60.78% (±14.12%) 10.60 13.07 28.6k 163.8k 11.8k 0.56 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-6, high panofy fewshot 90.90% (±1.11%) 10.47 12.20 27.2k 188.0k 10.0k 0.51 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-6, high panofy self 73.22% (±2.20%) 10.53 11.87 26.0k 193.1k 9.1k 0.49 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting claude-opus-4-6, high panofy reflect-3 76.78% (±0.94%) 12.07 14.93 33.3k 237.3k 12.6k 0.64 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-6, high panofy base 53.11% (±5.60%) 11.93 16.93 47.1k 272.2k 16.3k 0.84 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-6, high panofy fewshot 70.29% (±4.60%) 13.40 17.53 52.7k 355.5k 19.3k 0.99 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-6, high panofy self 72.01% (±5.25%) 11.60 16.67 58.8k 330.7k 20.5k 1.04 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk claude-opus-4-6, high panofy reflect-3 69.78% (±6.94%) 14.00 16.53 53.5k 356.9k 18.1k 0.97 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-6, high panofy base 49.55% (±7.05%) 42.00 44.93 73.8k 1310.3k 29.6k 1.86 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-6, high panofy fewshot 55.86% (±6.34%) 16.20 18.93 85.4k 503.9k 34.9k 1.66 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-6, high panofy self 45.01% (±3.23%) 12.87 16.07 63.1k 415.9k 24.1k 1.20 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee claude-opus-4-6, high panofy reflect-3 50.89% (±7.14%) 14.00 17.67 56.3k 413.7k 21.9k 1.11 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-6, high panofy base 47.30% (±0.00%) 14.13 21.20 25.5k 243.7k 6.4k 0.44 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-6, high panofy fewshot 87.58% (±1.05%) 8.80 11.47 11.7k 134.7k 3.5k 0.23 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-6, high panofy self 84.91% (±6.35%) 9.33 11.87 10.8k 144.1k 3.6k 0.23 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle claude-opus-4-6, high panofy reflect-3 83.23% (±5.31%) 8.67 11.67 13.3k 128.9k 4.2k 0.25 task_group_012.yaml

Claude Code (GLM-5.2, max)

In the released Claude Code GLM-5.2 max run, the three evolution modes improve accuracy by +15.21 pp on average and change token cost by -13.00% on average across the 12 task groups. Individually, fewshot, self, and reflect-3 improve accuracy by +21.83 pp, +8.18 pp, and +15.62 pp, respectively.

For the released glm-5.2, max run, this board uses the Z.AI GLM-5.2 prices:

Token type Price
Input $1.40 / 1M tokens
Cached input $0.26 / 1M tokens
Cached input storage $0.00 / 1M tokens (limited-time free)
Output $4.40 / 1M tokens

The board-level and report-level cost formula is:

cost_USD_avg_3 =
  (input_tokens_avg_3          * 1.40
   + cache_creation_tokens_avg_3 * 0.00
   + cache_read_tokens_avg_3     * 0.26
   + output_tokens_avg_3         * 4.40) / 1_000_000

The GLM token columns are the four usage buckets normalized from the Claude Code run metadata: input, cached input storage, cached input, and output. cache_creation_tokens_avg_3 maps to cached input storage and is currently priced at 0.00.

task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg input tokens avg (k) cached input storage tokens avg (k) cached input tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture glm-5.2, max claude_code base 42.94% (±4.65%) 18.20 25.87 56.5k 0.0k 532.5k 32.1k 0.36 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture glm-5.2, max claude_code fewshot 81.65% (±7.09%) 16.47 23.67 45.0k 0.0k 507.6k 20.7k 0.29 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture glm-5.2, max claude_code self 61.77% (±6.16%) 17.13 25.00 49.1k 0.0k 522.3k 26.6k 0.32 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture glm-5.2, max claude_code reflect-3 78.38% (±13.71%) 15.73 23.47 38.6k 0.0k 429.6k 21.5k 0.26 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response glm-5.2, max claude_code base 40.92% (±0.00%) 13.13 18.40 27.1k 0.0k 302.1k 14.7k 0.18 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response glm-5.2, max claude_code fewshot 56.27% (±7.00%) 12.47 19.40 34.6k 0.0k 329.8k 15.3k 0.20 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response glm-5.2, max claude_code self 42.43% (±2.01%) 12.73 19.47 35.1k 0.0k 339.8k 15.4k 0.21 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response glm-5.2, max claude_code reflect-3 47.71% (±7.28%) 13.27 20.80 29.1k 0.0k 325.0k 11.8k 0.18 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution glm-5.2, max claude_code base 61.56% (±7.81%) 19.47 28.73 59.4k 0.0k 459.8k 34.7k 0.36 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution glm-5.2, max claude_code fewshot 74.90% (±10.36%) 17.00 25.13 55.5k 0.0k 468.1k 25.4k 0.31 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution glm-5.2, max claude_code self 65.65% (±9.87%) 17.87 27.80 57.6k 0.0k 527.9k 28.2k 0.34 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution glm-5.2, max claude_code reflect-3 63.15% (±4.72%) 16.73 24.80 53.5k 0.0k 452.7k 30.4k 0.33 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics glm-5.2, max claude_code base 19.68% (±3.19%) 22.20 32.40 71.8k 0.0k 663.1k 50.7k 0.50 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics glm-5.2, max claude_code fewshot 60.15% (±3.83%) 19.33 26.93 65.5k 0.0k 636.3k 40.4k 0.43 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics glm-5.2, max claude_code self 28.61% (±7.26%) 17.13 23.27 49.2k 0.0k 460.2k 26.5k 0.31 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics glm-5.2, max claude_code reflect-3 42.93% (±18.53%) 15.27 21.27 47.7k 0.0k 378.4k 27.5k 0.29 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control glm-5.2, max claude_code base 48.07% (±2.25%) 15.87 20.67 58.2k 0.0k 435.4k 39.9k 0.37 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control glm-5.2, max claude_code fewshot 62.44% (±12.04%) 13.60 19.00 57.7k 0.0k 434.7k 36.8k 0.36 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control glm-5.2, max claude_code self 54.97% (±15.52%) 14.00 20.87 52.5k 0.0k 448.6k 31.2k 0.33 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control glm-5.2, max claude_code reflect-3 59.38% (±4.27%) 14.40 19.73 53.4k 0.0k 444.3k 37.5k 0.36 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving glm-5.2, max claude_code base 58.37% (±7.34%) 17.80 25.60 67.0k 0.0k 499.2k 41.7k 0.41 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving glm-5.2, max claude_code fewshot 70.41% (±7.11%) 14.40 21.33 57.9k 0.0k 446.9k 34.6k 0.35 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving glm-5.2, max claude_code self 61.15% (±5.14%) 14.67 20.20 64.8k 0.0k 469.7k 35.4k 0.37 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving glm-5.2, max claude_code reflect-3 62.07% (±6.69%) 15.87 22.87 56.4k 0.0k 499.0k 32.5k 0.35 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment glm-5.2, max claude_code base 33.36% (±5.65%) 19.07 26.93 64.5k 0.0k 613.7k 46.1k 0.45 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment glm-5.2, max claude_code fewshot 55.84% (±5.84%) 17.13 23.53 60.1k 0.0k 585.4k 35.1k 0.39 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment glm-5.2, max claude_code self 35.21% (±5.39%) 19.53 28.00 64.5k 0.0k 732.2k 35.7k 0.44 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment glm-5.2, max claude_code reflect-3 55.03% (±8.67%) 18.93 27.13 62.6k 0.0k 679.7k 37.2k 0.43 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning glm-5.2, max claude_code base 56.27% (±7.53%) 15.13 26.00 48.6k 0.0k 356.7k 35.0k 0.31 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning glm-5.2, max claude_code fewshot 77.94% (±19.38%) 11.93 18.40 31.8k 0.0k 284.1k 15.0k 0.18 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning glm-5.2, max claude_code self 63.09% (±10.98%) 12.73 19.73 31.2k 0.0k 301.8k 12.6k 0.18 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning glm-5.2, max claude_code reflect-3 76.41% (±4.94%) 12.67 19.93 28.6k 0.0k 296.8k 9.7k 0.16 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting glm-5.2, max claude_code base 55.10% (±7.41%) 16.07 26.67 44.1k 0.0k 310.0k 31.8k 0.28 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting glm-5.2, max claude_code fewshot 88.31% (±8.26%) 15.60 24.20 40.1k 0.0k 358.0k 20.8k 0.24 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting glm-5.2, max claude_code self 63.45% (±10.95%) 16.73 28.93 40.5k 0.0k 367.3k 18.3k 0.23 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting glm-5.2, max claude_code reflect-3 78.35% (±2.05%) 14.73 23.27 37.3k 0.0k 287.7k 18.4k 0.21 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk glm-5.2, max claude_code base 61.54% (±8.58%) 20.73 30.60 72.4k 0.0k 541.0k 46.4k 0.45 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk glm-5.2, max claude_code fewshot 72.11% (±9.69%) 17.93 26.47 66.6k 0.0k 525.7k 35.6k 0.39 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk glm-5.2, max claude_code self 69.60% (±6.15%) 19.13 30.20 68.0k 0.0k 602.9k 39.6k 0.43 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk glm-5.2, max claude_code reflect-3 64.61% (±7.13%) 17.67 25.40 68.9k 0.0k 528.3k 41.3k 0.42 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee glm-5.2, max claude_code base 47.59% (±8.16%) 17.53 26.13 74.5k 0.0k 574.3k 51.7k 0.48 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee glm-5.2, max claude_code fewshot 54.40% (±8.41%) 16.27 25.00 71.4k 0.0k 595.0k 44.0k 0.45 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee glm-5.2, max claude_code self 46.38% (±7.08%) 15.73 22.73 72.9k 0.0k 603.3k 45.4k 0.46 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee glm-5.2, max claude_code reflect-3 52.00% (±4.10%) 16.27 25.93 69.5k 0.0k 552.1k 41.2k 0.42 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle glm-5.2, max claude_code base 47.30% (±0.00%) 15.60 24.13 101.3k 0.0k 1125.4k 16.4k 0.51 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle glm-5.2, max claude_code fewshot 80.21% (±7.20%) 13.73 20.60 104.0k 0.0k 1074.7k 15.1k 0.49 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle glm-5.2, max claude_code self 78.58% (±7.61%) 14.40 20.20 122.6k 0.0k 1198.3k 20.5k 0.57 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle glm-5.2, max claude_code reflect-3 80.16% (±8.00%) 12.80 17.40 109.1k 0.0k 1015.8k 17.5k 0.49 task_group_012.yaml

Claude Code (Kimi K2.6, enabled)

In the released Claude Code Kimi K2.6 enabled run, the three evolution modes improve accuracy by +5.63 pp on average and change token cost by -19.39% on average across the 12 task groups. Individually, fewshot, self, and reflect-3 improve accuracy by +5.34 pp, +4.02 pp, and +7.54 pp, respectively.

For the released kimi-k2.6, enabled run, this board uses the Kimi K2.6 prices:

Token type Price
Cache miss input $0.95 / 1M tokens
Cache hit input $0.16 / 1M tokens
Output $4.00 / 1M tokens

The board-level and report-level cost formula is:

cost_USD_avg_3 =
  (input_tokens_avg_3      * 0.95
   + cache_read_tokens_avg_3 * 0.16
   + output_tokens_avg_3     * 4.00) / 1_000_000

The Kimi token columns are the three usage buckets exposed by the Claude Code run metadata: cache miss input, cache hit input, and output.

task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg cache miss input tokens avg (k) cache hit input tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture kimi-k2.6, enabled claude_code base 32.04% (±13.36%) 38.53 42.47 75.8k 508.0k 25.3k 0.25 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture kimi-k2.6, enabled claude_code fewshot 44.24% (±16.76%) 42.20 58.33 73.4k 653.6k 23.0k 0.27 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture kimi-k2.6, enabled claude_code self 22.43% (±11.83%) 21.33 32.73 44.0k 202.0k 15.5k 0.14 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture kimi-k2.6, enabled claude_code reflect-3 64.39% (±11.86%) 34.20 44.47 53.2k 396.9k 15.5k 0.18 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response kimi-k2.6, enabled claude_code base 30.29% (±13.65%) 30.20 46.33 42.8k 796.3k 8.2k 0.20 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response kimi-k2.6, enabled claude_code fewshot 44.00% (±10.94%) 32.33 60.67 58.6k 803.1k 11.0k 0.23 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response kimi-k2.6, enabled claude_code self 34.55% (±14.20%) 23.53 37.40 43.3k 528.5k 9.1k 0.16 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response kimi-k2.6, enabled claude_code reflect-3 33.63% (±7.60%) 28.27 44.47 47.9k 712.1k 9.7k 0.20 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution kimi-k2.6, enabled claude_code base 18.15% (±15.26%) 78.50 103.40 93.7k 1396.2k 31.4k 0.44 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution kimi-k2.6, enabled claude_code fewshot 29.19% (±15.26%) 56.13 67.07 91.8k 1152.8k 29.9k 0.39 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution kimi-k2.6, enabled claude_code self 19.54% (±17.07%) 68.33 95.40 86.9k 1100.9k 28.9k 0.37 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution kimi-k2.6, enabled claude_code reflect-3 20.16% (±21.16%) 49.80 71.47 94.5k 1106.0k 26.8k 0.37 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics kimi-k2.6, enabled claude_code base 22.56% (±3.88%) 68.60 119.93 107.1k 3046.6k 26.2k 0.69 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics kimi-k2.6, enabled claude_code fewshot 23.97% (±16.01%) 51.60 85.80 106.7k 1990.0k 25.9k 0.52 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics kimi-k2.6, enabled claude_code self 16.51% (±9.99%) 48.60 68.47 83.7k 1746.9k 20.7k 0.44 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics kimi-k2.6, enabled claude_code reflect-3 15.85% (±6.00%) 54.07 77.47 103.6k 2345.2k 31.9k 0.60 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control kimi-k2.6, enabled claude_code base 15.73% (±10.36%) 37.40 54.20 36.2k 199.8k 9.8k 0.11 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control kimi-k2.6, enabled claude_code fewshot 11.19% (±10.36%) 18.33 21.87 26.2k 159.6k 8.1k 0.08 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control kimi-k2.6, enabled claude_code self 20.93% (±18.89%) 14.87 19.67 27.1k 127.1k 10.0k 0.09 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control kimi-k2.6, enabled claude_code reflect-3 24.95% (±12.76%) 14.60 15.73 25.2k 110.0k 8.1k 0.07 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving kimi-k2.6, enabled claude_code base 25.00% (±15.10%) 33.33 62.53 70.8k 1062.9k 18.8k 0.31 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving kimi-k2.6, enabled claude_code fewshot 18.22% (±16.03%) 32.67 74.20 84.4k 1079.9k 21.1k 0.34 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving kimi-k2.6, enabled claude_code self 26.30% (±25.72%) 39.20 85.07 86.2k 1446.3k 18.6k 0.39 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving kimi-k2.6, enabled claude_code reflect-3 27.35% (±19.04%) 29.40 53.33 87.9k 993.9k 24.8k 0.34 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment kimi-k2.6, enabled claude_code base 6.28% (±6.46%) 25.67 37.93 78.6k 886.5k 16.6k 0.28 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment kimi-k2.6, enabled claude_code fewshot 8.50% (±9.40%) 36.00 52.00 103.2k 1478.4k 19.5k 0.41 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment kimi-k2.6, enabled claude_code self 12.34% (±12.34%) 31.07 45.27 75.2k 1000.1k 14.2k 0.29 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment kimi-k2.6, enabled claude_code reflect-3 5.31% (±5.94%) 26.07 36.73 84.6k 967.7k 17.4k 0.30 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning kimi-k2.6, enabled claude_code base 15.73% (±8.20%) 122.87 184.93 144.9k 3718.0k 51.8k 0.94 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning kimi-k2.6, enabled claude_code fewshot 15.70% (±9.16%) 74.67 110.87 90.7k 1387.0k 28.5k 0.42 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning kimi-k2.6, enabled claude_code self 11.77% (±8.70%) 47.60 65.27 60.7k 905.5k 24.6k 0.30 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning kimi-k2.6, enabled claude_code reflect-3 15.46% (±10.61%) 83.13 112.33 92.7k 1824.1k 28.4k 0.49 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting kimi-k2.6, enabled claude_code base 44.83% (±12.46%) 9.60 9.40 25.3k 213.8k 11.0k 0.10 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting kimi-k2.6, enabled claude_code fewshot 49.38% (±7.44%) 10.33 9.47 28.9k 252.5k 12.8k 0.12 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting kimi-k2.6, enabled claude_code self 58.93% (±11.53%) 10.27 9.87 30.2k 245.9k 9.9k 0.11 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting kimi-k2.6, enabled claude_code reflect-3 53.98% (±12.80%) 9.80 9.00 27.4k 222.2k 12.7k 0.11 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk kimi-k2.6, enabled claude_code base 23.22% (±23.62%) 24.67 41.93 71.1k 744.2k 19.4k 0.26 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk kimi-k2.6, enabled claude_code fewshot 22.85% (±19.81%) 29.00 42.20 69.8k 892.5k 17.3k 0.28 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk kimi-k2.6, enabled claude_code self 35.95% (±22.16%) 28.33 44.93 73.9k 878.1k 23.6k 0.31 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk kimi-k2.6, enabled claude_code reflect-3 35.89% (±31.03%) 24.13 42.93 64.7k 761.7k 19.7k 0.26 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee kimi-k2.6, enabled claude_code base 26.60% (±14.44%) 45.07 51.60 83.4k 413.6k 29.2k 0.26 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee kimi-k2.6, enabled claude_code fewshot 40.49% (±13.90%) 37.20 48.73 79.9k 383.7k 24.7k 0.24 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee kimi-k2.6, enabled claude_code self 37.08% (±10.78%) 25.60 38.13 85.5k 363.8k 30.3k 0.26 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee kimi-k2.6, enabled claude_code reflect-3 36.10% (±16.03%) 1.00 0.00 81.0k 637.3k 26.0k 0.28 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle kimi-k2.6, enabled claude_code base 41.26% (±9.03%) 40.47 53.00 70.2k 576.7k 10.3k 0.20 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle kimi-k2.6, enabled claude_code fewshot 58.06% (±13.53%) 33.93 48.60 64.2k 382.0k 9.0k 0.16 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle kimi-k2.6, enabled claude_code self 53.55% (±6.98%) 33.33 52.20 55.4k 348.1k 9.0k 0.14 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle kimi-k2.6, enabled claude_code reflect-3 59.05% (±16.16%) 25.67 35.73 56.7k 279.0k 10.0k 0.14 task_group_012.yaml

Claude Code (DeepSeek V4 Pro, max)

In the released Claude Code DeepSeek V4 Pro max run, the three evolution modes improve accuracy by +4.84 pp on average and change token cost by +0.48% on average across the 12 task groups. Individually, fewshot, self, and reflect-3 improve accuracy by +8.74 pp, +2.63 pp, and +3.16 pp, respectively.

For the released deepseek-v4-pro, max run, this board uses the DeepSeek V4 Pro API prices:

Token type Price
Cache miss input $0.435 / 1M tokens
Cache hit input $0.003625 / 1M tokens
Output $0.87 / 1M tokens

The board-level and report-level cost formula is:

cost_USD_avg_3 =
  (input_tokens_avg_3      * 0.435
   + cache_read_tokens_avg_3 * 0.003625
   + output_tokens_avg_3     * 0.87) / 1_000_000

The DeepSeek token columns are the usage buckets exposed by the Claude Code run metadata after normalization: cache miss input, cache hit input, and output. cache_creation_tokens_avg_3 remains in the report schema for compatibility, but is 0.0 in this run and is not charged by this formula.

task_group_id scenario_id model harness mode overall acc (%) rounds avg tool calls avg cache miss input tokens avg (k) cache hit input tokens avg (k) output tokens avg (k) cost USD avg report
task_group_001 SCN_001_crm_marketing_lead_capture deepseek-v4-pro, max claude_code base 56.79% (±5.94%) 19.60 36.13 35.6k 691.1k 17.3k 0.03 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture deepseek-v4-pro, max claude_code fewshot 57.97% (±8.90%) 9.00 18.33 31.3k 239.2k 10.8k 0.02 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture deepseek-v4-pro, max claude_code self 64.45% (±15.88%) 8.87 17.87 34.1k 244.8k 12.0k 0.03 task_group_001.yaml
task_group_001 SCN_001_crm_marketing_lead_capture deepseek-v4-pro, max claude_code reflect-3 63.59% (±11.54%) 8.00 16.20 30.5k 204.1k 10.3k 0.02 task_group_001.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response deepseek-v4-pro, max claude_code base 40.00% (±0.65%) 10.47 21.60 32.5k 259.5k 7.1k 0.02 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response deepseek-v4-pro, max claude_code fewshot 43.38% (±3.62%) 11.07 22.93 36.8k 322.2k 8.3k 0.02 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response deepseek-v4-pro, max claude_code self 43.75% (±3.14%) 8.60 18.00 35.7k 225.6k 7.4k 0.02 task_group_002.yaml
task_group_002 SCN_002_crm_b2b_quote_account_response deepseek-v4-pro, max claude_code reflect-3 48.34% (±1.15%) 7.27 15.53 37.8k 193.2k 7.3k 0.02 task_group_002.yaml
task_group_003 SCN_003_crm_service_ticket_resolution deepseek-v4-pro, max claude_code base 49.22% (±8.42%) 11.60 31.93 37.6k 346.1k 14.4k 0.03 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution deepseek-v4-pro, max claude_code fewshot 38.14% (±10.51%) 11.73 27.27 39.2k 362.1k 12.6k 0.03 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution deepseek-v4-pro, max claude_code self 38.63% (±5.57%) 10.00 24.00 39.0k 303.7k 12.9k 0.03 task_group_003.yaml
task_group_003 SCN_003_crm_service_ticket_resolution deepseek-v4-pro, max claude_code reflect-3 42.48% (±9.43%) 10.53 27.67 37.8k 312.9k 12.3k 0.03 task_group_003.yaml
task_group_004 SCN_004_crm_retention_churn_analytics deepseek-v4-pro, max claude_code base 22.63% (±12.17%) 28.93 44.47 54.3k 1442.1k 26.9k 0.05 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics deepseek-v4-pro, max claude_code fewshot 34.61% (±14.94%) 16.13 26.00 54.7k 737.5k 22.6k 0.05 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics deepseek-v4-pro, max claude_code self 19.29% (±9.53%) 13.33 21.13 56.8k 568.8k 20.8k 0.04 task_group_004.yaml
task_group_004 SCN_004_crm_retention_churn_analytics deepseek-v4-pro, max claude_code reflect-3 23.16% (±8.62%) 12.93 21.47 57.2k 550.7k 20.0k 0.04 task_group_004.yaml
task_group_005 SCN_005_erp_finance_expense_control deepseek-v4-pro, max claude_code base 47.45% (±9.06%) 13.47 26.07 37.0k 413.3k 14.8k 0.03 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control deepseek-v4-pro, max claude_code fewshot 61.99% (±16.43%) 11.47 22.93 41.3k 405.6k 16.0k 0.03 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control deepseek-v4-pro, max claude_code self 31.64% (±10.52%) 9.73 21.27 35.3k 294.2k 13.6k 0.03 task_group_005.yaml
task_group_005 SCN_005_erp_finance_expense_control deepseek-v4-pro, max claude_code reflect-3 44.79% (±9.54%) 10.13 19.00 35.2k 299.6k 14.4k 0.03 task_group_005.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving deepseek-v4-pro, max claude_code base 63.35% (±7.02%) 9.53 8.53 57.9k 347.3k 11.4k 0.04 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving deepseek-v4-pro, max claude_code fewshot 63.31% (±8.00%) 9.53 8.53 52.9k 349.9k 14.0k 0.04 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving deepseek-v4-pro, max claude_code self 69.24% (±7.28%) 11.20 10.20 48.0k 402.5k 15.1k 0.04 task_group_006.yaml
task_group_006 SCN_006_erp_procurement_supplier_receiving deepseek-v4-pro, max claude_code reflect-3 65.61% (±9.69%) 10.53 9.53 56.3k 415.4k 13.1k 0.04 task_group_006.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment deepseek-v4-pro, max claude_code base 33.20% (±4.51%) 13.60 21.53 53.5k 569.4k 19.0k 0.04 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment deepseek-v4-pro, max claude_code fewshot 44.26% (±4.47%) 13.80 24.07 57.6k 584.9k 18.7k 0.04 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment deepseek-v4-pro, max claude_code self 32.14% (±1.05%) 13.53 21.67 63.5k 669.1k 20.5k 0.05 task_group_007.yaml
task_group_007 SCN_007_erp_inventory_order_fulfillment deepseek-v4-pro, max claude_code reflect-3 32.57% (±1.66%) 13.07 20.47 55.7k 560.4k 19.2k 0.04 task_group_007.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning deepseek-v4-pro, max claude_code base 56.93% (±9.39%) 9.13 17.93 25.8k 218.9k 11.6k 0.02 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning deepseek-v4-pro, max claude_code fewshot 65.25% (±9.49%) 11.53 24.33 30.3k 330.1k 14.4k 0.03 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning deepseek-v4-pro, max claude_code self 51.64% (±17.72%) 8.33 16.87 31.4k 227.7k 11.1k 0.02 task_group_008.yaml
task_group_008 SCN_008_personal_financial_advisory_tax_estate_planning deepseek-v4-pro, max claude_code reflect-3 47.27% (±11.42%) 8.93 19.67 30.3k 243.0k 13.1k 0.03 task_group_008.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting deepseek-v4-pro, max claude_code base 49.07% (±14.40%) 10.27 17.67 20.4k 140.8k 13.5k 0.02 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting deepseek-v4-pro, max claude_code fewshot 72.59% (±8.68%) 12.20 19.07 24.2k 232.6k 16.6k 0.03 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting deepseek-v4-pro, max claude_code self 53.01% (±10.28%) 12.07 19.80 27.7k 245.5k 14.5k 0.03 task_group_009.yaml
task_group_009 SCN_009_finance_operational_modeling_management_reporting deepseek-v4-pro, max claude_code reflect-3 59.93% (±13.02%) 11.00 18.47 23.1k 178.5k 12.1k 0.02 task_group_009.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk deepseek-v4-pro, max claude_code base 40.33% (±4.47%) 9.67 21.33 46.8k 332.7k 13.8k 0.03 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk deepseek-v4-pro, max claude_code fewshot 52.87% (±12.21%) 9.07 16.33 43.2k 324.7k 16.4k 0.03 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk deepseek-v4-pro, max claude_code self 62.42% (±9.15%) 9.47 18.20 45.9k 348.5k 17.3k 0.04 task_group_010.yaml
task_group_010 SCN_010_institutional_investment_strategy_portfolio_risk deepseek-v4-pro, max claude_code reflect-3 51.74% (±12.20%) 9.47 16.47 42.2k 345.1k 16.5k 0.03 task_group_010.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee deepseek-v4-pro, max claude_code base 45.75% (±5.77%) 12.40 21.80 34.5k 384.1k 19.8k 0.03 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee deepseek-v4-pro, max claude_code fewshot 45.07% (±7.30%) 13.27 22.40 40.9k 481.4k 21.2k 0.04 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee deepseek-v4-pro, max claude_code self 41.78% (±5.12%) 12.40 20.53 39.9k 433.3k 21.1k 0.04 task_group_011.yaml
task_group_011 SCN_011_bank_branch_credit_risk_lending_committee deepseek-v4-pro, max claude_code reflect-3 48.98% (±8.68%) 11.40 20.87 36.7k 381.1k 20.0k 0.03 task_group_011.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle deepseek-v4-pro, max claude_code base 48.04% (±1.05%) 10.00 25.13 33.4k 250.2k 6.8k 0.02 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle deepseek-v4-pro, max claude_code fewshot 78.22% (±11.25%) 8.73 20.07 37.8k 239.9k 6.9k 0.02 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle deepseek-v4-pro, max claude_code self 76.27% (±9.75%) 8.87 21.00 35.9k 237.5k 7.8k 0.02 task_group_012.yaml
task_group_012 SCN_012_erp_hr_employee_lifecycle deepseek-v4-pro, max claude_code reflect-3 62.20% (±7.05%) 9.80 24.20 40.7k 272.1k 8.4k 0.03 task_group_012.yaml