# Every Amazon SaaS claims to use AI

> Source: <https://clarisix.com/blog/on-the-ai-claim>
> Published: 2026-07-30 09:29:38+00:00

[← All posts](/blog)

# On the AI Claim

TL;DR

Every tool in the Amazon SaaS ecosystem claims to use AI, but almost none train the models they say they trained. Under the word sit three very different layers — rule-based logic, real machine learning, and LLM APIs called at inference time — and most 'trained on Amazon data' claims are prompt engineering plus retrieval. This is legitimate work; it just isn't what the marketing describes.

*Why almost no SaaS is training the models they say they trained.*

Every tool in the Amazon SaaS ecosystem claims to use AI. Every listing optimizer, every advertising platform, every analytics dashboard, every review manager. The word appears on every landing page for the same reason: it converts.

Almost none of them are doing what the claim implies.

This is not an accusation of malice. It is a vocabulary problem that has scaled to industry-wide confusion. At some point, "AI" stopped meaning a specific class of technology and started meaning "software that does something automatically." That transition happened without anyone announcing it, and the confusion it created is now everywhere on marketing pages.

A note on where this critique comes from. It is written by someone with a PhD in Statistics whose research focus was machine learning. Not offered as credential but as context: the complaint here is not about which technologies these tools use. Any of the three layers described below can produce excellent products. The complaint is that many of them describe themselves in language that does not match what they are doing underneath.

The specific phrase that gives the shortcut away is usually some version of "our AI is trained on Amazon data" or "our model learns your business over time." Both claims can be technically true. In the specific SaaS you are evaluating, they almost always are not.

This piece is about what those phrases actually mean under the hood, why the distinction matters, and how to tell the difference from the outside.

## The three layers under the AI word

When a SaaS product says it has "AI," it is almost always doing one of three things. These are technically very different and produce very different results.

**Layer one: rule-based systems.** If ACoS exceeds 30 percent for seven days, decrease the bid by 10 percent. If inventory drops below three weeks of coverage, send an alert. These are business rules. Deterministic, hand-coded, no learning of any kind. They can be sophisticated. Some rule sets contain thousands of conditions and produce useful behavior. But they are not AI in any meaningful technical sense. They are logic. Calling them AI is like calling a spreadsheet an intelligent tool because it recalculates when you change a cell.

**Layer two: traditional machine learning.** Statistical models trained on data to predict outcomes: sales forecasting, demand prediction, anomaly detection, classification, recommendation. This is real ML. It requires training data, feature engineering, model architecture, evaluation against a test set, and ongoing retraining as data drifts. Building it well requires a team with actual ML skills. Most SaaS companies do not have that team. Some do. The ones that do rarely brag about it in the "AI features" style, because "ML" has become less marketable than "AI," which is a linguistic tragedy of its own.

**Layer three: large language models accessed through an API.** GPT, Claude, Gemini, and similar models are called by the SaaS at inference time. The SaaS does not train these models. Anthropic, OpenAI, and Google train them. The SaaS writes prompts, sometimes complex ones, and calls the API when the user takes an action. This is what most "AI features" in SaaS actually are in 2026. It is legitimate engineering and can produce excellent results, but it is not model training. It is prompt engineering, plus tool use, plus a bill from OpenAI.

Almost every "AI-powered" claim in the Amazon seller ecosystem is Layer 1, Layer 3, or a combination of both. Layer 2 exists but is rare. Model training, in the sense a technical person would recognize, is rarer still.

## The claim to watch for

The specific phrase that reveals the marketing shortcut is "trained on Amazon data" or "trained on your business."

In honest technical usage, "trained" means the SaaS took a base model (usually an open-source model like Llama or Mistral, or occasionally a fine-tunable variant of a closed model) and ran additional training on their own dataset to change the model's weights. This is expensive, requires real expertise, produces a durable artifact, and is uncommon in mid-market SaaS.

In common marketing usage, "trained" means one of these things.

The SaaS wrote system prompts that describe Amazon in detail. The base model was not modified. Anyone with an API key can do this in an afternoon.

The SaaS built a retrieval system that fetches relevant historical data and passes it to the model at query time. This is called RAG, or retrieval-augmented generation, and it is genuinely useful. It is also not training. The model does not learn anything permanent. It just gets fresh context each time it is called, and forgets everything the moment the request ends.

The SaaS has a feedback mechanism (in the best case) where users rate outputs and those ratings influence future prompts or few-shot examples. This can be valuable. It is also not training in any technical sense.

The difference between these and actual training matters because trained models produce durable improvements. Prompt-based systems do not. If a competitor writes a slightly better prompt tomorrow, they match the "trained on Amazon" tool overnight. If a real trained model exists, it takes months and significant resources to replicate.

What most "AI-powered" SaaS actually has is a skills harness: a wrapper around an LLM API with careful prompting, retrieval, and tool use. This is not a criticism. It is often the right architecture. It is just not what the marketing page describes.

## Why this matters

The vocabulary problem is not academic. It creates three real problems for buyers.

First, buyers cannot compare products. If every tool claims "AI," and one of them is a rule engine with GPT pasted on top, and another is an actual ML platform with domain-specific forecasting models, the buyer has no signal to distinguish them. They both look identical on the pricing page. Purchase decisions get made on brand recognition, sales aggressiveness, and price, because the technical layer has been made illegible.

Second, buyers cannot predict how the tool will behave outside the demo. A rule-based system will fail predictably in situations the rules did not anticipate. An LLM-based system will fail unpredictably, sometimes in ways that look confident but are wrong. A real ML system will have known failure modes measurable against test data. Understanding which layer the tool operates on tells you what kind of failures to expect. Not understanding leaves you surprised when things go wrong in production.

Third, buyers cannot evaluate durability. A wrapper around an LLM API is not defensible. Anyone can build one. If the entire value of the tool is "we prompt-engineered GPT to talk about Amazon," that value is fragile. When the next base model arrives, or when a competitor writes a better prompt, or when the API provider raises prices, the tool's advantages disappear. Buyers paying premium prices for what is essentially a prompt should know that is what they are paying for.

None of these problems get solved by more marketing. They get solved by more honesty.

## The honest version of the claim

There is a version of this that respects the buyer's intelligence. It sounds something like this.

We use large language models, specifically Claude and GPT, to answer questions about your Amazon business. We do not train these models. We have built a careful prompt system and a retrieval layer that pulls relevant data from your account into each query. The models are as capable as their underlying architecture, and we improve results by improving how we structure the questions and context we send them.

That paragraph is boring. It is also true. And a buyer reading it knows exactly what they are getting and can evaluate accordingly.

Compare it to the marketing version: "Our proprietary AI has been trained on billions of Amazon data points to deliver insights no other tool can match."

The second version sells better. The first version is what is actually happening. The gap between the two is where buyer trust dies, slowly, over the first six months of use.

## What we believe

A few positions.

The word AI has been genericized to the point of uselessness in SaaS marketing. It now means "software that does something automatically" and is used by everyone, regardless of what is underneath.

Almost no small or mid-market SaaS trains its own foundation models. Doing so requires ML expertise, infrastructure, and datasets most companies do not have. This is fine. Building on top of frontier models is a legitimate architecture. Claiming otherwise is not.

The three layers matter to buyers. Rule-based systems, real ML, and LLM API wrappers are different products with different characteristics, different failure modes, and different long-term defensibility. Buyers deserve to know which they are getting.

Most "trained on your data" claims in the Amazon SaaS space are prompt engineering plus retrieval. This can be excellent work. It should be described accurately.

Skills harnesses, when done well, are legitimate engineering. The problem is not the architecture. The problem is describing the architecture as something it is not.

The tools that will earn long-term trust in this space are the ones that describe themselves accurately. Not the loudest ones.

## Why this matters for you

If you are a buyer evaluating Amazon SaaS with "AI features," the useful question is not "does it have AI?" The useful questions are:

Is the intelligence rule-based, ML-based, or LLM-based? Ask directly. A tool that cannot answer clearly is telling you something.

Does the tool train its own models, or does it call an API? If the latter, what happens to your data, and what is the tool actually doing that a competitor with API access could not replicate in three months?

What happens when the tool is wrong? A rule engine fails when the rules do not apply. An LLM fails unpredictably. A real ML model has measurable failure rates on known test data. Ask which failure profile you are buying.

If you are a builder shipping "AI features," the useful question is what you are actually doing under the hood, and whether you are willing to describe it accurately. Prompt engineering plus RAG is honest work. Sell it as prompt engineering plus RAG. If you have real ML, sell that. If you have a rule engine, sell the rules. All of these can be valuable products. None of them is well served by borrowing the vocabulary of the others.

— Claudiu Clement Co-Founder & CEO, Clarisix. PhD in Statistics, research focus on machine learning.

Want this kind of clarity for your Amazon business?

Request access to the Clarisix private beta and lock in founding pricing for life.

[Request access →](/#request-access)
