Search Ctrl+K
Change language Switch ThemeSign In
Curated Daily BriefWeekly PicksTopics SettingsHelp CenterCollapse
Narrow Mode
Cursor Launches Intelligent Model Router Cursor Router, Reducing Costs by 30–60%
Cursor Launches Intelligent Model Router Cursor Router, Reducing Costs by 30–60%
 meng shao@shao__meng
别再一个模型撸到底,你大部分任务都用不着 Fable 5 和 GPT-5.6 Sol 这么强(贵 !)的模型!
Cursor 团队观察数据:约 60% 的 Cursor 开发者只固定使用一个"主力模型",因此 Cursor 推出「Cursor Router」:用一个训练好的分类器替开发者选模型,在保持前沿模型质量的同时把成本降低 30–60%! cursor.com/blog/router
这个请求级分类器是怎么实现的?
· 训练数据来自真实流量:基于 60 万+ 条线上真实请求训练,并在数百万条线上请求的 A/B 测试中验证,优化目标是用户满意度(AFC)作为奖励信号。
· 路由依据四个维度:查询内容、上下文、任务复杂度、领域,再结合 Cursor 对各模型行为特征的了解。分工示例:简单任务给性价比模型,UI 修改给"审美最好"的模型,复杂长程问题给前沿推理模型。
· 缓存感知(cache-aware)是亮点。切换模型必然导致 prompt cache 失效,这部分额外成本很容易被忽略。Cursor Router 在训练数据中就包含了路由导致缓存未命中的场景,报告的成本节省也已计入缓存失效成本。这让它的数据更可信。
· 为模型快速迭代而设计:分类器架构便于在新模型发布后快速纳入路由池,不必推倒重来。
三种模式效果数据表现如何?
· Intelligence 模式:用户满意度接近 Fable,成本低约 60%;与 Opus 4.8 成本相近时满意度反而高约 15%。
· Balance 模式:满意度高于 Opus 4.8,成本低约 36%。
单次 commit 成本:Intelligence 为 $6.76、Balance 为 $4.63,对比 Fable 5 的 $12.69 和 Opus 4.8 的 $7.34。
· 企业早期客户:数千用户规模的三个高用量账户,相比全量走 Opus 4.8,节省 30–50% 且质量无下降。
评估方法论挺有意思
Cursor 明确放弃离线评测(offline evals),理由是样本小、脱离真实使用场景、难以用评分标准定义"成功",且无法体现切换模型的缓存成本。他们改用两个线上指标:
- 用户满意度——用户直接进入下一个任务是强正信号,纠正 agent 是强负信号;
- Keep rate——agent 生成的代码在代码库中的留存比例。
产品与管控设计
面向 Teams / Enterprise:用户在模型选择器中选 Auto,再选 Intelligence / Balance / Cost 三档;管理员可以按团队分级开启、限定成员可选的模式、设置默认档位、允许或屏蔽特定模型。覆盖桌面端、Web、iOS、CLI 和 SDK。
值得注意的背景与延伸
· Dynamic tool calling:大部分原生工具描述不再默认加载进每个 prompt,模型首次需要时才查询(沿用 MCP 的模式),高频工具如 read/edit 保持常驻。这直接压缩了每次请求的固定 token 开销。
· 模型池两端同时拉升:Grok 4.5 抬高上限(承接高难度任务),Composer 持续改进日常路径(低成本档位不掉质量)。Show More
#### Cursor
@cursor_ai · 10h ago
Introducing Cursor Router, our intelligent model router that selects the right model for the task at hand.
Router delivers frontier-quality results at 60% lower cost.Show More
00:21
316
466
7,589
862K
Jul 23, 2026, 1:39 AM View on X
1 Replies
0 Retweets
1 Likes
616 Views  meng shao @shao__meng
Follow
One Sentence Summary
Cursor uses a trained classifier to automatically select the model based on query content, context, task complexity, and domain, achieving frontier quality and significantly reducing costs.
Summary
Cursor team observed that about 60% of developers stick to a single "main" model, so they launched Cursor Router: a trained classifier that selects the model for the developer, reducing costs by 30–60% while maintaining frontier quality. The router's training data comes from 600,000+ real online requests, validated with A/B testing on millions of online requests, with user satisfaction (AFC) as the optimization target. Routing is based on four dimensions: query content, context, task complexity, and domain, combined with Cursor's knowledge of each model's behavior characteristics. For example, simple tasks go to cost-effective models, UI modifications to the "best aesthetic" model, and complex long-horizon problems to frontier reasoning models. A notable feature is cache-aware design: the training data includes scenarios where routing causes prompt cache misses, and the reported cost savings already account for cache invalidation costs, making the data more reliable. Designed for rapid model iteration, the classifier architecture allows easy onboarding of new models into the routing pool. Intelligence mode achieves user satisfaction close to Fable 5 at about 60% lower cost; when cost is similar to Opus 4.8, satisfaction is about 15% higher. Balance mode has satisfaction higher than Opus 4.8 at about 36% lower cost. Per-commit cost: Intelligence $6.76, Balance $4.63, compared to Fable 5's $12.69 and Opus 4.8's $7.34. Early enterprise customers (three high-usage accounts with thousands of users) saved 30–50% compared to using Opus 4.8 exclusively, with no quality degradation. Cursor abandoned offline evals and switched to two online metrics: user satisfaction and keep rate for evaluating model releases. The product offers Teams/Enterprise support with Auto, Intelligence/Balance/Cost tiers, administrative controls by team hierarchy, and coverage across desktop, Web, iOS, CLI, and SDK. Additionally, Dynamic tool calling and model pool stretching (Grok 4.5 raising the ceiling, Composer improving daily paths) further compress fixed token overhead.
AI Screening
85
Influence Score 2
Published Today
Language
Chinese
Tags
Cursor
Model Routing
Cost Reduction
User Satisfaction
Cache-Aware
Make your daily reading actually fit you.A daily brief built from the sources you follow. Get started free HomeDiscoverSettings