Skip to content
TiMiNa
All essays
The Agentic Firm · Essay 08

Frontier Models for Frontier Problems: how enterprises allocate intelligence

By Misagh Akhondzad/36 min read
Intelligence allocationModel routingAI economicsSmall models

The enterprise AI market is developing a dangerous reflex. When an important problem appears, organizations reach for the largest model available. When a smaller model fails, they escalate. When the frontier model succeeds, they conclude that frontier intelligence should be the default. Each step looks rational. The destination is an architecture that is economically impossible to scale.

This essay develops an enterprise doctrine around Satya Nadella’s dictum, delivered in conversation with Reid Hoffman: do not use frontier models for non-frontier problems. He illustrates it with trade-promotion claims — a workflow full of messy documents and human error, but largely repetitive and deterministic. It needs intelligence. It may be far better served by a small specialized model, enterprise traces, explicit calculation and a controlled workflow than by invoking the most powerful general model for every claim.

The dictum is deceptively simple. Its implications are not. It suggests that enterprise AI strategy is not primarily about selecting the best model — it is about building the institutional capability to answer five questions.

  1. 01What kind of problem is this?
  2. 02What level of intelligence does it actually require?
  3. 03Which parts require language-model reasoning at all?
  4. 04How do we prove the selected system is sufficient?
  5. 05How do we escalate only the cases that deserve greater intelligence?

That is the discipline of intelligence allocation, and the firm already knows how to do it everywhere else. It does not use its most expensive lawyer for every contract, its chief scientist for every laboratory test, its CEO for every customer complaint, or a supercomputer for every spreadsheet. It allocates scarce capability by complexity, consequence, uncertainty, value and scarcity. Machine intelligence should be managed the same way.

The alternative to frontier-by-default is emphatically not cheapest-by-default. A cheap model that fails frequently, needs repeated retries, generates human review and misses important exceptions may cost more than a frontier model. And a short question can conceal deep ambiguity, high consequence, missing context, novel reasoning or adversarial input. The correct answer is more demanding than either reflex.

Prologue

The million-euro invoice classifier

A global company receives two million supplier invoices a year, arriving as PDFs, scanned images, spreadsheets, structured electronic formats and emails. It wants supplier identity, invoice number, currency, purchase order, amount, tax, payment terms and exception reason.

The AI team builds a proof of concept on its most capable frontier model. The prototype is impressive: it understands unusual layouts, resolves ambiguous labels, explains discrepancies. Executives approve expansion. Every document now goes through the frontier model.

Accuracy is high. So is the bill. And then the rest arrives:

  • Latency becomes a problem during month-end processing
  • Sensitive financial documents leave the preferred processing environment
  • The model occasionally invents explanations when fields are missing
  • Finance reviewers begin reading persuasive narratives instead of examining extraction confidence

A later review finds that the workload was never one problem. About 82% of invoices use layouts the company has seen many times, extractable with templates, document models, small specialized models and deterministic validation. Another 14% contain manageable variation that a smaller multimodal model handles. About 3% contain genuine ambiguity requiring a stronger general model. Under 1% involve conflicting contracts, possible fraud, unusual tax treatment or material commercial consequences — and those need both frontier reasoning and human expertise.

structured invoice        → direct parser
known layout              → specialized extraction model
moderate variation        → small multimodal model
ambiguous document        → frontier model
material financial or
legal uncertainty         → frontier model + qualified human
The redesigned architecture

The company does not stop using frontier intelligence. It reserves frontier intelligence for the point at which it creates frontier value.

The original architecture asked: can the frontier model solve this? The redesign asks: what is the simplest reliable system that can solve each part?

That is the difference between an AI demonstration and an intelligence-allocation system.

Parts I–II

What a frontier model is, and what a frontier problem is

Frontier model is widely used and inconsistently defined. It should never be treated as a permanent list of model names, because the frontier moves: a capability considered exceptional today may be inexpensive, local, standardized and embedded tomorrow.

Three qualifications matter more than the definition itself.

QualificationWhat it means
Frontier is multidimensionalA model may be frontier in coding, mathematics, visual reasoning, multilingual work or agentic operation while being unsuitable in another domain. There may be no single universal frontier.
Frontier is task relativeA small domain-specific model may be the performance frontier for legal-clause extraction or an enterprise relevance-labeling workflow. Separate the phrase “frontier model” from “best system for the task.”
Frontier is system levelCapability depends on model, reasoning effort, tools, retrieval, memory, prompt, harness, time budget, retries and verifier. OpenAI's 2026 guidance on third-party frontier evaluations makes the same point: agentic performance is a property of the complete tested system. A company does not deploy a model. It deploys a system.
Three things “frontier” is not

And frontier capability does not guarantee enterprise fitness. A model may be highly capable and still unsuitable because of privacy requirements, latency, availability, output variability, cost, hosting limitations, regulatory concerns or poor domain calibration.

The more important definition is the problem

A frontier problem is not merely complicated, high volume, strategically important, expensive, executive-sponsored, or described in unstructured language.

Frontier problems usually carry several of eight characteristics:

  1. 01Epistemic novelty — the organization does not already know the answer or the method
  2. 02Deep ambiguity — the objective or evidence is incomplete, conflicting or open to interpretation
  3. 03Cross-domain synthesis — integration across fields not normally combined
  4. 04Long reasoning horizons — many dependent steps
  5. 05Sparse feedback — few historical examples
  6. 06Weakly specified evaluation — no single correct output can be defined in advance
  7. 07High option value — a superior answer may unlock a market, a discovery, a strategic shift
  8. 08Marginal intelligence value — additional reasoning quality materially changes expected outcomes

The last is decisive. A problem may be genuinely difficult, but if a stronger model does not reliably improve the outcome, frontier use is not justified.

Three things that masquerade as frontier difficulty

Looks like frontier difficultyIs actually
Missing data, fragmented systems, unclear responsibilities, inconsistent documents, undocumented rulesAn enterprise-design problem. A larger model may temporarily conceal the disorder. It does not remove it.
Classifying ten million standard recordsA large problem, not a frontier one. Scale strengthens the case for specialized models, batch processing and deterministic validation — not repeated frontier inference.
Payroll, product safety, anything importantImportance determines required assurance, not model size. Much of payroll should be deterministic; safety decisions may use frontier analysis but final controls need rules, tests and qualified humans.
Difficulty that a bigger model does not fix
Part III

The frontier problem test

Before using a frontier model, score the work across ten dimensions. The scoring is comparative, not absolute — and the point is that two tasks inside the same workflow can land in completely different places.

known-layout extractioncontested clauseNoveltyAmbiguityResists decompositionNon-deterministicHard to verifyHigh consequenceIrreversibleLow frequencyLatency headroomMeasured frontier liftlowhighillustrative scores — the last row is the only one that must be measured
The same workflow, two tasks — scored as pull toward the frontier
DimensionThe question
NoveltyHas the organization solved this type of problem before?
AmbiguityHow clear are the objective, evidence, constraints and success criteria?
DecomposabilityCan it be separated into smaller, controllable components? A task that appears frontier may become routine after decomposition.
DeterminismWhich parts have one exact or policy-defined answer? Those should be handled deterministically.
VerifiabilityCan the answer be checked cheaply and reliably? A smaller model plus a strong verifier may beat a more expensive model used without one.
ConsequenceWhat happens if the output is wrong? Higher consequence may justify a stronger model — or equally, less model autonomy and stronger human review.
ReversibilityCan the action be undone?
FrequencyHow often will this run? A modest per-task difference becomes substantial at scale.
LatencyHow quickly must the response arrive?
Marginal frontier liftHow much does the frontier system outperform the next-best architecture on the organization's own evaluation? This must be measured, not assumed.
The ten dimensions
frontier value premium > frontier cost premiumStandard claim, known retailer68% of volumevalue premiumcost + risk premium✕ route lowerContested clause, side letters2.5% of volumevalue premiumcost + risk premium✓ frontier qualifiedthe same workflow contains both — which is why one model for all of it is wrong
The frontier qualification rule

Total cost is the term most organizations get wrong. It includes model inference, reasoning tokens, latency, retries, human review, integration, security, failure recovery, provider dependence, energy and maintenance.

Part IV

The intelligence stack

Most enterprise architectures contain two layers: a language model, and a human when it fails. The real stack has twelve.

11 · Human-frontier collaborationimportant, uncertain, contested10 · Human expertauthority, duty, tacit context09 · Extended frontier reasoninghard, valuable, verifiable, unhurried08 · Frontier general modelsambiguity, novelty, cross-domain07 · General small / medium modelssummarize, transform, route06 · Specialized small modelsextraction, classification, labeling05 · Traditional machine learningforecast, anomaly, propensity04 · Optimization & simulationscheduling, allocation, constraints03 · Deterministic calculationarithmetic, tax, pricing, bridges02 · Databases & queriesexact values, records, ownership01 · Static rulesthresholds, eligibility, prohibitions00 · Eliminate the workthe cheapest call is the one not madeESCALATE ONLY WITH PROVEN LIFTMIGRATE WORK DOWN AS YOU LEARNUSE THE LEAST EXPENSIVE GOVERNED SYSTEM THAT RELIABLY MEETS THE BARmost enterprise architectures contain exactly two of these twelve layers
The intelligence stack — twelve layers, not two
LayerUse it for
0 · Eliminate the workDoes this task need to exist? Is the output consumed? Does the decision create value? The cheapest model call is the call not made.
1 · Static rulesAuthority thresholds, mandatory fields, prohibited transactions, eligibility — where policy is explicit and explainability matters
2 · Databases & queriesExact values, records, status, ownership. Do not ask a language model to remember what the enterprise can retrieve exactly.
3 · Deterministic calculationArithmetic, accounting, pricing, tax logic, unit conversion, financial bridges. A language model may select the calculation; it should not invent the result.
4 · Optimization & simulationRouting, inventory allocation, scheduling, portfolio optimization, constraint solving
5 · Traditional machine learningForecasting, anomaly detection, propensity, classification, computer vision
6 · Specialized small modelsExtraction, intent classification, relevance labeling, standard drafting, known document interpretation
7 · General small / medium modelsSummarization, routine language transformation, structured synthesis, predictable tool selection
8 · Frontier general modelsAmbiguous reasoning, novel synthesis, complex planning, difficult multimodal understanding, rare edge cases
9 · Extended frontier reasoningWhere extra inference effort is justified by difficulty, value, strong verification and sufficient time. Research on inference-time scaling shows gains vary by task — more tokens does not guarantee more accuracy.
10 · Human expertLegitimate authority, responsibility, tacit context, relationship, ethical judgment, professional duty
11 · Human-frontier collaborationFrontier exploration, domain tools, specialist models, independent verification and qualified human judgment, together
What belongs at each layer
Parts V–VI

The wrong question, and the right metric

There is no universally best enterprise model. The useful question is: which system meets the required outcome threshold for this task distribution at the best total economics and control profile?

The trapWhat it misses
Benchmarks are insufficientGeneral benchmarks measure selected capabilities. Enterprise work has proprietary context, unusual terminology, specific tools, local policy and different error costs.
Averages hide catastrophic tailsA model at 96% accuracy may fail systematically on one customer, one language, one document type, or one high-value exception.
One task is not a task distributionReal workloads contain easy, medium, hard, adversarial and unknown cases. Selection should evaluate the distribution.
Model quality is conditionalPerformance depends on prompt, examples, context, retrieval, tools, verifier, reasoning effort and human interaction.
Why the leaderboard cannot answer it
TOTAL COST TO PRODUCE 100 ACCEPTED OUTPUTScallsretrieshuman reviewreworkCheap model alone71% successhighestSmall + verifier + fallback96% successlowestFrontier for everything97% successmiddlethe cheapest tokens and the cheapest outcomes are rarely the same architecture
Cost per successful outcome — the parts the token price hides

OpenAI’s current enterprise scorecard argues the same: the lowest token price does not necessarily produce the lowest outcome cost, and the full calculation should include model price, compute used, likelihood of success, employee time, review, retries and rework.

This cuts both ways, which is what makes it a discipline rather than a slogan. A frontier model may be cheaper overall when it solves the task in one attempt, needs less prompt engineering, uses fewer retries and reduces human review — for a low-volume, high-value task, frontier use can have superior economics. And smaller models may dominate at scale: a 2026 enterprise-search study reported a fine-tuned small model matching or beating its teacher on human agreement while delivering 17× higher throughput and 19× better cost efficiency in the evaluated workflow. A separate 2026 contract-extraction study reported a domain-trained small model outperforming the tested frontier models on aggregate extraction metrics at substantially lower inference cost. These are individual studies, not universal results — which is precisely the point that enterprise-specific evaluation can overturn assumptions based on scale alone.

frontier value premium  =  E[value | frontier system] − E[value | next-best system]
frontier cost premium   =  total cost and risk of frontier − total cost and risk of next-best

justified when          →  value premium > cost premium
The decision, stated as an inequality
Part VII

The intelligence budget

Every business workflow should have an intelligence budget defining acceptable cost, acceptable latency, reasoning effort, number of retries, escalation and human review.

Budget byReasoning
Case valueA €20 customer refund and a €200 million acquisition should not receive the same intelligence allocation
UncertaintyLow-uncertainty cases should stay low in the stack
ReversibilityIrreversible actions deserve more reasoning, verification and human review
ConsequenceThe budget should buy assurance, not merely a larger model
Learning valueA difficult case may justify frontier analysis because it creates new evaluation cases, reusable knowledge and future automation
Five inputs to the budget

Both directions have a cost. An agent can spend enormous inference exploring alternatives that do not improve the decision. A weak model produces wrong answers, shallow plans and costly human correction. So the budget must be adaptive: start on a lower-cost path, and increase intelligence when evidence indicates uncertainty, conflict, novelty, failed validation or high consequence.

Parts VIII–IX

Cascades and routing

A cascade attempts the task with a lower-cost system first and escalates when necessary. Cascades work because enterprise workloads have a long tail: most cases are routine, and a minority consume disproportionate reasoning.

ESCALATE ON EVIDENCERules & deterministic checks62%resolved hereSpecialized small model24%resolved hereGeneral medium model9%resolved hereFrontier model4.5%resolved hereHuman expert0.5%authority requiredORIGINAL INPUT PRESERVEDnever hand the next stage only the previous stage’s summary
A multi-stage cascade, with the escalation reason logged at every hop

The research is encouraging but bounded. FrugalGPT demonstrated that learned model cascades could, in the evaluated settings, match the best individual model at substantially lower cost or improve accuracy under the same budget. RouteLLM showed learned routers reducing model-call cost in tested benchmark settings while maintaining response quality, with some ability to transfer when the underlying strong and weak models changed. Neither guarantees the same savings in your workflow. What they establish is that routing can create a better cost-quality frontier than using one model universally.

RiskCountermeasure
False confidence — the small model believes it succeededIndependent routing signals, not self-assessment
Router failure — the routing system misclassifies difficultyAllow direct frontier routing; monitor misroutes as a metric
Error propagation — the frontier model receives a flawed summaryPreserve the original input at every hop
Latency accumulation — sequential attempts exceed one frontier callBudget latency end-to-end, not per stage
Evaluation complexity — every path must be testedTreat each route as a system under test; log escalation reasons
Cascade risks, and the design that contains them

Six ways to route

TypeBasis
StaticExplicit rules — document type, language, value threshold
LearnedA classifier predicts task difficulty, expected success, required model
ConfidenceEscalates when uncertainty is high, outputs conflict, or validation fails
Outcome-basedUses historical results to determine which architecture works for each case type
Risk-basedRoutes on consequence rather than linguistic difficulty
User-preferenceDifferent users and processes weight speed, quality, privacy and cost differently; recent routing research explores learning these preferences rather than imposing one universal trade-off
Routing strategies
Part X

Confidence is not enough

Language models can be confidently wrong. Self-reported confidence should never be the only escalation signal.

Schema validationDeterministic checkRetrieval qualityModel disagreementNovelty detectionPolicy riskHistorical outcomeTool failureSelf-reported confidenceROUTERowned · evaluatedlogged · auditableroutereasonbudgeta model can be confidently wrong — so it may vote, but it may not decide
Escalation signals — self-reported confidence is the weakest one

Stronger signals are available and mostly cheap: schema validation, source availability, deterministic checks, disagreement among models, novelty detection, retrieval quality, policy risk and historical outcome. Four patterns build on them — verifier-based routing (a verifier checks the output; failure escalates), consensus routing (several low-cost models answer; escalate on disagreement), retrieval-quality routing (escalate when authoritative evidence is missing or contradictory) and tool-failure routing (escalate when calculations fail, identities conflict or enterprise systems are unavailable). And employees should always be able to escalate on tacit context the system cannot see.

Parts XI–XIV

Four moves before escalation

Escalating to a bigger model is the last of five options, not the first. Four cheaper moves come before it, and each one dissolves a surprising share of apparent frontier problems.

1 · Decomposition

A problem may appear to need frontier intelligence only because several distinct operations are bundled together. Using one frontier model for all of them is convenient. It is not optimal.

CONVENIENTOPTIMALONE FRONTIER MODELall seven operationsone bill · one blast radiusExtract documentspecialist modelIdentify customerentity resolutionMatch agreementdeterministic rankingCalculate entitlementcalculation engineDetect duplicaterules + anomaly modelInterpret ambiguous clausefrontier modelAuthorize settlementhumana task that looks frontier often stops looking frontier once you split it
Decomposition before escalation

Decomposition buys lower cost, clearer testing, a smaller blast radius, easier audit, component reuse and better routing. It also has a limit: over-decomposition creates excessive orchestration, brittle interfaces, latency and loss of holistic reasoning. The architecture must preserve enough context for the problem to remain solvable.

2 · Determinism

Enterprise AI teams often treat rules and calculations as old technology. This is a mistake. For arithmetic, eligibility, thresholds, financial posting and safety constraints, predictability is a feature. A model can decide calculate the promotion P&L; a governed engine should calculate revenue, discount, trade spend, cost and contribution. Exact systems should then verify totals, currencies, dates, permissions, IDs and balance conditions.

3 · Retrieval

A weak answer often reflects missing context rather than insufficient intelligence: the wrong document, a stale policy, missing customer data, an unclear hierarchy, or too much irrelevant context. Bigger models cannot invent authoritative enterprise truth — they compensate plausibly, which makes the risk worse. Before escalating models, test source authority, retrieval recall, retrieval precision, entity resolution and context assembly. A smaller model with correct facts, a clear schema and a narrow objective may outperform a frontier model given poor context. Retrieval cannot, however, replace reasoning: for genuinely novel synthesis, frontier capability may still be required.

4 · Specialization

A general model learns broad patterns. A specialized model can be optimized for one vocabulary, one document type, one decision, one output schema — through fine-tuning, distillation, adapters, constrained decoding, domain pretraining, specialist retrieval or tool scaffolding. Google’s “distilling step-by-step” research showed how rationales produced by larger models help smaller task-specific models learn more efficiently.

The risk is brittleness: a narrow model may fail when the input distribution changes, a new customer format appears, policy changes or the task expands. Specialization therefore requires drift detection, fallback and periodic retraining — otherwise it is just deferred failure.

Parts XV–XVI

The frontier model as teacher — and where it genuinely belongs

This may be the most valuable enterprise pattern in the essay. Frontier models can teach systems (generate taxonomies, label examples, write tests, propose rules, create synthetic edge cases, explain expert decisions, build smaller models), teach humans (explanations, simulations, counterarguments, practice cases) and teach agents (policies, plans, specialist prompts, tool descriptions).

Frontier modelgenerates and labels hard casesExpert validationsampling, correction, sign-offSmall model trainedon the firm's own difficult casesProduction at scalemillions of routine transactionsEXCEPTIONS ESCALATEthis is how frontier consumption becomes token capital
The teacher-student loop — paying the frontier once instead of per transaction

The teacher must itself be evaluated: frontier-generated labels can contain errors, bias and unsupported reasoning, so expert sampling and validation are not optional. But the economic shift is the point. Instead of paying the frontier model on every production transaction, the company pays it to improve the cheaper system handling millions of transactions.

The frontier model becomes a capability factory rather than the permanent processor of every case.

That said, some problems genuinely deserve maximum available capability, and a doctrine of restraint is worthless if it cannot say where restraint ends.

DomainExamples
Scientific discoveryHypothesis generation, molecular design, literature synthesis, experiment planning
Advanced engineeringNovel architecture design, complex system debugging, new algorithm creation
Strategic uncertaintyEntering a market shaped by unfamiliar regulation, responding to a discontinuous technology, redesigning a business model
Rare crisesUnknown supply failure, novel cyber incident, unprecedented quality event
High-value creative searchMajor product concept, new category, unconventional partnership
Complex agentic workOpenAI's current real-world evaluations show meaningful frontier progress on economically valuable professional tasks — alongside continued limitations on difficult software-engineering and research-replication tasks
Where frontier capability earns its cost

Frontier capability is valuable precisely because some work remains genuinely difficult.

Parts XVII–XVIII

Frontier does not mean autonomous

A problem may require frontier intelligence and still require human authority. The two questions are independent, and conflating them is one of the most expensive errors in enterprise AI.

DecisionFrontier model doesHuman does
Acquisition strategyResearch, scenarios, due-diligence questionsThe board decides
Product recallInvestigates evidence, maps affected lots, simulates consequencesQualified humans authorize scope and regulatory action
Employee decisionOrganizes evidenceExercises fair and lawful judgment
Capability and authority are separate decisions

Stronger intelligence can increase required governance. A more capable agent may access more tools, act over longer horizons and produce more persuasive outputs. The blast radius grows with the capability.

CAPABILITY REDUCES RISKCAPABILITY INCREASES RISKFollows instructions betterIdentifies its own uncertaintyAvoids shallow errorsUses tools correctlyPerforms more consequential actionsAutomates more of the workflowCreates greater human overtrustIs harder to substituteSYSTEM RISKprobability × consequence × exposure × detectability × recoverabilitymodel accuracy moves one term of five — which is why the safest design forsome high-risk actions is a simpler architecture, not a stronger model
The risk-capability paradox

Organizations often assume the strongest model is the safest because it makes fewer mistakes. That is one term of five. For certain actions the safest design is deterministic rules, a limited model role and strong human authority — a simpler architecture, not a stronger model.

Parts XIX–XXI

Privacy, latency and energy are allocation constraints

Privacy and sovereignty

Smaller or open-weight models can run inside the enterprise, on private infrastructure, at the edge or on devices — reducing data movement, giving predictable deployment, offline operation, lower provider dependence and lower latency. The trade-offs are real: internal security burden, maintenance, weaker general capability, hardware requirements and model-update responsibility. So sovereignty should be selective, prioritizing workloads involving sensitive data, operational continuity, strategic knowledge and high volume. A multi-model architecture also protects bargaining power, continuity and learning ownership — the argument the previous essay made at length.

Latency

A correct answer that arrives too late has no value. Latency comes from model size, reasoning effort, generated tokens, tool calls, sequential cascades, network and human review — and OpenAI’s latency guidance notes that response time is materially influenced by the selected model and the number of generated tokens.

ClassWorkImplication
Real timeConversational assistance, customer interactionMilliseconds — cascades and extended reasoning are usually disqualified
Near real timeOperational recommendationsSeconds — one escalation hop is affordable
AsynchronousResearch, planning, batch analysisHours — extended frontier reasoning becomes viable
Time is a budget, not a constant

Agents can run specialist tasks in parallel, but parallel calls increase cost, coordination and synthesis burden. Parallelism buys latency with money.

Energy

Every inference uses physical infrastructure. The IEA reported in 2026 that energy consumption per AI task has been declining rapidly even as aggregate demand grows, because usage and capability are expanding faster; it projects continued substantial growth in data-centre electricity demand, with uncertainty shaped by efficiency, adoption and model capability. Using a frontier model unnecessarily consumes more compute, energy and infrastructure capacity.

Parts XXII–XXIII

The model portfolio and the gateway

CategoryRole
Foundation frontierHighest-complexity general work
Fast generalEveryday language work
Small specializedHigh-volume narrow tasks
Multimodal specialistImage, audio and document processing
Local or sovereignSensitive or offline workloads
Traditional MLPrediction and detection
Deterministic enginesExact operations
Seven portfolio categories

Portfolio risk needs active monitoring: one-provider concentration, correlated infrastructure, model retirement, capability gaps, duplicated models and unmaintained local deployments.

A model gateway separates business workflows from model providers, taking responsibility for authentication, routing, policy, model selection, logging, cost, privacy, fallback and version control. It buys portability, consistent governance, centralized cost control and faster model testing. It also carries its own risk: the gateway can become a bottleneck, a single point of failure, or a hidden decision-maker. It requires resilience and evaluation like any other critical system.

Parts XXIV–XXV

Evals are the allocation engine

Without evaluations, model allocation is opinion. Enterprise evals define required quality, prohibited failures, acceptable cost, acceptable latency and escalation conditions. OpenAI’s enterprise eval guidance frames the process as Specify → Measure → Improve: translating fuzzy business goals into concrete workflow expectations and examples.

DimensionRequirement
Task distributionCommon, difficult, rare, adversarial, missing-data and high-value cases — not one representative example
Systems, not modelsTest small model alone; small model with retrieval; deterministic plus model; cascade; frontier model; frontier plus human
Total outcomeQuality, cost, latency, review, risk and business value together
RegressionRepeat whenever the model, prompt, tools, data or routing changes
What a real enterprise eval covers
Flat liftkneerulesfrontierfrontier by default is wasteLate liftkneerulesfrontierrouting is justifiedSUCCESS →the shape is an empirical question about your work, not a matter of opinion
The frontier lift curve — measure it per task distribution

For each task distribution, plot capability against cost and success. One curve shows a large improvement from rules to a small model, a smaller one from small to medium, and almost nothing from medium to frontier — in which case default frontier use is simply wasteful. Another shows routine cases solved by a small model and a sharp frontier advantage on ambiguous ones — which is the empirical case for routing. The optimal system usually sits near the knee, where additional spend starts producing diminishing quality. And do not optimize average accuracy alone: weight errors by financial consequence, safety, customer impact and recoverability.

Part XXVI

Model choice by workflow stage

The unit of decision is not the workflow. It is the stage. The same process will correctly use six different kinds of system.

1 · Intakerules · extraction · small models2 · Triageclassifier · router · risk rules3 · Investigationretrieval · specialists · frontier on ambiguity4 · Calculationdeterministic engines only5 · Recommendationreasoning bounded by policy6 · Approvalhuman authority where required7 · Executionbounded tools8 · Learningfrontier analysis of failure patternsONE WORKFLOW“which model should we use?” is the wrong unit of decision — the stage is
Model choice by workflow stage — the frontier appears twice out of eight
Parts XXVII–XXVIII

What has to change in the organization

FunctionThe change
ProcurementStop procuring one model for every use case. Procure capability, portability, evaluation access and usage flexibility.
FinanceTrack cost per successful task, frontier utilization, model waste and value by workflow
ITBuild the gateway, routing, observability and reusable tools
Business functionsDefine the task distribution, quality bar, exception categories and business value
RiskAssess complete architectures rather than model names
TalentHire domain experts, evaluation architects, routing engineers, model economists and tool builders
Six functions, six changes

High-scale enterprises may establish an Intelligence Allocation Council spanning business, AI, IT, finance, security, risk, procurement and sustainability, owning the model portfolio, frontier-use policy, routing standards, eval standards, cost thresholds, sovereign workloads and environmental measurement. Its remit is reusable standards, high-impact exceptions and capital allocation — not approving individual model calls. A council that approves model calls has become the bottleneck it was created to remove.

Parts XXIX–XXXI

Frontier inflation and model minimalism

Frontier models are not merely software products. They depend on capital, compute, energy, specialized talent and infrastructure, and the most capable ones may be controlled by a small number of providers. Default frontier use shifts margins, learning and bargaining power upstream. Countries that consume frontier models without building local expertise, evaluation, context and infrastructure may gain productivity while remaining strategically dependent. Used selectively, frontier models preserve budget, portability, provider choice and internal capability — restraint is a sovereignty instrument.

There is also an internal divide. Large firms may afford frontier reasoning for every employee while smaller ones rely on cheaper systems — but efficient model portfolios narrow that gap by combining open models, specialization, routing and domain knowledge.

CausesSymptoms
Executive enthusiasmFrontier model in every workflow
Vendor marketingNo deterministic engines
Developer convenienceNo routing
Fear of lower qualityHigh token bills, low production scale
StatusOne-provider dependence
Frontier inflation: causes and symptoms

The corrective is model minimalism — which does not mean choosing the smallest model. It means using no more model, context, reasoning and output than the outcome requires: reduce unnecessary context, reduce unnecessary output, avoid redundant calls, reuse cached context, batch work, use tools, and stop reasoning when the answer is sufficient. The smallest system is often a composition — a rules engine plus a small model may be more capable than one medium model — and minimalism improves economics, latency, privacy, resilience and auditability at once.

Part XXXII

Twenty failure modes

#Failure modeWhat it looks like
01Frontier by defaultEvery task uses the largest model
02Cheap by defaultCost reduction destroys outcome quality
03Token-price optimizationThe organization ignores retries and review
04Benchmark procurementModels selected using generic leaderboards
05One-model architectureEvery workflow becomes provider dependent
06No decompositionOne model does extraction, calculation, reasoning and execution
07Language models for exact rulesProbabilistic output replaces deterministic control
08Small model without fallbackEdge cases fail silently
09Frontier model without verificationCapability is confused with reliability
10Confidence routingSelf-confidence becomes the only escalation signal
11Cascade accumulationSequential models increase latency and cost
12Router without governanceThe routing system becomes an invisible decision-maker
13Fine-tuning without drift managementSpecialization becomes brittleness
14Frontier teacher without expert validationSynthetic errors become production knowledge
15Cost limits without value limitsThe agent stays under budget while producing useless work
16Model-size theatreExecutives equate large models with strategic ambition
17Environmental theatreEnergy claims ignore total successful-outcome cost
18Human escalation as dumping groundPoor automation sends unmanageable exceptions to people
19Stronger models to compensate for bad dataEnterprise disorder remains unresolved
20Treating frontier classification as permanentThe capability frontier moves; the architecture does not
How intelligence allocation goes wrong
Part XXXIII

A worked FMCG example

A global FMCG company processes retailer trade claims: 500,000 claims a year, €2.4 billion of claimed value, 60 retailers, 25 markets, thousands of contract formats.

The initial architecture sends every claim through one frontier model, which reads the claim, finds the agreement, calculates the entitlement, recommends a settlement and drafts a response. The result: high cost, slow peak processing, calculation errors, inconsistent customer handling, difficult audit and cross-customer context risk.

Decomposition maps each operation to its proper layer:

OperationSystem
IntakeDocument parser and specialist extraction model
ClassificationFine-tuned small model
Identity and agreement matchingEntity-resolution system plus deterministic ranking
Financial calculationGoverned entitlement engine
Duplicate detectionRules and anomaly model
Ambiguous contractual interpretationFrontier model
Material settlementHuman approval
Task decomposition
SHARE OF ANNUAL CLAIM VOLUME68%21%8%68% · Standard, fully matchablerules · specialist models · calculation21% · Moderate interpretationmedium general model8% · Conflicting or missing evidencefrontier model2.5% · Genuinely ambiguous termsfrontier model0.5% · High-value, novel, legally sensitivefrontier + expert11% of the volume carries the frontier bill — under one architecture, 100% did
500,000 trade claims, sorted by difficulty
Frontier problemsNon-frontier problems
Genuine ambiguity — a retailer claims funding under a term changed through several side lettersCurrency conversion — deterministic calculation
Novel pattern — a new retail-media format does not match the existing spend taxonomyDuplicate claim — rules and similarity detection
Cross-domain conflict — commercial agreement, supply failure and regulatory restriction interactKnown document extraction — specialist model
Authority threshold — policy engine
Frontier and non-frontier, inside the same workflow

After redesign the company measures cost per validated claim, frontier escalation rate, false-negative escalation, human-review time, settlement accuracy and recovery value. And frontier-resolved cases become candidates for a new taxonomy, a new deterministic rule, a new training example, a small-model improvement and an evaluation case.

Today’s frontier exception should become tomorrow’s specialized routine whenever the organization learns enough to codify it.

The goal is not to keep every difficult case at the frontier forever. It is to move repeatable knowledge down the intelligence stack. That is how token capital compounds.

Part XXXIV

The TiMiNa FRONTIER Method

StepWhat it requires
FFrame the real problemDefine objective, consequence, uncertainty and value. Do not begin with a model.
RReduce through decompositionSeparate retrieval, calculation, rules, reasoning and authority
OOrder the intelligence stackAttempt the task at the lowest suitable layer
NNavigate with routing and escalationMove difficult cases upward based on evidence, validation, risk and novelty
TTest complete systems with enterprise evalsCompare architectures, not model names
IInstrument cost per successful outcomeMeasure all attempts, review, latency, failure and value
EExpand frontier use only where lift is provenRequire evidence that additional capability changes the outcome
RReinvest frontier learningConvert difficult cases into rules, tools, small models, evaluations and token capital
Eight steps
Part XXXV

Intelligence allocation maturity

LevelStageCharacteristics
0Model enthusiasmFrontier default, demos, no cost attribution, no evals
1Manual model choiceUsers pick fast or powerful, basic guidance, limited workflow integration
2Task-based architectureModel selected by workflow, deterministic tools, basic cost measurement, human escalation
3Routed intelligenceModel gateway, cascades, private evals, cost per outcome, fallback
4Intelligence portfolioEnterprise model portfolio, specialization, frontier-use governance, token-capital formation, sovereignty management
5Self-optimizing governed allocationRouting improves through outcomes, tasks migrate down the stack, frontier capability is reserved dynamically, humans govern objectives and authority, value per unit of intelligence compounds
Six levels

Self-optimizing does not mean unsupervised. The enterprise remains responsible for the allocation policy.

Part XXXVI

A twelve-month implementation agenda

MonthsWork
1–2Inventory model use — map workflows, models, cost, latency and business outcome
2–3Define intelligence classes — enterprise standards for rules, specialist models, general models, frontier models and human escalation
3–4Build task distributions — for five important workflows, classify routine, ambiguous, novel and high-consequence cases
4–5Establish enterprise evals — compare small, medium, frontier and hybrid architectures
5–6Measure total cost per outcome — including review, retries, rework and incident cost
6–7Decompose frontier-heavy workflows — move calculation, policy, extraction and retrieval out of the frontier model
7–8Establish a model gateway — centralize routing, logging, fallback and cost control
8–9Build cascades — start with one high-volume workflow
9–10Create frontier-to-specialist learning loops — use hard cases to improve small models, rules and evaluations
10–11Establish portfolio governance — review provider concentration, sovereign deployment, energy and model retirement
11–12Conduct the first Intelligence Allocation Review — frontier utilization, value premium, cost per success, routing quality, learning migration
Twelve months
Part XXXVII

Twenty questions for the board

  1. 01What percentage of AI usage goes to frontier models?
  2. 02How much of that use has demonstrated a frontier performance premium?
  3. 03Which workflows use language models for deterministic work?
  4. 04What is our cost per successful outcome?
  5. 05Which tasks could move to smaller or local models?
  6. 06Which tasks genuinely deserve extended reasoning?
  7. 07Do we evaluate complete systems, or only models?
  8. 08Which frontier-dependent workflows lack fallback?
  9. 09What happens if frontier pricing or access changes?
  10. 10How much human review does each model architecture create?
  11. 11Which model-use decisions are driven by convenience rather than evidence?
  12. 12What is our frontier escalation rate?
  13. 13Which difficult cases are being converted into reusable token capital?
  14. 14Where could specialization outperform generality?
  15. 15Which tasks require human authority regardless of model capability?
  16. 16How are energy and environmental effects measured?
  17. 17Who owns the model-routing policy?
  18. 18Can the router be audited?
  19. 19Are we buying intelligence, or building capability?
  20. 20Where does one additional unit of reasoning create the greatest value?
Part XXXVIII

Practitioner templates

Problem:
Business outcome:                 Frequency:
Value per successful case:        Novelty:
Ambiguity:                        Decomposability:
Deterministic components:         Verification availability:
Consequence of error:             Reversibility:
Latency requirement:              Required human authority:
Measured frontier lift:
Recommended system:
Frontier Problem Assessment
Workflow:
System A:            System B:            System C:

Task success:                     High-impact error rate:
Cost per attempt:                 Cost per success:
Latency:                          Human review:
Privacy:                          Portability:
Energy proxy:                     Business value:
Decision:
Model System Comparison Card
Task class:                       Default system:
Validation:                       Escalation trigger:
Frontier model:                   Human trigger:
Maximum reasoning budget:         Maximum retries:
Fail behaviour:                   Fallback:
Owner:
Intelligence Routing Policy
Case:                             Current system:
Failure or uncertainty:           Evidence missing:
Risk:                             Expected frontier value:
Frontier cost:                    Human review required:
Escalation approved:              Outcome:
Learning captured:
Frontier Escalation Card
Workflow:                         Value per case:
Monthly volume:                   Cost ceiling:
Latency ceiling:                  Frontier allocation:
Retry budget:                     Human-review budget:
Escalation threshold:             Current cost per success:
Target:
Intelligence Budget Card
Frontier case:
Why frontier was required:        Resolution:
Reusable pattern:                 New rule:
New tool:                         Training example:
Evaluation case:
Can future cases move down-stack?:
Owner:
Frontier-to-Routine Learning Card
Model or system:                  Provider:
Capability class:                 Approved tasks:
Prohibited tasks:                 Cost profile:
Latency:                          Hosting:
Privacy:                          Fallback:
Evaluation status:                Retirement risk:
Owner:
Model Portfolio Card
Part XXXIX

Frequently asked questions

What is a frontier model?

A model operating near the leading edge of broadly available capability in areas such as reasoning, coding, multimodal understanding, scientific work, planning or agentic operation.

What is a frontier problem?

One for which established rules, specialized systems and routine procedures are insufficient, and where stronger general reasoning materially improves expected outcomes.

Does this mean enterprises should avoid frontier models?

No. It means frontier capability should be deployed where its additional value justifies its total cost and risk. Frontier models commonly require greater inference resources, but total outcome cost depends on success rate, retries, latency and human review — so a frontier model can absolutely be cheaper overall when it solves a difficult task in one attempt that a weaker system repeatedly fails.

Are small models always less capable?

Generally they have less breadth, but specialized small models can match or outperform larger general models on narrowly defined tasks.

Can the model route itself?

It can contribute a routing signal, but self-reported confidence should not be the only control.

Should every workflow use multiple models?

No. Multi-model complexity is justified only where it improves quality, cost, resilience, privacy or control. The risk of the opposite — one-model architecture — is unnecessary cost, provider dependence, poor task fit and weak fallback.

How should high-risk tasks be handled?

With suitable intelligence, deterministic validation, bounded authority and qualified human oversight. A stronger model does not eliminate governance.

Does more reasoning always improve accuracy?

No. Benefits vary by task, and additional generated reasoning can produce diminishing or negative returns.

What should the enterprise own?

It should strongly control task definitions, routing policy, private evaluations, context, tools, outcome data and learning.

What is frontier utilization?

The share of work or spend allocated to frontier systems. The metric is meaningful only when paired with measured frontier value.

Can the frontier move?

Yes. Today’s frontier capability may become tomorrow’s commodity model, edge model or deterministic service. Routing policy should be reviewed whenever models change, prices change, the task distribution changes, evaluations change, or incidents occur.

Where should a company begin?

Select one high-volume workflow currently using a frontier model. Decompose it into rules, retrieval, calculations, routine interpretation, genuine ambiguity and human decisions. Then evaluate alternative architectures.

Conclusion

Intelligence is a resource, not a default

The most powerful model is an extraordinary resource. It can understand unfamiliar problems, synthesize across domains, reason through ambiguity, operate tools, explore possibilities and help humans move beyond established methods. That capability should be celebrated. It should not be wasted.

The first phase of enterprise AI rewarded access. The second rewarded adoption. The next will reward allocation. The winning organization will not ask how to put its strongest model into every process. It will ask where stronger intelligence genuinely changes the outcome.

That question requires humility, because many apparent AI problems are actually data problems, process problems, policy problems, integration problems or management problems. A larger model may temporarily work around them. It may also make them harder to see.

The mature enterprise learns to separate:

  • Language from calculation
  • Judgment from policy
  • Novelty from volume
  • Importance from ambiguity
  • Model capability from system reliability
  • Intelligence access from intelligence ownership

And it understands that:

  • Rules are not inferior to reasoning
  • Small models are not inferior when the task is small
  • Frontier models are not excessive when the problem is truly frontier
  • Humans are not fallback systems for poorly designed automation

The correct enterprise architecture is not a pyramid in which everything moves upward toward the largest model.

Frontier casesfrontier models and expertsAmbiguous casesstronger reasoningRoutine casesrules, tools, specialized modelsESCALATIONCODIFIED LEARNINGbecomes: rules · tools · evals · small modelsthe downward flow is as important as the escalation — and is the one nobody builds
Not a pyramid — a circulatory system

Routine work moves through rules, tools and specialized models. Difficult work escalates. Frontier work receives frontier intelligence. Humanly consequential work receives human authority. And then learning flows back down — resolved cases becoming rules, tools, evaluations and smaller models. This downward movement is as important as the escalation, and it is the half that almost nobody builds. When the company learns from a frontier case, the same problem should not remain frontier forever.

The frontier model is therefore not only a solver. It is an explorer, a teacher, a capability builder and an exception resolver. Its highest enterprise value may come not from answering every question, but from helping the organization reduce the number of questions that require it.

The agentic firm should not maximize intelligence consumption. It should maximize useful, reliable, responsible outcomes per unit of intelligence.

That is token efficiency. That is strategic sovereignty. That is intelligent allocation.

And that is how enterprises reserve their most powerful machines for the problems powerful enough to deserve them.

Sources

Research grounding

The source conversation.This article begins from Satya Nadella’s dictum that enterprises should not use frontier models for non-frontier problems, and his example of trade-promotion claims as repeatable workflows suited to specialized models, enterprise traces and efficient learning systems.

Cost per successful task.OpenAI’s 2026 enterprise scorecard argues that AI economics should be measured through useful work, dependability and full cost per successful task rather than token price alone.

Evaluation of complete systems.OpenAI’s 2026 evaluation guidance emphasizes that frontier and agentic performance depends on the tested model, reasoning budget, tools, harness, safeguards, retries, time and cost.

Enterprise evals.OpenAI’s enterprise evaluation framework recommends specifying concrete quality requirements, measuring them under realistic workflow conditions, and improving systems through observed failures.

Model routing and cascades. FrugalGPT and RouteLLM provide research evidence that learned cascades and routers can improve the cost-quality trade-off relative to using one model universally, although results remain workload dependent.

Specialized small models. Recent enterprise-search and contract-extraction studies demonstrate that fine-tuned or domain-specialized small models can match or outperform larger models on some narrow tasks while improving throughput and cost.

Distillation and specialization. Google Research has demonstrated approaches for transferring useful reasoning signals from larger models into smaller task-specific systems, and for extracting efficient task-specific subnetworks.

Inference-time reasoning.Research on inference-time scaling shows that additional computation can improve difficult reasoning, but that the benefits vary across tasks and cannot be reduced to “more tokens equals more accuracy.”

Energy and efficiency.The IEA’s 2026 analysis notes that energy consumption per AI task is improving rapidly while total data-centre electricity demand continues to rise as usage and capabilities expand.

Risk management.NIST’s AI RMF emphasizes lifecycle testing, evaluation, verification, validation, continuous monitoring, and consideration of economic and environmental impacts when selecting and managing AI systems.

From guide to production

Want help choosing the right architecture for your process?

We map where agents create leverage in FMCG operations, then build and ship the ones that pay back. One call to pressure-test your highest-leverage use case.

All essays