<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>自治 on 老张开工了</title>
    <link>/%E8%87%AA%E6%B2%BB/</link>
    <description>Recent content in 自治 on 老张开工了</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 17 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/%E8%87%AA%E6%B2%BB/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agent 概念：从助手到自治</title>
      <link>/posts/2026/06/agent-concept/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026/06/agent-concept/</guid>
      <description>前 8 篇我们都在解决&amp;quot;如何让模型答得好&amp;quot;这个问题。第 9 篇开始换主角：从 &amp;ldquo;答&amp;rdquo; 到 &amp;ldquo;做&amp;quot;。一个能用 bash 改文件、能跑 test、能在 test 跑红时改代码再跑的 AI——这就是 Agent。本章把&amp;quot;Agent 是什么&amp;quot;和&amp;quot;它和 chat 的真实区别&amp;quot;讲透。&#xA;9.1 Chatbot vs Agent：从被动到主动 Chatbot ┌────────────────────────────────┐ （被动回答） │ user msg → model → 回答 → 结束 │ └────────────────────────────────┘ Agent ┌────────────────────────────────┐ （主动执行 + 循环） │ user msg → model → 工具调用 → │ │ 工具输出 → model → 又一个工具调用 → │ │ ... → 最终回答 → 结束 │ └────────────────────────────────┘ 核心区别：能不能在&amp;quot;思考 → 行动 → 观察 → 再思考&amp;quot;的循环里待足够久。Agent 的&amp;quot;待&amp;quot;不是时长，是这个 agent 里有几次转弯、能不能纠错。</description>
    </item>
  </channel>
</rss>
