阿里字节新论文:AI智能体服务需新架构

Rohan Paul · @rohanpaul_ai · X·2026-08-22 03:30·4天前
AI 导读

阿里与字节新论文指出,AI智能体性能瓶颈已从模型推理转向工具、内存、环境与模型的协同。基于10个智能体应用的AgentSysBench测试显示,任务感知调度降低延迟29–40%,通信感知放置提速4.5倍,状态卸载节省内存4.6倍,缓存消除35.2%冗余搜索调用。单纯优化token/秒已不够,需将模型、工具、内存与通信统一调度。

Rohan Paul@rohanpaul_ai
37AI 编辑部评分,满分 100

阿里字节新论文:AI智能体服务需新架构

2026-08-22 03:30· 4天前
AI 导读

阿里与字节新论文指出,AI智能体性能瓶颈已从模型推理转向工具、内存、环境与模型的协同。基于10个智能体应用的AgentSysBench测试显示,任务感知调度降低延迟29–40%,通信感知放置提速4.5倍,状态卸载节省内存4.6倍,缓存消除35.2%冗余搜索调用。单纯优化token/秒已不够,需将模型、工具、内存与通信统一调度。

New Alibaba ByteDance paper shows that AI agents can no longer be served like ordinary LLM requests.

Because most of the performance problem now sits across tools, memory, environments, and the model together.

Bottleneck can also move from the LLM to embeddings, databases, sandboxes, or network transfer as the request and deployment change.

This paper builds AgentSysBench around 10 agentic applications and finds that model inference is often no longer the main bottleneck.

They find task-aware serving cuts latency by 29–40%, communication-aware placement delivers up to a 4.5× speedup, state offloading cuts memory by 4.6×, and caching removes 35.2% of redundant search calls.

So optimizing tokens per second is no longer enough. Agent infrastructure has to schedule models, tools, memory, and communication as one workload.

– arxiv. org/abs/2608.15127

Title: "From LLM Inference to Agentic Workloads: Characterization and Implications for Serving Systems"