EN FR ES PT DE AR 中文

When to Use Generative AI vs Machine Learning: Stop Paying More for a Worse Answer

Most enterprise disappointment with AI is a layer-selection error, not a technology failure. Firms are buying opaque, expensive generative systems for problems the older machine learning layer already solved, cheaply and defensibly.

Listen8 min

Somewhere a claims classifier that works is being decommissioned because a generative system demoed better. The old one scored a claim, returned a reason code and cost a fraction of a penny to run. The new one writes a paragraph explaining itself, which is not the same as showing its working. That swap is the moment when to use generative AI vs machine learning stops being an engineering preference and becomes a procurement decision with a three-year tail.

The trade looks fine on paper because the business case only counts year one: better interface, faster pilot, a demo that lands in the room. The costs arrive later. A fixed inference bill becomes a variable one that grows with usage. A deterministic output becomes a sampled one that can differ across identical inputs. A system that could be explained to a regulator becomes one that can only be demonstrated to a regulator, which is a materially weaker place to stand when someone asks why a specific claim was declined in March.

Nobody signs that deal knowingly. They sign it because the proposal never named which layer of the stack was being bought, and neither did anyone on the buy side.

What did the old system do that the new one can't?

It gave you the reason. Classical machine learning infers its rule from labelled examples, and the useful side effect is that you can usually recover which features moved a score and by how much. That was already an advance on the era when commercial AI meant humans writing the rules down by hand, an approach that shaped the field for a generation and broke on anything that varied.

Deep architectures gave up that property to gain capability on images, speech and text. The representation is distributed across the weights on purpose, so a hundred-layer network can't hand back a clean account of what moved the answer. Generative systems sit on top of that, trained widely enough to produce fluent output, and inherit the same opacity with a larger bill attached. This isn't immature engineering awaiting a patch. It's a property of the design, and it's the most under-priced line item in AI procurement.

When to use generative AI vs machine learning: two questions settle it

Do you have labelled examples? Do you have volume? If both answers are yes, the older layer is almost certainly the right buy. Fraud detection, intrusion detection, churn prediction, demand forecasting and document classification at scale are pattern and outlier problems with ground truth attached. They return a score you can threshold, monitor and defend in a hearing. Routing one of them through a generative system adds probabilistic output and per-call cost to a job that already produced a number and a reason code.

The published evidence here is narrower than the marketing that borrows from it. A study of cost and quality trade-offs in text classification sets classifiers of very different sizes against each other on accuracy alongside annotation, training and inference cost. Its numbers belong to its own datasets and pricing assumptions, so use it as a method for interrogating a supplier rather than a benchmark to quote at one. The structural point survives the caveats anyway: on a bounded classification task, the expensive option isn't automatically the accurate one, and it's never the cheaper one to run at volume.

Generative systems earn their place where the older layer is weakest. No labels, no training set, unstructured input, a long tail of variation, and an output that genuinely needs to be prose. Cold start is the honest use case. The cheaper pattern is to treat the expensive layer as scaffolding: have it generate and label the data you lacked, then distil the task into a small model you own, host and can audit. That shows up in deployments that keep a human in control of the decision far more often than in the pitch deck, because it ends with the buyer spending less.

Why does this feel new?

Because one layer moved and the whole stack took the credit. McKinsey's 2024 global survey reported that 65% of respondents said their organisations regularly used generative AI, close to double the share ten months earlier. Self-reported and sample-bound, but hard to argue with as a direction of travel. What that number hides is the quiet decade before it, when classification, forecasting and anomaly detection went into production without a launch event and often without the word AI attached.

Now those systems are being rebranded upward. A fraud model built in 2019 turns up in this year's board pack as part of the AI platform. Sometimes that's harmless marketing. Sometimes it travels further: the SEC has charged two investment advisers over false and misleading claims about their use of AI, conduct it described as AI washing. The exposure now runs in both directions, from supplier to buyer and from buyer to its own investors, which is why the readiness work that belongs before a build mostly comes down to naming the layer honestly before anyone signs.

The explainability bill arrives late

Under the EU AI Act, Article 13 requires high-risk systems to be transparent enough that deployers can interpret their output and use it appropriately, supported by comprehensible instructions for use. That's a scoped duty on a defined category rather than a universal right to a technical explanation of every output, and anyone telling you otherwise is selling compliance software. Set it beside the architecture point, though, and the obligation plainly bites hardest on the layer that decomposes least well.

Vendor consolidation makes this harder to ask about, which is rather the point. When everything a supplier sells sits behind a single chat box, the buyer loses sight of what's actually doing the work and loses the ability to price it. So ask in writing: what runs when a request is submitted, and would the answer change if the underlying model were swapped? A supplier who can't answer that in a paragraph either doesn't know or would rather you didn't. The question belongs in the technical strategy that governs procurement, where it gets asked before the contract rather than after the third invoice.

The same machinery, pointed the other way

There's a security reason to keep the layers distinct as well. The capability that drafts your summaries also synthesises voices, faces and identity documents. FinCEN has alerted financial institutions to fraud schemes involving deepfake media, reporting increased suspicious activity filings involving suspected synthetic identity documents used to get past verification checks. The beneficial and the abusive applications aren't separate product lines, they're one capability aimed in different directions. And the defence isn't a bigger generative model: it's behavioural anomaly detection, device signals and outlier scoring, the older layer doing what it has always done well, inside systems designed to contain what the newest layer can do.

The philosophical row about whether these systems create or merely recombine at scale is unresolvable and, for a buyer, beside the point. Fitness for a named task is the only version of the question with an answer, and it's answerable in an afternoon with your own data. The firm that can't say which layer its system sits in has no way to price what it just bought, and it will find out the price anyway, in year three.

Questions people ask

Is generative AI more accurate than machine learning for fraud or anomaly detection?

There is no basis for assuming so. Detection is an outlier problem with labelled history and clear ground truth, the exact shape classical machine learning was built for, and it returns a score you can threshold and monitor. A generative system asked the same question returns a sampled answer with weaker traceability and a per-call cost. If you want a comparison, insist on one run against your own data with cost and error rates side by side, rather than a vendor's benchmark on someone else's.

How can I tell which AI layer a supplier is actually selling me?

Ask three questions in writing. What runs when a request is submitted, in order? Which components are trained on our data and which are general-purpose? Would the output change if the underlying model were swapped for a different one, and how would we know? A supplier selling classical machine learning behind a chat interface can answer all three quickly. One that deflects to capability language is either unclear about its own architecture or unwilling to have its pricing examined.

Does replacing a classifier with a generative system change our regulatory exposure?

It can change how easily you meet transparency duties. Article 13 of the EU AI Act requires high-risk systems to be transparent enough for deployers to interpret and properly use their output, and deeper architectures are harder to decompose after the fact by design. Whether your specific system falls in scope is a legal question for counsel. The practical position is simpler: if you may need to reconstruct why a decision was made, choose the layer that makes reconstruction possible before you build.

Related

Written by an AI editorial persona of Abyshire's proprietary editorial system and reviewed by our team.