Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
MarkTechPost · 2026/7/28 22:45:56

Fireworks AI Releases Fireworks Nexus: A Drop-In Routing and Cost-Control Layer That Moves Routine Coding Work to Open-Weight Models

AI 中文解读
Fireworks AI新推出的Nexus平台,堪称AI领域的“智能省钱管家”——它把日常编程任务自动分流到更便宜的开源模型,帮企业省下大把钞票。 过去,工程师们无论任务难易都调用昂贵的顶级AI模型,成本高得离谱。比如Uber四个月就用光了原本规划两年的AI预算。Nexus就像一个聪明的交通指挥员:先让AI评估每个任务的难度,简单的编码工作自动交给成本只有十分之一的开源模型,复杂任务才转回高端模型。整个过程对开发者完全透明,原本用的编程工具(比如Claude Code)无需调整,一键安装就能接入。 对企业来说,这意味着AI使用成本能直接砍掉三分之二以上——测试显示每合并一个代码补丁,开销减少三分之一。最终受益的是我们普通用户:企业省下的成本可能变成更便宜的软件订阅、更快的产品更新,或者让更多小公司也用得起高级AI工具。程序员也能更专注于创造性工作,而不是为控制预算绞尽脑汁。
Fireworks AI has released Fireworks Nexus, an AI management and routing platform aimed at engineering organizations. It connects the coding tools developers already use to a managed layer of open-weight models. The problem it targets is well documented. Forbes reported that Uber exhausted its entire 2026 AI budget in four months. Claude Code had reached roughly 5,000 engineers after a December rollout. Fireworks cites the same report, noting agentic adoption climbed from about a third of engineers to more than four-fifths in two months. Fireworks frames the underlying issue as a mismatch, not an overspend. Most organizations run routine work at frontier prices. Operational complexity has made switching to open-weight models unattractive for platform teams. Fireworks Nexus Nexus is composed of three components: 1. Enterprise controls and cost observability: Teams set budgets at the team or company level. They track ROI across models and tools, and enforce policy from one place. Requests run on the Fireworks production inference platform, with US-hosted endpoints, zero data retention, and coverage across 20 global data centers. 2. Workflow continuity: FireConnect is a one-line install that maps harness model slots to Fireworks models. It is released under Apache 2.0 and can be installed from the Fireworks Dashboard in a single command. Claude Code, Codex and OpenCode keep working unchanged. FireConnect runs on Fireworks Serverless APIs that are Anthropic- and OpenAI-compatible, so most tools connect with a base URL and a model ID. 3. Intelligent traffic management: A custom trained model scores each request’s difficulty. Routine requests go to a cost-effective open-weight model served by Fireworks. Difficult requests pass through to your existing provider on your own key, which Fireworks states is never stored server-side. The research team reports this typically delivers a 3–5× cost reduction. One important note for anyone planning a rollout. The router is a research preview. It currently routes between Claude Opus 5 and GLM-5.2, so the pass-through path requires an Anthropic key. An all-open configuration routes between Kimi K3 and GLM-5.2 instead. (function(){ var f=document.getElementById('mtp-nexus-explainer'); window.addEventListener('message',function(e){ if(e&&e.data&&e.data.mtpEmbed==='nexus-explainer'&&e.data.height){ f.style.height=e.data.height+'px'; } },false); })(); Performance Fireworks research team has been testing Nexus with dev teams including Notion and Doximity. Preliminary results show a one-third reduction in cost per merged pull request. The research team also reports a blended token rate roughly a quarter of the closed model labs. These are vendor figures from a preview program, and should be read that way. The more useful evidence comes from two independent evaluations Fireworks cites. Faros AI ran 211 real engineering tasks drawn from 12 repositories across seven model-and-harness routes. Claude Code on GLM-5.2 scored 0.568 on a model-based rubric judge. Claude Code on Opus 4.8 scored 0.521. The cost gap was larger than the quality gap: $0.92 per task against $1.76. Cache share was 89.7% and 99.7% respectively, so caching does not explain the result. Faros stresses that the cohort is company-specific and not a universal leaderboard. Arize, in a joint study with Fireworks, evaluated 10 models on 40 Terminal-Bench tasks at six trials each. That is 2,400 runs and $626 of API spend, graded by each task’s own test suite. The headline metric is cost per successful task, which counts every failed and retried attempt. Two findings from that study bear directly on the Nexus design. On easy tasks the frontier premium buys nothing: Kimi K2.6 passed 73% where GPT-5.5 passed 69%. On hard tasks only the top tier competes, with GPT-5.5 at 51% and Kimi K3 at 32%. Arize’s evaluation harness is open source, so teams can rerun it on their o
分享
阅读原文