返回首页

对比阅读

对比阅读:Alibaba Cloud Rebuilds PAI for the Agent Era — Engineering Beats Compute 与 阿里云升级整套 AI 基建 — 不再比算力多少,开始比系统工程

AEN
Alibaba CloudPAICloud Conference·

Alibaba Cloud Rebuilds PAI for the Agent Era — Engineering Beats Compute

At the Cloud 2026 conference, Alibaba Cloud put forward a judgment: the biggest AI change of the past year is not that models got larger or data more plentiful, but that everyone is now using Agents (AI that autonomously executes tasks)—and to make Agents actually run, infrastructure must be upgraded from "stacking compute" to "precision systems engineering." This new infrastructure has been named Agentic AI Infra.

What this is

Alibaba Cloud rebuilt its AI platform PAI from the ground up, with four core upgrades.

Training side: PAI-DLC 3.0 treats a 10,000-GPU cluster as a single machine for scheduling, boosting remote data loading by up to 35% and model throughput by 3.24x.

Inference side: PAI-InferX raises KV Cache (intermediate computation results cached during inference) hit rate by 35%, cuts first-token response time by 40%, and lifts overall throughput by 55%. In other words, the same GPUs can now handle more than double the Agent sessions.

Reinforcement learning side: PAI-CrystalLLM uses 32 GPUs to virtualize a 10,000-GPU cluster for trial-and-error, while PAI-RLS turns RL (letting models learn through trial-and-error) into a schedulable service, claiming it can train a domain-leading SOTA (state-of-the-art) model in just 5 days.

Physical AI suite: targets robotics and autonomous driving, addressing the pain points of expensive real-world data and slow annotation.

Industry view

We note that the main AI battleground is shifting from "whose model has more parameters" to "whose engineering system is tighter." Core papers like TrainMover, ACDC, and ServeGen have been accepted at top systems conferences OSDI, NSDI, and SOSP—the academic credentials are solid.

But cooler voices exist. First, most enterprises haven't even gotten a single Agent running stably—PAI's "precision systems engineering" is too distant a bar for them; the bottleneck is talent and awareness, not technology. Second, PAI-RLS's claim of "SOTA in 5 days" rests on a 400B model and 200,000 concurrent trajectories, which remains unaffordable for mid-sized enterprises. Third, Tencent Cloud, ByteDance Volcano, and Huawei Cloud are all building similar platforms—the Agent Infra track is becoming the next red ocean.

Impact on regular people

For enterprise IT: the barrier to building in-house is rising. Rather than assembling an Agent platform from scratch, mid-sized firms should plug into the ready-made Agent services cloud vendors now offer.

For individual careers: using Agents and understanding Agent infrastructure are two different things—the latter remains a high-paying skill for a small group of engineers.

For consumer markets: in the short term, consumers won't notice changes. But whether Agents run stably and whether costs come down will determine the experience and pricing of tomorrow's AI products.

来源: juejin.cn
BZH
阿里云PAI云栖大会·

阿里云升级整套 AI 基建 — 不再比算力多少,开始比系统工程

阿里云在云栖 2026 大会上抛出一个判断:过去一年 AI 最大的变化不是模型更大、数据更多,而是大家都在用 Agent(自主执行任务的 AI)— 而要让 Agent 跑起来,基础设施必须从"堆算力"升级成"精密系统工程"。这套新基建被命名为 Agentic AI Infra。

这是什么

阿里云把旗下人工智能平台 PAI 整套重做了一遍,核心升级分四块。

训练侧:PAI-DLC 3.0,把万卡集群当作一台机器调度,远端数据加载提速最高 35%、模型吞吐量提升 3.24 倍。

推理侧:PAI-InferX,把 KV Cache(推理时缓存的中间计算结果)命中率拉高 35%、首字响应时间降低 40%、整体吞吐提升 55%。换句话说,同样 GPU 能多扛一倍多的 Agent 会话。

强化学习侧:PAI-CrystalLLM 用 32 卡虚拟出万卡集群做试错,PAI-RLS 把 RL(让模型在试错中学习)做成可调度服务,自称 5 天能训出一个领域 SOTA(当前最优)模型。

物理 AI 套件:面向机器人和自动驾驶,处理真机数据贵、标注慢的痛点。

行业怎么看

我们注意到,AI 竞争主战场正在从"谁的模型参数大"转向"谁的工程系统精"。TrainMover、ACDC、ServeGen 等核心论文被 OSDI、NSDI、SOSP 等系统顶会收录,学术含金量够。

但冷静声音也存在。第一,大多数企业目前连一个 Agent 跑稳都没做到,PAI 提供的"精密系统工程"对他们太远 — 这道门槛在人才和认知,不在技术。第二,PAI-RLS 所谓"5 天训出 SOTA"建立在 400B 模型和 20 万组并发轨迹上,落到中型企业预算依然不可承受。第三,腾讯云、字节火山、华为云都在做类似平台 — Agent Infra 赛道正在变成下一个红海。

对普通人的影响

对企业 IT:自建门槛在涨,中小企业与其从零搭 Agent 平台,不如直接接云厂商现成的 Agent 服务。

对个人职场:会用 Agent 和懂 Agent 基础设施是两件事,后者仍是少数工程师的高薪技能。

对消费市场:短期内消费者感受不到变化,但 Agent 跑得稳不稳、成本降不降得下来,会决定未来 AI 产品的体验和定价。

来源: juejin.cn