跳到主内容
精选78Latent Space(RSS)技巧与观点

Glean 谈模型路由:成本驱动,开源模型需求激增

Frontier Model Cost and Open-Weights Popularity is Driving Demand for Model Routing

原文
推荐理由

做企业级 AI 部署或模型路由的同学必看,Glean 给出了三层路由机制、成本对比和基于 AI 法官的持续评估闭环,可直接借鉴到自己的架构里。

With the intense competition among frontier model companies, together with ever-increasing power of open-weight models like Kimi K3 and Qwen3.8-Max, model routing has become a key part of AI deployment. We’ve just seen Stripe buy OpenRouter for over $7B, but the trend is equally hot in enterprises.

随着前沿模型公司之间的激烈竞争,以及Kimi K3和Qwen3.8-Max等开放权重模型实力的不断增强,模型路由已成为AI部署的关键部分。我们刚刚看到Stripe以超过70亿美元收购OpenRouter,但这一趋势在企业领域同样火热。

Glean, co-founded and led by ex-Google Distinguished Engineer Arvind Jain, specializes in bringing AI to large organizations. It was last valued at $7.2B after a $150M Series F fund raise last June. This year, it reached $300 million in annual recurring revenue (ARR) — a three-fold increase over 15 months.

Glean由前谷歌杰出工程师Arvind Jain联合创立并领导,专注于将AI引入大型组织。去年6月完成1.5亿美元F轮融资后,其估值达到72亿美元。今年,其年经常性收入(ARR)达到3亿美元——在15个月内增长了三倍。

Part of Glean’s mission is to select which model to use for each task — or indeed if an LLM is even required.

Glean的使命之一是为每项任务选择使用哪个模型——或者甚至判断是否真的需要LLM。

“A big goal of Glean is to avoid using LLMs for tasks where we don’t need them,” Jain told Latent Space. “Sometimes you’ll see queries in Glean where people are adding two numbers or multiplying two numbers. They could have used a calculator to do that.”

“Glean的一个重大目标是避免在不需要LLM的任务上使用它们,”Jain告诉Latent Space。“有时你会看到Glean中的查询是人们在加两个数或乘两个数。他们本可以用计算器来完成。”

But what Glean is mostly trying to do is bring what Jain calls “one really powerful personal co-worker” to enterprise employees. And that means being a kind of meta-harness for leading LLMs.

但Glean主要想做的,是为企业员工带来Jain所称的“一个真正强大的个人同事”。这意味着成为领先LLM的一种元框架。

Glean announced its third-generation Glean Assistant last September; these days, agents are a big part of Glean’s system.

Glean于去年9月发布了第三代Glean Assistant;如今,智能体已成为Glean系统的重要组成部分。

“You can think of Glean today as a superset of ChatGPT, Claude, Gemini, Grok,” Jain said. “All these different AI products that we’ve been using day to day, Glean combines the power of all of them into one experience.”

“你可以把今天的Glean看作是ChatGPT、Claude、Gemini、Grok的超集,”Jain说。“所有这些我们日常使用的不同AI产品,Glean将它们的全部能力整合为一种体验。”

With enterprises, bringing AI technology into an organization is just half the challenge. The other half is bringing organizational knowledge into the AI systems.

对于企业而言,将AI技术引入组织只是挑战的一半。另一半是将组织知识引入AI系统。

“Ultimately our business is to deeply understand your data, knowledge, and information, but also how work happens inside your company,” Jain said.

“归根结底,我们的业务是深入理解你的数据、知识和信息,同时也要理解你公司内部的工作方式,”Jain说。

How model routing is done in Glean

Glean中的模型路由是如何实现的

So what does model routing mean in practice? Basically, Glean offers three levels of model selection:

那么模型路由在实践中意味着什么?基本上,Glean提供三个层次的模型选择:

  • Employees can explicitly choose a model.
  • Administrators can restrict models or impose usage limits.
  • Glean’s automatic mode selects a model dynamically for each task.
  • 员工可以明确选择模型。
  • 管理员可以限制模型或设置使用限制。
  • Glean的自动模式会为每项任务动态选择模型。

Configuring models for certain tasks.

为特定任务配置模型。

It turns out automatic mode is mostly chosen by Glean’s customers for economic reasons.

事实证明,Glean的客户大多出于经济原因选择自动模式。

“Why are people talking about model routing? Why are they excited about it? It’s mostly because of cost,” Jain told us.

“为什么人们谈论模型路由?为什么他们对它感到兴奋?主要是因为成本,”Jain告诉我们。

Another co-founder of Glean, engineering lead Tony Gentilcore, recently claimed that Glean “is 4x more cost-effective” than Claude Code, “averaging $0.45 per task versus $1.84 for Claude Cowork.” He put that down to Glean’s “harness and routing capabilities.”

Glean 的另一位联合创始人、工程负责人 Tony Gentilcore 最近声称,Glean “比 Claude Code 性价比高 4 倍”,“每项任务平均成本为 0.45 美元,而 Claude Cowork 为 1.84 美元”。他将此归功于 Glean 的“编排和路由能力”。

Individually, many of us are getting great value out of our $20, $100 or $200 monthly subscription to an LLM provider. But for an enterprise, the per-user costs can easily spiral out of control.

就个人而言,我们许多人从每月 20 美元、100 美元或 200 美元的 LLM 提供商订阅中获得了巨大价值。但对于企业来说,每用户成本很容易失控。

“AI models have been getting expensive,” Jain said. “Like, if you look at Opus or the latest models of GPT, the most advanced models. Not only are they very powerful, they can run much more complex tasks than the previous models. But on a per token basis, they’re more expensive — sometimes double or quadruple the rates of the previous models. And then users actually use them to run much longer tasks. So you’re spending, like, 10 times, 20 times, more, on a per user basis, than what you were doing last year. So the costs have gone up a lot.”

“AI 模型一直变得昂贵,”Jain 说。“比如,如果你看 Opus 或最新的 GPT 模型,那些最先进的模型。它们不仅非常强大,能执行比之前模型复杂得多的任务,而且按 token 计算,它们也更贵——有时是之前模型价格的两倍或四倍。然后用户实际上用它们运行更长的任务。所以你在每个用户上的花费,比去年多了 10 倍、20 倍。所以成本已经大幅上升。”

The human feedback loop

人类反馈循环

Another key factor in Glean’s rise is that it gets to see how ordinary business users are using AI. The product is potentially deployed to every employee as a “coworker,” and it’s also used to build and deploy agents across all departments and functions.

Glean 崛起的另一个关键因素是,它能看到普通业务用户如何使用 AI。该产品可能作为“同事”部署给每位员工,也用于跨所有部门和职能构建和部署代理。

Among its customers, Zillow reports 80% adoption across 7,000 employees, while at Booking.com, “Glean became the first AI platform adopted company-wide.” That kind of penetration gives Glean an enviable view into how AI is being used in enterprises.

在其客户中,Zillow 报告称 7,000 名员工中有 80% 采用了该产品,而在 Booking.com,“Glean 成为首个全公司采用的 AI 平台”。这种渗透率让 Glean 对企业中 AI 的使用情况有了令人羡慕的洞察。

“So we are getting to observe what people are actually doing with AI on a very broad basis,” said Jain. “We are getting to see when they’re on different types of tasks with AI, what models do they select first, and when they are not satisfied, when they actually upgrade to some other model [that] actually gives them the right results.”

“所以我们能在非常广泛的层面上观察到人们实际在用 AI 做什么,”Jain 说。“我们能看到他们在不同类型的任务中使用 AI 时,首先选择哪些模型,以及当他们不满意时,何时升级到其他模型,那些真正能给出正确结果的模型。”

This human feedback loop, at scale, helps improve the model routing system.

这种大规模的人类反馈循环有助于改进模型路由系统。

Here’s Waldo, gathering raw materials

这是 Waldo,正在收集原材料

Another part of Glean’s architecture is a model called Waldo, which Jain described as sitting on top of the large language models. Waldo was introduced in April as “Glean’s first agentic search model.”

Glean 架构的另一部分是名为 Waldo 的模型,Jain 将其描述为位于大型语言模型之上。Waldo 于 4 月推出,被称为“Glean 的首个代理式搜索模型”。

Glean claims that Waldo, its agentic search model, “reduces latency by 50% and tokens by 25%, reserving advanced models for work that needs them.”

Glean 声称,其代理式搜索模型 Waldo “将延迟降低 50%,token 减少 25%,将高级模型保留给需要它们的工作”。

In a technical blog post, Waldo was portrayed as a kind of filtering process for user queries: it “decides how to break down the question, which tools to use, what to read next, and when it has enough evidence to hand off to a frontier model for a high-quality answer.”

在一篇技术博客文章中,Waldo被描绘成一种用户查询的过滤过程:它“决定如何分解问题、使用哪些工具、接下来阅读什么,以及何时有足够证据交给前沿模型以提供高质量答案。”

This means the model routing is happening after Glean has determined what Jain calls the “raw materials” that are needed for the task.

这意味着模型路由发生在Glean确定了Jain所称的任务所需的“原材料”之后。

“We’re able to assemble the raw materials needed to do the work without burning LLM tokens,” he added.

“我们能够在不消耗LLM令牌的情况下组装完成工作所需的原材料,”他补充道。

A corollary of this is that a cheaper model with better context may outperform a frontier model loaded with irrelevant data.

由此得出的推论是,一个更便宜且上下文更丰富的模型可能胜过加载了无关数据的前沿模型。

The rapid rise of open-weight models

开放权重模型的迅速崛起

Jain confirmed there is now significant interest from enterprises in open-weight models, primarily due to cost concerns. But this has only happened over the past few months.

Jain确认,目前企业对开放权重模型表现出浓厚兴趣,主要出于成本考虑。但这只是过去几个月才发生的事情。

“Last year, the usage [of open source LLMs] was minuscule and nobody was really seriously considering open source,” he said. Partly that was because of the “stigma” of many of these open source models being developed outside the US.

“去年,开源LLM的使用量微乎其微,没有人真正认真考虑开源,”他说。部分原因是许多开源模型在美国以外开发,带有“污名”。

But suddenly, interest among enterprise customers has risen.

但突然间,企业客户的兴趣上升了。

Jain’s tweet on July 27, 2026, in support of open-weight models.

Jain于2026年7月27日发布推文,支持开放权重模型。

“So in the last three months, because AI got so expensive, businesses have started to find it untenable to maintain these AI investments,” Jain said. “Given that open source is an order of magnitude cheaper to do tasks, it has created a lot of interest. Today, I can say that in most enterprises, they are considering open source models to be a key part of their AI strategy.”

“所以在过去三个月里,因为AI变得如此昂贵,企业开始发现维持这些AI投资难以为继,”Jain说。“鉴于开源在执行任务时成本低一个数量级,这引发了很多兴趣。今天,我可以说,在大多数企业中,他们正在考虑将开源模型作为其AI战略的关键部分。”

More than that, organizations tend not to rely on just one or two providers anymore — and the rise of open-weight models is driving this trend.

更重要的是,组织不再倾向于只依赖一两个提供商——开放权重模型的崛起正在推动这一趋势。

“Nobody is willing anymore to rely on only one model provider, or two, and nobody thinks that they can survive without open source,” Jain said.

“没有人愿意再只依赖一个或两个模型提供商,也没有人认为没有开源他们能生存下去,”Jain说。

Evals

评估

You can’t have a serious conversation about AI in 2026 without discussing evals — assessing the quality of results from LLMs. I asked how Glean goes about doing evals and how that is fed back into the model routing system.

在2026年,如果不讨论评估——即评估LLM结果的质量——就无法进行严肃的AI对话。我问Glean如何进行评估,以及这如何反馈到模型路由系统中。

Jain said they have “internal testing systems” where they compare real-world workloads, across different query classes, with alternative options. So they let the model choose a route and in parallel they try to complete the same task with “some other models which are maybe a little bit less expensive and a little bit more expensive.”

Jain说他们有“内部测试系统”,在不同查询类别中,将真实工作负载与替代选项进行比较。因此,他们让模型选择一条路线,同时尝试用“其他一些可能稍微便宜一点或稍微贵一点的模型”完成相同的任务。

How Glean monitors quality.

Glean如何监控质量。

Glean then uses “AI-based judges” to determine “how spot-on the model router was.”

Glean随后使用“基于AI的评判员”来确定“模型路由器的准确度如何”。

“So there’s this continuous learning that gets updated with new real-world traffic, where basically what is happening is that you let the model router do the work for the user, but behind the scenes you run the same task,” Jain explained.

“因此,存在这种持续学习,它会随着新的真实世界流量而更新,基本上发生的情况是,你让模型路由器为用户工作,但在幕后你运行相同的任务,”Jain解释道。

He added that this is done for only “a small fraction” of the real-world usage, but at Glean’s scale that’s more than enough to help train and improve the model router.

他补充说,这仅针对真实世界使用中的“一小部分”进行,但在Glean的规模下,这足以帮助训练和改进模型路由器。

From enterprise search to end-to-end AI platform

从企业搜索到端到端AI平台

One of the trends we’ll be monitoring going forward on Latent Space is how AI systems are being implemented within enterprises — and how some of these organizations are going full-on AI-native.

我们未来在Latent Space上将持续关注的一个趋势是,AI系统如何在企业内部实施——以及其中一些组织如何全面转向AI原生。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近