Is My Startup an AI Wrapper? 7 Honest Signs
An AI wrapper is a startup whose core value is one model call with a UI around it. It's a fine place to start as a wedge, but dangerous to stay once the platform ships your feature. The fix for each sign is to add something the model can't type for you, usually a data loop, a distribution wedge, or going where being wrong is expensive.

Short answer: you probably are one, at least a little, and that's fine for now. An AI wrapper is a startup whose core value is basically one model call with a nicer interface bolted on, and most founders shipping AI products right now are sitting on top of one whether they admit it or not. The word gets thrown around as an insult, but it's really a diagnosis, and diagnoses come with a fix. A wrapper is a fine place to start. It's a terrible place to get comfortable. The danger was never being a wrapper, it was staying one until OpenAI or Anthropic ships your whole feature at their next demo.
I sort this with something I call the Moat Line. Below it, the thing that makes you valuable can be typed into existence by the model or by a competent person with an afternoon; above it, it can't, and wrappers live below. The seven signs are different angles on that one question, each with the move that climbs a rung.
You'd be dead by Friday if you lost your API key
Picture OpenAI suspending your account tonight. If the answer is "we're done," the model was never a feature of your company, it was the company. You're a reseller with extra steps, and your supplier can change your margins or your reason to exist with a changelog entry. If losing your API key would also lose your company, you didn't build a product, you rented one. The climb is to own something that survives the outage, usually data the model doesn't have or a workflow the customer has wired so deep into their week that ripping you out means rewiring their process.
Your demo is one prompt wearing a nicer UI
User types a thing, you send it to a model with a system prompt in front, the model answers, you render it in a box with your logo on it. The whole product fits in a screenshot. The nice UI is the part a competitor rebuilds in a weekend, and the prompt behind it is the part anyone reconstructs the first time they use your tool. To climb, put something between the input and the answer that isn't a single call: chain steps that hold state, pull in the customer's own data, check the model against a source of truth you maintain. The goal is for a screenshot to stop being enough.
A decent dev rebuilds your core in a weekend
Be honest. If a competent builder sat down with Cursor or Claude Code on a Saturday, would your main feature work by Sunday night? For a lot of AI products the answer is yes, and the founders know it, which is why they get prickly when you ask. This is the sign people defend with "but mine handles the edge cases," and it doesn't save you, because the next person's Claude Code handles them too. The climb is to find the thing that took time instead of skill: relationships, a dataset you spent a year cleaning, permission to sit inside a regulated workflow nobody hands a stranger. Pile up what a weekend can't reproduce.
Your whole moat is that you shipped first
First-mover gets talked about like a moat. It's a head start with a stopwatch running. Being early buys you users and learning, but none of that stops the second mover from showing up with a better build and your playbook in hand, and in AI it buys you less time than almost anywhere, because the cost to copy keeps falling. The Samwer brothers cloned other people's software in weeks for years; now a solo builder does it over a long weekend. The move is to spend the lead while you still have it, gathering data or locking in integrations or building the audience that compounds on its own.
You can't name what compounds as customers pile up
What gets better, structurally, every time a new customer uses you? Not "we learn a lot," I mean what asset thickens. If you go quiet for ten seconds trying to answer, that's the sign, because compounding is what separates a business that gets harder to beat over time from one that's just as easy to copy on customer one thousand as it was on customer one. To climb, design one loop on purpose: a model you fine-tune on usage, a benchmark dataset, a network where each new user makes the thing more valuable for everyone else.
The model's next version is already on your kill list
Make a quiet list of the features that go obsolete the day the next model drops. A longer context window kills your chunking workaround. Better reasoning kills your prompt-chaining trick. Native tool use kills your integration glue. If that list is most of your product, then the platform you depend on is really your competitor, and a faster one. Whatever workaround you shipped to cover the model's current weakness has a shelf life, and that shelf life is "until they fix it," which they will. The climb is to build things that get better when the model improves instead of redundant. Be the company that cheers the next release instead of dreading it.
You ask ChatGPT to do your product's job and it just does it
The most uncomfortable test, so save it for last. Open ChatGPT or Claude, describe what your product does, ask it to do that exact thing, and watch. If it produces something close to your output with no special access, your customers are one realization away from cancelling. If the raw model already does 80% of the job for free, you're selling the 20% of polish on top, which gets thinner every time the base model improves. To climb, get access the bare model doesn't have: private data, a live system it can't touch, a regulated context where being wrong is expensive enough that nobody trusts a chatbot with it. The model answers the general question; it can't be inside your customer's specific situation unless you put it there.
The 7 AI wrapper signs and their fixes, in one place
| Sign you're a wrapper | The move that climbs off it |
|---|---|
| Lost API key kills the company | Own data or a workflow that survives the outage |
| Demo is one prompt in a nice UI | Add steps with state between input and answer |
| A dev rebuilds it in a weekend | Pile up what took time, not skill |
| Your moat is shipping first | Spend the lead on something that compounds |
| Nothing compounds with scale | Design one data or network loop on purpose |
| Next model kills your features | Build what improves when the model improves |
| ChatGPT does your job for free | Go where the model has no access |
If you only keep three questions, keep these:
- Could I lose access to the model tomorrow and survive?
- Does anything about my product get harder to copy as I grow?
- When the next model ships, am I excited or scared?
Two yeses and an "excited" means you've got a wedge with a path above the line. Otherwise you're a wrapper, and now you know which way is up. For the verdict on your specific idea, run it through the tool on the homepage.
Common questions
Is being an AI wrapper bad?
No, starting as one is normal and often smart. Almost every AI company begins below the Moat Line, because a wrapper is the fastest way to find out whether anyone wants the thing before you sink a year into building something defensible. The studio I run has shipped wrappers, charged for them, and slept fine. What gets you killed is staying one long enough for the platform to ship your feature for free, so treat it as a wedge with a deadline.
How do I turn my wrapper into a real company?
Add the one thing the model can't type for you, and there are only a few of those. Build a data loop so the product compounds as customers use it, own a distribution channel the platform can't reach around, or plant yourself somewhere being wrong is expensive enough that nobody trusts a raw model with the job. Pick the one that fits your unfair advantage and point everything at it. The wrapper funds the climb; it isn't the summit.
What's an example of an AI wrapper that failed?
Jasper is the one everyone points to, and it's fair. Jasper built a slick interface for AI copywriting on top of GPT-3, raised at a 1.5 billion dollar valuation in 2022, and looked unstoppable for about a year. Then GPT-4 and ChatGPT shipped the same core capability to everyone for next to nothing, the gap between Jasper and the raw model nearly closed overnight, and the company had to cut its internal valuation and scramble to add the workflow and team features it should have built while it was ahead. Wrappers die when they spend the head start on growth instead of on a moat.
lines worth stealing