Guide

AI startup due diligence: how investors check what is real

AI startup due diligence is the work of checking that an AI company's product does what the pitch says, that the code behind it can be maintained and sold, and that the margin survives the model-provider invoices. It differs from ordinary technical diligence in three places: the claim can be tested live instead of inspected, the codebase was probably written by a model, and the cost of goods is a variable bill from a vendor who can change the price. This guide covers all three for VC associates and principals, private equity deal teams, and angels in AI deals.

Published September 17, 2026. Editorial.

Key takeaways

  • An AI claim is testable in a screen share. Ask for a held-out input the team has never seen, watch the system process it, and read the trace. A demo shows what the team chose to show; a test shows what the product does.
  • Regulators now treat an overstated AI claim as securities fraud. The SEC fined Delphia and Global Predictions a combined $400,000 in March 2024, charged the former CEO of Nate in April 2025, alleging its app ran on manual contract labour, and the FTC opened five cases in September 2024 under Operation AI Comply.
  • The eval suite is the single most useful diligence artefact an AI company can hand over: the suite, the pass gate, and one failing run tell you whether quality is measured or asserted.
  • Gross margin has to be rebuilt from the model-provider invoices. Bessemer's August 2025 data puts the fastest-growing AI companies at 25 percent gross margin and often negative, against 60 percent for the steadier group; ICONIQ's July 2026 survey of over 300 executives puts the 2025 average at 45 percent.
  • Model dependency is a going-concern question. Anthropic promises at least 60 days' notice before retiring a model and OpenAI at least 6 months for generally available models, so a plan that assumes one model at one price for three years is a plan with a hole in it.
  • Most data moat claims fail a simple test: does the next unit of data make the product measurably better, and can a competitor get the same data for the same price? a16z's 2019 analysis of data moats is still the clearest statement of why the answer is usually no.
  • Red flags in AI deals are stage-specific. At pre-seed the flag is a claim with no test; at Series A it is a margin nobody has rebuilt; at growth it is a codebase nobody can hand over.

AI startup due diligence is the process of checking that an AI company's product does what the pitch says it does, that the code behind it can be maintained and transferred, and that the business still makes money after the model-provider invoices are paid.

That is the whole job. It is the same job as technical due diligence on any software company, plus three things that only exist when the target is an AI company. This guide is about those three things. It is written for the people who have to sign off on the deal: associates and principals at venture funds, deal teams at private equity firms, and angels writing cheques into AI rounds. Founders who are about to face one of those people will find it useful for the same reason.

What this guide is and who it is for

Ordinary technical diligence asks whether the software is well built and whether the team can keep building it. AI diligence has to ask three more questions, and each one needs a different method.

Does the AI do what the company says it does? This is the claim question. It is the one regulators have started enforcing, and it is the one where a demo tells you least, because the demo was chosen by the team.

Can the code be maintained and sold? This is the engineering question. It changes when most of the code was written by a model, because the usual signals (commit history, code style, who wrote what) mean something different, and because the checks that keep the code honest are evals rather than reviews.

Does the margin survive? This is the money question. Inference is a variable cost of goods that arrives as a monthly bill from OpenAI, Anthropic, Google or a cloud provider, and it moves with usage, model choice and the vendor's price list. Revenue can look like software while cost of goods looks like a utility.

Reveneau runs AI startup due diligence for investors, and the first artefact we ask a target for is its eval suite with one failing run attached, because a company that measures its own quality can show you the measurement and a company that asserts it cannot. Everything else on these pages follows from that habit: ask for the thing that can be checked, and treat everything that cannot be checked as a claim.

The short version

If you read nothing else, this is the method.

  • Turn every AI claim into a test you can watch. A held-out input, processed live, with the trace visible. A demo is evidence of what the team chose to show.
  • Ask for the eval suite, the pass gate, and a failing run. If there is no suite, quality is being asserted. If there is no failing run, the suite is not being used.
  • Ask what the product is without the model. If the answer is "a prompt and a user interface", price the deal as a distribution business, because the model provider can ship the same thing.
  • Rebuild gross margin from the model-provider invoices and the usage logs, per customer and per month. Do not accept a blended figure from the deck.
  • Ask which model, which version, which price, and what happens on the day it is retired. Both major providers publish retirement schedules and both have retired models in the last twelve months.
  • Ask for the code provenance: which tools generated code, which licence terms applied to their output, and whether the company can show what was human-written.
  • Run the security scanners yourself. Veracode's July 2025 test of over 100 models found 45 percent of generated code samples failed security checks, so assume AI-written code carries that rate until scanned.
  • For a data moat, ask for the curve: model quality against training-data volume. A flat curve is a data asset without a moat.

Why the target being an AI company changes the work

The reason to treat AI targets differently is that the claim itself has become the object of enforcement. In March 2024 the SEC settled with two investment advisers, Delphia and Global Predictions, over statements about their use of AI that the SEC found to be false; the penalties were $225,000 and $175,000, and the SEC's chair described the conduct as "AI washing" [1]. In September 2024 the FTC announced Operation AI Comply, five enforcement actions against companies whose AI claims it said were deceptive, including DoNotPay, which settled for $193,000 over its "AI lawyer" claims [2]. In April 2025 the SEC charged the former chief executive of Nate, Inc., a shopping app that had raised over $42 million on the claim that it completed purchases with AI, when according to the SEC's complaint it relied in large part on contract employees entering orders by hand [3].

Those cases are the stakes for an investor, in two ways. The first is direct: if the claim is false, the company's value is different from what the price assumes. The second is that the investor's own process is now visible. A fund that wrote a cheque on a demo and a deck, into a company later charged with AI washing, will be asked what it checked.

The other thing that changed is the code. A large share of new startup codebases are now written mostly by models. Stack Overflow's 2025 survey of 33,662 developers found 84 percent using or planning to use AI tools, and found that 66 percent named solutions that are "almost right" as their main frustration [4]. That is the maintenance profile an investor is buying: code that runs, passes the happy path, and hides its errors in the places nobody read. The page on diligence on an AI-written codebase is about how to find them.

How it works, step by step

An AI diligence engagement runs inside the general technical diligence timeline described in how to run technical due diligence. The AI-specific work adds these steps.

  1. Write down every AI claim in the deck, the website and the data room. Each one becomes a line in a table with three columns: the claim, the test that would confirm it, and the evidence received. "Our AI reads the contract and extracts the obligations" is a claim. "Processes a contract we supply, live, and we compare the output to a lawyer's read" is the test.
  2. Ask for the artefacts before the meeting. The eval suite and its last ten runs. The model-provider invoices for twelve months. The usage logs that go with them. The list of models and versions in production. The code-generation tools in use and their terms. A security scan from the last quarter, or permission to run one.
  3. Run the claim test in a screen share. Supply the input yourself. Watch the trace. Ask to see the prompt, the retrieval, the tool calls and the model response separately. How to verify an AI claim with a test is the protocol.
  4. Classify the product. Feature, wrapper or something in between. AI feature or AI wrapper gives a decision test that takes an hour.
  5. Read the eval suite. What it covers, what it does not, what the pass gate is, and what happened the last time it failed. The eval suite as a diligence artefact walks through it.
  6. Rebuild the margin. Invoices against revenue, per customer, per month, and per model. Rebuilding inference gross margin from invoices is the worked method.
  7. Stress the model dependency. What breaks on a model retirement, a price rise, a rate limit, or a provider shipping the feature. Model dependency risk covers each.
  8. Write the findings against the claim table. Every claim gets one of three results: confirmed by test, contradicted by test, or untested. Untested is a finding, and the investment committee should see how many there are.

What to check: the engineering read

The engineering read on an AI company has four parts, and this guide gives each one a page.

The codebase itself. Most of the general questions in assessing code quality still apply. What changes is what the signals mean. A repository where one account authored 90 percent of the commits used to indicate a single-developer risk; on an AI-written codebase it may indicate one person driving a coding agent, and the risk is different. Diligence on an AI-written codebase covers what to ask for and what a good answer looks like.

The evals. An eval suite is a set of checks, written from the specification, that the product must pass before a change ships. Eval-driven development explains what one is. For diligence, the suite matters because it is the only artefact that can show whether quality is measured. Anthropic's own guidance to developers is to "prioritize volume over quality" in test cases and to automate grading where possible [5]; a suite that follows that advice has hundreds of cases and a machine-readable pass rate, and both are checkable.

Provenance and licence. AI-generated code raises two questions the general open-source licence diligence does not: whether purely generated code is protectable at all, and whether the generator reproduced licensed code. The US Copyright Office concluded in January 2025 that copyright does not extend to purely AI-generated material and that prompts alone do not provide sufficient control for authorship [6]. Code provenance and licence exposure sets out what that means for a company whose codebase was mostly generated.

Security. Veracode tested over 100 models on coding tasks in four languages in July 2025 and found 45 percent of samples failed security tests; the Java rate was 72 percent, and cross-site scripting defences failed in 86 percent of relevant samples [7]. Those figures are the reason to scan the code rather than read it. Security of AI-written code in diligence lists what to run.

What to check: the money read

The money read has three pages, and the first is the one most deal teams skip.

Inference gross margin. Bessemer's State of AI 2025, published in August 2025, split the fastest-growing AI companies into two groups: "Supernovas" reaching $40 million of year-one revenue at a gross margin Bessemer gives as 25 percent and describes as often negative, and "Shooting Stars" growing more slowly at 60 percent [8]. ICONIQ's July 2026 survey of over 300 software executives reports an average gross margin of 45 percent for 2025, with respondents projecting 53 percent for 2026 and 59 percent for 2027 [9]. Those projections are what the companies hope will happen. The invoices are what has happened. The method on rebuilding inference gross margin uses only the invoices.

Model dependency. Enterprises are already spreading their spend: Menlo Ventures' December 2025 survey put Anthropic at 40 percent of enterprise LLM API spend, OpenAI at 27 percent and Google at 21 percent [10], and a16z's June 2025 survey of 100 CIOs found 37 percent running five or more models in production, up from 29 percent the year before [11]. A startup built on one model is more exposed than its customers are. Model dependency risk works through what a swap or a price change does to the plan.

Data moats. Casado and Lauten's 2019 analysis at a16z argued that "there generally isn't an inherent network effect that comes from merely having more data," that the value of the next unit of data falls while the cost of acquiring it rises, and that a "minimum viable corpus" is enough to start training against and gives no lasting defence [12]. Seven years later, with foundation models trained on most of the public internet, the argument is stronger. Data moat claims gives the tests.

Common mistakes

Treating the demo as the test. A demo is a claim with a user interface. The team chose the inputs, the model, the prompt and the moment. The fix is to supply the input yourself and to watch the trace, which is the whole of the protocol on the claim page.

Accepting blended gross margin. A single company-wide gross margin hides the customers whose usage costs more than they pay. Per-customer margin from the invoices and the usage logs is the only figure that tells you which contracts are subsidised.

Reading AI-written code the way you would read human code. The signals differ. Commit volume, style consistency and comment density are all cheap to produce with a model and tell you nothing. The eval suite, the scanner output and the failing runs are what carry information.

Asking "is there a moat?" instead of "what is the curve?" Every AI company says it has proprietary data. The question that produces a usable answer is how much better the product gets per unit of additional data, and what the same data would cost a competitor.

Forgetting the retirement schedule. Anthropic retired Claude Sonnet 4 and Claude Opus 4 on 15 June 2026 with notice given on 14 April 2026 [13]. A company that pinned a model version and never planned the migration has an unplanned engineering project in its next quarter.

Assuming the AI project will land. RAND's 2024 report, based on interviews with 65 experienced data scientists and engineers, opens with the observation that "by some estimates, more than 80 percent of AI projects fail" [14]. RAND is careful to label that as an estimate, and so should you be, but the direction is clear: the base rate for an AI initiative reaching production is low, and a target's pipeline of "AI features in development" should be discounted accordingly.

What it costs and how long it takes

There is no measured market price for AI-specific diligence. The general technical diligence market gives a range, and every figure below is a vendor's own statement about its own pricing, not a survey.

mev.com states that its technology due diligence services "typically range from $5,000 to $30,000" and gives 2 to 4 weeks as the usual duration [15]. papermark.com's price comparison table gives specialist technology firms at $35,000 to $95,000 per engagement and Big Four technology advisory at $50,000 to $150,000 [16]. Those two sources disagree by a factor of three at the low end, which tells you the market has no standard scope.

The AI-specific work in this guide adds to whichever scope you buy: a claim test, an eval review, a provenance check, a security scan, and a margin rebuild. Each is a day or two of a senior engineer's time given the right access. What technical due diligence costs has the general picture, and technical due diligence scope by stage covers how much of it a seed deal can carry. For AI targets specifically, AI startup diligence red flags by stage says which of these checks matters most at which cheque size.

The management meeting

Everything above produces questions. Questions for the management meeting of an AI startup is the full list, grouped by topic, with what a good answer sounds like after each one. It is deliberately ungated and printable. The question that matters most on it is the simplest: "Show me the last eval run that failed, and what you did about it." A team that can answer it has a quality process. A team that cannot has a hope.

Where this connects to the rest of our work

We build software with AI and hold it to an eval suite written from the specification, so the diligence we run on other people's AI code asks for the same artefacts we produce ourselves: the spec, the suite, the pass gate, the failing runs and the invoices. If the target cannot produce them, we can say what building them would take, which is usually the first line of the post-close plan.

If you want this run for you on a live deal, technical diligence for VC and private equity describes the engagement. If the target is a company you already own, AI adoption in portfolio companies is the page for the year after the cheque. And if you are the founder reading this before a raise, preparing an AI-written codebase for review is the other side of the same checklist.

Explore the guide

Start here

What changes in diligence when the target is an AI company?

Three things change in due diligence when the target is an AI company: the product claim becomes something you can test live and something regulators now enforce, the codebase was probably written mostly by a model so the usual quality signals mean something different, and the cost of goods is a monthly invoice from a model provider that can change its price. Everything else in a technical review stays the same. This page sets out each of the three changes, what it does to the engagement plan, and which page of this guide covers the method for it.

How to verify an AI claim with a test instead of a demo

To verify an AI claim, replace the demo with a test: supply an input the team has never seen, watch the product process it live with the trace visible, and score the output against what the claim said would happen. The test takes an hour in a screen share and needs no code access. It is necessary because a demo shows what the team chose to show, and because the SEC and the FTC now treat a false AI claim as fraud: the SEC fined two advisers a combined $400,000 in March 2024 and charged the former CEO of Nate in April 2025, alleging its app ran on contract workers. This page gives the protocol.

AI feature or AI wrapper: a decision test an investor can run

An AI wrapper is a product whose value is the model's value with a user interface on it, so that a customer with a prompt or the model provider with a feature launch could replace it. An AI feature is a product where the model does one job inside a workflow the company owns, with data, integrations and controls a competitor would have to rebuild. The distinction decides the price, because Foundation Capital's September 2026 analysis says out loud what every wrapper investor fears: the model provider that powers you can turn around and compete with you. This page gives a decision test an investor can run in an hour, using the trace and the invoices rather than the pitch.

The engineering read

Diligence on an AI-written codebase: what to ask for and what a good answer looks like

Diligence on an AI-written codebase asks for six things: the specification the code was generated from, the eval suite and its last failing run, the provenance record of which tool wrote which files, a current security scan, the list of models and versions the product calls, and a walkthrough by the person who directs the agents. It asks for these because the signals a reviewer used to rely on, commit history, style, comment density and test count, are produced by the model at no cost and tell you nothing about who understands the code. This page lists what to ask for and what a good answer looks like for each.

The eval suite as a diligence artefact: ask for the suite, the pass gate, and a failing run

The eval suite is the most useful diligence artefact an AI startup can hand over, because it is the only document that shows whether product quality is measured or asserted. Ask for three things: the suite itself, the pass gate that decides whether a change ships, and one run that failed together with what was done about it. A suite that exists, gates releases and has a history of catching problems tells you the company can say how good its product is. A suite that is all green and has never failed tells you it has never been used. This page is the method for reading one in a diligence session; what an eval suite is lives on the eval-driven development guide.

Code provenance and licence exposure in AI-generated code

Licence exposure in AI-generated code comes down to three questions: whether the generated code can be owned at all, whether the generator reproduced someone else's licensed code, and what the tool provider's terms say about who owns the output. The US Copyright Office concluded in January 2025 that copyright does not extend to purely AI-generated material and that prompts alone do not give a user authorship, which makes the first question real for a codebase that was mostly generated. The second is answered by the generator's own matching logs, and the third by reading the terms. This page gives the check an investor can run and what to record.

Security of AI-written code: what to check in diligence

Security of AI-written code in diligence comes down to two checks: scan the code rather than read it, because Veracode's July 2025 test of over 100 models found 45 percent of generated samples failed security tests, and check the risks that only exist because a model is in the product, which the OWASP Top 10 for LLM Applications lists, starting with prompt injection. The general security review still runs. This page covers what the AI adds: the scan to run on the current commit, the ten model-specific risks to ask about, and what a good answer looks like from a team that has done this work already.

The money read

Rebuilding inference gross margin from model-provider invoices

To rebuild inference gross margin, take three documents for the same twelve months, the model-provider invoices, the usage logs that explain them, and revenue by customer, and compute cost against revenue per customer per month rather than accepting the blended figure in the deck. The benchmarks are wide: Bessemer's August 2025 data puts the fastest-growing AI companies at 25 percent gross margin and often negative against 60 percent for the steadier group, and ICONIQ's July 2026 survey of over 300 executives puts the 2025 average at 45 percent. This page is the worked method, using the providers' published list prices as the unit costs.

Model dependency: what a model swap or a price change does to the plan

Model dependency risk is the exposure an AI startup carries because the model in its product is a supplier's product, which the supplier can retire, reprice, change or compete with. The providers publish their own rules: OpenAI gives at least 6 months' notice before retiring a generally available model and Anthropic at least 60 days, and both retired models in 2026. A price change moves the margin directly, a retirement forces an unplanned migration, and a provider feature launch can replace the product. This page sets out each event, what it does to the plan, and how to test in diligence whether the company could survive it.

Data moat claims: what counts and what does not

A data moat claim counts when the company can show four things: that the next unit of data makes the product measurably better, that a competitor could not get equivalent data at a similar cost, that the company has the rights to use the data the way it does, and that the loop closes, meaning use of the product produces data that improves the product. Most claims fail the first test. a16z's 2019 analysis by Casado and Lauten argued that there is generally no inherent network effect from having more data, that the value of the next unit falls while its cost rises, and that a minimum viable corpus is enough to start training against and gives no lasting defence. This page gives the four tests and the evidence for each.

Common questions

What is AI startup due diligence?

AI startup due diligence is the investigation an investor runs to confirm that an AI company's product does what it claims, that its code can be maintained and transferred, and that its margin survives the model-provider bills. It sits on top of ordinary technical diligence and adds a live claim test, an eval review, a provenance and security check, and a margin rebuild from invoices. The SEC's March 2024 penalties against Delphia and Global Predictions, $400,000 combined, are why the claim test comes first.

How is AI due diligence different from normal technical due diligence?

AI due diligence adds three questions that ordinary technical diligence does not ask: whether the AI claim is true, whether a model-written codebase can be maintained, and whether inference cost leaves any gross margin. Each needs a different method: a live test, an eval review, and an invoice rebuild. The general work in a technical review still applies, and Bessemer's August 2025 finding that the fastest-growing AI companies run at 25 percent gross margin and often negative shows why the third question cannot be skipped.

Can an investor actually test an AI claim during diligence?

Yes, an investor can test an AI claim in a screen share by supplying an input the team has never seen and watching the system process it with the trace visible. The test takes an hour and replaces the demo, which the team chose. It matters because regulators now act on false AI claims: in April 2025 the SEC charged the former CEO of Nate, which had raised over $42 million, alleging the app's purchases were entered by hand by contract employees.

What is the most important document to ask an AI startup for?

The most important document to ask an AI startup for is its eval suite, together with the pass gate and one failing run. An eval suite is the set of checks the product must pass before a change ships, and its existence shows quality is measured rather than asserted. Anthropic's own developer guidance says to prioritise volume of test cases and to automate grading, so a suite that follows that advice has hundreds of machine-graded cases you can read.

What gross margin should an AI startup have?

An AI startup's gross margin depends on how much inference its product uses, and the published benchmarks are wide. ICONIQ's July 2026 survey of over 300 software executives put the 2025 average at 45 percent, with projections of 53 percent for 2026 and 59 percent for 2027. Bessemer's August 2025 data split fast growers into a 25 percent group, often negative, and a 60 percent group. The number that matters in diligence is the one you rebuild from the target's own invoices.

Why does model dependency matter to an investor?

Model dependency matters to an investor because the model is a supplier that can change its price, retire the version in production, or ship the startup's product itself. Anthropic gives at least 60 days' notice before retiring a model and retired Claude Sonnet 4 and Opus 4 on 15 June 2026; OpenAI gives at least 6 months for generally available models. A plan that assumes one model at one price for three years is a plan with a supplier risk nobody priced.

How do you know if an AI startup is just a wrapper?

You know an AI startup is a wrapper by asking what the product is without the model and whether a customer could rebuild it with a prompt. If the answer is a prompt and a user interface, the company sells distribution, and the model provider can sell the same thing. Foundation Capital's September 2026 piece on model providers moving into applications puts it plainly: the provider that powers you can turn around and compete with you. The decision test on the wrapper page takes an hour.

Is AI-generated code a problem in due diligence?

AI-generated code is a diligence problem when nobody can show what checks it passed. Veracode's July 2025 test of over 100 models found 45 percent of generated code samples failed security tests, with Java at 72 percent, so the code should be scanned rather than read. The US Copyright Office concluded in January 2025 that purely AI-generated material is not protected by copyright, which raises a provenance question for any codebase that was mostly generated.

Does a data moat claim hold up in AI diligence?

A data moat claim holds up only when the target can show that more data makes the product measurably better and that a competitor cannot get equivalent data at a similar cost. a16z's 2019 analysis by Casado and Lauten argued that there is generally no inherent network effect from having more data, that the value of the next unit falls while its cost rises, and that a minimum viable corpus is enough to start training against and gives no lasting defence. Ask for the quality-against-data curve.

What are the red flags in AI startup due diligence?

The red flags in AI startup due diligence are stage-specific: at pre-seed, an AI claim with no test behind it; at seed and Series A, a gross margin nobody has rebuilt from invoices and a single pinned model with no migration plan; at growth, a codebase that cannot be handed over and an eval suite that has never failed. The FTC's September 2024 Operation AI Comply, five cases in one announcement, shows how cheaply an unverified claim can turn into an enforcement action.

How long does AI startup due diligence take?

AI startup due diligence adds a few days of senior engineering time to a general technical review, given access to the eval suite, the invoices and the code. mev.com states that its technology due diligence usually takes 2 to 4 weeks, and that is its own figure for its own service. The AI-specific parts, a claim test, an eval review, a provenance and security scan and a margin rebuild, fit inside that window if the artefacts arrive before the management meeting.

What does AI startup due diligence cost?

There is no measured market price for AI-specific diligence, and general technical diligence pricing is vendor-stated and wide. mev.com states its own services range from $5,000 to $30,000; papermark.com's comparison table gives specialist technology firms at $35,000 to $95,000 and Big Four advisory at $50,000 to $150,000, updated August 2026. The AI-specific work adds a claim test, an eval review, a scan and a margin rebuild to whichever scope is bought.