Daily Tech Briefing
AI 科技速览

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

AI 快讯
arXiv AI · 2026/7/28 04:00:00

HeraSys: Collaborative Serving of Multiple LLM Workflows via Fine-Grained End-to-End Optimization

AI 中文解读
HeraSys让AI大模型“组团干活”效率翻倍:当多个AI任务同时运行时,系统不再各自为战,而是通过智能合并重复计算和动态调度,把响应速度提升2倍以上。以前用AI处理复杂任务时,不同请求往往在后台重复做相同的工作,就像好几个厨师分别做同样的菜,浪费资源。HeraSys就像一个聪明的总指挥,它会自动识别哪些计算步骤是重复的,合并执行,同时根据任务紧急程度排队,保证所有请求都快速完成。这意味着未来你用AI写报告、做数据分析、甚至同时调用多个AI助手时,系统响应会更快更稳定,深夜加班赶项目也不用担心AI卡顿导致效率低下。对于企业来说,这种优化能显著降低算力成本,让更多用户同时享受流畅的AI服务。
arXiv:2607.22578v1 Announce Type: new Abstract: The proliferation of Large Language Models (LLMs) has shifted serving systems from processing isolated requests to orchestrating high-concurrency, multi-tenant agentic workflows. However, existing solutions typically prioritize intra-workflow optimization, largely neglecting the significant potential for inter-workflow optimization. In this paper, we propose HeraSys, an LLM serving system designed to optimize the end-to-end performance of concurrent workflows. Through fine-grained orchestration, HeraSys eliminates cross-workflow computational redundancy via structural node merging and reuse. Furthermore, HeraSys introduces a load-aware joint scheduling policy that dynamically manages execution order by evaluating both inter- and intra-query priorities. By integrating a resource skewing mechanism with adaptive batching and pipeline decomposition, HeraSys effectively mitigates tail latency while maintaining low average latency, thereby substantially improving system throughput. Extensive experiments demonstrate that HeraSys reduces P99 latency by up to 2.17$\times$ and increases serving throughput by up to 1.85$\times$ under strict latency guarantees.
分享
阅读原文