Agentic AI Spend Needs an Outcome Ledger, Not a Bigger Token Budget OpenAI released guidance on managing AI investments in the agentic era, recommending five moves including improving spend visibility and evaluating efficiency by outcome ROI. The guidance emphasizes measuring cost per accepted outcome rather than token usage, with a detailed ledger for agent pilots that accounts for human review, rework, and incident handling. A developer proposed a structured approach using variables like model cost, platform cost, reviewer hours, and accepted outcomes to calculate true workflow cost and break-even points. OpenAI's July 14 guidance for managing AI investments recommends five moves: improve visibility into usage and spend, evaluate efficiency by outcome ROI, govern advanced workflows before scaling, fund workflows that compound, and match capacity to proven demand. Primary source: OpenAI, “How to manage AI investments in the agentic era” https://openai.com/index/managing-ai-investments-in-agentic-era/ . The hard part is the denominator. “This agent used $800” says little. “This workflow cost $14 per accepted reconciliation, including review and rework” can support a decision. Here is a one-page ledger I would require for an agent pilot. Do not start with tokens, seats, or tasks launched. Define the business state that counts after review. workflow: vendor-invoice-reconciliation accepted outcome: "invoice matched, exceptions reviewed, result posted" owner: finance-ops pilot window days: 21 minimum sample: 100 invoices quality gate: false postings: 0 exception recall: " = 0.98" reviewer minutes p50: "<= 3" A generated draft is not an outcome if a person must rebuild it. An agent run is not successful if its result never enters the system of record. AI cost + orchestration and observability + human review + rework + incident handling + allocated implementation cost = total workflow cost Use a table with declared variables: | Variable | Meaning | Example only | |---|---|---| C model | model and tool-call spend | $600 | C platform | workflow infrastructure | $200 | H review | reviewer hours | 35 | R hour | loaded reviewer rate | $45 | C build | pilot build cost allocated to window | $2,000 | N accept | accepted outcomes | 850 | total = C model + C platform + H review R hour + C build cost per accepted outcome = total / N accept With the illustrative numbers, total cost is $4,375 , or about $5.15 per accepted outcome. These are not benchmark claims; replace every value with measured data. The baseline must use the same unit and quality gate: | Metric | Manual baseline | Agent pilot | |---|---|---| | attempted invoices | 1,000 | 1,000 | | accepted outcomes | 920 | 850 | | false postings | 0 | 0 | | total cost | $6,000 | $4,375 | | cost per accepted outcome | $6.52 | $5.15 | | median cycle time | 18 min | 7 min | A lower cost per attempt can hide lower completion. A faster median can hide an unacceptable tail. Report attempted, accepted, escalated, rejected, and incorrectly completed counts. The largest uncertainty is often human review, not token price. break even review minutes = baseline cost per outcome - non review agent cost per outcome / reviewer cost per minute Calculate three scenarios: | Scenario | Acceptance | Review minutes | Decision | |---|---|---|---| | downside | 70% | 7 | stop | | expected | 85% | 3 | continue pilot | | upside | 93% | 1 | prepare controlled scale | If the decision only works under the upside case, it is not ready for an annual commitment. Advanced workflows need named controls before scale: controls: approval owner: finance-ops-lead permission scope: draft-only audit retention days: 90 rollback: disable posting credential incident owner: platform-oncall review expiry: "2026-08-31" A control with no owner or expiry is a sentence, not a control. Draft-only access may reduce automation upside, but it also limits the pilot's blast radius. Price both review labor and risk reduction honestly. Stop or redesign when any condition is met: Scale only after quality passes, unit economics survive the expected and downside cases, and operational ownership exists. The most useful part of agentic investment guidance is not permission to spend more on agents. It is the shift from infrastructure consumption to workflow outcomes. A model can become cheaper while a workflow remains expensive; a costly model can be economical if it reliably removes a constrained, high-value step. What denominator does your AI dashboard currently omit: accepted outcomes, reviewer time, rework, or failures?