YibudYibudBlog indexAnalyze

Validation Guide

AI Startup vs SaaS Startup: How Validation Is Different

Why AI startups need workflow, output-quality, and dependency tests on top of every SaaS validation question — and the cheapest experiment that proves each one before you build.

· Updated · Yibud· 18 min read

On this page

A solo developer runs two ideas side by side. One is a $29/month scheduling tool for independent tutors. The other is an AI assistant that drafts policy-compliant replies to exception cases for online retailers. Both ideas clear the same first checkpoint: a buyer exists, the buyer is reachable, and the buyer has the budget.

Six weeks later, the scheduling tool has three paying pilots, one renewal, and a clear answer to whether the price carries the support cost. The AI assistant has a polished demo, five "this looks amazing" reactions, a generated reply that quietly failed on the first real case, and no evidence yet on whether any of it will survive contact with a paying customer. The developer has not built either product. They have not spent a dollar on infrastructure. They have learned two completely different things.

The two ideas belong to the same cluster — startup validation — but they fail in different places and for different reasons. A scheduling SaaS that flops usually flops on retention, ICP narrowness, or recurring willingness to pay. An AI wrapper that flops usually flops on workflow fit, output quality on real cases, full-cost economics, or model-layer dependency. The first failure pattern is well-documented; the second one is still being written down.

This article is the side-by-side version. It pairs How to Validate a SaaS Idea Before You Build It with How to Validate an AI Startup Idea so you can see exactly where the SaaS assumption stack and the AI validation stack overlap, where they diverge, and which extra tests an AI idea needs before any code ships.

Key takeaways

  • SaaS validation tests whether a buyer will pay every month. AI validation also tests whether a system can do the job reliably. The recurring-revenue question is shared; the workflow, quality, and dependency questions are not.
  • The shared spine is the same five SaaS assumptions — problem severity, reachable ICP, recurring willingness to pay, retention past month one, and founder execution. AI ideas still have to pass every one of them.
  • AI adds three columns the SaaS stack does not have: workflow fit without the word "AI," representative-case output quality with a predeclared acceptance bar, and explicit model-layer dependency management.
  • The economics shift from "carry support cost" to "carry full successful-task cost." A single failed or retried task, plus human review, plus retrieval and tooling, can flip a profitable unit into an unprofitable one.
  • Retention is necessary but not sufficient. AI products also need to test for repeat use tied to a real job — novelty is not the same as a recurring workflow.
  • Distribution still comes before moat. For both verticals, a proprietary model prompt is an implementation detail, not a defensibility claim, until you can prove repeated delivery to a specific buyer.

Why the comparison matters

Most "AI vs SaaS" content on the open web answers a different question. It argues about which model will win, which valuations are sane, or which features are technically possible. This article answers a narrower question: what changes about the work you do before you write code, when your product depends on a generative model instead of deterministic business logic?

The answer matters because the failure modes are different. A SaaS product that fails usually fails slowly. The dashboards look healthy for six weeks, growth and churn cancel each other out, and the founder notices the problem in month four. The sequence — build, launch, watch retention, react — gives the SaaS founder a few months of warning.

An AI product that fails often fails quietly, in the gap between the demo and the real workflow. The clean example works. The edge cases don't. The buyer says "this is interesting" and never comes back. The provider changes a price or a rate limit. A model update changes the behavior of an output the buyer had stopped checking. By the time the founder has data, they may also have infrastructure, vendor commitments, and a customer base that built its workflow around behavior that no longer exists. The sequence — build, deploy, watch adoption drift, react — gives the AI founder almost no warning.

Validation compresses that warning. The right tests, run before code, expose the AI-specific risks before they become invisible inside the product. The same discipline, applied to a SaaS product, exposes the retention and pricing risks that the launch dashboard hides for months.

The discipline is the same. The stack is different.

Yibud's perspective

Yibud's Startup MRI report scores both AI and SaaS ideas on the same eight dimensions: market, competition, distribution, monetization, build difficulty, founder fit, opportunity, and overall. The scores come from deterministic rules, not from a model. The report tells you which business assumption is riskiest. It does not — and cannot — tell you whether a generative system will meet your acceptance bar, whether your provider relationship will survive a pricing change, or whether the cost per successful task will hold at scale.

For a SaaS product, that gap is small. The product's behavior is yours to define. A landing page, a paid pilot, and a 30-day concierge version usually produce enough evidence to commit.

For an AI product, the gap is large. The system's behavior depends on inputs and a model you do not fully control. The SaaS assumption stack is still the floor. On top of that floor, the AI Validation Stack tests workflow fit, output quality on representative cases, full-cost economics, and model-layer dependency. The two stacks are not in conflict. They are layered.

This article is the bridge between the two. Read the SaaS article for the recurring-revenue discipline. Read the AI article for the system-behavior discipline. Use this comparison to decide which extra tests your specific idea needs.

If you want the structured eight-dimension view first, run a Startup MRI report and bring the riskiest business assumption into the relevant section of this article.

Definitions

The terms below are defined the way the Glossary defines them. Use the same vocabulary across your team and your internal docs.

  • SaaS — Software as a Service. The product is sold as a recurring subscription rather than as a one-time purchase. Behavior is usually deterministic and inside the founder's control.
  • AI startup — A company whose core product depends on one or more generative models (in-house or third-party) to produce a meaningful share of its output. The model is part of the product surface.
  • AI wrapper — A product that builds an interface, workflow, or service around one or more third-party AI models. The label describes an architecture; it does not decide whether the product is useful or defensible.
  • Model-layer risk — Exposure to upstream changes in model behavior, price, limits, availability, or terms that can alter the product without the founder changing its own code.
  • Successful task — An end-to-end customer job completed to an agreed acceptance bar, including any required review or correction. This is the useful denominator for AI quality and AI cost.
  • Recurring willingness to pay — Whether a real person will trade real money for the solution, on a recurring basis, at the price the business model requires. Distinct from one-time willingness to pay.
  • Retention — Whether a paying customer continues to pay past the first renewal, at a rate that supports acquisition cost. The variable most SaaS products under-test.
  • Workflow fit — Whether the product fits inside the customer's recurring job well enough that they keep using it after the novelty wears off, including handoffs, review, and rework.

SaaS validation in one paragraph

Generic SaaS validation asks whether the founder can find a buyer, charge them a recurring fee, and keep them past the first renewal. The five assumptions that quietly carry the answer are: the problem is severe and frequent, the ideal customer profile is reachable, the buyer will pay the recurring price, the product retains past month one, and the founder can ship a usable version. Each has a cheapest experiment under two weeks. The cheapest sequence is written down in the SaaS article; the recurring-revenue and retention tests are the parts generic validation advice skips.

AI validation in one paragraph

AI validation adds a system-behavior layer on top of the SaaS floor. The AI Validation Stack has six layers: workflow, output quality, value and repeat use, economics, dependency, and distribution/defensibility. Workflow fit and quality are tested with representative cases and a predeclared acceptance bar. Economics are tested against the full cost of a successful task, not against the per-token price. Dependency is tested as an explicit assumption about model, provider, data, and human-in-the-loop behavior. Distribution still has to be proven before any moat claim is taken seriously. The full version lives in the AI article.

Side-by-side comparison

The table below is the editorial core of this article. Each row is a validation dimension. The SaaS column is what a non-AI recurring-revenue product has to prove. The AI column is what an AI product has to prove on top of, or instead of, the SaaS version. Use it as the spec for your own validation checklist.

#DimensionSaaS — what to proveAI — what to prove on top
1ProblemA specific buyer has a recurring, costly job. Severity and frequency justify a monthly payment.Same. The job is described without the words "AI," "agent," or "automation." The trigger, input, handoff, and failure cost are documented.
2CustomerThe ideal customer profile is narrow enough to find and reachable through a channel the founder can use.Same. Distribution to the specific buyer must be proven before any moat claim.
3PaymentRecurring willingness to pay at the business-model price, after a realistic trial period.Same. Pricing the outcome (not the token), tested against the full successful-task cost.
4RetentionThe product retains past the first renewal at a rate that supports acquisition cost.Same. Repeat use tied to the real job, not novelty.
5ExecutionThe founder can ship a usable v1 in 30 days at the planned scope.Same. Shipping a v1 that includes an eval set, a fallback plan, and a cost model — not just a UI.
6Output quality (AI only)Not a primary axis for most SaaS; behavior is deterministic.The system meets a predeclared acceptance bar on representative cases, including known failure modes. Quality is a measured denominator, not an average.
7Full-cost economics (AI only)Economics are dominated by hosting, support, and acquisition cost.Economics include retrieval, tools, retries, human review, support, and failed tasks. Pricing must carry the full successful-task cost, not the per-token price.
8Model-layer dependency (AI only)Not applicable for non-AI SaaS.Model, provider, data, privacy, and human-in-the-loop dependencies are explicit. A bounded fallback test has been run. Residual risk is documented.
9DefensibilityDistribution depth, workflow integration, switching cost, or permissioned feedback that a competitor cannot replicate from the landing page alone.Same as SaaS — plus, where applicable, permissioned workflow data, trust, or operational expertise. "A better prompt" is not defensibility.

The first five rows are the shared floor. Every SaaS idea and every AI idea has to pass them. Rows 6 through 8 are the AI-specific tests the SaaS stack does not require. Row 9 is where the two stacks meet again, because the defensibility test is the same regardless of whether the core capability is deterministic code or a model call.

Where the two stacks diverge

Three places in the table above carry the bulk of the AI-vs-SaaS difference. The founder who confuses them tends to under-test the AI product.

Divergence 1: Output quality is a first-class column. A SaaS product's behavior is largely inside the founder's control. A unit test, a feature flag, and a staging environment catch most defects before launch. A generative system can produce different outputs across trials, and "correct" can depend on context. Without an explicit acceptance bar and a representative eval set, the founder cannot distinguish a working product from a lucky demo. The fix is to write the bar down before running the model. NIST AI 600-1 (Generative AI Profile, §2.12) recommends context-specific metrics developed with domain experts; Anthropic's Demystifying evals for AI agents operationalizes the discipline as a task, the output, and a grading method. Both are practitioner guidance, not guarantees; the underlying principle — measure product behavior, not a benchmark — is durable.

Divergence 2: Economics shift from "support cost" to "full successful-task cost." A SaaS product's variable cost per customer is dominated by hosting and support. An AI product's variable cost per customer includes retrieval, tool calls, retries, human review, support, and the cost of failed tasks that still consumed inference. A cheap call can still produce an expensive outcome. Pricing has to be tested against the full successful-task denominator, not against the per-token rate. A scenario table covering typical, difficult, heavy-user, and provider-change cases is the minimum model an AI founder should produce before writing production code.

Divergence 3: Model-layer dependency is an assumption, not infrastructure. A SaaS founder does not lose a feature because their cloud vendor changed a default. An AI founder can lose differentiation, latency, or unit economics because their model provider changed a price, a context window, a rate limit, or a behavior. The right discipline is to write the dependencies down, run at least one bounded fallback exercise, and document the residual risk. Treating "we can switch later" as a tested fallback is the most common unverified claim in AI startup decks.

Where the two stacks overlap

Two places in the table look identical, and the similarity is the point.

Overlap 1: Problem severity, ICP, and execution. AI products do not escape ordinary market risk. If the buyer does not have a recurring job, if the buyer is unreachable, if the founder cannot ship, the AI is irrelevant. Eric Ries's validated learning applies to AI products exactly as it applies to SaaS. Steve Blank's Customer Development framing — a startup as a search for a repeatable business model — does not change because the product calls a model.

Overlap 2: Distribution and defensibility. The YC partner essay on customer conversations (Do You Talk to Your Users, Michael Seibel) is as relevant to an AI wrapper as to a vertical SaaS. Reaching the buyer, earning trust, and becoming part of the workflow is the same work in both stacks. Defending the position — once the buyer exists — comes from the same sources: distribution depth, workflow integration, permissioned feedback, switching cost, or operational expertise. A proprietary prompt is an implementation detail, not a defensibility claim, in either stack.

How to apply the comparison

The framework above is the map. The sequence below is the trip. Run the steps in order; stop at the first place the signal is clear.

1. Run the SaaS floor first

Before you decide whether your product needs the AI-specific columns, confirm it clears the SaaS floor. The five SaaS assumptions are: severe problem, reachable ICP, recurring willingness to pay, retention past month one, and founder execution. Each has a cheapest experiment under two weeks, written down in the SaaS article.

If you cannot pass the SaaS floor, the AI-specific columns will not save you. A beautiful AI wrapper around a problem nobody pays to solve is still a startup that fails on month-one retention.

2. Add the AI-specific columns only if the system depends on a model

If your product's core behavior is generated by a model (yours or a third party's), add the three AI-specific columns from the table: output quality, full-cost economics, and model-layer dependency. If your product's core behavior is deterministic code with a small AI feature bolted on, the SaaS floor is usually enough — the AI feature is a UX choice, not the product's defensibility.

When in doubt, ask one question: "If I removed the AI feature tomorrow, would the product still be a useful product?" If yes, you have a SaaS product with AI embellishment; if no, you have an AI product with code.

3. Test the AI columns with the AI Validation Stack

For each AI-specific column, run the cheapest test that produces real evidence:

  • Quality. Build a small private eval set from real or permissioned cases. Define the acceptance bar before running the model. Grade with the cheapest method that matches the requirement (code for deterministic checks, calibrated model grading for bounded judgment, human review for high-consequence cases). The AI article walks through the eval setup in detail.
  • Economics. Sell a specific outcome through a paid pilot, then calculate the full cost of observed successful tasks. Build a scenario table covering typical, difficult, heavy-user, and provider-change cases. If the price cannot carry the full cost, the unit economics are wrong.
  • Dependency. Write every model, provider, data, privacy, tool, and human-in-the-loop dependency in one register. Run at least one bounded fallback test (swap a model, remove a tool, change a context window) and record what breaks. Decide which residual risks to mitigate, monitor, or explicitly accept.

A pass on each column earns the right to test the next expensive assumption. A failure on any column is information, not a setback.

4. Re-check the SaaS floor before you commit

The AI-specific columns test the system. They do not retest the buyer. Before you commit to a build, rerun the SaaS retention and pricing tests with real behavior, not projections. A pilot at the real recurring price is the only honest version of the recurring willingness-to-pay test. A renewal at the end of month one is stronger than a signup on day one.

If the SaaS floor still passes after the AI-specific tests, you have evidence. You still won't have certainty. You will have less uncertainty than you had six weeks ago, and you will know which assumption is still soft.

Worked example (composite)

The example below is a composite of patterns I have watched play out across a few recent launches. It is not a real founder's story. It is a representative one, anonymized on purpose.

A solo developer is choosing between two ideas. Idea A is a $29/month scheduling tool for independent language tutors with 10–20 students. Idea B is an AI assistant that drafts policy-compliant replies to exception cases for online retailers, sold at a usage-based price per resolved case.

SaaS floor for Idea A. Eight problem interviews reveal that the painful job is not scheduling; it is parent-side booking. The developer narrows the ICP to "tutors with at least 60% parent-booked sessions" and tests one channel — two tutor-focused Slack communities — by sending 30 DMs over a week. Six reply; two agree to a paid pilot at $29/month. One renews at month one. The developer raises the price to $39 and runs the pilot again with three new tutors; two of three renew. The retention signal is acceptable, the channel works at small scale, and a v1 can ship in 30 days. Idea A passes the SaaS floor.

SaaS floor for Idea B. Six interviews with operations leads at small online retailers reveal a real job, a real cost, and a real willingness to pay per resolved case. The ICP is narrow enough to find through two retailer-focused communities and a cold-email list. The developer can ship a v1 in 30 days. Idea B also passes the SaaS floor.

AI-specific columns for Idea B. The developer builds a private eval set of 40 cases drawn from public policy examples plus three permissioned cases from a design partner. The acceptance bar is defined before running the model: required facts, prohibited actions, escalation conditions, and a target accuracy per category. The model meets the bar on the clean cases and fails on the contradictory ones. The developer tunes prompts, retries, and escalation rules, and the eval results stabilize at the target accuracy on the rewritten set. Quality passes, narrowly.

The economics pass when priced per resolved case and tested against three usage scenarios — typical, difficult, and heavy — provided the developer caps usage at the heavy end and routes the highest-stakes cases to human review. The dependency register lists the model, the policy documents, the order-system access, customer-data permissions, and the human reviewer. A bounded fallback test (swap the model to a smaller one for one week) shows a measurable quality drop on ambiguous cases; the developer accepts the residual risk as long as the human-review step stays mandatory.

Result. Idea A is a SaaS product that passes the floor; the developer can build it. Idea B is an AI product that also passes the floor plus the three AI columns, but the passing margin is narrower. The developer builds Idea A first, because the validation cost is lower and the retention signal is stronger. Idea B is parked until either the eval set improves or a second design partner offers permissioned data.

The composite is not "AI ideas are bad." It is the same discipline, applied honestly, producing different commitments for two different products.

Common validation mistakes in either stack

Most founders make at least two of these. The mistake is the same in both stacks; the cost is usually larger in the AI stack.

Validating the demo, not the workflow. A clean output proves that a capability can work once. It does not prove that a buyer has a recurring job, that difficult cases pass, or that the result fits the handoffs around it. The fix is The Mom Test discipline: ask about the customer's life, commitments, and last workaround, not about your product.

Treating a benchmark as product evidence. A model's public score can inform model selection. It cannot define your customer's acceptance bar or represent your inputs, policies, tools, and failure costs.

Conflating one-time willingness to pay with recurring willingness to pay. A buyer might happily pay $99 once for a tool they would never pay $9/month for. The pre-order or paid pilot, at the real recurring price, is the only honest test. This is true in both stacks; it is more expensive to discover in an AI stack because the variable cost per task is harder to forecast.

Confusing novelty with retention. First use answers "is this interesting?" Repeat use in the real job answers "does this remain useful?" A pilot that converts on the demo and disappears at month one has taught you the wrong lesson.

Hiding human review. If a person checks, rewrites, routes, or repairs outputs, include that work in the product design and cost. "Human in the loop" is not a free safety feature.

Pricing from tokens. Model prices are an input to cost, not a measure of customer value. Price the outcome, then verify that the outcome can be delivered profitably at the usage you expect.

Ignoring model-layer risk. "We can switch later" is not a tested fallback. Run a bounded change and record what breaks before the dependency becomes invisible infrastructure.

Claiming a moat before finding a channel. Proprietary data, integrations, and switching costs only matter if you can reach customers, earn access, and create them lawfully through repeated delivery. Distribution is current evidence; moat is an early hypothesis.

Believing that more features will fix weak validation. If the assumption stack has a gap, no amount of additional features will fill it. The fix is to go back to the gap and run the experiment you skipped.

A combined 21-day checklist

Twenty-one days is a planning box, not a promise. The goal is to expose the next invalidating assumption quickly — for either stack.

Days 1–2: SaaS floor — define the workflow and the ICP

  • Written the user, trigger, job, current workaround, handoff, and failure cost. For AI products, without the words "AI" or "automation."
  • Named the riskiest market assumption and the riskiest technical assumption separately.
  • Identified a specific ICP — a person, not a segment.

Days 3–5: SaaS floor — collect customer evidence

  • Held 5+ problem interviews using The Mom Test's rules.
  • Listed three places the ICP already gathers.
  • Sent 10 outreach messages in the ICP's language.

Days 6–8: SaaS floor — test the channel and the price

  • Used the chosen channel to start five conversations.
  • Built a one-paragraph offer at the real recurring price, with a refund policy.
  • Built a pre-order page or paid-pilot form with real checkout.

Days 9–11: SaaS floor — test retention with a concierge version

  • Recruited at least three paying pilots at the real price.
  • Run a 30-day concierge or no-code version for the pilots.
  • Recorded renewals and the texture of the renewals.

Days 12–14: AI columns — define and test quality

  • Written the acceptance bar and unacceptable failure conditions before comparing outputs.
  • Built a small task set that includes ordinary, difficult, and high-consequence cases.
  • Chosen deterministic, model-based, or human grading deliberately for each requirement.

Days 15–17: AI columns — test the offer and full-cost economics

  • Presented a specific paid pilot tied to the outcome.
  • Calculated cost per successful task, including retries, tools, review, support, and failures.
  • Tested typical, difficult, and heavy-use scenarios.

Days 18–19: AI columns — expose dependency risk

  • Written the model, provider, data, privacy, tool, and human dependencies in one register.
  • Run one bounded model, tool, or context change and recorded what breaks.
  • Decided which residual risks to mitigate, monitor, or explicitly accept.

Days 20–21: SaaS floor — retest retention and decide

  • Recorded how many pilots renewed at the end of month one.
  • Recorded how much time the concierge version took per customer per week.
  • Made a build, revise, or stop decision based on the weakest stack layer.

If you reach the last item with a clear answer, you have evidence. The two stacks produced the same kind of decision; the AI stack produced three extra columns of evidence behind it.

Frequently asked questions

What is the difference between an AI startup and a SaaS startup?

A SaaS startup sells access to software whose behavior is largely deterministic and inside the founder's control. An AI startup sells a product whose behavior depends at least partly on a generative model — its own or a third party's. The difference shows up in the validation work: AI products have to test workflow fit, output quality, full-cost economics, and model-layer dependency on top of the SaaS assumption stack.

Can a startup be both AI and SaaS?

Yes. Many AI products are sold as recurring subscriptions, and many SaaS products have AI features. The test is whether the AI is the core capability or a feature. If removing the AI still leaves a useful product, you have a SaaS product with AI embellishment. If removing the AI leaves no product, you have an AI product whose pricing and retention still look like SaaS.

Do AI startups need to validate the same things as SaaS startups?

Yes, plus more. AI startups inherit the entire SaaS assumption stack — problem severity, reachable ICP, recurring willingness to pay, retention past month one, and founder execution — and add three AI-specific columns: output quality on representative cases, full successful-task economics, and model-layer dependency. The SaaS floor is the gate; the AI columns are the load-bearing walls.

Which validation tests are unique to AI startups?

Three. An output-quality eval against a predeclared acceptance bar, a full-cost scenario model (typical, difficult, heavy, provider-change), and a dependency register with at least one bounded fallback test. None of these are part of a standard SaaS validation plan.

Are AI startups riskier than SaaS startups?

They carry a different kind of risk. SaaS products fail slowly, on retention and recurring willingness to pay, and the founder has a few months of warning from the launch dashboard. AI products can fail silently, in the gap between the demo and the real workflow, and the warning may arrive only after the founder has built infrastructure and committed to a vendor. The validation work compresses that warning into the pre-build period.

How long should it take to validate an AI vs SaaS idea?

The SaaS floor takes two to six weeks for a solo founder with a day job. The AI columns add one to two weeks of eval setup, cost modeling, and dependency testing. A combined sequence fits inside three to eight weeks. Less than three weeks and you probably did not run enough experiments; more than eight weeks and you are probably procrastinating.

Should an AI startup use the same pricing model as a SaaS startup?

Often, but not always. Usage-based or outcome-based pricing is common for AI products because the variable cost per task is harder to forecast. The validation discipline is the same: price the outcome, test the full successful-task cost against that price, and confirm the buyer will pay it on a recurring basis. If the price is usage-based, the "recurring" test is whether the buyer keeps producing usage after the first billing cycle.

What is the cheapest way to compare an AI idea against a SaaS alternative?

Run the SaaS floor on both ideas first. Then, for the AI idea, run the three AI-specific columns on top. The cheapest AI column is usually the eval set: 30 to 50 representative cases, a written acceptance bar, and a single grading pass. The cheapest cost column is usually a small scenario table populated with the model's published token prices and your assumptions about retries and review time. The cheapest dependency column is one bounded fallback test — swap a model, remove a tool, change a context window — and a written record of what breaks.

Summary

The two stacks share a floor. Both an AI startup and a SaaS startup have to prove problem severity, a reachable ICP, recurring willingness to pay, retention past month one, and founder execution. The SaaS assumption stack is the gate every recurring-revenue product walks through. AI startups then add three columns on top: output quality on representative cases with a predeclared bar, full-cost economics that include every component of a successful task, and explicit model-layer dependency management. Distribution and defensibility look the same in both stacks — earned through repeated delivery, not declared in a slide. Validation produces the same kind of decision in either stack; the AI stack produces three extra columns of evidence behind it, which is what makes the difference between a quiet launch and a quiet failure.

References

The framework in this article leans on the same primary sources used in the SaaS article and the AI article. Every non-trivial claim traces back to one of them.

The source audit deliberately excludes the familiar CB Insights "42% no market need" statistic, fabricated AI-wrapper failure rates, benchmark scores used as proof of customer value, and current token prices presented as timeless facts. For Yibud's broader evidence policy, see Sources & references.

Next action

If you only do one thing this week, do this: place your idea on the comparison table above. Mark which SaaS-floor assumptions you have evidence for and which you do not. If your idea depends on a generative model, add the three AI-specific columns. Pick the single weakest cell — usually the recurring willingness-to-pay cell for SaaS, or the full-cost economics cell for AI — and design the cheapest experiment that could prove your current belief wrong. Run the experiment by the end of the week. Whatever you learn, you will be closer to a real answer than you are right now.

If you want a structured view of the market, competition, distribution, monetization, build, and founder-fit assumptions before choosing that experiment, run Startup MRI. The report will not decide whether the AI works, whether the SaaS product will retain, or whether the startup will succeed. It will help you identify which business assumption deserves evidence first.

Test your own idea

Describe your idea, answer five short questions, and get a structured 8-dimension report — free, no signup.

Continue learning

Where to go from here

These pieces are grouped by topic, not publication date — pick the one that matches the question you are working on right now.

More in ValidationSee all topics →

See every article on startup validation in one place.

Open the Startup Validation hub →