<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>yatu 技术博客</title><description>AI 技术、编程实践与开发工具的原创文章。</description><link>https://blog.yatu.asia/</link><item><title>写了几十个Skill之后，我总结出这套工程方法：从「触发不了」到「生产可用」</title><link>https://blog.yatu.asia/after-writing-dozens-of-skills-i-distilled-this-engineering-method-from-never-triggered-to-production-ready/</link><guid isPermaLink="true">https://blog.yatu.asia/after-writing-dozens-of-skills-i-distilled-this-engineering-method-from-never-triggered-to-production-ready/</guid><description>一套把 Skill 写对、写稳、能长期维护的工程方法，来自写完几十个 Skill 的实践总结。Skill 是三层而不是一个文件：L1 元数据负责路由，L2 正文控制行为，L3 资源提供事实与确定性。绝大多数 &quot;触发不了&quot; 是路由失败，靠写清 &quot;做什么、何时用、何时不用&quot; 的 description 解决；执行漂移靠编号步骤、停止条件、&quot;规则 + 原因&quot; 的写法解决。护栏把 &quot;应该&quot; 变成可机器校验的检查点，失败处理分级。拆合看 &quot;变化原因&quot; 而非文件长度。四个评估指标（路由、步骤遵循、检查点、任务成功率）直接定位该改哪里。文末附版本化、trace 调试流程与可直接抄的检查清单。</description><pubDate>Sat, 26 Sep 2026 00:00:00 GMT</pubDate></item><item><title>从Agent Loop到PlanMode：一套能跑生产的AI Agent工程骨架</title><link>https://blog.yatu.asia/from-agent-loop-to-planmode-a-production-ready-ai-agent-engineering-skeleton/</link><guid isPermaLink="true">https://blog.yatu.asia/from-agent-loop-to-planmode-a-production-ready-ai-agent-engineering-skeleton/</guid><description>一套能跑生产的 AI Agent 工程骨架，用操作系统类比拆解。Harness是操作系统，LLM是CPU，Agent Loop是内核主调度循环——不断组装上下文、派发工具调用、等待I/O。明确的终止条件、真实校验与磁盘持久化缺一不可。Two-Stage ReAct把想和做分开：先dry-run，再真正执行。read、write、edit、bash四个工具对应文件系统操作，只读并行、涉写串行。AGENTS.md、Skills、PlanMode构成三级记忆体系，保证长任务不跑偏。文末附可直接使用的伪代码。</description><pubDate>Sat, 26 Sep 2026 00:00:00 GMT</pubDate></item><item><title>一行代码让Agent账单翻10倍：KV Cache友好的Agent设计</title><link>https://blog.yatu.asia/one-line-of-code-that-can-10-your-agent-costs-kv-cache-friendly-agent-design/</link><guid isPermaLink="true">https://blog.yatu.asia/one-line-of-code-that-can-10-your-agent-costs-kv-cache-friendly-agent-design/</guid><description>Agent跑得又慢又贵？问题往往出在KV Cache被打穿。本文从KV Cache原理讲起，给出三条铁律：系统提示词与工具定义字节级固定、动态信息一律追加到末尾、使用标准API格式勿自行拼接。并以Qwen3、DeepSeek、Claude为例，剖析不同模型对思维链回传的差异与缓存杀手，助你建立缓存可观测性，让首Token延迟与账单同时下降。</description><pubDate>Sat, 19 Sep 2026 00:00:00 GMT</pubDate></item><item><title>欢迎来到 yatu 技术博客</title><link>https://blog.yatu.asia/welcome/</link><guid isPermaLink="true">https://blog.yatu.asia/welcome/</guid><description>yatu 官网新增技术博客与编程文章,涵盖 AI 技术、编程实践与开发工具。本文用示例代码说明博客的排版能力。</description><pubDate>Sat, 19 Sep 2026 00:00:00 GMT</pubDate></item></channel></rss>