OpenAIOpenAI NewsJul 17, 2026, 10:00 AM

A scorecard for the AI age

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

A scorecard for the AI age

Key Points

  • Measure useful work
  • Track cost per successful task
  • Monitor dependability & compute return

Summary

Sarah Friar (OpenAI CFO) proposes a practical AI scorecard to measure real ROI by tracking outcomes engineers can act on: useful work produced, cost per successful task, dependability, and return on compute. The approach focuses on business-aligned success definitions, instrumenting pipelines for observable success signals, and computing per-task economics so teams can optimize models, infra, and workflows.

Key Points

  • Define "useful work" as the fraction of model outputs that meet a clear success criterion (business or product metric).
  • Quantify cost per successful task = total AI spend / number_of_successful_tasks and break down by model, endpoint, and feature.
  • Measure dependability via SLIs: success rate, error rate, latency p50/p90/p99, and degradation windows; set SLOs and alert thresholds.
  • Compute return on compute as value generated (revenue or savings) divided by compute units (GPU-hours, FLOPs) to compare models and optimizations.
  • Instrument requests end-to-end: tag requests, capture outcome labels, attribute costs, and store metrics in time-series stores for dashboards and A/B analysis.
  • Use A/B tests and canary rollouts to validate that model/infra changes improve scorecard metrics before wide release.

Recommended next steps for engineering teams

  • Agree on success labels and sampling strategy for manual/automated labeling.
  • Add cost attribution to inference logs and aggregate cost per successful task daily.
  • Create dashboards for the four scorecard metrics and add SLO-based alerts.
  • Run experiments to optimize for the highest return on compute (model size, batching, quantization, routing).

This scorecard turns abstract AI value into measurable engineering levers so teams can prioritize changes that improve real-world ROI.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

AI時代のスコアカード

AI時代のスコアカード

発表者: Sarah Friar(OpenAI の CFO)

Sarah Friar は、実用的な AI スコアカードを紹介しました。これは、AI 投資の効果(ROI)を定量的に評価するためのフレームワークで、以下の主要な指標を通じて測定します。

  • 有用な作業 (useful work)

    • AI が実際に生み出す価値あるアウトプットの量と質。人的時間の削減、業務効率化、成果の向上などを評価します。
  • 成功したタスクあたりのコスト (cost per successful task)

    • 1 件の成功したタスクを達成するために要した金銭的コストや計算リソースを測る指標。コスト効率を把握するために重要です。
  • 信頼性 (dependability)

    • システムが一貫して期待どおりに動作する度合い。エラー率、ダウンタイム、予測の安定性などを含みます。
  • 計算に対するリターン (return on compute)

    • 投入した計算リソースあたりで得られる成果(精度、スループット、ビジネス価値など)を評価します。

このスコアカードは、単に技術的性能を見るだけでなく、実際のビジネス価値とコストの観点から AI の ROI を可視化し、意思決定を支援するための実用的なツールとして設計されています。