passcut

Choosing tools

Which AI model should run your automation?

Last updated: 14 July 2026

You are about to pay someone to automate a piece of your business, and the first question everyone hands you is which AI model to use. Claude or GPT? Gemini? One of the open models like Llama or DeepSeek that people say you can run yourself? The question feels like it should have a clean answer, the way choosing a truck or a laptop does. So you read a few comparison posts, see a leaderboard where one model is ahead by a point or two this month, and try to reverse a business decision out of a number that will change by the next release.

Here is the more useful way to look at it. For the large majority of business tasks, the top models are close enough that the brand on the box is not what decides whether your automation works. What decides it is the system built around the model: how the right information gets pulled in, how the output gets checked before anyone acts on it, where a human signs off, and how the whole thing is watched once it is live. A weaker model inside a careful system beats a stronger model wired up carelessly, most days of the week.

That does not mean the model is irrelevant. It means the choice is smaller and more technical than the marketing implies, and it should be made per task, kept written down, and kept swappable. This piece walks through how to think about it: where the leading models really stand in 2026, why leaderboards mislead for your work, the few jobs where a stronger model genuinely earns its keep, what running one actually costs at small-business volume, and how we pick a model for each step of a workflow.

The short version

  • For most business tasks the leading models (Claude, GPT, Gemini) are close enough that the brand is not the thing deciding whether your automation works.
  • Reliability comes from the pipeline around the model: retrieval, validation, human approval, and monitoring. Industry analysis in 2026 finds that when a RAG system fails, the failure is in retrieval about 73% of the time, not in the model.
  • Choose a model per task, and use the smallest model that clears the accuracy bar for that step. Reports in 2026 suggest 40 to 70 percent of enterprise AI tasks run fine on small models.
  • Leaderboard benchmarks mislead for real work: many are contaminated, the same model can score 10 to 20 points apart depending on the test harness, and the top few are often within statistical noise.
  • A stronger model earns its price on genuinely hard multi-step reasoning. For simple, repeated steps it is wasted money.
  • Keep the model choice documented and swappable so there is no lock-in. API prices fell roughly 80 percent from early 2025 to early 2026, so today's best value will not be next year's.

The leading models are close enough for most business work

Walk into 2026 expecting a clear winner and you will not find one. The frontier is crowded: Anthropic's Claude, OpenAI's GPT, and Google's Gemini all sit within a few points of each other on most composite rankings, with xAI's Grok and open models like DeepSeek close behind on many tasks. The pattern that comparison sites keep reporting is specialization, not dominance. One model writes the most natural prose, another is the strongest all-rounder with the deepest ecosystem, a third leads on certain reasoning tests, and the ordering reshuffles with every release. None of them wins everything.

For the work most small businesses actually automate (reading an email and pulling out the order details, drafting a reply from a support article, categorizing an invoice, summarizing a call, checking one document against another) all of the leading models clear that bar comfortably. The differences that show up on a benchmark shrink to almost nothing on a task this concrete. When someone tells you their automation succeeds or fails because of the model brand, they are usually pointing at the wrong part of the machine.

Reliability comes from the system, not the brand

Here is the thing most buyers get wrong. When an automation gives a bad answer, the reflex is to blame the model and reach for a bigger one. But the model is rarely where the failure lives. Take retrieval-augmented generation, the standard pattern where the system fetches relevant information (your policies, your records, the right document) and hands it to the model to answer from. Industry analysis through 2026 consistently finds that when one of these systems fails, the failure is in retrieval, not in generation, roughly three quarters of the time. One 2026 breakdown put it at 73 percent. If the passage that actually answers the question is never fetched, no model, however capable, can answer correctly.

This is why the parts around the model matter more than the model. A reliable automation is a pipeline: pull in the right context, run the model, validate the output against rules you can state plainly (is this a real invoice number, does this date parse, is this amount within range), route anything sensitive to a human for approval, then log every action and watch the whole thing for drift. The enterprise numbers are sobering on this point. One widely cited figure put the first-year failure rate of enterprise RAG projects around 72 percent in 2025, and the post-mortems rarely blame the model. They blame chunking, missing context, no validation, and nobody watching. Get the pipeline right and a mid-tier model is plenty. Get it wrong and the best model on the market still ships mistakes.

Choose the model per task, not per project

The single most useful shift is to stop asking which model should run my automation and start asking which model should run this step. A real workflow is not one call to an AI. It is a chain: classify the incoming message, extract structured fields, decide the next action, draft a response, check the draft. Those steps have wildly different difficulty. Classifying an email into one of five buckets is trivial. Reasoning across three documents to decide whether a claim is valid is not. Handing both to the same expensive frontier model is like hiring a senior specialist to also answer the phones.

Picking per step lets you spend capability where it is needed and save it everywhere else. The routing pattern that mature setups use in 2026 is exactly this: send the simple, high-volume, predictable steps to a small fast model, and escalate only the genuinely hard or ambiguous steps to a frontier model held in reserve. It costs a little more design work up front and it pays for itself every day the workflow runs.

Use the smallest model that clears the accuracy bar

The instinct to always reach for the strongest model is expensive and often wrong. On narrow, well-defined tasks, small models have become genuinely good. Reports across 2026 estimate that somewhere between 40 and 70 percent of typical enterprise AI tasks run fine on small models (roughly sub-10-billion-parameter systems). In one cited test on a simple classification task, a very small model reached about 91.7 percent accuracy while a much larger 72-billion-parameter model scored 88.6 percent. Treat that specific pairing as directional, not a law of nature, but the direction is real: for the right narrow task, small can match or beat big, cheaper and faster.

  • Simple classification, tagging, and routing: a small model usually clears the bar. Frontier capability is wasted here.
  • Field extraction from a known document type: small to mid-tier, with validation rules catching the edge cases.
  • Drafting from a source you provide: mid-tier is comfortable, since the hard part is retrieval, not writing.
  • Open-ended reasoning across several documents or a long chain of dependent decisions: this is where a frontier model earns its price.
  • The rule of thumb: start smaller than feels safe, measure against your real data, and step up only when the numbers make you.

Why leaderboards mislead for your work

Benchmark scores are the least reliable thing on a leaderboard, and it is worth understanding why before you let one drive a decision. The first problem is contamination. Public benchmarks (the well-known ones for knowledge, coding, and math) have leaked into training data at scale, which inflates scores by single to double digits on the affected tests. Some of that is accidental web scraping. Some of it is developers teaching to the test on purpose. Either way, a high score can measure memorization rather than reasoning.

The second problem is fragility. Analysis in 2026 found that identical model weights can score 10 to 20 percentage points apart depending purely on the evaluation harness, the prompt format, and the scoring rules. The third is saturation: at the top, the leading models are often separated by less than the noise in the measurement, so this month's number one is a coin flip away from third. None of this tells you how a model handles your invoices, your customers, or your tone. The only benchmark that predicts production performance is a test set drawn from your own real inputs, labeled by someone who knows the work. That is immune to contamination by definition, because nobody trained on it.

The few cases where a stronger model genuinely matters

None of this means frontier models are a waste. There is a real and stubborn gap on hard, multi-step reasoning: work where the system has to plan, hold several facts in mind at once, use tools, notice its own mistakes, and carry a chain of dependent decisions to the end without drifting. Financial modeling, legal analysis, tangled troubleshooting, and long agentic tasks that string together many tool calls are where the strongest models pull clearly ahead, and where a cheaper model will quietly produce something that looks right and is wrong.

The honest framing is proportion. A small share of the steps in a typical business workflow need that depth. The rest do not. So the frontier model is not the default engine of your automation, it is the specialist you call in for the hard remainder. Paying frontier prices on every step to cover the 10 percent that need it is the most common way these projects waste money without buying reliability.

Keep the choice documented and swappable, so there is no lock-in

Whatever you pick today will not be the best value for long. API prices fell roughly 80 percent between early 2025 and early 2026, and new models arrive on a cadence measured in months. If your automation is welded to one provider's specific API, every one of those improvements becomes a rebuild instead of a config change. The fix is boring and effective: put a thin abstraction layer between your workflow and the model, so switching providers is a one-line change, not an infrastructure project. Tools like OpenRouter and the open-source LiteLLM exist precisely to make a model a swappable part, normalizing dozens of providers behind one interface.

This is also a data-privacy point worth stating plainly. Run the workflow on your own API accounts under the providers' standard commercial terms, and your business data is not used to train their models. As of 2026 this is the default for both OpenAI's and Anthropic's API and enterprise tiers, with short retention windows for abuse monitoring (Anthropic reduced standard API log retention to 7 days in late 2025) and zero-retention options available. Owning the accounts and keeping the model swappable means you are never a captive: not to a price, not to a policy change, not to a model that quietly gets worse.

What it actually costs to run at small-business volume

The sticker numbers sound frightening until you attach them to real volume. As of mid-2026, a strong production model runs on the order of a few dollars per million input tokens and roughly ten to fifteen dollars per million output tokens (GPT-class and Claude Sonnet-class models both sit near there), while budget and small models run as low as ten to forty cents per million. Treat exact figures as directional, since they move constantly, but the shape holds: input is cheap, output costs more, and small models are an order of magnitude cheaper than frontier ones. Serving a small model can be 10 to 30 times cheaper than a large one for the same throughput, with some reported cases near 32 times.

Put that against a real workload. A small business processing a few thousand documents or messages a month, with sensible model choices per step, is usually looking at tens of dollars a month in model costs, not thousands. The expensive line item in these projects is almost never the tokens. It is the design, the integration, and the ongoing care. Which is the point: since the model is a small and falling share of the total cost, over-buying model capability to feel safe is a poor trade. Spend the effort on the pipeline instead.

How Passcut actually picks a model per step

When we build a workflow, model choice is a decision made step by step, not once for the whole project. We map the workflow into its actual steps, size each step's real difficulty, and start each one on the smallest model we think can clear the bar. Then we prove it on your data. We build a paid prototype and measure accuracy against a test set drawn from your own real inputs, because that is the only number that predicts how it behaves in production. If a step needs to move up a tier, the measurement tells us, and we move it. If a small model holds, we keep it and you keep the savings.

The rest follows the same discipline. The workflow runs on your own accounts and keys, under no-training terms, with the model behind a swappable layer so a better or cheaper option later is a config change. Anything sensitive (money, customers, your books) routes to a person for approval until the system has earned autonomy on that specific step. Every action is logged so you can audit what happened and why. We run one workflow at a time, measured against a baseline, so the value is visible rather than asserted. The result is that the question you started with, which model, becomes a small internal detail we tune per step, and the thing you actually care about, whether the automation is reliable, is handled by the system we build around it.

Common questions

Should I just pick the model that tops the benchmarks?

No. Leaderboards are a weak guide for business work. Many public benchmarks are contaminated by leaking into training data, the same model can score 10 to 20 points apart depending on the test setup, and the top few models are often separated by less than the measurement noise. None of that tells you how a model handles your specific documents, customers, or tone. The benchmark that matters is a test set built from your own real inputs, which we measure directly in a paid prototype before committing.

Is an open model I can run myself cheaper than paying for an API?

Sometimes, for the right narrow task and if you can operate the infrastructure. Small open models are genuinely cheap to serve and can match frontier accuracy on well-defined steps like classification or extraction. But you take on hosting, scaling, and maintenance, and for hard reasoning steps a frontier API is usually still worth it. The practical answer is a mix: small models (open or hosted) for the predictable majority of steps, a frontier model held in reserve for the hard remainder. We keep the choice swappable so you are not locked into either path.

If I pick a model now, am I stuck with it?

Only if the system is built carelessly. We put a thin abstraction layer between your workflow and the model so switching providers is a configuration change, not a rebuild. That matters because prices and quality move fast: API costs fell roughly 80 percent from early 2025 to early 2026 and new models ship every few months. Because the workflow runs on your own accounts and keys, you can move to a better or cheaper model later without redoing the project.

Will my business data be used to train these models?

Not when it runs through your own API accounts under the providers' standard commercial terms. As of 2026, both OpenAI and Anthropic treat API and enterprise data as excluded from training by default, with short retention windows for abuse monitoring and zero-retention options available. We run everything on your accounts, under those no-training terms, with every action logged so you have a clear audit trail of what the system did and why.

Related: Build vs buy · How we work · Stopping hallucinations

Start with a free workflow audit

A 45-minute call. We map three processes agents can take over, estimate what each would save, and quote what it would cost. No obligation.

Get your workflow audit45 minutes · written summary · no obligationAlready know what you want built? Get a quote