mahesha.godekere
← all writing
agentic ai · model selection

No serious business runs on one model

The model card had thirty-two columns. None of them measured what my workload would actually do.

M Mahesha Godekere · June 2026 · 15 min read · Bengaluru
No serious business runs on one model. The benchmark, the job, the combination.

A model card looks like a cockpit. Thirty columns. Each one is a percentage. Almost none of them measure what your workload will do, and the columns that matter most are usually the ones the lab did not publish at all. And the question, in the end, is not which model you pick. It is which models, and how you route between them.

// the model card had thirty-two columnsThe cockpit, and the columns I needed

The model card had thirty-two columns.

I was trying to pick a model for a flow that would answer short, latency-sensitive questions a few thousand times an hour. The columns scrolled past: Terminal-bench, SWE-Bench Pro, MCP Atlas, CharXiv, MRCR v2 at one million tokens. Each column had a percentage, each calculated honestly enough by some methodology I had not read, and each was supposed to tell me whether this was the right model for what I was trying to do.

Not one of them was.

The card had no column for what my workload would cost by turn thirty, when every call carries eighty thousand tokens of accumulated context. It did not have a column for tail latency under real concurrency. It did not have one for how this model's failure modes would look, specifically, on the seven question types my flow actually had to answer. Those were the columns I needed. The ones on the card were the ones the lab had chosen to publish.

// what a 2026 model card looks like at first glance
model
terminal-bench 2.1
swe-bench pro
osworld
gpqa diamond
mmmu-pro
mrcr 1m
Gemini 3.5 Flash
76.2
55.1
78.4
n/p
83.6
26.6
Claude Opus 4.8
74.6
69.2
n/p
93.6
n/p
n/p
Codex (GPT-5.5)
78.2
58.6
78.7
89.4
n/p
n/p
Three real frontier models · six of thirty-plus columns shown · dashed cells are benchmarks each lab skipped or ran at a different version. sources: Gemini 3.5 Flash announcement · Claude Opus 4.8 · GPT-5.5 launch

I went back and read each column line by line. Half of them turned out to be measuring something close to the same skill in a slightly different costume. Others were saturated, meaning every frontier model now scores within a point or two, and the rankings between them have stopped meaning anything. A few were genuinely informative for the specific shape of work I was doing. None of them, together, told me what I needed to know in order to commit to a model and ship.

That is the problem this article is about. Not whether the numbers on a model card are real. They are. Each one is the answer to a question. The question is whether the questions on the card are the right ones for the job at hand, and what you do when they are not. The answer, by the time you finish reading, will not be about picking a model. It will be about combining them.

// what each axis measuresThe benchmarks, line by line

The first move is to read the benchmarks the same way you would read the column headings on a printout from a piece of test equipment. Each one measures a specific thing under a specific assumption. Knowing what that thing is, and what the assumption excludes, is most of the skill. The breakdown below is meant to read cleanly for two audiences. Engineers are picking a model for production, and non-coders are trying to figure out which of these scores tells them anything useful. If you do not write code, two or three of the cards will matter for your work, and the rest will not. The cards say which is which.

saturated · 87–92%
// what it tests A multiple-choice general-knowledge exam covering 57 college-level subjects, from physics and biology to philosophy, law, and medicine. The model picks one of four answers. It does not have to show its reasoning. Fourteen thousand questions in total.
// useful for Anyone using AI for factual lookup, trivia, study help, exam-prep, or as a general-purpose research assistant. The score is a rough proxy for "does the model know things across many subjects?"
// watch out for The questions have been on the open web since 2020. A high score may mean the model memorized the test rather than understood the subject. Modern frontier models all score above 87 percent, so the differences between top models on this number are mostly noise. English-centric, so a model that scores 92 percent in English may score much lower on equivalent questions in Hindi, Arabic, or Mandarin.
active · still discriminating
// what it tests A harder version of MMLU. Ten answer choices instead of four, and the model has to talk through its reasoning before committing. Designed so that memorizing the test bank does not work on its own.
// useful for Same use cases as MMLU, when the original score has saturated, and you need to tell top models apart on knowledge tasks.
// watch out for Same blind spots as MMLU. Does not measure how the model handles creative writing, judgment calls, or staying consistent across a long conversation. Still mostly English.
saturated · 90–95%
// what it tests Can the model write one short piece of computer code, in Python, from a clean description? Similar in shape to a programming interview question. 164 problems in total.
// useful for Software developers and teams building coding assistants. If you do not write code, this column is not for you. It also tells you nothing about writing, customer chat, summarisation, or non-coding tasks.
// watch out for The score predicts almost nothing about how the model performs in real software work within a real codebase. Most frontier models now score above 90 percent, so any vendor leading with a HumanEval number in 2026 is mostly showing you they have nothing newer to show.
active · 40–55%
// what it tests Given a real bug from a real open-source software project, can the model navigate the codebase, understand the surrounding code, and write a fix that passes the existing tests? Much harder than HumanEval, much closer to real engineering work.
// useful for Engineering managers and anyone deploying AI coding agents into production work. The score predicts roughly how often the agent can finish a real ticket without a human stepping in.
// watch out for Still a coding benchmark. Mostly test Python projects. Does not measure software design or refactoring judgment. Ignore if you are not building software.
active · ~70–80% at the frontier
// what it tests Can an AI agent actually operate a command line to finish a real task? Not write code in the abstract, but compile a project, set up a server, run a data-science workflow, fix a system-administration problem, work through a security task. The agent is handed a terminal and a goal, and the benchmark checks whether it reached the goal via a long chain of interdependent commands. Where SWE-bench asks "can it fix a bug in a repo," Terminal-Bench asks "can it drive the machine."
// useful for Anyone building or buying agentic coding tools, autonomous DevOps, or any agent that lives in a shell. The clearest single signal of whether a model can do things, not just describe them.
// watch out for The score depends heavily on the agent harness wrapping the model, not the model alone, so the same model can post very different numbers under different harnesses. And versions are not interchangeable: a 2.0 score and a 2.1 score do not directly compare, so check the version before trusting any head-to-head results.
active · 55–65%
// what it tests PhD-level questions in physics, biology, and chemistry, designed so they cannot be solved by searching the web. Domain experts get about 65 percent right. People with a PhD in a different field get about 34 percent.
// useful for Researchers, science writers, technical analysts, and anyone using AI for heavy science work. Also, the cleanest signal of how the model handles dense technical reasoning under pressure.
// watch out for Three sciences only. Tells you nothing about history, business, law, languages, art, or any non-science reasoning. A model can ace this and still write a poor business plan or a clumsy email.
active · open-ended
// what it tests A live competition. Humans see two anonymous AI responses to the same question, side by side, and pick the one they prefer. They do not know which model wrote which. The score is the average preference over thousands of votes. The closest thing in the field to which model feels better to talk to.
// useful for Anyone choosing a model for customer chat, content drafting, brainstorming, writing assistance, marketing copy, or general assistant work where the feel of the response matters as much as raw correctness.
// watch out for Measures whether the answer sounds good, not whether it is correct. A model that gives confident, well-written wrong answers can beat a model that gives careful, hedged right ones. The voting population is also mostly technical users, which skews the result toward what software developers prefer.
active · ~40% at the frontier
// what it tests A new exam written by 2,500 domain experts is expected to be harder than anything current AI can handle. Covers math, science, law, and other fields. Frontier models score around 40 percent. People who set it expect the score to climb slowly.
// useful for Telling the absolute top models apart on the hardest end of reasoning. Probably overkill if your use case is everyday assistant work.
// watch out for A young benchmark. The methodology is still being scrutinized. A 40-percent score is impressive in the abstract, but the gap between this number and what the model can usefully do for your job is large.

Three of those cards do more work than the rest: HumanEval, SWE-bench Verified, and Terminal-Bench. All three are about coding, and reading them next to each other is the single most useful way to interpret a model card. They are not measuring the same coding. They are measuring three different jobs that the field has decided to call by the same word.

HumanEval is a coding interview question. SWE-bench Verified is an on-call fix in a live codebase. Terminal-Bench is being handed the keys to the machine and told to finish the job.

Frontier models in 2026 score above ninety on the first and somewhere between forty and fifty-five on the second. The same model. That gap is the distance between writing a function from a clean prompt and tracking down a bug across 17 files written by 3 other people 2 years ago. Terminal-Bench sits further out still, in the seventies, under a good harness, where the model has to drive a real machine to the finish, and the agent wrapping it matters as much as the model itself. The benchmarks the labs publish make sure you see the first number. The work you are paying the model to do looks like the second and the third. The SWE-bench and Terminal-Bench tasks are published, with example traces, and are worth reading in full at least once.

The other thing worth knowing about benchmarks is that they degrade. Every benchmark has a shelf life, measured in months. When MMLU was first published, top models scored in the fifties. By 2026, frontier models are expected to score in the high eighties or above. The differences between them at that ceiling are within the margin of error, and the leaderboard rankings have become noise. The field has a term for squeezing every last point out of a saturated benchmark through evaluation choices and training-set tuning. The word is benchmaxxxing. It is honest engineering when used to advance a real capability. It is theatre when used to take a hundredth of a point from a saturated metric and use it for marketing.

The contamination problem is the second half of the same coin. MMLU questions have been on the open web since 2020. Any model trained on a recent crawl has seen most of them. A score that should reflect generalizable knowledge often ends up meaning memorizing the test bank. Inference-time decontamination work has shown that removing leaked items reduces reported MMLU accuracy by 19% and GSM8K accuracy by 23%. The labs know this. The newer benchmarks are private holdouts for exactly this reason. The old ones are still printed on the cards because they make the new model look better than the previous one, which is true, and because no buyer of model APIs ever penalized a vendor for showing a score that was a little too easy.

// the use-case mapTen jobs and the columns that matter for each

The benchmark cards above name what each column measures. The next step is to connect those columns to the work the model is being paid to do.

Different jobs care about different columns. A team writing customer-facing chat and a team building an agentic coding assistant should be reading two completely different subsets of the model card. A model that wins one job can be the wrong tool for the next. The skill is knowing which two or three columns matter for your work, and being honest about which columns are noise for you, no matter how impressive the published number looks.

Below is a working map. Ten common jobs, the benchmarks that matter for each, the ones that mislead, and how production teams end up combining models when a single choice is not enough. The strategy column reflects patterns that recur across published reports on multi-model production, not a single house recommendation.

What you are doing Weight these benchmarks Don't be fooled by Model strategy
Agentic coding AI that writes and debugs code in a real software project SWE-bench Verified · Terminal-Bench · GPQA Diamond HumanEval is saturated and predicts almost nothing real. Arena Elo measures preference, not correctness. Frontier for hard tickets. Edge or mid-tier for routine refactors. Aggressive compaction and a hard cost ceiling matter more than picking the absolute top model.
Customer support chat Conversational responses to product questions, complaints, account issues Arena Elo · MMLU (light) SWE-bench, GPQA, HumanEval are irrelevant. p99 latency under real concurrency matters more than any score. Edge or mid-tier as default. Frontier as the escalation path when confidence falls. Tight latency budget enforced at the gateway.
Article & blog writing Long-form written content with a consistent voice Arena Elo · MMLU (light, for facts) Coding benchmarks tell you nothing. A high MMLU score does not predict good prose. SWE-bench is irrelevant. Mid-tier for drafts. Frontier for high-stakes pieces. A second model for editing pass often beats single-model writing.
Marketing & social copy Short, persuasive copy with a brand voice (ads, social, email) Arena Elo (limited signal) Every standard benchmark under-measures brand fit. Treat all leaderboard scores as priors only. Edge or mid-tier with strong prompting beats frontier. Voice fine-tuning and prompt iteration matter more than the model choice.
Research & summarization Reading papers and long documents, extracting the key points GPQA Diamond · MMLU-Pro · long-context (MRCR when reported) GSM8K and HumanEval are noise. Multi-document accuracy is rarely on the card. Frontier with long context. Check tokenizer for cost on big documents. Mid-tier acceptable for short-doc work.
Financial analysis Numerical reasoning, financial modeling, structured extraction, spreadsheets Finance Agent (when reported) · GPQA Diamond · GSM8K as sanity check only GSM8K saturation makes it useless for differentiation. Tool-use reliability is the real bottleneck. Frontier with structured-output mode. Always verify with deterministic tools (calculators, spreadsheets, ledgers). Never trust a single-pass number.
Legal / contract review Reading contracts, flagging issues, summarising legal documents MMLU-Pro (law) · Humanity's Last Exam · long-context GPQA Diamond doesn't measure law. Confidently-wrong answers are catastrophic in this domain. Frontier + long context. Human in the loop is non-negotiable. A second model as adversarial reader catches more than a single-model pass.
Storytelling & fiction Long-form fiction, character work, dialog, narrative arcs Arena Elo (limited) No standard benchmark captures voice, character consistency, or narrative arc. High reasoning scores do not predict storytelling. Mid-tier often beats frontier for creative work. Test on your own style first. Multiple models in alternation can produce useful variety.
Scientific Q&A Technical science questions, research-design help, lab assistance GPQA Diamond · MMLU-Pro · MMMU (for figures and charts) GPQA only covers three sciences. Hallucination rate is not on the card. Frontier-only. Specialised scientific models exist for niche fields. Cite-and-verify discipline is mandatory.
Multilingual work Working in or across non-English languages MGSM (when reported) · translated variants of MMLU An English MMLU of 92% can drop to 70% in Hindi or Arabic. Very few labs publish per-language results. Test on your actual target languages. English-centric model strategy fails non-English production. Per-language routing is often necessary.

Reading those rows together, three patterns repeat. Worth naming.

First, most jobs need at most two or three columns from the card. The other twenty-seven columns are noise for your specific work. The skill is knowing which two or three matter for you, and a model that is impressive on the wrong columns for your job is not impressive for you.

Second, a single model is rarely the right answer for everything. Production deployments commonly use one model for high-throughput routine work and a second model for the small slice of queries that need depth. Coding assistants route by complexity. Customer support agents escalate to a frontier model when their confidence falls. Creative tools sometimes use two different models in alternation for variety. Picking the best model is usually picking the wrong question. The better question is which combination of models, routed how.

Third, for several real jobs the column you most need does not exist on any model card: brand voice, legal hedging, narrative arc, multilingual nuance. The benchmark for those jobs is your own evaluation set, run on your own prompts, with your own definition of good. The model card is the starting point, not the destination.

// the columns the card does not haveOff-card axes that decide production

The columns on a model card are the ones the lab chose to publish. The columns that decide whether the model will work for the job you are paying it to do are different ones. Most of them cannot be measured in a leaderboard cell. They only show up when the model encounters real workload.

Cost in an agent loop is not linear

The pricing page tells you the cost per million tokens. It does not actually tell you what a multi-step agent run costs. At every turn of an agent loop, the entire conversation history is sent back to the model. By turn ten, the agent's context window contains 20,000 tokens of accumulated history. By turn thirty, that number is closer to eighty thousand. Each token is billed every time the model is called.

// tokens shipped per turn in an unbounded agent loop
turn 1
5,000 tokens · baseline
turn 5
~12,000 tokens · 2.4×
turn 10
~20,000 tokens · 4×
turn 20
~50,000 tokens · 10×
turn 30
~80,000 tokens · 16×
per-turn cost grows roughly as n(n+1)/2 · teams modelling per turn underestimate full-session cost by 3–5×

The compounding is a triangular series that grows roughly with the square of the turn count. A workflow that feels like ten small steps can accumulate 80,000 to 200,000 tokens before it ends. Teams that budget per turn instead of per session underestimate the full cost by three to five times. The forty-seven-thousand-dollar agent loop is not a folk tale. It happens when a token budget alert fires after the budget has already been spent. Compaction is the within-session counter-pressure to all of this, which is why the harness that wraps the model is, in 2026, the thing that decides whether the bill on Monday matches the demo on Friday.

The tokenizer and the tail

The price per million tokens is not the price per million words. Different models tokenize the same text differently, and when one major lab shipped its 2026 flagship, the new tokenizer produced up to thirty-five percent more tokens for the same input. The per-token price was unchanged; the per-job cost was not. Latency hides in the same place. Published numbers are medians, and production fails at the tail. The principle, The Tail at Scale, was named back in 2013. For LLM inference, the p99-to-median ratio ranges from 1.8× to 2.7× under normal load, widening further once GPU utilization exceeds 80%. The card shows neither the tokenizer multiplier nor p99, so you measure both yourself, under your own load.

Failure-mode behavior, not score

The score tells you what fraction of test items the model got right. It does not tell you what it does when it gets one wrong. Two models with the same 80% score can behave differently in the remaining 20%. One refuses honestly and asks for help. One hallucinates confidently. One asks a clarifying question and recovers. One commits to the wrong answer and writes three paragraphs justifying it. The choice between those models, on the same score, is sometimes the only choice that matters.

// three tiers, one decisionFrontier, edge, and the layer above

Once you have read what the card publishes and inferred what it does not, the architectural decision is the one the card cannot make for you. Three tiers, three jobs.

// tier 1 · frontier
Frontier models
// pricing$3 to $30 per million tokens, output side priced higher
// strengthsHardest reasoning. Complex codebases. Expert-tier domains. Long context with intact recall.
// weaknessesCost compounds in agent loops. Latency tails. No offline option. Vendor lock through native features.
// pick whenthe workload genuinely needs the reasoning headroom and you can keep volume bounded
// tier 2 · edge-native
Edge / local models
// pricingYour own hardware, or a fraction of frontier per-token
// strengthsPredictable latency. Predictable cost. Privacy by default. Offline operational.
// weaknessesHardest reasoning tasks remain frontier-only. Smaller context windows. Setup and ops are yours.
// pick whenreal-time UX, regulated data, offline scenarios, or high-volume routine queries
// tier 3 · provider-routing
Provider routing
// pricingPer-request, across providers, through a single API
// strengthsPer-request model selection. Cross-vendor failover. Cost-optimisation per query class.
// weaknessesAnother layer to operate. Gateway hop in the latency budget. Provider availability varies.
// pick whentraffic is heterogeneous and the cost-optimisation math justifies the orchestration tax

The default the field is converging on, after the early reflex of routing everything to the most expensive model, is the 70/30 split.

// where production queries actually go (2026 norm)
70–80% · edge / mid-tier
20–30% · frontier
Enterprise teams now run 5+ models in production as the norm · the question is which tier each query goes to, not which single model to commit to

The numbers are reported consistently across multiple practitioner surveys: roughly seventy to eighty percent of production queries can be served well by a small model close to the user, and the remaining twenty to thirty percent are the ones that justify the frontier spend. Routing the easy three quarters to the cheap tier is what makes the unit economics of an agentic product work. The routing layer, not the model, is what most teams underinvest in.

The 2026 shift, if you want it in one line, is to pick one model and route every request to the cheapest tier that handles it well. Hosted gateways, production-control proxies, and open-source routers exist to make that practical. Picking one of them, in 2026, is closer to picking a database than picking a vendor.

// the most common ways to choose wrongWhat goes wrong in week one

The mistakes are predictable, and most occur the week the model goes into production. A short field guide to the ones I have seen most.

// the combination, not the modelWhere the next year of work happens

I think about the model card again. Thirty-two columns. Each measures one specific thing. Each of them is honest in its own frame. None of them could answer the question I was trying to ask.

The question I was trying to ask, in the end, was not which model. It was which strategy for using which model where. That is a different question, and the model card does not have a column for it because the column does not fit on a model card. The strategy is the harness that wraps the model and decides how much context to ship. It is the router that decides which tier this request is routed to. It is the eval suite of 100 test cases, drawn from real user prompts, that catches the failure modes a benchmark cannot see. It is the alert that fires before turning thirty, not after.

The first two articles in this series were about the harness. This one is about what sits inside it. Read the three together, and the seam becomes obvious. The intelligence is in the model. The decisions about what to remember, what to compact, what to route, what to ship, and what to budget are all in the regular code around the model. That regular code is where the work that compounds for builders lives.

The model is the commodity. The combination is the product.

If you are picking a model this month, read the card. Then read the columns that it does not have. Build a small evaluation set from your own prompts, run every candidate model against it under realistic concurrency, and measure latency, failure modes, and costs. Treat the leaderboards as priors, not as decisions. And remember, when the next leaderboard reshuffle happens four weeks from now, that the part of your architecture that compounds is the part that does not change between models. The strategy is the part that stays. Read it as carefully as you read the card.

M
Mahesha Godekere

Principal Architect at StanceBeam. Building Agentic AI & edge computer-vision systems. Ex-Syniverse, VeriSign · MMS Picture Messaging at carrier scale (40M+ Sprint subscribers). Bengaluru.