DevelopmentNew Release12 min readPublished July 23, 2026

Launched Jul 22, 2026 · Teams + Enterprise · vendor-stated 60% A/B savings

Cursor Router: Automatic Model Routing Cuts AI Spend

Cursor Router launched July 22, 2026 for Teams and Enterprise plans: a request-level classifier that inspects every coding request before a model runs and routes it to the model that fits. Cursor reports 60% savings in its own A/B tests and 30–50% for early enterprises versus all-Opus-4.8 — vendor-stated figures, and worth reading with exactly that label attached.

DA
Digital Applied Team
Senior strategists · Published Jul 23, 2026
PublishedJul 23, 2026
Read time12 min
SourcesCursor blog + docs, MarkTechPost
A/B-test savings
60%
vendor-stated · Cursor-run A/B
Early-enterprise savings
30–50%
vendor-stated · vs all-Opus 4.8
Classifier training set
600K+
live requests
Cost per commit · Balance
$4.63
Cursor’s own comparison

Cursor Router is the automatic model-routing system Cursor launched on July 22, 2026 — a classifier that inspects every coding request before a model runs and routes it to the model Cursor judges most capable for that specific task. The pitch: frontier intelligence at lower cost. The headline: 60% savings in Cursor’s own online A/B tests, and 30–50% for early-access enterprises versus routing everything to Opus 4.8.

The spend pattern Router targets is one Cursor states plainly: roughly 60% of developers using Cursor pick a single model as their daily driver — which means routine work gets completed at frontier prices, and AI spend grows much faster than output quality. (Note that this 60% is a usage statistic, not the savings claim — the two figures happen to share a number and come from the same launch post.)

This guide covers what shipped and where, how the classifier actually works, the three optimization modes and their two very different billing mechanics, the vendor-stated numbers and their caveats, the Grok 4.5 dependency buried in the docs, and the bigger picture: model routing graduating into a three-layer discipline. One standing caveat applies throughout — every savings and satisfaction figure here is Cursor-reported, not independently audited.

Key takeaways
  1. 01
    Launched July 22, 2026 for Teams and Enterprise.Cursor Router works across desktop, web, iOS, the CLI, and the Cursor SDK. Teams-plan workspaces get it on by default; Enterprise admins must enable it manually and control rollout per organization group.
  2. 02
    It’s a classifier, not a fallback chain.Router inspects each request before any model runs — classifying by query, context, task complexity, and domain, combined with learned model behavior. The classifier was trained on 600,000+ live requests and evaluated in online A/B tests.
  3. 03
    Every savings number is vendor-stated.Cursor reports ~60% savings at frontier quality in its own A/B tests across millions of requests, and 30–50% for early-access enterprises vs all-Opus-4.8 ‘with no decrease in quality’ — measured by Cursor’s own metrics, with no independent audit.
  4. 04
    The fine print matters: Grok 4.5 is mandatory.Per Cursor’s docs, the router cannot function without Grok 4.5 enabled as its cost-efficient floor model, and block-lists cannot exclude it. Balance and Intelligence modes also cost about twice as much as Cost mode on average — up to 2–4x.
  5. 05
    Routing is becoming a three-layer discipline.IDE-level per-request routing (Cursor Router), agent-architecture planner/worker splits, and vendor-native pricing tiers are converging on the same idea: match each unit of work to the cheapest model that clears the quality bar.

01What ShippedOne launch, five surfaces, two plans.

Cursor Router went live on July 22, 2026 as the routing layer for Cursor’s Teams and Enterprise plans. It is not a new model — it is a decision system that sits in front of the models Cursor already offers, choosing per request which one should do the work. In Cursor’s own words, it “lets teams automatically route every request to the most capable model for the task, delivering frontier intelligence at a lower cost.”

The launch slots into the agent-first direction Cursor has been building since Cursor 2.0 reorganized the product around agents: the model picker becomes less of a user decision and more of a system responsibility. Cursor frames Router as one piece of a broader token-efficiency push, alongside dynamic tool calling — native tool descriptions are no longer preloaded into every prompt; the model looks them up on first need — and continued harness improvements.

Release snapshot
Cursor Router is available from July 22, 2026 on desktop, web, iOS, the CLI, and the Cursor SDK. Teams plans have it on by default; Enterprise admins must enable it manually. Admins can configure it per organization group, disable up to two of the three optimization modes, set a team default, and choose whether the routed model is displayed — hidden is the default and Cursor’s recommended setting, “so results are judged on their own merit rather than by model name.”

That last default is worth pausing on. Hiding the routed model is a defensible product decision — it prevents model-brand bias in how developers judge output — but it also means a team adopting Router is, by default, no longer observing which model wrote which code. The validation playbook in Section 08 treats un-hiding that field as step one.

02How It WorksA classifier, not a fallback chain.

Most “routing” in production AI systems is reactive — retry chains and fallbacks that only engage after a model fails or times out. Cursor Router is proactive: it classifies each request before any model runs, using the query, the surrounding context, task complexity, and domain, combined with learned behavior about how each model actually performs on each request type. The classifier was trained on more than 600,000 live requests and evaluated in an online A/B test across millions more, optimizing for user satisfaction — Cursor calls the metric “AFC” — as the reward signal.

Cursor’s own description of the routing rules is refreshingly concrete: simple work goes to the most price-efficient models, UI updates go to the model with “the best taste,” and complex, long-horizon problems go to frontier reasoning models. That maps closely to the routing logic cost-conscious teams were already hand-building — the kind we documented in our model-routing cost and quality engineering guide — except automated, continuously retrained, and applied per request rather than per project.

“Roughly 60% of developers using Cursor pick a single model as their daily driver. This results in routine work being completed at frontier prices, and AI spend growing much faster than output quality.”— Cursor, ‘Introducing Cursor Router’ launch post, July 22, 2026

One technical detail separates Router from naive per-request routing: it is cache-aware in both training and evaluation. Switching models mid-conversation invalidates the prompt cache, and cache misses are a real cost. Cursor trained the classifier on data where routing produces cache misses, and its reported cost savings already include the cost of those misses. That is a methodological detail most routing pitches skip — and, as Section 05 argues, a useful credibility test for the whole category.

03Optimization ModesThree modes, two very different billing paths.

Router exposes three optimization modes — Cost, Balance, and Intelligence — which Cursor positions as points along a “cost-intelligence Pareto frontier.” The mode names describe what the classifier optimizes for; the billing mechanics underneath them differ in a way that materially changes what “savings” means.

Bundled
Auto Cost
bundled Auto pricing · per Mtok

Uses the previous Auto routing logic and optimizes token spend. Billed per million tokens at bundled Auto pricing regardless of which model handles the request — the predictable-budget option.

Cheapest per Cursor’s docs
Default middle
Auto Balance
per-request billing · routed model’s rate

Cursor’s A/B data puts Balance above Opus 4.8 on user satisfaction at about 36% lower cost, and comparable satisfaction to GPT-5.6 Sol at a lower spend rate — vendor-measured on Cursor’s own metrics.

$4.63 per commit · Cursor’s comparison
Frontier target
Auto Intelligence
per-request billing · routed model’s rate

Per Cursor, Intelligence lands near Fable on user satisfaction at about 60% lower cost for teams, and lifts satisfaction roughly 15% over Opus 4.8 at nearly the same cost — again, vendor-measured.

$6.76 per commit · Cursor’s comparison

The billing split is the part teams miss at procurement time. Cost mode keeps bundled Auto pricing — you pay per million tokens no matter which model ran. Balance and Intelligence bill per request at the routed model’s own rate, and per Cursor’s docs they “on average cost about twice as much as Cost, and up to two to four times as much” depending on mode. In other words: the modes with the headline satisfaction claims are also the modes with the least predictable bill. Budget owners should model both paths before defaulting the team onto Balance.

04The NumbersThe vendor numbers — and their asterisks.

Cursor published a cost-per-commit comparison alongside the launch. It is Cursor’s own chart — a vendor-generated comparison, not a controlled third-party benchmark with fully disclosed methodology — but it is the most concrete pricing signal available, and MarkTechPost’s independent write-up reproduced the same figures.

Cost per commit · Cursor’s own comparison · Auto modes vs single-model baselines

Source: Cursor’s own cost-per-commit comparison, July 22, 2026 (vendor-generated; reproduced by MarkTechPost)
Fable 5 (single model)Frontier daily-driver baseline
$12.69
Opus 4.8 (single model)The all-Opus baseline early enterprises routed away from
$7.34
Auto IntelligenceRouted · per-request billing
$6.76
Auto BalanceRouted · per-request billing
$4.63

Run the arithmetic on Cursor’s own chart and the mode claims hold together: Auto Balance at $4.63 sits about 37% below the $7.34 Opus 4.8 baseline — consistent with the “about 36% lower cost” Cursor quotes for Balance — and roughly 64% below Fable 5’s $12.69. Auto Intelligence at $6.76 is a slim ~8% under Opus 4.8 but about 47% under Fable 5, which is the comparison behind Cursor’s claim that Intelligence lands near Fable on satisfaction at about 60% lower cost for teams. GPT-5.6 Sol, per Cursor, “matched the cost of Intelligence” with lower satisfaction — Cursor published no exact per-commit figure for Sol, so neither do we.

Headline claim
A/B-test savings at frontier quality
60%

Cursor’s top-line result from online A/B tests across millions of live requests: frontier-quality performance at 60% savings. Vendor-run, vendor-judged — the tests were designed, executed, and scored by Cursor on its own traffic with its own satisfaction metric.

vendor-stated
Early access
Enterprise savings vs all-Opus 4.8
30–50%

Three high-volume enterprise accounts with thousands of users saved 30–50% on Auto-routed requests versus routing everything to Opus 4.8, ‘with no decrease in quality’ — quality as measured by Cursor’s own metrics, not an independent audit.

vendor-stated
Training set
Live requests behind the classifier
600K+

The routing classifier was trained on more than 600,000 live requests and optimized against user satisfaction (Cursor’s AFC signal) as the reward. Real-traffic training data is the moat here — it’s what an IDE-native router has that a marketplace router doesn’t.

Cursor blog + docs

05MethodologyWhy Cursor chose online A/B over offline evals.

Cursor made a deliberate methodological choice worth understanding even if you never buy the product: it measured Router with large online A/B tests rather than offline evals, citing offline evals’ small sample sizes, their distance from real-world usage, the difficulty of reducing success to a rubric — and the fact that offline evals omit the cache-miss costs that model switching creates.

“We chose to measure the efficacy of our router using large online A/B tests instead of offline evals. While offline evals are useful proxies for quality, they’re limited by their small size, their distance from real-world usage, and the difficulty of reducing success to a rubric.”— Cursor, ‘Introducing Cursor Router’ launch post, July 22, 2026

Two quality metrics anchor the evaluation. First, user satisfaction, classified from user responses — moving straight on to the next feature reads as a strong positive signal; correcting the agent reads as a strong negative one. Second, keep rate — how much agent-generated code actually remains in the codebase over time. Cursor states it has used both metrics to evaluate every model launch and harness improvement for the past nine months, so Router is being scored on the same scale as everything else Cursor ships.

The credibility test
Cursor discloses that switching models mid-conversation invalidates prompt cache, and that its reported savings already include the cost of those cache misses. That level of methodological transparency is rare in router marketing — and it cuts both ways. Any routing vendor claiming savings without disclosing how cache-miss costs were handled deserves a discount on the claim: a router that ignores cache economics can look great in a demo and leak the savings back in production.

The honest limits remain: online A/B at this scale is better evidence than an offline leaderboard, but the experimenter, the traffic, and the judge are all Cursor. Satisfaction-by-AFC is a proxy Cursor invented and has not opened to external review. None of that makes the numbers wrong — it makes them unverified, which is a different thing, and Section 08 is about closing that gap on your own codebase.

06Fine PrintThe Grok 4.5 dependency and the admin controls.

The most consequential line in the launch isn’t in the blog post — it’s in the docs. Per Cursor: “To create cost savings, the router needs a powerful yet cost-efficient model to use when it isn’t calling other frontier models, so enabling Cursor Grok 4.5 is a requirement for the router to work.” Model block-lists cannot exclude it. Grok 4.5 — which shipped in Cursor on July 8, 2026, two weeks before Router, at $2 per million input tokens and $6 per million output (the fast variant runs $4/$18) — is the cost-efficient floor that makes the routing math work.

That’s a real tension inside an otherwise vendor-neutral pitch: a system sold as “route to whatever model fits best” has one non-negotiable model hardwired into it. For most teams this is an acceptable trade — the floor model is cheap and capable — but organizations with model-governance policies that exclude specific providers should read this requirement before turning Router on, because the router literally cannot deliver its stated savings without it. Cursor’s docs add a related warning: blocking too many models reduces routing quality and “can disable the router” entirely.

What admins actually control

  • Rollout: Enterprise workspaces have Router off by default and enable it manually; Teams workspaces have it on by default. Configuration is per organization group.
  • Mode governance: admins choose which optimization modes members may select (up to two of the three can be disabled) and set a default mode for the team.
  • Model visibility: whether the underlying routed model is displayed. Hidden is the default and recommended setting.
  • “Impose Auto”: two enforcement levels — Soft defaults new chats to Auto but lets members switch; Hard locks the model picker to Auto. Both are off by default.

Framing matters here: Router is not a system that silently removes human model choice. Balance and Intelligence are opt-in modes, admins govern every enforcement step, and the hardest setting — locking the picker — is off by default. The governance layer is arguably the most enterprise-mature part of the launch.

07The Bigger PictureRouting is now a three-layer discipline.

Zoom out from the launch and a pattern comes into focus that no single vendor is stating explicitly: by mid-2026, model routing is operating at three distinct layers of the stack simultaneously. Cursor Router automates the IDE layer — per-request model choice inside a coding session. One level down, agent architectures split planner and worker roles across model tiers — Cursor’s own agent-swarm cost breakdown shows how dramatically that mix moves total run cost. And at the vendor layer, pricing tiers are now baked directly into model families — GPT-5.6’s Sol/Terra/Luna split, Google’s Pro / Flash / Flash-Lite ladder — with per-task cost comparisons across frontier models increasingly deciding which tier wins which job.

The three layers of model-routing discipline as of July 2026: what each layer optimizes, who controls it, the savings signal claimed, and what to monitor.
LayerWhat gets optimizedWho decidesSavings signal (as claimed)Where quality risk hides
1 · IDE / tool-level per-request routingCursor Router · OpenRouter Auto RouterWhich model handles each individual request inside a sessionThe tool’s classifier; admin-governed in Cursor’s caseCursor reports ~60% in its A/B tests, 30–50% for early enterprises — all vendor-statedSilent quality drift on hard requests; cache-miss overhead from mid-session switches
2 · Agent-architecture planner/worker splitsCursor’s swarm cost write-upWhich model tier plans versus executes inside one agent runThe agent architect / harness configurationCursor’s published swarm example ran the same rebuild at $9,373 in one configuration and $411 in another — vendor-published single caseCheap workers compounding errors on hard steps; planner becoming the bottleneck
3 · Vendor-native pricing tiersGPT-5.6 Sol/Terra/Luna · Gemini Pro/Flash/Flash-LitePer-task unit price at the model-family level, before any router runsThe vendor’s product ladder; your procurement defaultsThe tier price spread itself — the gap routing layers above it exist to captureCapability gaps between tiers that only show up on your own eval set, not the vendor’s benchmarks

The contrast with OpenRouter sharpens what’s actually new here. OpenRouter’s pre-existing Auto Router selects a model per prompt from a curated pool — powered by NotDiamond, weighing prompt complexity, task type, and model capabilities — then pins the selected model and provider for the rest of the conversation to preserve cache hits. It charges no routing fee, and selection is non-deterministic: the same prompt may route differently over time. That is marketplace-style, any-app routing. Cursor Router is IDE-native, coding-conversation-aware, cache-aware across whole sessions, and admin-governed for teams. Same category name, genuinely different products — and the fact that both now exist at scale is the point.

Independent commentary is reading it the same way. TestingCatalog, the AI-news account, put it directly: “Routers hold huge business value, and this will continue to be the trend. I bet that in the long run, routers will also be pushing frontier capabilities beyond what pure models will be able to.” Whether or not routers ever push past pure models, the near-term direction is hard to argue with — this launch is one component of a broader AI cost-optimization discipline that now spans all three layers above.

08Practitioner PlaybookValidate before you trust the routing.

Since every published Router number is vendor-generated, the responsible adoption path is to reproduce the claim on your own traffic before making Auto the team default. The good news: Cursor’s own evaluation metrics — satisfaction and keep rate — are exactly the ones a team can approximate locally. Here is the validation sequence we’d run with any engineering organization adopting routing.

Step 1 · Control group
A/B your own rollout

Keep one cohort on always-frontier (your current daily driver) and move a comparable cohort to Auto. Compare spend per merged PR, rework rate, and review friction over two to four weeks — not over a demo afternoon. This mirrors Cursor’s own methodology at team scale.

Do this before broad rollout
Step 2 · Keep rate
Track code survival, not vibes

Measure how much Auto-generated code survives in the codebase over time versus the control cohort. Keep rate is Cursor’s second anchor metric for good reason — it catches quality degradation that day-one satisfaction misses.

Instrument from day one
Step 3 · Un-hide the model
Spot-check the routed-model field

The routed model is hidden by default. Turn the display on for at least the pilot period and sample your hardest PRs: if complex, long-horizon work is landing on the cost floor rather than frontier reasoning models, you’ve found the failure mode before it found you.

Sample hard PRs weekly
Step 4 · Price the fine print
Model the dependency and the billing

Confirm the mandatory Grok 4.5 floor is compatible with your model-governance policy, and model Balance/Intelligence per-request billing (about 2x Cost mode on average, up to 2–4x per Cursor’s docs) against your actual request mix before committing budgets.

Run the procurement math

Our interpretation of the trend: routing shifts where the value lives. Through H1 2026, teams competed on which model they picked — the H1 2026 AI-coding retrospective reads largely as a story of model selection. Routers make that selection a system property, which means the differentiator moves to routing quality, harness efficiency, and the evaluation data that trains the classifier. Cursor’s 600K-request training set is the real asset here; the modes are just its interface.

Looking forward, the reasonable projection is that routing becomes the default purchasing surface for AI coding within a few quarters — the model picker demoted to an expert control, the router judged the way teams judge compilers: by output, not by brand. If that holds, vendor-stated savings claims will matter less than routing transparency, and the vendors that win enterprise trust will likely be the ones that, like Cursor here, publish their methodology — cache misses and all — rather than just the headline percentage. Teams that want help building this kind of evaluation and cost-governance muscle can start with our AI transformation services.

09ConclusionThe router is the product now.

Model routing, July 2026

Treat the savings as a hypothesis to test, not a line item to book.

Cursor Router is the clearest signal yet that model routing has graduated from cost hack to product category. A classifier trained on 600,000+ live requests, cache-aware economics, three governed optimization modes, and an enterprise admin layer — that is a serious system, shipped across every Cursor surface on July 22, 2026, and it makes the single-model daily driver look like the legacy pattern it probably is.

The discipline is remembering what kind of evidence backs it. The 60% A/B savings, the 30–50% enterprise results, the cost-per-commit chart — every number is Cursor-designed, Cursor-run, and Cursor-judged. Vendor-stated is not the same as wrong; it is the same as untested on your codebase. Run the control-group rollout, watch keep rate, un-hide the routed model, and price the Grok 4.5 floor and per-request billing before defaulting the team onto Auto.

And place this launch in its wider frame: per-request routing at the IDE layer, planner/worker splits at the agent layer, and pricing tiers at the vendor layer are three expressions of one idea — match every unit of work to the cheapest model that clears the quality bar. The teams that internalize that as an operating discipline, rather than a checkbox in one vendor’s settings panel, are the ones that will keep frontier capability while everyone else keeps frontier invoices.

Route AI spend like an engineering discipline

Frontier output on routed budgets.

We help engineering and marketing teams build model-routing strategies, run honest A/B validations of vendor savings claims, and put AI cost governance on rails — delivered in days, not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

AI cost-governance engagements

  • Routing-mode rollouts with control-group validation
  • Keep-rate and satisfaction instrumentation for AI code
  • Multi-layer routing: IDE, agent, and pricing-tier strategy
  • Procurement math for per-request vs bundled AI billing
  • Model-governance policies that survive vendor fine print
FAQ · Cursor Router guide

The questions we get every week.

Cursor Router is Cursor’s intelligent model-routing system, launched July 22, 2026 for Teams and Enterprise plans. Instead of a developer picking one model for every task, Router inspects each request before any model runs — classifying it by query, context, task complexity, and domain, combined with learned model behavior — and routes it to the model Cursor’s classifier judges most capable for that job. It works across desktop, web, iOS, the CLI, and the Cursor SDK. Teams-plan workspaces have it on by default; Enterprise admins must enable it manually. The launch targets a spend pattern Cursor says it observes internally: roughly 60% of developers daily-drive a single model, which means routine work gets completed at frontier prices.
Related dispatches

Continue exploring AI cost discipline.