Glossary/AI Product Business Test
AI & Machine Learning
2 min read
Share:

What is AI Product Business Test?

TL;DR

The AI Product Business Test is a framework for validating the unit economics of an AI feature before writing any code.

The AI Product Business Test is a framework for validating the unit economics of an AI feature before writing any code. Coined by Richard Ewing, it addresses the pattern of AI products that are technically impressive but economically unviable.

The test evaluates three dimensions:

1. Marginal Cost Structure: Does the AI feature have a marginal cost per usage (API calls, inference compute) that scales with adoption? If yes, the feature has a Cost of Goods Sold (COGS) problem that traditional software doesn't have.

2. Accuracy-Cost Curve: What accuracy level does the use case require, and what does that accuracy cost? The Cost of Predictivity curve shows that going from 80% to 95% accuracy often costs 10x more than going from 50% to 80%.

3. Margin Contribution: Does the AI feature's revenue contribution exceed its variable infrastructure cost at the target scale? Many AI features are margin-negative — they cost more to serve than the revenue they generate.

Why It Matters

Most AI product failures are economic, not technical. Teams build impressive AI capabilities without modeling whether the feature can be profitable at scale. Richard Ewing's work at Built In (Editor's Pick, January 2026) demonstrated that the majority of AI features in production are margin-negative — they destroy value rather than create it.

The AI Product Business Test should be applied before any AI feature reaches the engineering backlog. It prevents the most expensive mistake in AI product development: building something that works beautifully but can never be profitable.

How to Measure

Calculate: (Revenue per AI interaction) - (Cost per AI interaction) = Margin per interaction. If margin is negative at target scale, the feature fails the business test.

Frequently Asked Questions

What percentage of AI features fail the business test?

Industry estimates suggest 60-80% of AI features in production are margin-negative when fully loaded costs (compute, support, maintenance, model retraining) are included.

Can you pass the business test after launch?

Yes — by optimizing the accuracy-cost curve (using smaller models for simple queries), implementing caching, or restructuring pricing to reflect true costs.

Related Terms

Need Expert Help?

Richard Ewing is a Product Economist and AI Capital Auditor. He helps companies translate technical complexity into financial clarity.

Book Advisory Call →