<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agentic Loop on Text Matrix</title><link>https://txtmix.com/tags/agentic-loop/</link><description>Recent content in Agentic Loop on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/agentic-loop/index.xml" rel="self" type="application/rss+xml"/><item><title>Anthropic Claude Code：把 Loop Engineering 拆成你今天就能用的四块</title><link>https://txtmix.com/posts/tech/anthropic-claude-code-loop-engineering-2026/</link><pubDate>Sat, 11 Jul 2026 20:54:22 +0800</pubDate><guid>https://txtmix.com/posts/tech/anthropic-claude-code-loop-engineering-2026/</guid><description>&lt;h1 id="anthropic-claude-code把-loop-engineering-拆成你今天就能用的四块">Anthropic Claude Code：把 Loop Engineering 拆成你今天就能用的四块&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完本文后，你应当能够：&lt;/p>
&lt;ul>
&lt;li>说出 Claude Code 的 agentic loop 三阶段（gather context / take action / verify results），并能用它诊断 agent 为什么卡住&lt;/li>
&lt;li>区分 Claude Code 的 5 类内置工具与 4 类扩展（Skills / MCP / Hooks / Sub-agents），知道每一种的适用边界&lt;/li>
&lt;li>写出一个能拦掉 &lt;code>rm -rf&lt;/code> 的 PreToolUse hook，知道 27 个 hook 事件哪些最常用&lt;/li>
&lt;li>创建一个 Explore/Plan 内置 sub-agent 之外的 custom sub-agent，用 YAML frontmatter 表达 model / tools / hooks 限制&lt;/li>
&lt;li>把&amp;quot;loop engineering&amp;quot;这个新概念对应到 Anthropic 在 &lt;a href="https://www.anthropic.com/engineering/building-effective-agents" target="_blank" rel="noopener noreffer ">Building Effective Agents&lt;/a> 里提出的 5 大工作流（chaining / routing / parallelization / orchestrator-workers / evaluator-optimizer）&lt;/li>
&lt;/ul>
&lt;h2 id="本文目录">本文目录&lt;/h2>
&lt;ol>
&lt;li>&lt;a href="#1-%e8%bf%99%e9%97%a8%e8%af%be%e5%88%b0%e5%ba%95%e5%9c%a8%e8%ae%b2%e4%bb%80%e4%b9%88" rel="">这门课到底在讲什么&lt;/a>&lt;/li>
&lt;li>&lt;a href="#2-loop-engineering%e4%b8%80%e4%b8%aa%e8%a2%ab%e4%bd%8e%e4%bc%b0%e7%9a%84%e5%b7%a5%e7%a8%8b%e8%8c%83%e5%bc%8f" rel="">Loop Engineering：一个被低估的工程范式&lt;/a>&lt;/li>
&lt;li>&lt;a href="#3-claude-code-%e5%86%85%e9%83%a8agentic-loop-%e4%b8%89%e9%98%b6%e6%ae%b5" rel="">Claude Code 内部：agentic loop 三阶段&lt;/a>&lt;/li>
&lt;li>&lt;a href="#4-99-%e5%bc%80%e5%8f%91%e8%80%85%e5%bf%bd%e7%95%a5%e7%9a%84%e5%8a%9f%e8%83%bdhooks" rel="">99% 开发者忽略的功能：Hooks&lt;/a>&lt;/li>
&lt;li>&lt;a href="#5-sub-agents%e6%8a%8a%e4%bb%bb%e5%8a%a1%e5%a7%94%e6%b4%be%e7%bb%99%e4%b8%93%e9%97%a8%e7%9a%84%e5%ad%90%e4%bb%a3%e7%90%86" rel="">Sub-agents：把任务委派给专门的子代理&lt;/a>&lt;/li>
&lt;li>&lt;a href="#6-%e4%b8%ba%e4%bb%80%e4%b9%88%e5%a3%b0%e9%9f%b3%e8%83%9c%e4%ba%8e%e5%86%99%e4%bd%9c" rel="">为什么声音胜于写作&lt;/a>&lt;/li>
&lt;li>&lt;a href="#7-draft-pr%e8%87%aa%e5%8a%a8%e4%bb%a3%e7%a0%81%e8%af%84%e5%ae%a1" rel="">Draft PR：自动代码评审&lt;/a>&lt;/li>
&lt;li>&lt;a href="#8-fable-5-%e7%94%a8%e4%ba%8e%e9%9d%9e%e4%bb%a3%e7%a0%81%e5%b7%a5%e4%bd%9c" rel="">Fable 5 用于非代码工作&lt;/a>&lt;/li>
&lt;li>&lt;a href="#9-%e5%af%b9%e7%8b%ac%e7%ab%8b-agent-%e9%a1%b9%e7%9b%ae%e4%bd%9c%e8%80%85%e7%9a%84-5-%e6%9d%a1%e5%b7%a5%e7%a8%8b%e7%bb%8f%e9%aa%8c" rel="">对独立 Agent 项目作者的 5 条工程经验&lt;/a>&lt;/li>
&lt;li>&lt;a href="#10-%e5%85%b3%e9%94%ae%e8%b5%84%e6%ba%90%e4%b8%8e%e5%bb%b6%e4%bc%b8%e9%98%85%e8%af%bb" rel="">关键资源与延伸阅读&lt;/a>&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="1-这门课到底在讲什么">1. 这门课到底在讲什么&lt;/h2>
&lt;p>2026 年 7 月 11 日，precis0x 在 X 上转发了一条消息：Anthropic 推出了一门关于 loop engineering 的免费课，搭配 Claude (Fable) 5 / Claude Code，把这个在终端里跑了快两年的编码工具的内部机制讲透。他给出的评价很直接：&amp;ldquo;Este curso gratuito reemplaza cualquier tutorial de pago de claude code&amp;rdquo;（这门免费课替代任何付费的 Claude Code 教程）。&lt;/p></description></item></channel></rss>