
AI agent model costs may continue falling, but these are scenarios, not predictions of universally cheap automation. Our base case is that tokens become a smaller share of total workflow cost while integration, evaluation, human review, observability, and exception handling dominate. The correct unit is not cost per prompt. It is cost per accepted, policy-compliant business outcome.
AI
AI agent model costs may continue falling, but these are scenarios, not predictions of universally cheap automation. Our base case is that tokens become a smaller share of total workflow cost while integration, evaluation, human review, observability, and exception handling dominate. The correct unit is not cost per prompt. It is cost per accepted, policy-compliant business outcome.
Baseline and Methodology
Observed baseline
Model inference became dramatically cheaper during the first generative-AI wave. The Stanford AI Index 2025 reported that the cost of querying a model at roughly GPT-3.5 performance on MMLU fell from $20 per million tokens in November 2022 to $0.07 by October 2024, a reduction of more than 280 times. Stanford also reported annual improvements in hardware price performance and energy efficiency.
That is a benchmark-adjusted model-cost trend. It does not include tools, retrieval, orchestration, retries, data preparation, human review, monitoring, maintenance, or failure.
The Stanford AI Index 2026 economy chapter found both rising AI investment and record infrastructure spending. It also summarized productivity gains in structured work, while noting that gains were smaller in tasks requiring deeper reasoning. Agent deployment remained in single digits across nearly all business functions.
These observed signals point in opposite directions only if model price is confused with workflow economics. Cheaper inference can coexist with expensive production systems.
Third-party forecast
Gartner forecast that more than 40% of agentic AI projects would be cancelled by the end of 2027, citing escalating cost, unclear value, and inadequate risk controls. This is a third-party forecast, not an observed failure rate.
We do not use forecasts of token-price decline as direct ROI estimates. Provider pricing can change, model usage can expand as prices fall, and more capable reasoning modes may consume more computation per task.
AI Operator inference
We define:
Cost per accepted outcome = total monthly workflow cost / accepted outcomes
Total monthly workflow cost includes:
• Model inference and embeddings.
• Search, data, and tool charges.
• Agent runtime and orchestration.
• Connector and infrastructure cost.
• Human approval and repair time.
• Evaluation and regression testing.
• Logging, security, and incident response.
• Maintenance and change management.
• Expected cost of errors and service disruption.
An outcome is accepted only when it completes the business task, meets quality criteria, follows policy, and is recorded correctly in the system of record.
Three Unit-Economics Scenarios
Scenario: Downside; Explicit assumptions: Model prices fall but task complexity, retries, review, and integration grow. Agent volume expands faster than reliability.; 2030 economic pattern: Cost per attempt looks cheap, but cost per accepted outcome remains high or rises. Many workflows return to deterministic automation or human handling.
Scenario: Base; Explicit assumptions: Models and runtimes become cheaper; evaluation and controls improve; businesses narrow use cases and reuse connectors.; 2030 economic pattern: Model charges become a minor line item for many SMB workflows. Review, exceptions, maintenance, and control are the largest controllable costs.
Scenario: Upside; Explicit assumptions: Interoperability reduces integration work, reliability reduces retries, and evaluation becomes automated and portable.; 2030 economic pattern: Total cost per accepted outcome falls materially. Outcome-based pricing becomes practical for bounded, high-volume workflows.
The scenarios do not assume a universal percentage decline. Different workflows have different token use, tool fees, consequences, and review requirements.
The Seven Cost Layers
1. Model cost
Include input, output, reasoning, caching, embeddings, and fallback models. Average token cost can hide expensive tail cases, so track cost at the 50th and 95th percentile per run.
2. Tool and data cost
Search, enrichment, OCR, email, maps, payment, database, and third-party API calls may exceed model charges. Failed runs can still incur every tool fee.
3. Orchestration cost
Long-running state, queues, retries, sandboxes, storage, and scheduling are production infrastructure. A chatbot subscription does not represent this layer.
4. Human control cost
Measure approval, correction, escalation, and investigation time. Human review can be economically correct, but it must be included. Sampling 5% of cases and reviewing every case are very different models.
5. Evaluation cost
Representative test cases, graders, red-team cases, regression runs, and release gates protect reliability. Their value appears as avoided failure, not visible output volume.
6. Maintenance cost
Models, prompts, connector schemas, software permissions, and business rules change. Include owner time and incident work after launch, not only implementation.
7. Risk-adjusted error cost
Wrong classifications, missed leads, incorrect customer messages, duplicate payments, data exposure, and downtime have different consequences. Multiply error probability by realistic impact, then add the expected amount to the cost model.
Use the mapped guide to calculate an AI automation payback period after these layers are defined.
A Worked Unit-Economics Example
Consider a monthly document-intake workflow with 2,000 cases:
• Model and OCR: $500.
• Runtime and tools: $350.
• Monitoring and evaluation: $300.
• Maintenance: $600.
• Human review: 35 hours at a loaded $40 per hour, or $1,400.
• Expected error and rework cost: $450.
Total monthly cost is $3,600. If 1,800 cases are accepted without later rework, cost per accepted outcome is $2.00, not the $0.25 model-and-OCR cost per incoming case.
If the manual baseline costs $4.50 per completed case, the workflow may still be attractive. If it costs $1.50, cheaper model pricing alone will not rescue the business case.
This example is illustrative AI Operator inference, not a market benchmark.
Leading Indicators to Track
Cost indicators
• Model cost per attempt and accepted outcome.
• Tool fees per completed workflow.
• Runtime and storage cost by workflow.
• Human review and repair minutes.
• Evaluation cost per release.
• Maintenance hours per month.
Reliability indicators
• First-pass acceptance.
• Retry and fallback rate.
• Exception volume and age.
• Cost and frequency of policy violations.
• Tail completion time and tail cost.
• Regression after model, prompt, or connector changes.
Value indicators
• Manual baseline cost per accepted outcome.
• Cycle-time change.
• Revenue or recovery attributable to the workflow.
• Error-cost reduction.
• Adoption and retained production volume.
• Payback after all control costs.
Track these together. A cost reduction that lowers quality or pushes repair work downstream is not an economic improvement.
What SMBs Should Decide Now
Price the accepted outcome
Choose a business unit: qualified lead routed, invoice reconciled, ticket classified correctly, renewal brief accepted, or report approved. Do not use prompts, tokens, or agent steps as the primary ROI denominator.

Separate fixed and variable costs
Implementation, evaluation design, and connectors may be fixed for a volume range. Model, tool, and review costs vary by case. This reveals whether higher volume improves or worsens economics.
Measure the tail
Average runs can look healthy while a small set of complex cases consumes most review and cost. Track percentiles and failure categories, then route known hard cases away from the agent.
Use the cheapest architecture that meets the requirement
A deterministic rule, template, or automation should handle stable work. Use a smaller model for simple classification and a stronger model only for ambiguous cases. Agentic planning is a cost that needs a reason.
Set a stop threshold
Define maximum cost per accepted outcome, repair time, and error rate before launch. Stop or redesign when the workflow exceeds the limit for a full review period.
What Would Change Our View
We would move toward the downside scenario if cost per accepted outcome stays flat despite lower model prices, human repair grows with task duration, or integration and evaluation remain vendor-specific. Rapid increases in high-consequence incidents would also raise control cost.
We would move toward the upside scenario if independent production data shows falling full-workflow cost across several functions, portable evaluations reduce migration work, and first-pass acceptance improves without weaker oversight.
We would revise the model if providers bundle model, tools, controls, and liability into reliable outcome pricing. Even then, buyers should measure accepted outcomes because the vendor’s unit may not match the business result.
FAQs
What are AI agent unit economics?
They are the revenue, savings, and full operating cost associated with one accepted agent outcome. They include model usage, tools, infrastructure, review, evaluation, maintenance, and expected error cost.
Will lower token prices make AI agents cheap?
They lower one component. Total cost may remain high if workflows need many tools, retries, human repair, monitoring, and specialized integrations.
What is the best cost metric for an AI workflow?
Use cost per accepted, policy-compliant business outcome. Compare it with the manual or existing automation baseline at equivalent quality.
Should human review be counted as an AI cost?
Yes. Review is part of the operating design. It may be valuable and necessary, but excluding it overstates savings and understates capacity requirements.
When should an SMB stop an AI agent workflow?
Stop or redesign when cost per accepted outcome exceeds the baseline, errors breach risk limits, review consumes expected savings, or maintenance lacks a responsible owner.
Get a 20-Minute AI Workflow Audit
AI Operator can calculate the full unit economics of one proposed agent workflow, including controls, review, exceptions, and payback rather than model cost alone.