Home About Who We Are Team Services Startups Businesses Enterprise Case Studies Industries Commercial Real Estate Blog Guides Contact Connect with Us
Back to Guides
Enterprise Software 16 min read

The hidden cost of AI: token bills, observability, on-call

The hidden cost of AI: token bills, observability, on-call

The hidden cost of an AI product in 2026 sits in three lines that every cheap vendor proposal skips: token bills (which scale with production and eval traffic), observability tooling ($200–$2,000/month recurring, not free logging), and human on-call time (a senior engineer on rotation, 4–8 hours per week at MVP scale). These lines do not show up on a 6-week build sticker. They show up in month 3, when the founder is staring at a $4K monthly bill that the proposal called “infra.” This piece names each line, prices it against current frontier-model rates, and closes with a worked monthly stack at 10,000 queries per month.

This is the plain-language explainer for the AI MVP economics playbook, which decomposes a 6–12 week build line by line. It sits inside the broader idea-to-product manifesto.

Why the sticker price misses two-thirds of the picture

A 6 to 12 week AI MVP build sticker funds engineers, planning, and the first month of operating cost. It does not fund the long tail. The long tail of an AI product in 2026 is structurally different from a 2018 web product, and that difference is where founders lose money.

Three structural shifts make 2026 AI operating cost worth naming. First, the unit-cost line moved from servers to tokens — a 2026 AI feature pays per query, and the price varies 10x across model tiers depending on whether requests hit a cache, hit the reasoning surcharge, or trigger a long-context window. Second, the team needs trace-grade observability to debug AI failures that standard exception logs do not catch (semantically wrong outputs, drifting tool-call patterns, gradual quality regressions). Third, AI products are not autonomous in production — an engineer is on rotation, watching drift dashboards, triaging customer complaints, deciding when to roll back a prompt.

McKinsey’s successive State of AI editions document an 80 to 85 percent pilot-stall rate, and the post-mortems consistently cite the gap between “launched the model” and “kept the model working” as the main driver. Cheaper-bracket vendor proposals fold these three lines into one bullet labeled “infra,” usually with a figure under $500 per month. The honest 2026 figure for a serious single-workflow MVP at modest traffic is 4 to 10 times that.

Hidden cost 1 — token bills scale with two traffic streams

Founders budget tokens for one traffic stream: the production requests that real users send. The complete token bill in 2026 has three streams, and the second is where the surprise lives.

Stream 1 — production traffic. Real users hitting the product. The straightforward line. At a representative blended cost of $5 to $15 per 1,000 queries on Claude Sonnet 4.6 or GPT-5 standard tier (varies with prompt length, output length, and whether caching is wired in), a 10,000-query month lands at $50 to $150 of production token spend.

Stream 2 — eval traffic. Every meaningful change runs the eval suite. A 200-sample suite running on every prompt-touching pull request, every model-migration trial, and every overnight CI run racks up 4,000 to 8,000 model calls per month. That adds $20 to $120, more during model-migration months and when the eval uses LLM-as-judge with a stronger model than production (a common pattern: production on Claude Sonnet 4.6, judge on Claude Opus 4.8 at roughly 5x the unit cost). Eval traffic typically lands at 25 to 60 percent of production token spend for an actively-developed MVP, recurring monthly.

Stream 3 — developer traffic. Engineers debugging, manually testing, running ad-hoc prompts against staging. Smaller than the other two but non-zero: typically 5 to 15 percent of the combined stream-1-plus-stream-2 figure. The team will use a meaningful share of frontier-model budget on debugging.

Combined token bill for the worked MVP scale (10K production queries/month, actively developed, with a real eval suite):

Stream Driver 2026 range, blended
Production 10,000 queries × 700 tokens avg in/out $50–$150/mo
Eval 200-sample suite × 30 runs/mo × LLM-as-judge $20–$120/mo
Developer Manual testing, ad-hoc prompts $10–$40/mo
Total token bill $80–$310/mo

Two traps to name explicitly. First, the bill scales with engineering velocity, not just user volume — a team shipping 3 prompt changes per week pays more in eval tokens than one shipping monthly, at identical user volume. Second, model-migration cycles spike the bill — the month a team migrates frontier-model aliases typically triples the eval-traffic line. Anthropic, OpenAI, and Google all ship frontier-model updates on cycles measured in weeks (Artificial Analysis LLM Leaderboard), so the migration-month spike is recurring.

The companion piece decoding cost-per-query — a defensible unit economics framework walks the full unit-economics frame. The hidden cost is not the cost per query — the founder knows that figure. The hidden cost is the cost per query multiplied by all the queries the system actually runs, including the ones no user ever sees.

Hidden cost 2 — observability is a real recurring line

The word “logging” is doing too much work in cheap-bracket proposals. An AI product in 2026 needs trace-grade observability — every model call captured with full input, full output, latency, token count, model version, and prompt template hash. Standard application logging does not capture this, and the team cannot debug AI failures without it.

The 2026 AI-observability tier breaks down roughly as follows:

Tier Tooling examples 2026 monthly cost at MVP scale What it buys
Self-hosted open source Langfuse (self-hosted), Helicone (proxy mode) $50–$200/mo (hosting + storage) Traces, basic dashboards, no SLA, team-maintained
Hosted SaaS, AI-native Langfuse Cloud, LangSmith, Arize Phoenix $200–$800/mo Traces, eval integration, drift detection, vendor SLA
Enterprise observability Datadog LLM Observability, Honeycomb $800–$2,000/mo Full APM correlation, alerting, compliance reporting

The cheapest tier is not free. Self-hosted Langfuse still costs the team a few hundred dollars in hosting plus engineer hours every month to operate the observability stack itself. Founders evaluating “free, open-source” need to read that line as “$300 to $500 per month of loaded cost,” not zero.

Why founders miss this line: vendor proposals consistently bundle observability into a generic “monitoring” or “logging” item, often without a separate line at all. The founder reads “monitoring included” and moves on. Three months after launch, when an engineer asks for $400 a month to keep the dashboards on, the line lands as a surprise.

Three things to ask any prospective vendor:

  1. Which observability tool is in the proposal? Name it.
  2. What is the monthly cost of that tool at the traffic level the proposal anticipates?
  3. Who owns the dashboards after handoff — the team, the founder, or no one?

If the answer to question 3 is “the founder” or “no one,” the line is not actually funded — the team has shipped a stack that no human is watching. The companion piece decoding AI project TCO — 7 cost lines most CFOs miss treats observability as one of those seven lines for the same reason.

Hidden cost 3 — human on-call time for AI products is recurring

AI products do not run themselves in 2026. They run with an engineer on rotation. That engineer’s time is the third hidden cost, and on a single-workflow MVP at modest scale it breaks down roughly as follows:

  • Drift triage. A dashboard alert fires because output length, refusal rate, or judge score moved outside threshold. 1 to 3 hours per week.
  • Customer-reported quality complaints. A user emails saying “the AI told me X but it should have said Y.” The engineer reproduces the input, inspects the trace, decides whether it is a real bug. 1 to 3 hours per week.
  • Prompt-rollback decisions. A new prompt shipped on Monday and judge scores dipped on Wednesday. The engineer decides whether to roll back, re-run evals, or sit on the change. 0.5 to 1 hour per week.
  • Model-migration evaluation. Roughly monthly: a new frontier-model alias appears, the engineer runs the suite against it, decides whether the price/quality trade is worth migrating. 2 to 4 hours per month, concentrated.

Combined, a single-workflow MVP at 10,000 queries per month consumes 4 to 8 engineering hours per week of on-call time. At a fully-loaded senior-engineer rate of $150 to $250 per hour (consistent with senior AI engineer compensation bands in the Stack Overflow Developer Survey 2025), that is $2,400 to $8,000 per month. This is the largest of the three hidden lines, and the framing “the AI handles it” makes the line invisible until the founder is paying it.

Two ways to fund this line honestly:

  1. Retainer with the build team. The vendor that built the MVP holds the on-call slot post-launch on an explicit retainer — typical 2026 range is $4K to $10K per month for a single-workflow product. The hours are accountable and the engineer already knows the system.
  2. Internal hire. A part-time AI engineer added to the founder’s team. Faster to start, more expensive long-term, harder to onboard without an existing eval suite and observability layer. Realistic only for founders past Series A.

A founder who funds neither is paying the line implicitly — usually by burning their own time on debugging, or by absorbing the cost in churned customers when quality regressions go unnoticed.

A worked monthly cost stack at 10,000 queries

Stacking the three lines plus the conventional operating cost on a representative single-workflow MVP at 10,000 production queries per month:

Line 2026 monthly range Driver
Production token bill $50–$150 Real user traffic × blended frontier-model rate
Eval token bill $20–$120 200-sample suite × ~30 runs/mo + LLM-as-judge
Developer token bill $10–$40 Engineers debugging on staging
Observability tooling $200–$800 Hosted AI-native trace platform at MVP scale
Hosting + vector store $150–$400 App hosting, embedding store, retrieval index
Human on-call (4–8 hrs/wk × $150–$250/hr) $2,400–$8,000 Drift triage, quality complaints, model migration
Total recurring $2,830–$9,510

The first three lines plus hosting — the lines the founder expects — sit at $430 to $1,510 per month. The two lines the founder did not budget — observability and on-call — sit at $2,600 to $8,800 per month, between two and six times the expected lines. The hidden cost is not 10 percent of the operating bill. It is the majority of it.

At higher traffic the picture shifts but the ratio holds. At 100,000 queries per month, the token bill scales roughly 10x to $800 to $3,100, the observability bill scales 2 to 4x to $500 to $2,500, and on-call scales 1.5 to 2x to $3,600 to $16,000 — observability and on-call are still a clear majority of the bill at every realistic MVP scale. The companion piece what does $50K, $100K, $250K buy you in an AI MVP walks the bracket-level version of this same trade.

How to budget the whole picture before signing

Three things to do before signing a 2026 AI MVP build proposal:

1. Add a “monthly operating cost at scale” section to the proposal. Ask the vendor to project monthly cost at 1K, 10K, and 100K queries per month, with the three hidden lines named explicitly. A vendor who can name the figures has shipped an AI product before. A vendor who folds them into “infra” has not, or is hoping the founder will not ask.

2. Add 4 to 8 hours per week of on-call time to the year-one budget. At fully-loaded senior-engineer rates that is $12K to $40K of year-one cost beyond the build sticker, for a single-workflow MVP. The AI MVP economics playbook decomposes this further.

3. Name the observability tool and its monthly cost in the contract. Not “monitoring included.” A line item: “Langfuse Cloud, $300/mo through month 12, founder reimburses post-handoff.” The same applies to the inference provider — name it, name the projected monthly spend at target traffic, and write down who pays it after the engagement closes.

A founder who does these three things will not be surprised by the operating bill. A founder who skips them will be paying the lines anyway, and discovering them at month 3 when the proposal said month 0 was the last spike.

Frequently asked questions

What are the three hidden costs of running an AI product in 2026?

Token bills (production traffic plus eval traffic plus developer traffic), observability tooling (a $200 to $2,000 per month recurring line for trace-grade AI observability), and human on-call time (4 to 8 hours per week of senior engineering at MVP scale, totaling $2,400 to $8,000 per month). All three are recurring, all three scale with the product, and all three are typically folded into a single “infra” line on cheap proposals.

Why do eval runs cost real money — aren’t they free in development?

Eval runs hit the same paid model APIs as production traffic. A 200-sample eval suite running 30 times per month is 6,000 paid model calls, plus another 6,000 if the eval uses LLM-as-judge with a separate model. At blended 2026 rates this lands at $20 to $120 per month, sometimes more during model-migration cycles when the team re-runs the full suite against a new alias. The line is real and recurring.

Is open-source observability actually free?

No. Self-hosting Langfuse or running Helicone in proxy mode costs $50 to $200 per month in hosting plus storage, and consumes engineering hours every month to operate the observability stack itself. The honest loaded cost is $300 to $500 per month, not zero. The trade against hosted SaaS ($200 to $800 per month) is engineer hours versus dollars — neither path is free.

How much on-call time does an AI product actually need at MVP scale?

For a single-workflow MVP at 10,000 queries per month, plan on 4 to 8 hours per week of senior engineering. The time goes to drift triage (1 to 3 hours), customer-reported quality complaints (1 to 3 hours), prompt-rollback decisions (0.5 to 1 hour), and monthly model-migration evaluation (2 to 4 hours, concentrated). Higher traffic and broader scope push the figure up; a strict eval discipline and a clean observability layer can compress it.

What if I want to skip observability to save money in the first 3 months?

The team cannot debug AI failures without traces, so “skip observability” usually becomes “ship blind.” The realistic floor is the self-hosted open-source tier ($50 to $200 per month plus engineer hours). Below that, the team is debugging from log streams that do not capture model inputs or outputs and the first quality regression after launch is an expensive mystery.

Why don’t vendor proposals separate these lines?

Cheaper-bracket proposals ($50K to $100K AI MVPs) typically fold observability, eval token traffic, and on-call into one “infra” or “post-launch support” bullet, often under $500 per month. The honest 2026 figure is 4 to 10 times that, but naming it makes the proposal look more expensive. Read “infra included” as a red flag and ask for line-item decomposition before signing.

Does prompt caching meaningfully reduce the token bill?

Yes, on production traffic — prompt caching can cut input-token spend by 50 to 90 percent for workflows with stable system prompts. It does little for eval traffic (the prompts under test usually change) and nothing for developer traffic. Treat caching as a 20 to 40 percent compression on the total token bill, not a 90 percent compression.

How does model choice change the cost stack?

Significantly on tokens, marginally on the other two lines. Running on Claude Haiku 4.5 or Gemini 2.5 Flash instead of Claude Sonnet 4.6 or GPT-5 standard tier compresses the token bill by 3 to 8x at the cost of some quality. Observability and on-call costs are roughly invariant — the team still needs traces and human eyes regardless of which model runs underneath.

Should I fund on-call through a retainer or an internal hire?

For founders pre-Series A, a retainer with the build team is almost always the right answer — $4K to $10K per month, accountable hours, and the engineer already knows the system. Internal hire makes sense post-Series A when the eval suite and observability layer are mature enough to onboard a new engineer in under 4 weeks.

How do these costs compare to a traditional SaaS product?

A 2018 SaaS MVP at comparable user scale ran $300 to $800 per month in total operating cost. A 2026 AI MVP runs $2,800 to $9,500 at the same scale. The two delta lines are per-query token cost (SaaS had near-zero variable cost) and AI-specific observability plus on-call time. An AI product is structurally more expensive to operate, not just more expensive to build.

Where to go next

If you are pricing a build, start with the AI MVP economics playbook, which decomposes the 6 to 12 week build line by line. If you are comparing brackets, what does $50K, $100K, $250K buy you in an AI MVP walks the four tiers and how much does an AI MVP cost in 2026 walks the build sticker against the 12-month curve. For pure unit economics, the framework piece decoding cost-per-query — a defensible unit economics framework is the canonical reference, and decoding AI project TCO — 7 cost lines most CFOs miss treats observability as one of those seven lines. For the broader frame, the idea-to-product manifesto sits one level up.

The SF AI Labs newsletter ships one short field note per week from inside live idea-to-product engagements — what we shipped, what broke, and what we re-priced. Subscribe at the footer below.

Last Updated: Jul 19, 2026

DJ

Dirk Jan van Veen, PhD

SFAI Labs helps companies build AI-powered products that work. We focus on practical solutions, not hype.

See how companies like yours are using AI

  • AI strategy aligned to business outcomes
  • From proof-of-concept to production in weeks
  • Trusted by enterprise teams across industries
Get in Touch →
No commitment · Free consultation

Related articles