<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI Agents on Blowing in the wind</title>
    <link>https://zheng-bobo.github.io/tags/ai-agents/</link>
    <description>Recent content in AI Agents on Blowing in the wind</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 12 Sep 2026 21:08:45 +0200</lastBuildDate>

  <atom:link href="https://zheng-bobo.github.io/tags/ai-agents/index.xml" rel="self" type="application/rss+xml" />


    <item>
      <title>Anthropic Agent 演进（一）：从 Workflow 到 Agent，为什么需要 Harness</title>
      <link>https://zheng-bobo.github.io/post/anthropic-agent-evolution-1-from-workflows-to-agents/</link>
      <pubDate>Sat, 12 Sep 2026 21:08:45 +0200</pubDate>

      <guid>https://zheng-bobo.github.io/post/anthropic-agent-evolution-1-from-workflows-to-agents/</guid>
      <description>&lt;p&gt;“Agent” 经常被当作一个宽泛标签：只要模型调用了工具、执行了多步任务，就被称为 Agent。Anthropic 的工程实践给出了一个更有用的区分：&lt;strong&gt;Workflow 的路径由代码预先定义；Agent 则由模型根据环境反馈动态决定下一步。&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;这是“Anthropic Agent 演进”系列的第一篇。我们先建立共同语言：从增强型 LLM、固定 Workflow，一直到真正的自主 Agent，并解释为什么模型外部还需要一层 Harness。&lt;/p&gt;</description>
    </item>

    <item>
      <title>Stanford CS329A：Self-Improving AI Agents 的完整技术框架</title>
      <link>https://zheng-bobo.github.io/post/stanford-cs329a-self-improving-ai-agents/</link>
      <pubDate>Tue, 11 Aug 2026 06:27:01 +0200</pubDate>

      <guid>https://zheng-bobo.github.io/post/stanford-cs329a-self-improving-ai-agents/</guid>
      <description>&lt;p&gt;Self-Improving AI Agent 并不是一个会无限递归修改自己的神秘系统。更实际的理解是：Agent 在生成、行动、观察和验证之间形成闭环，把推理时获得的反馈用于改进当前答案、后续决策，甚至下一轮训练。&lt;/p&gt;

&lt;p&gt;这篇文章沿着 Stanford CS329A 的课程主线，把测试时计算、验证器、工具反馈、规划搜索、强化学习、深度研究与长程评测串成一个完整框架。&lt;/p&gt;</description>
    </item>

  </channel>
</rss>