<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>左哥</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>https://zuoyy.com/</id>
  <link href="https://zuoyy.com/" rel="alternate"/>
  <link href="https://zuoyy.com/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, 左哥</rights>
  <subtitle>在AI浪潮里，做一个清醒的记录者</subtitle>
  <title>左哥AI笔记</title>
  <updated>2026-04-08T03:50:05.443Z</updated>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="Agent" scheme="https://zuoyy.com/categories/Agent/"/>
    <category term="AI Agent" scheme="https://zuoyy.com/tags/AI-Agent/"/>
    <category term="OpenClaw" scheme="https://zuoyy.com/tags/OpenClaw/"/>
    <category term="功能集成" scheme="https://zuoyy.com/tags/%E5%8A%9F%E8%83%BD%E9%9B%86%E6%88%90/"/>
    <category term="协议逆向" scheme="https://zuoyy.com/tags/%E5%8D%8F%E8%AE%AE%E9%80%86%E5%90%91/"/>
    <category term="智能家居" scheme="https://zuoyy.com/tags/%E6%99%BA%E8%83%BD%E5%AE%B6%E5%B1%85/"/>
    <id>https://zuoyy.com/2026/04/08/dobby-agent-app/</id>
    <link href="https://zuoyy.com/2026/04/08/dobby-agent-app/"/>
    <published>2026-04-08T03:46:24.000Z</published>
    <summary>
      <![CDATA[<h2 id="为什么这件事值得看"><a href="#为什么这件事值得看" class="headerlink" title="为什么这件事值得看"></a>为什么这件事值得看</h2><p>2026 年 3 月，Andrej Karpathy 发了一个实验演示：用]]>
    </summary>
    <title>Dobby 实验解析：用 Agent 替代手机 App 的技术路径</title>
    <updated>2026-04-08T03:50:05.443Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="AI Agent" scheme="https://zuoyy.com/tags/AI-Agent/"/>
    <category term="Agent测试" scheme="https://zuoyy.com/tags/Agent%E6%B5%8B%E8%AF%95/"/>
    <category term="评测基准" scheme="https://zuoyy.com/tags/%E8%AF%84%E6%B5%8B%E5%9F%BA%E5%87%86/"/>
    <category term="回归测试" scheme="https://zuoyy.com/tags/%E5%9B%9E%E5%BD%92%E6%B5%8B%E8%AF%95/"/>
    <category term="Agent工程化" scheme="https://zuoyy.com/tags/Agent%E5%B7%A5%E7%A8%8B%E5%8C%96/"/>
    <id>https://zuoyy.com/2026/04/01/agent-testing-and-evaluation-checklist/</id>
    <link href="https://zuoyy.com/2026/04/01/agent-testing-and-evaluation-checklist/"/>
    <published>2026-04-01T06:30:00.000Z</published>
    <summary>
      <![CDATA[<p>你花了一周搭好一个 Agent：它能调用工具、能理解意图、能返回结果。跑几个 demo 看起来都不错。然后上线第一天，用户就问：”为什么它删了我的文件？”</p>
<p><strong>Agent]]>
    </summary>
    <title>Agent 代码写完怎么测？给开发者的评测基准和回归检查清单</title>
    <updated>2026-04-01T06:30:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="AI Agent" scheme="https://zuoyy.com/tags/AI-Agent/"/>
    <category term="Claude Code" scheme="https://zuoyy.com/tags/Claude-Code/"/>
    <category term="Codex CLI" scheme="https://zuoyy.com/tags/Codex-CLI/"/>
    <category term="Gemini CLI" scheme="https://zuoyy.com/tags/Gemini-CLI/"/>
    <category term="开发工具" scheme="https://zuoyy.com/tags/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/"/>
    <id>https://zuoyy.com/2026/03/30/claude-code-codex-gemini-cli-comparison/</id>
    <link href="https://zuoyy.com/2026/03/30/claude-code-codex-gemini-cli-comparison/"/>
    <published>2026-03-30T05:45:00.000Z</published>
    <summary>
      <![CDATA[<p>2026 年，AI 编程工具的主战场已经从 IDE 插件转移到了终端。Claude Code、OpenAI Codex CLI、Google Gemini CLI 三款终端 AI Agent 几乎同期发力，都在强调同一个方向：让 AI]]>
    </summary>
    <title>Claude Code、Codex CLI、Gemini CLI：三大终端 AI Agent 怎么选，各自适合什么场景</title>
    <updated>2026-03-30T05:45:50.921Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="架构设计" scheme="https://zuoyy.com/tags/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/"/>
    <category term="工具调用" scheme="https://zuoyy.com/tags/%E5%B7%A5%E5%85%B7%E8%B0%83%E7%94%A8/"/>
    <category term="项目复盘" scheme="https://zuoyy.com/tags/%E9%A1%B9%E7%9B%AE%E5%A4%8D%E7%9B%98/"/>
    <id>https://zuoyy.com/2026/03/27/agent-project-architecture-lessons/</id>
    <link href="https://zuoyy.com/2026/03/27/agent-project-architecture-lessons/"/>
    <published>2026-03-27T03:50:00.000Z</published>
    <summary>
      <![CDATA[<p>过去一年，我参与过一个 Agent 项目，最终效果不理想。不是模型不行，不是数据不够，而是架构设计从一开始就埋下了问题。</p>
<p>这篇文章不讲具体产品，只复盘这个项目里最致命的几个架构错误。如果你正在做 Agent]]>
    </summary>
    <title>从一个失败 Agent 项目里学到的架构教训：过度抽象和多工具调用的代价</title>
    <updated>2026-03-27T03:49:34.693Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="架构设计" scheme="https://zuoyy.com/tags/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/"/>
    <category term="工具调用" scheme="https://zuoyy.com/tags/%E5%B7%A5%E5%85%B7%E8%B0%83%E7%94%A8/"/>
    <category term="MCP" scheme="https://zuoyy.com/tags/MCP/"/>
    <id>https://zuoyy.com/2026/03/23/why-not-all-agents-need-mcp/</id>
    <link href="https://zuoyy.com/2026/03/23/why-not-all-agents-need-mcp/"/>
    <published>2026-03-23T08:10:00.000Z</published>
    <summary>
      <![CDATA[<p>MCP 最近很热，很多团队都在把它当成 Agent 工具调用的标配方案。但如果你仔细观察实际项目，会发现一个很现实的问题：<strong>不是所有 Agent 都适合接 MCP，也不是所有工具调用场景都需要]]>
    </summary>
    <title>为什么不建议所有 Agent 都接 MCP：从架构视角看工具调用边界</title>
    <updated>2026-03-23T08:10:10.394Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="MCP" scheme="https://zuoyy.com/tags/MCP/"/>
    <category term="MCP Server" scheme="https://zuoyy.com/tags/MCP-Server/"/>
    <id>https://zuoyy.com/2026/03/19/build-minimal-mcp-server/</id>
    <link href="https://zuoyy.com/2026/03/19/build-minimal-mcp-server/"/>
    <published>2026-03-19T03:50:00.000Z</published>
    <summary>
      <![CDATA[<p>如果你最近在看 Agent、工具调用或 AI 应用集成，大概率已经见过 MCP 这个词。但很多人看完概念介绍之后，还是会卡在同一个问题上：<strong>MCP Server]]>
    </summary>
    <title>怎么写一个最小可用的 MCP Server：从原理到跑通</title>
    <updated>2026-03-19T03:50:00.693Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="实战指南" scheme="https://zuoyy.com/categories/%E5%AE%9E%E6%88%98%E6%8C%87%E5%8D%97/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI自动化" scheme="https://zuoyy.com/tags/AI%E8%87%AA%E5%8A%A8%E5%8C%96/"/>
    <category term="工作流" scheme="https://zuoyy.com/tags/%E5%B7%A5%E4%BD%9C%E6%B5%81/"/>
    <category term="效率工具" scheme="https://zuoyy.com/tags/%E6%95%88%E7%8E%87%E5%B7%A5%E5%85%B7/"/>
    <category term="自动化实践" scheme="https://zuoyy.com/tags/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%AE%9E%E8%B7%B5/"/>
    <id>https://zuoyy.com/2026/03/19/ai-workflow-automation-guide/</id>
    <link href="https://zuoyy.com/2026/03/19/ai-workflow-automation-guide/"/>
    <published>2026-03-19T03:45:00.000Z</published>
    <summary>
      <![CDATA[<p>很多人已经在用 AI 写东西、查资料、改文案、写代码，但真正的问题不是“会不会用 AI”，而是<strong>怎么把 AI 稳定接进日常工作流</strong>。</p>
<p>如果只是偶尔打开聊天窗口问几个问题，AI]]>
    </summary>
    <title>如何把 AI 接进日常工作流：一套适合个人和小团队的自动化实践教程</title>
    <updated>2026-03-19T03:45:51.452Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="实战指南" scheme="https://zuoyy.com/categories/%E5%AE%9E%E6%88%98%E6%8C%87%E5%8D%97/"/>
    <category term="AI知识库" scheme="https://zuoyy.com/tags/AI%E7%9F%A5%E8%AF%86%E5%BA%93/"/>
    <category term="工程化" scheme="https://zuoyy.com/tags/%E5%B7%A5%E7%A8%8B%E5%8C%96/"/>
    <category term="离线评测" scheme="https://zuoyy.com/tags/%E7%A6%BB%E7%BA%BF%E8%AF%84%E6%B5%8B/"/>
    <category term="发布流程" scheme="https://zuoyy.com/tags/%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B/"/>
    <category term="RAG评估" scheme="https://zuoyy.com/tags/RAG%E8%AF%84%E4%BC%B0/"/>
    <id>https://zuoyy.com/2026/03/19/ai/</id>
    <link href="https://zuoyy.com/2026/03/19/ai/"/>
    <published>2026-03-19T02:02:58.000Z</published>
    <summary>
      <![CDATA[<p>小团队做 AI 知识库最容易踩的一个坑：没有离线评测，结果每次优化都像在碰运气</p>
<p>小团队做 AI]]>
    </summary>
    <title>小团队做 AI 知识库最容易踩的一个坑：没有离线评测，结果每次优化都像在碰运气</title>
    <updated>2026-03-19T02:05:14.449Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="实战指南" scheme="https://zuoyy.com/categories/%E5%AE%9E%E6%88%98%E6%8C%87%E5%8D%97/"/>
    <category term="AI知识库" scheme="https://zuoyy.com/tags/AI%E7%9F%A5%E8%AF%86%E5%BA%93/"/>
    <category term="知识库问答" scheme="https://zuoyy.com/tags/%E7%9F%A5%E8%AF%86%E5%BA%93%E9%97%AE%E7%AD%94/"/>
    <category term="小团队" scheme="https://zuoyy.com/tags/%E5%B0%8F%E5%9B%A2%E9%98%9F/"/>
    <category term="AI实战" scheme="https://zuoyy.com/tags/AI%E5%AE%9E%E6%88%98/"/>
    <category term="项目避坑" scheme="https://zuoyy.com/tags/%E9%A1%B9%E7%9B%AE%E9%81%BF%E5%9D%91/"/>
    <id>https://zuoyy.com/2026/03/18/ai-9/</id>
    <link href="https://zuoyy.com/2026/03/18/ai-9/"/>
    <published>2026-03-18T06:49:02.000Z</published>
    <summary>
      <![CDATA[<h1 id="小团队做-AI-知识库最容易踩的-9-个坑：从文档治理到问答上线的实战避坑清单"><a href="#小团队做-AI-知识库最容易踩的-9-个坑：从文档治理到问答上线的实战避坑清单" class="headerlink" title="小团队做 AI]]>
    </summary>
    <title>小团队做 AI 知识库最容易踩的 9 个坑：从文档治理到问答上线的实战避坑清单</title>
    <updated>2026-03-18T06:50:50.134Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI开发" scheme="https://zuoyy.com/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="知识库问答" scheme="https://zuoyy.com/tags/%E7%9F%A5%E8%AF%86%E5%BA%93%E9%97%AE%E7%AD%94/"/>
    <category term="AI实战" scheme="https://zuoyy.com/tags/AI%E5%AE%9E%E6%88%98/"/>
    <category term="RAG" scheme="https://zuoyy.com/tags/RAG/"/>
    <category term="向量检索" scheme="https://zuoyy.com/tags/%E5%90%91%E9%87%8F%E6%A3%80%E7%B4%A2/"/>
    <category term="重排" scheme="https://zuoyy.com/tags/%E9%87%8D%E6%8E%92/"/>
    <category term="检索增强" scheme="https://zuoyy.com/tags/%E6%A3%80%E7%B4%A2%E5%A2%9E%E5%BC%BA/"/>
    <id>https://zuoyy.com/2026/03/18/rag-8/</id>
    <link href="https://zuoyy.com/2026/03/18/rag-8/"/>
    <published>2026-03-18T04:12:39.000Z</published>
    <summary>
      <![CDATA[<h1 id="RAG-为什么效果不稳定：从切片、召回到重排，拆解知识库问答最常见的-8-个问题"><a href="#RAG-为什么效果不稳定：从切片、召回到重排，拆解知识库问答最常见的-8-个问题" class="headerlink" title="RAG]]>
    </summary>
    <title>RAG 为什么效果不稳定：从切片、召回到重排，拆解知识库问答最常见的 8 个问题</title>
    <updated>2026-03-18T04:15:21.553Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="OpenClaw" scheme="https://zuoyy.com/categories/OpenClaw/"/>
    <category term="AI Agent" scheme="https://zuoyy.com/tags/AI-Agent/"/>
    <category term="OpenClaw" scheme="https://zuoyy.com/tags/OpenClaw/"/>
    <category term="NemoClaw" scheme="https://zuoyy.com/tags/NemoClaw/"/>
    <category term="企业落地" scheme="https://zuoyy.com/tags/%E4%BC%81%E4%B8%9A%E8%90%BD%E5%9C%B0/"/>
    <category term="安全治理" scheme="https://zuoyy.com/tags/%E5%AE%89%E5%85%A8%E6%B2%BB%E7%90%86/"/>
    <id>https://zuoyy.com/2026/03/18/openclaw-nemoclaw-ai-agent/</id>
    <link href="https://zuoyy.com/2026/03/18/openclaw-nemoclaw-ai-agent/"/>
    <published>2026-03-18T02:24:54.000Z</published>
    <summary>
      <![CDATA[<h1 id="OpenClaw-与-NemoClaw-同时升温，企业为什么该重新评估开源-AI-Agent-的落地路径"><a href="#OpenClaw-与-NemoClaw-同时升温，企业为什么该重新评估开源-AI-Agent-的落地路径"]]>
    </summary>
    <title>OpenClaw 与 NemoClaw 同时升温，企业为什么该重新评估开源 AI Agent 的落地路径</title>
    <updated>2026-03-18T02:26:20.637Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="工具设计" scheme="https://zuoyy.com/tags/%E5%B7%A5%E5%85%B7%E8%AE%BE%E8%AE%A1/"/>
    <id>https://zuoyy.com/2026/03/17/agent-tool-design-mistakes/</id>
    <link href="https://zuoyy.com/2026/03/17/agent-tool-design-mistakes/"/>
    <published>2026-03-17T04:52:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向正在设计 Agent 工具系统的工程师：这篇文章帮你拆穿 5 个常见误区，帮助你在工具设计上做出更理性的判断。</p>
</blockquote>
<hr>
<h2 id="一、误区一：工具越多能力越强"><a]]>
    </summary>
    <title>工具越多越好吗？Agent 工具设计的 5 个误区</title>
    <updated>2026-03-17T09:29:19.636Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="工作流" scheme="https://zuoyy.com/tags/%E5%B7%A5%E4%BD%9C%E6%B5%81/"/>
    <id>https://zuoyy.com/2026/03/17/multi-agent-workflow-when-to-use/</id>
    <link href="https://zuoyy.com/2026/03/17/multi-agent-workflow-when-to-use/"/>
    <published>2026-03-17T02:00:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向正在考虑多 Agent 架构的工程师：这篇文章不推荐任何框架，也不讲具体实现，而是帮你回答一个核心问题——什么时候应该用多 Agent 工作流，什么时候不该用。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>多 Agent 工作流什么时候值得做，什么时候别做？</title>
    <updated>2026-03-17T09:29:19.637Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="工程实践" scheme="https://zuoyy.com/tags/%E5%B7%A5%E7%A8%8B%E5%AE%9E%E8%B7%B5/"/>
    <id>https://zuoyy.com/2026/03/16/agent-looks-good-but-not-useful/</id>
    <link href="https://zuoyy.com/2026/03/16/agent-looks-good-but-not-useful/"/>
    <published>2026-03-16T10:45:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向正在做 AI Agent 开发的工程师：这篇文章不讨论概念，而是直面一个常见问题——为什么你的 Agent 看起来功能很全，但实际用起来就是不好用。</p>
</blockquote>
<hr>
<h2 id="一、这是一个普遍现象"><a]]>
    </summary>
    <title>为什么你的 Agent 总是“看起来很强，实际不好用”？</title>
    <updated>2026-03-17T09:29:19.636Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="安全" scheme="https://zuoyy.com/tags/%E5%AE%89%E5%85%A8/"/>
    <category term="权限控制" scheme="https://zuoyy.com/tags/%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6/"/>
    <id>https://zuoyy.com/2026/03/16/ai-agent-security-checklist/</id>
    <link href="https://zuoyy.com/2026/03/16/ai-agent-security-checklist/"/>
    <published>2026-03-16T02:30:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向正在设计 AI Agent 权限系统的开发者：这篇文章聚焦一个核心问题——Agent 的权限边界怎么设计，既能让 Agent 发挥价值，又能控制住风险。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>AI Agent 的权限边界怎么设计？一份开发者安全清单</title>
    <updated>2026-03-17T09:29:19.637Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="RAG" scheme="https://zuoyy.com/tags/RAG/"/>
    <category term="知识库" scheme="https://zuoyy.com/tags/%E7%9F%A5%E8%AF%86%E5%BA%93/"/>
    <id>https://zuoyy.com/2026/03/15/when-to-use-rag/</id>
    <link href="https://zuoyy.com/2026/03/15/when-to-use-rag/"/>
    <published>2026-03-15T05:50:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向正在考虑是否上 RAG 的开发者：这篇文章不讲 RAG 是什么，也不堆概念，而是直接回答一个核心问题——什么情况下该用 RAG，什么情况下不该用，以及怎么判断自己需不需要 RAG。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>RAG 到底什么时候该用，什么时候不该用？给开发者的实用判断</title>
    <updated>2026-03-16T02:27:46.633Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="AI开发" scheme="https://zuoyy.com/tags/AI%E5%BC%80%E5%8F%91/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="MCP" scheme="https://zuoyy.com/tags/MCP/"/>
    <category term="VS Code" scheme="https://zuoyy.com/tags/VS-Code/"/>
    <id>https://zuoyy.com/2026/03/14/vscode-mcp-server-guide/</id>
    <link href="https://zuoyy.com/2026/03/14/vscode-mcp-server-guide/"/>
    <published>2026-03-14T05:08:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向想在 VS Code 里真正用上 MCP 的开发者：这篇文章重点不是讲概念，而是讲你该怎么理解 VS Code 里的 MCP、怎么添加 server、怎么管理配置，以及上手时最容易踩的坑。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>VS Code 里怎么接入 MCP Server？给开发者的实战教程</title>
    <updated>2026-03-16T02:27:46.633Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="Agent" scheme="https://zuoyy.com/tags/Agent/"/>
    <category term="MCP" scheme="https://zuoyy.com/tags/MCP/"/>
    <category term="AI" scheme="https://zuoyy.com/tags/AI/"/>
    <category term="OpenAI" scheme="https://zuoyy.com/tags/OpenAI/"/>
    <category term="Claude" scheme="https://zuoyy.com/tags/Claude/"/>
    <category term="VS Code" scheme="https://zuoyy.com/tags/VS-Code/"/>
    <id>https://zuoyy.com/2026/03/13/mcp-practical-guide/</id>
    <link href="https://zuoyy.com/2026/03/13/mcp-practical-guide/"/>
    <published>2026-03-13T11:06:00.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向想做 AI Agent、工具调用、自动化工作流的开发者：这篇文章尽量用一篇讲清楚 MCP 是什么、为什么突然火了、适合解决什么问题，以及你该怎么开始上手。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>2026年最值得写的 AI 教程之一：MCP 从入门到实战指南</title>
    <updated>2026-03-14T03:33:15.527Z</updated>
  </entry>
  <entry>
    <author>
      <name>左哥</name>
    </author>
    <category term="AI教程" scheme="https://zuoyy.com/categories/AI%E6%95%99%E7%A8%8B/"/>
    <category term="教程" scheme="https://zuoyy.com/tags/%E6%95%99%E7%A8%8B/"/>
    <category term="OpenClaw" scheme="https://zuoyy.com/tags/OpenClaw/"/>
    <category term="AI" scheme="https://zuoyy.com/tags/AI/"/>
    <category term="安装指南" scheme="https://zuoyy.com/tags/%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/"/>
    <id>https://zuoyy.com/2026/03/11/openclaw-install-guide/</id>
    <link href="https://zuoyy.com/2026/03/11/openclaw-install-guide/"/>
    <published>2026-03-11T09:27:21.000Z</published>
    <summary>
      <![CDATA[<blockquote>
<p>面向刚接触 OpenClaw 的开发者&#x2F;折腾党：从安装、配置、渠道接入，到 Skills、Workspace、常见问题排查，尽量一次讲清楚。</p>
</blockquote>
<hr>
<h2]]>
    </summary>
    <title>新手必看！OpenClaw AI助手零基础安装指南</title>
    <updated>2026-03-18T02:53:11.319Z</updated>
  </entry>
</feed>
