The quiet shift towards smaller models
For the last few years the AI headlines have belonged to frontier models, the largest and most capable systems from Anthropic, OpenAI and Google. But a quieter trend matters more to startup budgets: every major provider now ships small, fast, cheap models, and the open-weight world has followed. Anthropic's Haiku tier, OpenAI's mini models, Google's Gemini Flash line and open families such as Meta's Llama, Microsoft's Phi and Mistral's smaller models have made capable language AI close to a commodity.
The important fact is this: today's small models comfortably outperform the frontier models of two or three years ago on routine tasks. If a job would have impressed you in 2023, a budget model can probably do it now.
Where small models genuinely win
Small models are not cut-price substitutes across the board. They are the right tool, not merely the cheap one, for a specific family of tasks:
- Classification: routing support tickets, tagging leads, labelling feedback as praise or complaint.
- Extraction: pulling names, dates, amounts and references out of emails, receipts and forms into clean JSON.
- Routing and triage: deciding which team, workflow or bigger model should handle an input.
- Moderation and screening: flagging spam, abuse or off-topic submissions before humans see them.
- Short-form rewriting: normalising product descriptions, tidying transcripts, drafting confirmation messages.
What unites these tasks is a narrow, checkable output. When the answer is one label from ten, or five fields from a receipt, the extra reasoning depth of a frontier model adds little except cost and latency.
Need a hand with this?
Our team delivers AI & Machine Learning for UK businesses — with a free initial consultation, transparent fixed quotes and no lock-in contracts. Tell us what you're working on →
What the cost difference looks like per task
Providers price per token, and the gap between tiers is dramatic: flagship models typically cost tens of times more per token than their small siblings. Exact prices change frequently, so always check current rate cards, but the shape of the maths is stable.
Take a concrete workload: classifying 10,000 customer emails a month, averaging a few hundred tokens each. On a small model that typically costs pennies to a few pounds per month. The same job on a flagship model can run to tens of pounds or more, and each call returns noticeably slower. Scale to a million items, as a growing marketplace or app might, and the small model is the difference between an affordable feature and one that eats your margin. Latency compounds the case: small models often respond several times faster, which is what makes real-time uses like inline form help or chat routing feel instant.
Three startup workloads, worked through
Support ticket routing
A small model reads each incoming ticket and returns one of your categories plus an urgency flag. Prompt it with the category definitions and a handful of examples, ask for JSON, and validate the output in code. Accuracy on well-defined categories is typically excellent, and mistakes are cheap because a human sees the ticket anyway.
Receipt and invoice extraction
Feed the document text, or an image, since most small tiers are now multimodal, and request supplier, date, line items, VAT and total as structured fields. Validate the totals in code and flag any document where the numbers do not add up for human review. That validation loop matters far more than model size.
Review tagging and insight
Run every product review through a small model to tag themes such as sizing, delivery, quality and price. Each call is trivial, but in aggregate this gives a startup the customer-insight dashboard that used to require an analyst.
When you still need the big model
Reserve frontier models for work that genuinely needs depth:
- Multi-step reasoning, such as an agent that plans, uses tools and recovers from its own errors.
- Nuanced writing where tone and persuasion matter, like key landing pages or investor material.
- Long, messy documents where the answer depends on connecting distant details.
- Low-volume, high-stakes judgements where a better answer is worth pounds, not pennies.
The pattern that fails is the opposite one: paying frontier prices to stick one of five labels on a support ticket a thousand times a day.
The router pattern: small first, big when needed
The most cost-effective architectures cascade. A small model handles everything by default and either answers or declares itself unsure; only the uncertain or complex cases escalate to a frontier model. In practice most traffic never escalates, so you pay big-model prices on a thin slice of volume.
- Ask the small model for a confidence signal or an explicit 'cannot classify' option.
- Escalate on low confidence, on sensitive categories such as complaints or legal threats, or on validation failure.
- Log both models' outputs on escalated cases and review them weekly; an evaluation set of 100 labelled examples will tell you honestly whether the cheap model is good enough.
Test both tiers on your own data before committing, because the small model turns out to be good enough more often than most teams expect.
Key Takeaway
Match the model to the task. Small language models such as Anthropic's Haiku tier, OpenAI's mini models and Gemini Flash handle classification, extraction and routing with near-frontier accuracy at a fraction of the cost and latency. Build a small labelled test set, compare tiers on your own data, and use a cascade: the cheap model by default, escalating only uncertain cases to a frontier model. Most startups find the budget tier wins most of their volume.
Getting started on a startup budget
Pick one narrow, high-volume task, write down exactly what a correct output looks like, and build a labelled test set of 50 to 100 examples before touching any API. Then compare a small and a large model on that set for accuracy, cost and speed, and let the numbers choose. Most teams find the budget tier wins on at least one workload immediately. If you would like help scoping the task, building the evaluation set or wiring the model into your systems, our team does exactly this kind of work.
