PyTorch Conference NA 2026:Agentic AI
Agentic AI and Next-Gen Intelligence Sessions at PyTorch Conference North America 2026
TL;DR
TL;DR(太长不看)
PyTorch Conference North America 2026 features Agentic AI and Next-Gen Intelligence across sessions on training agents, serving agents in production, agents that build PyTorch, and PyTorch in the physical world.
2026年北美PyTorch大会在关于训练智能体、在生产环境中部署智能体、构建PyTorch的智能体以及物理世界中的PyTorch等议题中,展现了智能体AI与下一代智能。
Agentic AI and Next-gen Intelligence at PyTorch Con NA
PyTorch Con NA上的智能体AI与下一代智能
When you look at the schedule for PyTorch Conference North America 2026, one thing jumps out: agents are featured everywhere. They write kernels, triage CI, migrate workloads between chips, drive robots, and answer the phone. The interesting questions have shifted from whether a model can do any of these things to how we train, serve, govern, and debug systems that act on their own.
当你查看2026年北美PyTorch大会的日程安排时,一个显著的特点是:智能体无处不在。它们编写内核、处理CI问题、在不同芯片间迁移工作负载、驱动机器人并接听电话。有趣的问题已经从模型能否做到这些,转变为如何训练、部署、治理和调试能够自主行动的系统。
Here is a guided tour of the agentic AI and next-generation intelligence content across the two days of PyTorch Conference North America, along with why it is worth being in the room.
以下是对北美PyTorch大会两天内智能体AI与下一代智能内容的导览,以及为什么你值得亲临现场。
View the full conference schedule
查看完整会议日程
Register for PyTorch Conference North America 2026
注册参加2026年北美PyTorch大会
It starts on the keynote stage
一切从主题演讲舞台开始
Three keynotes frame the whole conversation.
三场主题演讲构成了整个对话的框架。
Beyond Brute Force: The Era of Adaptive Intelligence
超越蛮力:自适应智能时代
Sara Hooker, Adaption
Sara Hooker,Adaption公司
October 20, 09:40am | Grand Ballroom
10月20日,上午9:40 | 大宴会厅
The next unlock isn’t scale, it’s architecture: systems that keep learning after deployment, closing the gap between a model’s frozen training distribution and the world it actually operates in. Sara’s talk digs into continual, gradient-free learning, which includes updating behavior without full retraining, without catastrophic forgetting, and without paying for repeated fine-tuning cycles. If you have ever shipped a model and watched it slowly drift out of relevance, you will not want to miss this.
下一个突破点不是规模,而是架构:系统在部署后仍能持续学习,缩小模型冻结的训练分布与其实际运行环境之间的差距。Sara的演讲深入探讨了无需梯度的持续学习,包括在不进行完整重新训练、不出现灾难性遗忘且不支付重复微调成本的情况下更新行为。如果你曾经发布过一个模型,看着它逐渐失去相关性,那么这场演讲你一定不能错过。
Workload Fungibility in the Age of Agents
智能体时代的计算负载可移植性
Bill Jia, Google Cloud
Bill Jia,Google Cloud
October 21, 09:15am | Grand Ballroom
10月21日,上午9:15 | 大宴会厅
The other half of the story addresses agents as developers. Alongside the deep dive on TorchTPU going open source, Jia demos long-horizon agentic workflows that migrate complex model workloads from GPUs to TPUs. The workflows keep going, hill-climbing on quantization, custom kernel generation, and sharding strategies with minimal human intervention.
故事的另一方面涉及将智能体视为开发者。在与TorchTPU开源相关的深度探讨之外,Jia演示了长周期智能体工作流,这些工作流将复杂的模型负载从GPU迁移到TPU。这些工作流持续运行,通过量化、自定义内核生成和分片策略进行爬山式优化,且几乎不需要人工干预。
Agentic AI Foundation Keynote
智能体AI基础主题演讲
Mazin Gilbert, Agentic AI Foundation
Mazin Gilbert,Agentic AI Foundation
October 21, 09:10 | Grand Ballroom
10月21日,上午9:10 | 大宴会厅
Mazin Gilbert is the Executive Director of the Agentic AI Foundation at the Linux Foundation and has over 25 years of experience pioneering open source platforms, authoring 100+ research papers, and holding 260+ U.S. patents. In his keynote, he will provide critical context on how agentic infrastructure is establishing a neutral governance home to support scalable, enterprise-ready open source AI deployment.
Mazin Gilbert 是 Linux Foundation 下 Agentic AI Foundation 的执行主任,拥有超过 25 年开创开源平台的经验,撰写了 100 多篇研究论文,并持有 260 多项美国专利。在主题演讲中,他将提供关键背景信息,说明代理基础设施如何建立一个中立的治理家园,以支持可扩展、面向企业的开源 AI 部署。
Training agents: RL becomes a requirement
训练智能体:强化学习成为必需
The single densest cluster of agentic content is in post-training. Multi-turn, tool-using, long-horizon RL has moved from research curiosity to production requirement.
最密集的智能体内容集群位于后训练阶段。多轮次、使用工具、长视野的强化学习已从研究好奇心转变为生产环境的必需品。
Agentic RL Training in PyTorch
PyTorch 中的智能体强化学习训练
Yichuan Wang, Shuhua Yu, Meta
Yichuan Wang, Shuhua Yu, Meta
October 20, 16:20 | 210AE
10月20日 16:20 | 210AE
An end-to-end overview of the reinforcement learning training loop, spanning rollout infrastructure, trainer-serving communication, environment abstractions, and sandbox execution, alongside task scheduling and the trade-offs between on-policy and off-policy methods.
全面概述强化学习训练循环,涵盖 rollout 基础设施、trainer-serving 通信、环境抽象和沙箱执行,以及任务调度和在线策略与离线策略方法之间的权衡。
Open Source Reinforcement Learning with Agent Harnesses
使用 Agent Harnesses 进行开源强化学习
Ben Burtenshaw, Hugging Face
Ben Burtenshaw, Hugging Face
October 20, 17:30 | 210AE
10月20日 17:30 | 210AE
OpenEnv is the interoperability layer for publishing and running RL environments, co-owned by Hugging Face, Meta, Unsloth, Prime Intellect, Modal, NVIDIA, Mercor, and others. Frontier labs train models inside their own harness, while the open ecosystem vendors model, harness, and train separately. This talk is about closing that gap, and it ends with a demo you can fork on one GPU.
OpenEnv 是用于发布和运行 RL 环境的互操作性层,由 Hugging Face、Meta、Unsloth、Prime Intellect、Modal、NVIDIA、Mercor 等共同拥有。前沿实验室在其自身的 harness 内训练模型,而开放生态系统则分别提供模型、harness 和训练服务。本次演讲旨在弥合这一差距,并以一个可在单张 GPU 上 fork 的演示结束。
Train the Agent, Not Just the Model
训练智能体,而不仅仅是模型
Sergio Paniego Blanco, Hugging Face
Sergio Paniego Blanco, Hugging Face
October 21, 12:20 | LL21DEF
10月21日 12:20 | LL21DEF
Explore practical SFT and GRPO techniques in agentic environments, progressing to harness-driven training where the harness manages its own inner loop directly inside the environment.
探索智能体环境中的实用 SFT 和 GRPO 技术,逐步过渡到由 harness 驱动的训练,其中 harness 直接在环境内管理其内部循环。
Torchtitan RL: A Unified and Extensible Training Framework for Agentic Tasks
Torchtitan RL:面向智能体任务的统一且可扩展的训练框架
Felipe Mello, Jiani Wang, Meta
Felipe Mello, Jiani Wang, Meta
October 21, 16:20 | LL21DEF
10月21日 16:20 | LL21DEF
In Felipe and Jiani’s session, attendees learn how to use a single model definition for both training and generation with an on-policy, bitwise-reproducible mode that keeps system artifacts from getting in the way of your reward design.
在 Felipe 和 Jiani 的环节中,与会者将学习如何使用单一模型定义同时用于训练和生成,采用在线策略、位级可复现的模式,确保系统工件不会干扰您的奖励设计。
Miles: Enterprise-facing Agentic RL Framework
Miles:面向企业的智能体 RL 框架
Mao Cheng, RadixArk
Mao Cheng, RadixArk
October 21, 11:45 | LL21DEF
10月21日 11:45 | LL21DEF
Learn how to scale post-training using unified low-precision training, stable Mixture-of-Experts (MoE) reinforcement learning, and accelerated speculative rollouts.
了解如何使用统一的低精度训练、稳定的混合专家(MoE)强化学习和加速推测性 rollout 来扩展后训练规模。
When Rollout and Training Disagree
当 Rollout 与训练不一致时
Neiwen Ling (ByteDance), Tianle Zhong (University of Virginia)
Ling Neiwen(字节跳动),Zhong Tianle(弗吉尼亚大学)
October 21, 16:55 | LL21DEF
10月21日 16:55 | LL21DEF
A sharp, specific lightning talk on training-inference mismatch: why small token-level numerical disagreements between the rollout engine and the training path are not benign, and how they can quietly reshape your PPO/GRPO objective.
一场犀利且具体的闪电演讲,探讨训练与推理不匹配的问题:为什么 rollout 引擎与训练路径之间微小的 token 级数值差异并非无害,以及它们如何悄然重塑你的 PPO/GRPO 目标函数。
Serving agents in production
生产环境中的 Agent 服务
Agentic workloads break the assumptions inference stacks were built on. Sessions may sit idle for hours before a follow-up arrives. Context is long, multi-turn, and tool-laden. CPU work such as orchestration, tool execution, and scheduling stops being a rounding error.
Agent 工作负载打破了推理栈赖以构建的假设。会话可能在收到后续请求前空闲数小时。上下文长、多轮对话且包含大量工具调用。CPU 工作如编排、工具执行和调度不再只是微不足道的误差。
Making Enterprise Agentic Inference Production-Ready with PyTorch and vLLM
使用 PyTorch 和 vLLM 使企业级 Agent 推理投入生产就绪
Joseph Groenenboom, Tyler Michael Smith, Red Hat
Joseph Groenenboom, Tyler Michael Smith, Red Hat
October 20, 15:25 | LL21ABC
10月20日 15:25 | LL21ABC
Joseph shares what enterprise readiness actually entails, from build infrastructure up through tool calling and long-context multi-turn chat, with practical insights from the engineers themselves.
Joseph 分享了企业就绪性究竟包含哪些内容,从构建基础设施到工具调用和长上下文多轮聊天,并提供了来自工程师自身的实用见解。
Sponsored: PyTorch for Agentic AI: Scaling Heterogeneous Systems from CPU to XPU
赞助:用于 Agentic AI 的 PyTorch:从 CPU 到 XPU 扩展异构系统
Eikan Wang, Huma Abidi, Intel
Eikan Wang, Huma Abidi, Intel
October 20, 17:30 | LL21DEF
10月20日 17:30 | LL21DEF
To accommodate system-intensive and heterogeneous agentic AI workloads, Intel employs an upstream-first strategy across Intel Xeon processors, Intel GPUs, and its open software stack to deliver standard PyTorch workflows and deep performance optimizations.
为了适应系统密集型和异构的 Agentic AI 工作负载,Intel 在 Intel Xeon 处理器、Intel GPU 及其开放软件栈上采用上游优先策略,以提供标准的 PyTorch 工作流和深度性能优化。
Native Tiered KV Cache Offloading in vLLM
vLLM 中的原生分层 KV Cache 卸载
Or Ozeri, IBM
Or Ozeri, IBM
October 20, 14:50 | LL20CD
10月20日 14:50 | LL20CD
To address LLM scaling challenges with long-lived agentic sessions, vLLM introduces an upstream, dependency-free tiered KV cache offloading framework that routes transfers through CPU memory as a universal transport hub to minimize GPU overhead and ensure hardware-agnostic compatibility.
为了解决长期存在的 Agent 会话带来的 LLM 扩展挑战,vLLM 引入了一个上游、无依赖的分层 KV cache 卸载框架,该框架通过 CPU 内存作为通用传输枢纽来路由数据传输,从而最大限度地减少 GPU 开销并确保硬件无关的兼容性。
LMCache: a cluster-wide open source solution for LLM prompt caching
LMCache:一种面向集群的开源 LLM 提示词缓存解决方案
Kuntai Du, Tensormesh
Kuntai Du, Tensormesh
October 20, 15:40 | LL20CD
10月20日 15:40 | LL20CD
LMCache offers a popular, open source prompt caching solution featuring extensive support across major inference engines and storage backends, alongside Kubernetes deployment guidance and underlying research insights.
LMCache 提供了一个流行的开源提示词缓存解决方案,广泛支持主流推理引擎和存储后端,同时提供 Kubernetes 部署指南和底层研究见解。
Agents that build PyTorch
构建 PyTorch 的 Agents
This is the most self-referential thread on the schedule, and one of the most practical.
这是日程安排中最自我指涉的环节之一,也是最实用的环节之一。
Contributing to PyTorch with AI agents (Birds of a Feather)
利用 AI Agent 贡献 PyTorch(同好会讨论)
Edward Yang, Meta
Edward Yang,Meta
October 20, 10:35 | Community Expo
10月20日,10:35 | 社区博览会
How should agents be used to contribute productively? How do you get your PR reviewed? Come, discuss and share your perspectives in person.
应如何有效利用智能体(Agents)来促进生产力?你如何获取代码审查(PR review)?欢迎亲临现场,探讨并分享你的见解。
Fighting Agents with Agents: Bringing Claude to PyTorch CI, triage, and PR review
以智能体对抗智能体:将 Claude 引入 PyTorch CI、问题分类及 PR 审查
Driss Guessous, Meta
Driss Guessous,Meta
October 20, 12:35 | LL21DEF
10月20日,12:35 | LL21DEF
Maintainers are already reviewing an ever-increasing number of agent-written PRs. This is the story of giving maintainers agent-shaped infrastructure for an agent-shaped world: issue triage, PR review skills, autorevert investigation, and the adoption curve after launch.
维护者正在审查越来越多由智能体撰写的 PR。这就是我们为智能体时代提供相应基础设施的故事:涵盖问题分类、PR 审查技能、自动回滚调查,以及发布后的采用曲线。
Shipping PyTorch and Its Ecosystem: A Modern Release Story
PyTorch 及其生态系统的发布:一段现代发布故事
Andrey Talman, Meta
Andrey Talman,Meta
October 20, 11:45 | LL21DEF
10月20日,11:45 | LL21DEF
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力