# Factory Router发布：智能路由优化编码智能体成本与性能

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-06-03 01:51
- AIHOT 分数：72
- AIHOT 链接：https://aihot.virxact.com/items/cmpwykowx01yysl79fj613bot
- 原文链接：https://x.com/rohanpaul_ai/status/2061868407130329470

## AI 摘要

Factory推出Factory Router，一个编码智能体模型选择器。它通过将每次编码任务视为路由决策，首先使用最具性价比的模型处理，仅在遇到失败或需要深度推理时升级至更强前沿模型。该方案旨在保持与Claude Opus 4.7相近的性能（报告称达到其Terminal-Bench 2分数的99%），同时将AI会话成本降低20-25%。其核心理念是“前沿AI应保留给前沿工作”。

## 正文

Factory just introduced Factory Router， a coding-agent model selector.

Claude Opus-class results while cutting AI session spend by 20-25%.

Reports 99% of Claude Opus 4.7's Terminal-Bench 2.

Basically it works by treating each coding-agent run as a routing decision： it first sends the task to the cheapest model class that should be strong enough for that kind of work， then escalates to a stronger frontier model if the session starts failing or needs deeper reasoning.

Frontier AI should be reserved for frontier work.

### 引用推文

> Factory：Introducing model routing to Factory. Factory Router picks the right model for every task, automatically. Maintain frontier performance while cutting costs by 2...
