AppSavvyBook a call
AI Product Development

How to Validate an AI Product Idea Before You Build It

AI products fail for the same reasons all products fail, plus a few AI-specific ones. How to validate demand, feasibility, and unit economics before writing code.

Will Driscoll8 min read

AI products fail for the same reasons all products fail - nobody wanted it - plus a few AI-specific ones: the model can't actually do the task reliably, or the unit economics don't work because inference costs eat the margin. The good news is all three are checkable before you build.

This article covers how to validate an AI product idea across the three dimensions that matter: demand, feasibility, and unit economics. Do this before the 6-week build, not during it.

The three validation questions

  1. Demand: does anyone actually want this enough to change their behaviour?
  2. Feasibility: can current AI models do the core task reliably enough?
  3. Unit economics: does the value exceed the cost of delivering it (including inference)?

A "no" on any of these kills the idea - or reshapes it. Most founders only check demand. The AI-specific failures hide in feasibility and economics.

Validating demand

This is standard product validation, and AI doesn't change it. The question is whether people have the problem badly enough to pay (in money, time, or behaviour change) for a solution.

The methods are the usual ones:

  • Talk to the people who have the problem. Not "would you use an AI tool that..." (everyone says yes to hypotheticals) but "tell me how you handle this today" and "what does it cost you."
  • Look for existing spending. If people already pay for a worse solution, or pay humans to do the task, demand is proven. If nobody spends anything on the problem today, be suspicious.
  • A landing page test. Describe the product, drive some traffic, measure whether people try to sign up or request access. Cheap signal.

The AI-specific trap here: don't let "it uses AI" substitute for demand. AI is a means, not a value proposition. The user wants the outcome, not the AI.

Validating feasibility

This is where AI products differ. Before building, prove the model can actually do the core task reliably.

The method: build a tiny prototype of just the hardest AI step. Not the product - just the model interaction. Feed it 20-50 realistic inputs and look hard at the outputs.

Ask:

  • Does it get the core task right most of the time? Not occasionally, in a cherry-picked demo - reliably, across varied real inputs.
  • How does it fail? Confident wrong answers are dangerous; "I don't know" failures are manageable. Know the failure mode.
  • Can grounding and prompt engineering get it reliable enough? If a quick prototype is at 60%, can engineering get it to 95%? Sometimes yes, sometimes the task is just beyond current models.

This feasibility prototype takes a day or two and saves you from building a product around a task the model can't actually do. It's the highest-leverage validation step for an AI product specifically.

A useful heuristic: if the task is something a competent human does reliably with the same inputs, current models can probably be made to do it. If it requires judgement, current context, or information the model has no access to, be much more skeptical.

Validating unit economics

The third check, also AI-specific: does the math work when you factor in inference cost?

Every AI interaction costs money in tokens. For some products this is trivial. For others - high-volume, long-context, or expensive-model use cases - the inference cost can exceed what you can charge.

Estimate:

  • Cost per core interaction. Roughly how many tokens does one valuable interaction consume, at what model? Multiply by the price.
  • Interactions per user per month. How often does an engaged user trigger the AI?
  • Monthly cost per user. The product of the two.
  • What you can charge. Compare to the monthly cost.

If the monthly inference cost per user is $8 and the most you could charge is $10, you have a 20% gross margin before you've paid for anything else - probably not viable. If it's $0.50 against a $20 charge, you're fine.

The economics often improve with the right model choice (using cheaper models where they suffice) and caching, but you need to know the rough numbers before building, not after.

Putting it together

A validated AI product idea has:

  • Demonstrated demand - people have the problem badly enough to change behaviour, ideally with existing spend
  • Proven feasibility - a quick prototype shows the model does the core task reliably, with manageable failure modes
  • Working unit economics - the value exceeds the delivery cost including inference

You can check all three in a week or two, before committing to a build. That's far cheaper than discovering the problem three weeks into development.

When to skip straight to building

There's one case where heavy validation is overkill: when you're the user. If you have the problem yourself, deeply, and you're going to use the product daily, you can often validate demand and feasibility by building the smallest version for yourself. You're your own first user and the feedback loop is instant.

But even then, run the feasibility prototype and the economics check. Those two are quick and they're where AI products specifically die.

What to do next

If you have an AI product idea and want a senior engineer's read on whether it's feasible and economical before you build, book a 30-minute discovery call. We'll often run a quick feasibility check with you on the spot.

Read next: How to build an AI MVP in 6 weeks and The cost of running an AI product: token economics.

Got a Bubble or Canvas app you’d like a second pair of eyes on?

30-minute discovery call. We’ll look at your app live and tell you honestly what we’d do next.

Or grab the Bubble migration playbook PDF.