Ubuyobozi

Gross Margins and Inference Costs in AI Businesses

An AI business's gross margin is its revenue minus the direct cost of delivering the product, divided by revenue.

  • 4 min soma
  • Ibiherutse kuvugururwa
Kuriyi page4 min soma
  1. Incamake
  2. Kwibira cyane
  3. Ingaruka z'Ingamba
  4. The Future of Gross Margins and Inference Costs in AI Businesses
  5. Gushyira mu bikorwa Isi
  6. Ingaruka & Kurinda
  7. Igishushanyo mbonera
  8. Komeza Ubushakashatsi
  9. Ibibazo bikunze kubazwa

Incamake

For AI software that cost includes inference, the compute spent every time a model answers a request. Inference grows with usage instead of staying close to zero for each extra user, so AI products often have lower and less predictable margins than classic SaaS. That affects how they set prices, how they raise money and whether they survive.

Kwibira cyane

Gross margin is revenue minus cost of revenue, divided by revenue. In classic SaaS, cost of revenue is mostly hosting, customer support and third-party software. Serving one more user costs almost nothing, so mature SaaS companies commonly report gross margins of 70 to 80 percent or higher. AI products add a cost that behaves more like a raw material. Every prompt uses GPU time. The company pays for it either per token to an API provider such as OpenAI, Anthropic or Google, or through GPUs it owns or rents. A heavy user can cost many times more than a light user on the same subscription. A widely read 2020 Andreessen Horowitz essay, "The New Business of AI", argued that many AI companies looked like a mix of software and services, with gross margins pulled down by cloud compute and humans in the loop. Human work still counts: labeling data, reviewing outputs and handling escalations often sit in cost of revenue alongside moderation, retrieval infrastructure such as vector databases, and evaluation runs. Companies protect margins with a familiar set of levers: - **Model routing** sends easy requests to small, cheap models and keeps large models for hard ones. - **Caching** reuses work. Providers can cache repeated prompt prefixes, and a product can store answers to identical queries. - **Smaller or distilled models**, sometimes fine-tuned for one task, can replace a general model for high-volume work. - **Leaner requests** help too: tighter prompts, limits on output length, and batch processing for jobs that can wait. - **Pricing** is the last lever. Usage-based tiers, credits or caps tie revenue to cost. A common misconception is that falling token prices will fix margins on their own. Prices for a given level of capability have dropped sharply. But products often use up the savings by moving to newer models, longer contexts and agents that make many calls per task. Margin comes from engineering and pricing choices, not from some fixed property of AI.

Ingaruka z'Ingamba

Kubaka amahitamo

Igishushanyo-cy-urwego rugena niba AI itezimbere ibisubizo nyabyo.

Itsinda hamwe nakazi

Guhuza ibikorwa byiza bikora umusaruro wunguka abakoresha bashobora kwizera.

Ibyago n'umutekano

Gukoresha neza ibibazo bigabanya umunaniro wimpinduka hamwe ningaruka zo gushyira mubikorwa.

The Future of Gross Margins and Inference Costs in AI Businesses

Inference costs per unit of capability have been falling. Hardware, serving software and smaller models keep improving, and competition among model providers holds prices down. That trend should help, but it will not automatically raise margins, because longer contexts, reasoning models and multi-step agents use up much of the saving. More companies are likely to treat cost engineering as a core discipline and build in routing, caching and task-specific models from the start. Many will likely move from unlimited flat pricing to plans that account for usage. A business that depends entirely on one upstream provider will keep facing margin risk from that supplier's pricing decisions.

Gushyira mu bikorwa Isi

A customer-support chatbot startup sends simple FAQ questions to a small, cheap model and passes only complex tickets to a frontier model. This lowers its average cost per conversation without hurting answers on the hard cases.

A coding assistant sold at a flat monthly price per seat finds that a small group of power users accounts for a large share of its inference bill. It adds usage caps and a premium tier so revenue follows cost.

A contract-summarization tool puts its long system prompt and standard clause library at the start of every request. Provider prompt caching then bills those repeated tokens at a discounted rate.

A legal research company sees that one type of query dominates its traffic. It fine-tunes a smaller open-weight model for that task and stops paying a general-purpose API for it.

Ingaruka & Kurinda

  • Gutangiza inzira yamenetse birashobora kongera ibibazo bihari.

  • Amakipe arashobora gukora cyane kandi agakuraho ibitekerezo byabantu bikenewe.

  • Ubwiza burashobora gutemba niba ibisubizo bidahwema gusuzumwa.

Igishushanyo mbonera

  1. Shushanya ibikorwa byubu hanyuma umenye intambwe-yo guterana hejuru.

  2. Sobanura aho abantu bagenzura mbere yo kwikora byuzuye.

  3. Hugura abakoresha kubisobanuro, inzira zo kuzamuka, hamwe nubuziranenge.

  4. Kurikirana ibisubizo-urwego rwibisubizo kugirango wemeze agaciro karambye.

Komeza Ubushakashatsi

Free newsletter

Get the daily AI briefing

Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Take the Gross Margins and Inference Costs in AI Businesses quiz

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

Tangira ikibazo

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

Ibibazo bikunze kubazwa

What is Gross Margins and Inference Costs in AI Businesses?

An AI business's gross margin is its revenue minus the direct cost of delivering the product, divided by revenue. For AI software that cost includes inference, the compute spent every time a model answers a request. Inference grows with usage instead of staying close to zero for each extra user, so AI products often have lower and less predictable margins than classic SaaS. That affects how they set prices, how they raise money and whether they survive.

According to the guide, why does serving an extra user usually cost more for an AI product than for classic SaaS?

In classic SaaS, an extra user adds almost no cost. In AI products, every request uses compute, paid per token or through GPUs, so cost rises with usage and behaves more like a raw material.

What does model routing do?

Routing matches each request to the cheapest model that can handle it well. That lowers average cost per request. Storing outputs for repeated questions is a different lever: caching.

What did the 2020 Andreessen Horowitz essay "The New Business of AI" argue?

The essay argued that cloud compute costs and human involvement, such as labeling and review, gave many AI companies lower gross margins than typical software businesses.

Why don't falling token prices automatically fix AI gross margins?

Cheaper tokens help. But when products adopt larger models, longer contexts or multi-call agents, total spend per task can stay flat or even rise.

To get the most out of provider prompt caching, how should you structure a prompt?

Caching works on a stable, repeated prefix. Keeping unchanging material at the start and variable content at the end means more of each request matches the cached prefix.