Daily Tech Briefing
AI 科技速览

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

AI 快讯
MIT Technology Review AI · 2026/7/27 11:32:58

Building the enterprise environment for agentic AI

AI 中文解读
英特尔最新研究揭示,企业级代理式AI的真正价值远不止于升级版聊天机器人,而是能像虚拟员工一样自动完成从规划到执行的全套业务流程。英特尔通过数千次实验总结出五大实操经验:这类AI本质上是系统级工程,不能只看模型推理速度;衡量性能要关注任务成功率、完成时间、单位成本、并发密度等六项指标;规划算力应按每颗CPU能承载的代理数量来估算,而非简单数代理个数;监测系统要盯着任务延迟,而不是盯着CPU使用率;扩展时优先横向增加服务器,只有高负载场景才升级单机配置。这意味着企业部署AI代理需要重新设计基础设施,确保有足够的计算能力、数据通道、工具调用权限和监控体系。对普通人而言,这项技术将推动客户服务、订单处理、数据汇总等环节的全面自动化——未来你提交退款申请后,AI代理会自主查询规则、调用系统修改订单并发送确认邮件,全程无需人工干预,效率大幅提升。
For the enterprise, the promise of agentic AI is much more than just a better chatbot. It is software agents that execute business tasks end-to-end across people, business workflows, data, and systems. The platform best-suited to run agents is built with proper CPU capacity, resilient data access, policy-aware tool use, observability, memory management, and the ability to predictably plan and scale agents. To better understand some of these dependencies, Intel performed thousands of agentic AI workload experiments. Our initial findings create and support five practical lessons for enterprise leaders: Agentic AI is a larger systems problem, not just one of inference. The majority of existing agentic AI harnesses are limited and do not measure overall system performance. Plan capacity is done using agents per virtual CPU (vCPU) density, not agent count. Monitor agent task latency, not just average CPU utilization. Default to scale-out for systems hosting agents. Reserve scale-up for workloads with heavier per-agent compute or architectural constraints. Beyond inference: Agents as workflow automation Agentic AI is more than LLM inference. Its enterprise value depends on the full system, task orchestration, data access, tool execution, latency management, governance, and scalable infrastructure. An agent is a goal-driven automated enterprise workflow process: It plans a multi-step task, calls tools, reads results, and retries when something fails. Enterprise agents are therefore not just an inference problem; they are a systems problem. Defining what good looks like Most agentic AI metrics focus on evaluating the LLM used. Platform teams also need to know how long the tasks take, how many agents a fleet can support, what users experience at the end of the execution process, and how costs change as more agents work simultaneously. A more useful enterprise view looks at six metrics: Task success rate Cost per task Time per task Task throughput Agent density (agents per vCPU) Latency Together, these answer the questions enterprise AI operators care about: Is the system performing as expected? How many agents can the system sustain? How should it scale to support more agents? Building on solid foundations To gain a deeper insight into agentic AI workload performance, Intel extended Terminal-Bench, an open source benchmarking harness for evaluating AI agents with profiling, telemetry, and replay capabilities. This made it possible to understand where the agents spent time beyond LLM inference. The benchmark extension used a deterministic record-replay of LLM responses to separate agent performance from LLM variability. LLM responses were recorded once and replayed identically across runs, reducing run-to-run variance and creating a more reliable basis for comparison. The Terminal-Bench task mix used was intentionally broad. It included compilation, testing, database operations, Boolean logic, interpretation, ray tracing, compression, linear algebra, video transcoding, and machine learning training. That wide variety made the findings more relevant to real enterprise environments. Agentic AI in three dimensions Deploying agentic AI should be approached in three phases: Plan in terms of agent density, not agent count: The first sizing rule is to normalize agent count by available compute. Agent density, measured as agents per vCPU, is the leading signal for saturation. For example, 10 agents on an 8-vCPU system and 20 agents on a 16-vCPU system behave similarly if the density is the same. This gives architects a portable way to compare capacity across instance sizes and processor generations. The right density also depends on the business goal. Interactive copilots and user-facing assistants should favor lower density because response time matters. Batch workloads such as IT workflows can often run at higher density. This gives teams a practical way to
分享
阅读原文