The Real Cost Of Just Add AI
The first AI prototype is dangerously cheap. One engineer, one model API, a few prompts, a cheerful demo, and suddenly the roadmap has a new line item called "add AI." It looks like product leverage. Sometimes it is. Often it is a cost model with a nice animation.
The real cost appears after the prototype. That is when real users bring messy inputs, long documents, low patience, security questionnaires, latency expectations, and support tickets that begin with "the AI said..."
Prototype Cost Is Not Production Cost
Prototype cost is the money you spend to see whether the idea feels plausible. Production cost is the money you spend to make the idea reliable, safe, supportable, and economically sane.
Official pricing pages from OpenAI, Anthropic, and Google are useful because they show that model usage is not one flat number. Input, output, cached input, context, batch usage, grounding, modality, and provider packaging can all change the bill. But even the pricing page is only the beginning. The product bill arrives through workload shape.
The Costs That Hide Behind The Model
Retrieval and data preparation. If the product needs private or domain-specific context, it needs ingestion, cleaning, indexing, permissions, freshness checks, and deletion behavior. The model does not remove the data-engineering bill. It often exposes it.
Retries and fallbacks. A user does not care that your first model call failed gracefully in logs. They care that the workflow completed. Production systems need fallback models, retry policies, timeout budgets, circuit breakers, and graceful degradation. Those all add cost.
Latency. Fast enough for a demo may be too slow for a workflow. If users wait inside a sales call, support console, trading workflow, clinical review, or compliance queue, latency becomes product cost. You may need smaller models, caching, streaming, precomputation, or a different product design.
Human review. The most expensive line item may be people. If the product requires human approval for every output, the company may have built a services business with AI in the middle. That can still be valuable, but the margin model should say so honestly.
Security and governance. OWASP-style testing, data-isolation controls, incident response, audit logs, customer security review, and AI-management processes are not decorative. For enterprise customers, they are part of the product.
Think In Cost Per Successful Task
The useful unit is not cost per prompt. It is cost per successful task. A task might be a resolved support ticket, reviewed contract, completed analysis, approved claim, enriched account record, or accepted code change.
Cost per successful task includes failed attempts. It includes the prompt that timed out, the response a human rejected, the second retrieval query, the fallback model, the support ticket, and the compliance review. If the product team only measures successful model calls, the margin dashboard will lie politely.
The Questions I Would Ask Before Shipping
What is the expected number of model calls per successful task? What is the p95 latency budget? What percentage of outputs need human review? What is the retry rate? What is the average context size? What data must be retrieved? What can be cached? What happens when volume triples? What is the support path when the user disagrees with the output?
Then I would ask the uncomfortable one: if the product works exactly as designed, does gross margin improve or get worse?
The Product Lesson
"Just add AI" is not wrong because AI is expensive. In many cases, model costs will keep falling and provider competition will help. It is wrong because it hides product design inside an infrastructure assumption.
The best AI products choose where intelligence belongs. They make small models do simple work, reserve expensive reasoning for high-value tasks, cache aggressively, ask humans only where humans change risk, and design workflows where success can be measured.
The real cost of AI is not the model. It is the discipline required to make the model part of a profitable system.