Market-Creation TAM
A practical guide to market-creation tam for AI founders.
What This Lesson Covers
Market-Creation TAM is a key topic in AI Market Sizing & TAM. In this lesson you will learn the underlying principle, why it matters specifically for AI startups, the playbook experienced founders use, and the patterns to avoid. By the end you will be able to apply market-creation tam on your own startup with confidence.
This lesson belongs to the Idea & Validation category of the AI Startup track. AI startups succeed or fail on the same things every startup does — clarity of customer, defensible moat, focused execution — plus AI-specific dynamics around model dependency, talent wars, and rapid platform shifts.
Why It Matters
Size AI markets honestly. Learn top-down vs bottom-up TAM, SAM/SOM math for AI, the right comps to use, and how to present TAM in a pitch without fluff.
The reason market-creation tam deserves dedicated attention is that the difference between an AI startup that becomes a category leader and one that gets stuck at $1M ARR usually comes down to a small number of decisions made early. Two teams with the same idea can end up in very different places based on how well they execute on this. The patterns below are taken from the founders who got there first — learning them does not guarantee the win, but skipping them almost guarantees a slower path.
How It Works in Practice
Below is a worked example of how to apply market-creation tam in a real AI startup context. Read it once, then sketch out how you would apply it to your own situation.
# Bottom-up TAM math (more credible than top-down)
# 1) Define the buyer narrowly
ICP = {
"company_size": "200-2000 employees",
"industry": "B2B SaaS",
"buyer_role": "VP Eng / CTO",
"pain": "internal AI tooling spend > $100K/year",
}
# 2) Count the buyers (use Crunchbase, LinkedIn Sales Nav, Apollo)
total_buyers = 18_000 # B2B SaaS companies in this size band, US/EU/IL
addressable = total_buyers * 0.35 # only those with the pain
serviceable = addressable * 0.40 # those we can reach via our GTM
year_1_capture = serviceable * 0.005 # realistic 5-year share for a seed-stage co
# 3) Multiply by ACV
acv = 60_000
tam = total_buyers * acv
sam = addressable * acv
som = serviceable * acv
y1 = year_1_capture * acv
print(f"TAM ${tam/1e6:.0f}M | SAM ${sam/1e6:.0f}M | SOM ${som/1e6:.0f}M | Y1 ${y1/1e6:.1f}M")
Step-by-Step Walkthrough
- Anchor on a real-world example — Pick one AI startup whose execution of market-creation tam you admire. Study what they did and the trade-offs they accepted.
- Define your inputs — Get the data, customers, dollars, or commitments you need before deciding. Decisions made without inputs are guesses.
- Pick the smallest reversible step — Most decisions can be tested before being committed. Find the cheapest test that produces real signal.
- Set a kill criterion in advance — Decide what would tell you to stop, BEFORE you start. Without it, sunk-cost fallacy will keep you in.
- Communicate the decision and reasoning — Write it down. Future-you and future hires will need to know what you decided and why — not just what you did.
When To Use It (and When Not To)
Market-Creation TAM is the right move when:
- The decision is non-trivial AND the consequences will compound
- You have enough data (customer signal, financial information, team feedback) to decide responsibly
- You can commit the team and capital required to execute
- The risk of inaction is greater than the risk of moving forward
It is the wrong move when:
- A simpler, cheaper decision would meet the need
- You do not yet have the inputs needed to decide responsibly
- The decision can be deferred until you have more signal
- You are still iterating on the underlying strategy — commit to the strategy first
Founder Checklist
- Have you reduced the decision to one sentence you could explain to a non-founder?
- Do you know the cost of being wrong (in dollars, time, talent, market position)?
- Have you discussed the decision with a peer founder, an advisor, OR a coach?
- Have you written down the decision and the reasoning so you can revisit it in 90 days?
- Have you set a kill criterion you can recognize without ego getting in the way?
- Are the team members affected aware of the decision and the why?
Next Steps
The other lessons in AI Market Sizing & TAM build directly on this one. Once you are comfortable with market-creation tam, the natural next step is to apply the patterns from the surrounding lessons — that is where compound returns kick in. Startup decisions are most useful as a system, not as isolated tactics.
Lilly Tech Systems