<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Agent - Tag - Naifan Li's Blog</title><link>https://blog.omagiclee.com/tags/agent/</link><description>Agent - Tag - Naifan Li's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 17 Mar 2026 11:00:00 +0800</lastBuildDate><atom:link href="https://blog.omagiclee.com/tags/agent/" rel="self" type="application/rss+xml"/><item><title>GTC 2026 深度解读：Agentic AI —— 从被动对话到自治执行</title><link>https://blog.omagiclee.com/posts/community/nvidia/gtc-2026-agentic-ai/</link><pubDate>Tue, 17 Mar 2026 11:00:00 +0800</pubDate><author>Naifan Li</author><guid>https://blog.omagiclee.com/posts/community/nvidia/gtc-2026-agentic-ai/</guid><description><![CDATA[<blockquote>
<p>一句话总结：GTC 2026 里的 Agentic AI 不是&quot;更强的模型&quot;，而是<strong>让模型变成员工、变成流程执行器、并且能安全接入企业系统的整套生产化栈</strong>。</p>
</blockquote>
<hr>
<h2 id="核心判断">核心判断</h2>
<p>黄仁勋在 GTC 2026 上明确提出了软件工程范式的根本转变：</p>
<p><strong>未来的软件不再是等待调用的工具，而是具备感知、规划和行动能力的自治实体。</strong></p>
<p>这个判断的底层逻辑非常清晰：如果大模型只停留在问答，推理需求虽然大，但软件栈还相对简单；一旦进入 Agent 阶段，推理系统就会变成<strong>长生命周期、多工具、多数据源、多步骤、多安全边界</strong>的复杂系统。谁控制 runtime、retrieval、evaluation、security 和大规模 inference 编排，谁就控制真正的企业落地入口。</p>
<hr>
<h2 id="1-nvidia-到底发布了什么">1. NVIDIA 到底发布了什么</h2>
<p><strong>NVIDIA 自己真正发布的核心产品是围绕 OpenClaw 构建的生态层。</strong></p>
<h3 id="12-nvidia-的-agent-技术栈全景">1.2 NVIDIA 的 Agent 技术栈全景</h3>
<table>
  <thead>
      <tr>
          <th>层级</th>
          <th>产品</th>
          <th>定位与能力</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>开放生态</strong></td>
          <td>OpenClaw</td>
          <td>社区驱动的开放 Agent 平台，被 NVIDIA 视为 Agent 时代到来的标志</td>
      </tr>
      <tr>
          <td><strong>安全运行时</strong></td>
          <td>OpenShell</td>
          <td>NVIDIA 开源 runtime，为自治 Agent 提供安全边界、网络隔离、隐私 guardrails</td>
      </tr>
      <tr>
          <td><strong>安装与安全栈</strong></td>
          <td>NemoClaw</td>
          <td>OpenClaw 的一键安装与安全栈，支持隐私路由、安全边界；覆盖 RTX PC、RTX PRO 工作站、DGX Station/Spark、云和本地环境</td>
      </tr>
      <tr>
          <td><strong>企业级检索</strong></td>
          <td>AI-Q Blueprint</td>
          <td>企业级 Agentic Search，面向深度知识检索与调研任务</td>
      </tr>
      <tr>
          <td><strong>推理编排</strong></td>
          <td>Dynamo 1.0</td>
          <td>AI 工厂的分布式推理操作系统，统一编排 GPU/显存/KV Cache/存储</td>
      </tr>
      <tr>
          <td><strong>开放模型联盟</strong></td>
          <td>Nemotron Coalition</td>
          <td>联合 Mistral、Perplexity、LangChain、Cursor、Black Forest Labs 等推进开放前沿模型</td>
      </tr>
      <tr>
          <td><strong>企业工具包</strong></td>
          <td>Agent Toolkit</td>
          <td>面向企业的 Agent 开发工具集，集成上述所有能力</td>
      </tr>
  </tbody>
</table>
<p>这套栈的设计逻辑是分层解耦的：OpenClaw 提供开放生态和标准接口，OpenShell 补安全运行时，NemoClaw 补部署与安全，Dynamo 补推理编排，Nemotron Coalition 补模型供给。</p>]]></description></item></channel></rss>