TRACE-ROUTER: Task-Consistent and Adaptive Online Routing for Agentic AI· 面向任务一致性和自适应的在线路由
Routing to select large language models (LLMs) with different cost-quality trade-offs has become a fundamental deployment feature of enterprise AI. Existing routers, primarily make independent routing decisions for each LLM call. However, agentic applications execute as long-horizon workflows whose quality is determined only by a delayed, task-level outcome. This mismatch prevents per-call routers from correctly attributing feedback to individual routing decisions. Towards mitigating this, we present TRACE-Router, a task-level routing framework that aligns routing with the unit of supervision. TRACE-Router assigns each task to a model once at admission using a contextual bandit, pins all subsequent LLM calls to the selected backend, and updates its policy using the task's terminal reward,
TRACE-Router 实现任务一致性和自适应的在线路由。
- 核心方法
- 采用任务级路由框架,使用上下文臂选择模型,并根据任务最终奖励更新路由策略。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 现有路由机制在长周期工作流中的反馈误配问题。
- 关键实验
- 未提供
- 主要贡献
- 提出了 TRACE-Router,改善了任务级别反馈的路由决策。
- 意义与局限
- 对代理型 AI 应用有重要影响,尤其是在企业级部署中,但可能在短周期任务中效果有限。