<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>AJie</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>https://www.promptnet.cn/</id>
  <link href="https://www.promptnet.cn/" rel="alternate"/>
  <link href="https://www.promptnet.cn/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, AJie</rights>
  <subtitle>AI 开发教程、Claude API 与 AI Agent 实战</subtitle>
  <title>AJie's Blog</title>
  <updated>2026-06-09T12:40:00.000Z</updated>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="大模型应用" scheme="https://www.promptnet.cn/tags/%E5%A4%A7%E6%A8%A1%E5%9E%8B%E5%BA%94%E7%94%A8/"/>
    <category term="工具调用" scheme="https://www.promptnet.cn/tags/%E5%B7%A5%E5%85%B7%E8%B0%83%E7%94%A8/"/>
    <category term="系统设计" scheme="https://www.promptnet.cn/tags/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1/"/>
    <id>https://www.promptnet.cn/2026/06/09/ai-agent-implementation-failure-tool-permission-retry/</id>
    <link href="https://www.promptnet.cn/2026/06/09/ai-agent-implementation-failure-tool-permission-retry/"/>
    <published>2026-06-09T12:40:00.000Z</published>
    <summary>很多 AI Agent Demo 能跑，落地却总翻车，原因通常不是模型不够强，而是工具权限、状态管理、任务边界、失败重试和人工接管没有设计好。本文从工程落地角度拆解 Agent 为什么会越权、遗忘状态、重复调用工具，并给出上线前排查清单。</summary>
    <title>AI Agent 落地为什么总翻车：工具权限、状态和失败重试没设计好</title>
    <updated>2026-06-09T12:40:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="大模型应用" scheme="https://www.promptnet.cn/tags/%E5%A4%A7%E6%A8%A1%E5%9E%8B%E5%BA%94%E7%94%A8/"/>
    <category term="RAG" scheme="https://www.promptnet.cn/tags/RAG/"/>
    <category term="知识库" scheme="https://www.promptnet.cn/tags/%E7%9F%A5%E8%AF%86%E5%BA%93/"/>
    <id>https://www.promptnet.cn/2026/06/09/rag-knowledge-base-retrieval-debugging/</id>
    <link href="https://www.promptnet.cn/2026/06/09/rag-knowledge-base-retrieval-debugging/"/>
    <published>2026-06-09T12:20:00.000Z</published>
    <summary>RAG 知识库问答效果差，常见原因不是模型不够强，而是文档切块、向量召回、重排、上下文拼接、引用校验和旧版本数据混入出了问题。本文给出一套面向开发者的 RAG 排查流程，帮你从召回结果、chunk 元数据和最终答案逐层定位。</summary>
    <title>RAG 知识库问答效果差？先检查切块、召回和上下文污染</title>
    <updated>2026-06-09T12:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="Claude Code" scheme="https://www.promptnet.cn/tags/Claude-Code/"/>
    <category term="MCP" scheme="https://www.promptnet.cn/tags/MCP/"/>
    <category term="排错" scheme="https://www.promptnet.cn/tags/%E6%8E%92%E9%94%99/"/>
    <id>https://www.promptnet.cn/2026/06/09/claude-code-mcp-connection-troubleshooting/</id>
    <link href="https://www.promptnet.cn/2026/06/09/claude-code-mcp-connection-troubleshooting/"/>
    <published>2026-06-09T12:00:00.000Z</published>
    <summary>MCP Server 接入 Claude Code 时最常见的失败原因不是 Server 写错了，而是 stdio 通信、路径配置、JSON-RPC 协议和日志污染。本文从这几个方向给出可复现的排查流程和本地测试方法。</summary>
    <title>MCP Server 接入 Claude Code 老是失败？从 stdio、路径和 JSON-RPC 开始排查</title>
    <updated>2026-06-09T12:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI 开发" scheme="https://www.promptnet.cn/tags/AI-%E5%BC%80%E5%8F%91/"/>
    <category term="Gemini" scheme="https://www.promptnet.cn/tags/Gemini/"/>
    <category term="Google" scheme="https://www.promptnet.cn/tags/Google/"/>
    <id>https://www.promptnet.cn/2026/06/08/google-io-2026-agentic-gemini-developer-ecosystem/</id>
    <link href="https://www.promptnet.cn/2026/06/08/google-io-2026-agentic-gemini-developer-ecosystem/"/>
    <published>2026-06-08T04:30:00.000Z</published>
    <summary>Google I/O 2026 把 Gemini 推向更 agentic 的方向，同时继续强化 Gemma、Google AI Studio、on-device AI 和开发者 API。本文从开发者视角分析 Gemini 生态变化，不把它当成单纯模型发布。</summary>
    <title>Google I/O 2026 的 Agentic Gemini：开发者该看什么</title>
    <updated>2026-06-08T04:30:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="GitHub Copilot" scheme="https://www.promptnet.cn/tags/GitHub-Copilot/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <category term="AI 工具" scheme="https://www.promptnet.cn/tags/AI-%E5%B7%A5%E5%85%B7/"/>
    <id>https://www.promptnet.cn/2026/06/08/github-copilot-june-context-reasoning-update/</id>
    <link href="https://www.promptnet.cn/2026/06/08/github-copilot-june-context-reasoning-update/"/>
    <published>2026-06-08T04:00:00.000Z</published>
    <summary>GitHub Copilot 在 2026 年 6 月初集中更新了更大的上下文窗口、可配置推理级别、PR 语境增强、Actions 修复和 Agent Tasks API。本文从开发者工作流角度分析这些变化为什么重要，以及团队该怎么重新使用 Copilot。</summary>
    <title>GitHub Copilot 6 月更新：上下文窗口和推理级别为什么重要</title>
    <updated>2026-06-08T04:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <category term="OpenAI" scheme="https://www.promptnet.cn/tags/OpenAI/"/>
    <category term="Codex" scheme="https://www.promptnet.cn/tags/Codex/"/>
    <id>https://www.promptnet.cn/2026/06/08/openai-codex-every-role-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/08/openai-codex-every-role-workflow/"/>
    <published>2026-06-08T03:30:00.000Z</published>
    <summary>OpenAI 在 2026 年 6 月初把 Codex 定位为 every role、tool 和 workflow 的开发助手，这说明 AI 编程正在从单点代码生成走向团队协作、任务分派和流程集成。本文分析开发者该关注什么、不要过度期待什么。</summary>
    <title>OpenAI Codex 扩到全工作流：AI 编程不再只是写代码</title>
    <updated>2026-06-08T03:30:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="Gemini" scheme="https://www.promptnet.cn/tags/Gemini/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="本地部署" scheme="https://www.promptnet.cn/tags/%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2/"/>
    <id>https://www.promptnet.cn/2026/06/07/local-ai-agent-gemma-gemini-cli-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/07/local-ai-agent-gemma-gemini-cli-workflow/"/>
    <published>2026-06-07T03:00:00.000Z</published>
    <summary>Gemma 4、Gemini CLI 和本地 Agent 工作流重新升温。本文从隐私、成本、上下文、工具调用、终端入口、云端分工、验证能力、安全边界和真实开发任务分析本地 AI Agent 适合做什么、不适合接管什么。</summary>
    <title>本地 AI Agent 又热了：Gemma 4 和 Gemini CLI 能跑开发工作流吗</title>
    <updated>2026-06-07T03:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="GitHub Copilot" scheme="https://www.promptnet.cn/tags/GitHub-Copilot/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <id>https://www.promptnet.cn/2026/06/07/copilot-agent-tasks-api-background-development/</id>
    <link href="https://www.promptnet.cn/2026/06/07/copilot-agent-tasks-api-background-development/"/>
    <published>2026-06-07T02:30:00.000Z</published>
    <summary>GitHub Copilot Agent Tasks REST API 让云端 Agent 可以被程序化启动和跟踪。本文从工单分派、PR 流程、CI 修复、权限边界、验证证据、团队治理、适用任务和落地风险分析 AI 编程后台任务化的意义。</summary>
    <title>Copilot Agent Tasks API 开放：AI 编程开始进入后台任务时代</title>
    <updated>2026-06-07T02:30:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/categories/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="Claude" scheme="https://www.promptnet.cn/tags/Claude/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="Claude Code" scheme="https://www.promptnet.cn/tags/Claude-Code/"/>
    <category term="Anthropic" scheme="https://www.promptnet.cn/tags/Anthropic/"/>
    <id>https://www.promptnet.cn/2026/06/07/claude-opus-4-8-claude-code-dynamic-workflows/</id>
    <link href="https://www.promptnet.cn/2026/06/07/claude-opus-4-8-claude-code-dynamic-workflows/"/>
    <published>2026-06-07T02:00:00.000Z</published>
    <summary>Claude Opus 4.8 发布后，Claude Code 的动态工作流更适合处理大型代码任务。本文从任务拆分、上下文控制、模型选择、验证流程、成本边界、提示方式、适用场景和失败风险讲清开发者该怎么用，避免把强模型当成一次性代码生成器。</summary>
    <title>Claude Opus 4.8 发布：Claude Code 能不能接住复杂项目</title>
    <updated>2026-06-07T02:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI工具" scheme="https://www.promptnet.cn/tags/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="Cursor" scheme="https://www.promptnet.cn/tags/Cursor/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <id>https://www.promptnet.cn/2026/06/06/cursor-tutorial/</id>
    <link href="https://www.promptnet.cn/2026/06/06/cursor-tutorial/"/>
    <published>2026-06-06T04:00:00.000Z</published>
    <summary>Cursor 教程新手入门指南，从安装打开项目、使用 Chat 和 Agent 模式、配置 Rules 规则、理解代码库索引，到安全检查和本地运行验证。帮你把 Cursor 用成真正的 AI 编程编辑器而不是自动补全工具。</summary>
    <title>Cursor 教程：新手如何用 AI 编辑器完成第一次项目开发</title>
    <updated>2026-06-06T04:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI 编程" scheme="https://www.promptnet.cn/tags/AI-%E7%BC%96%E7%A8%8B/"/>
    <category term="Claude Code" scheme="https://www.promptnet.cn/tags/Claude-Code/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <category term="终端工具" scheme="https://www.promptnet.cn/tags/%E7%BB%88%E7%AB%AF%E5%B7%A5%E5%85%B7/"/>
    <id>https://www.promptnet.cn/2026/06/06/claude-code-how-to-use/</id>
    <link href="https://www.promptnet.cn/2026/06/06/claude-code-how-to-use/"/>
    <published>2026-06-06T03:00:00.000Z</published>
    <summary>Claude Code 怎么用的新手教程，从安装登录、打开项目、提出任务、让它修改代码，到检查 diff 和运行验证，帮你把 Claude Code 当成真正的项目协作开发者，而不只是聊天框里生成代码片段的工具。</summary>
    <title>Claude Code 怎么用：新手从安装到完成第一次改代码</title>
    <updated>2026-06-06T03:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI开发" scheme="https://www.promptnet.cn/categories/AI%E5%BC%80%E5%8F%91/"/>
    <category term="技术教程" scheme="https://www.promptnet.cn/categories/AI%E5%BC%80%E5%8F%91/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
    <category term="AI智能体" scheme="https://www.promptnet.cn/tags/AI%E6%99%BA%E8%83%BD%E4%BD%93/"/>
    <category term="Agent开发" scheme="https://www.promptnet.cn/tags/Agent%E5%BC%80%E5%8F%91/"/>
    <category term="Claude" scheme="https://www.promptnet.cn/tags/Claude/"/>
    <category term="AI 开发" scheme="https://www.promptnet.cn/tags/AI-%E5%BC%80%E5%8F%91/"/>
    <category term="Python" scheme="https://www.promptnet.cn/tags/Python/"/>
    <id>https://www.promptnet.cn/2026/06/06/ai-agent-starter-tutorial/</id>
    <link href="https://www.promptnet.cn/2026/06/06/ai-agent-starter-tutorial/"/>
    <published>2026-06-06T02:00:00.000Z</published>
    <summary>智能体开发入门实战教程，从零搭建你的第一个AI Agent。覆盖开发环境搭建、LLM调用、工具注册、任务规划四个核心能力，用真实可运行的 Python 代码说明每一步，帮你把 Agent 概念变成可调试的工具调用循环</summary>
    <title>智能体开发入门：用 Python 写出你的第一个 AI Agent</title>
    <updated>2026-06-06T02:00:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI工具" scheme="https://www.promptnet.cn/categories/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI工具" scheme="https://www.promptnet.cn/tags/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="MCP" scheme="https://www.promptnet.cn/tags/MCP/"/>
    <category term="OpenClaw" scheme="https://www.promptnet.cn/tags/OpenClaw/"/>
    <id>https://www.promptnet.cn/2026/06/05/openclaw-mcp-browser-tool-design/</id>
    <link href="https://www.promptnet.cn/2026/06/05/openclaw-mcp-browser-tool-design/"/>
    <published>2026-06-05T03:20:00.000Z</published>
    <summary>OpenClaw 不只适合单独跑浏览器任务，也可以作为 MCP 风格的网页工具层接给 Agent。本文讲清哪些浏览器能力适合做成工具、参数怎么收窄、返回结果怎么设计，以及如何用权限和审计避免 Agent 乱操作。</summary>
    <title>OpenClaw 和 MCP 怎么接：把浏览器能力做成 Agent 可控工具</title>
    <updated>2026-06-05T03:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI工具" scheme="https://www.promptnet.cn/categories/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="Hermes" scheme="https://www.promptnet.cn/tags/Hermes/"/>
    <category term="Skills" scheme="https://www.promptnet.cn/tags/Skills/"/>
    <category term="工作流" scheme="https://www.promptnet.cn/tags/%E5%B7%A5%E4%BD%9C%E6%B5%81/"/>
    <id>https://www.promptnet.cn/2026/06/05/hermes-skills-agent-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/05/hermes-skills-agent-workflow/"/>
    <published>2026-06-05T02:20:00.000Z</published>
    <summary>Hermes 的重点不只是接模型和工具，更适合把重复任务沉淀成 Skills。本文用内容整理、代码阅读、网页研究和文件归档几个场景，讲清一个 Skill 应该写哪些边界、输入、步骤、输出和人工确认点。</summary>
    <title>Hermes Skills 怎么设计：把重复任务变成 Agent 可复用流程</title>
    <updated>2026-06-05T02:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI工具" scheme="https://www.promptnet.cn/categories/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI工具" scheme="https://www.promptnet.cn/tags/AI%E5%B7%A5%E5%85%B7/"/>
    <category term="OpenClaw" scheme="https://www.promptnet.cn/tags/OpenClaw/"/>
    <category term="浏览器自动化" scheme="https://www.promptnet.cn/tags/%E6%B5%8F%E8%A7%88%E5%99%A8%E8%87%AA%E5%8A%A8%E5%8C%96/"/>
    <id>https://www.promptnet.cn/2026/06/05/openclaw-ai-agent-browser-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/05/openclaw-ai-agent-browser-workflow/"/>
    <published>2026-06-05T01:20:00.000Z</published>
    <summary>OpenClaw 可以理解成给 AI Agent 使用网页的工具层：轻量页面用 fetch，找资料用 search，复杂页面再打开隔离浏览器。本文讲清它适合做什么、怎么配置、第一次该怎么试，以及哪些动作最好留给人工确认。</summary>
    <title>OpenClaw 怎么用：让 Agent 读网页、查资料和控制浏览器</title>
    <updated>2026-06-05T01:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI 工具" scheme="https://www.promptnet.cn/tags/AI-%E5%B7%A5%E5%85%B7/"/>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/tags/AI-%E8%B5%84%E8%AE%AF/"/>
    <category term="开源大模型" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E6%BA%90%E5%A4%A7%E6%A8%A1%E5%9E%8B/"/>
    <id>https://www.promptnet.cn/2026/06/04/ai-ppt-generator-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/04/ai-ppt-generator-workflow/"/>
    <published>2026-06-04T03:00:00.000Z</published>
    <summary>Hermes、OpenClaw、龙虾这类新 AI 项目经常先在社区出现，再进入开发者视野。本文不凭传闻下结论，而是给出一套从来源、定位、代码、能力边界、生态信号和试用风险判断新 AI 工具是否值得跟进的方法。</summary>
    <title>Hermes、OpenClaw 和龙虾类 AI 项目：新工具怎么判断值不值得跟</title>
    <updated>2026-06-04T11:25:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI智能体" scheme="https://www.promptnet.cn/tags/AI%E6%99%BA%E8%83%BD%E4%BD%93/"/>
    <category term="开发效率" scheme="https://www.promptnet.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <category term="AI 工具" scheme="https://www.promptnet.cn/tags/AI-%E5%B7%A5%E5%85%B7/"/>
    <category term="AI 资讯" scheme="https://www.promptnet.cn/tags/AI-%E8%B5%84%E8%AE%AF/"/>
    <id>https://www.promptnet.cn/2026/06/04/perplexity-google-chatgpt-ai-search-workflow/</id>
    <link href="https://www.promptnet.cn/2026/06/04/perplexity-google-chatgpt-ai-search-workflow/"/>
    <published>2026-06-04T02:30:00.000Z</published>
    <summary>Perplexity 是一种带来源引用的 AI 搜索工具，适合快速理解新主题、整理问题线索和追溯网页资料。本文讲清它是什么、怎么提问、适合哪些研究任务、来源引用如何核验，以及哪些结论必须回到官方或原始资料确认。</summary>
    <title>Perplexity 是什么：带来源的 AI 搜索怎么用才可靠</title>
    <updated>2026-06-04T11:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="Claude" scheme="https://www.promptnet.cn/tags/Claude/"/>
    <category term="Gemini" scheme="https://www.promptnet.cn/tags/Gemini/"/>
    <category term="AI 工具对比" scheme="https://www.promptnet.cn/tags/AI-%E5%B7%A5%E5%85%B7%E5%AF%B9%E6%AF%94/"/>
    <category term="OpenAI" scheme="https://www.promptnet.cn/tags/OpenAI/"/>
    <id>https://www.promptnet.cn/2026/06/04/chatgpt-vs-claude-vs-gemini-ai-tools/</id>
    <link href="https://www.promptnet.cn/2026/06/04/chatgpt-vs-claude-vs-gemini-ai-tools/"/>
    <published>2026-06-04T02:00:00.000Z</published>
    <summary>ChatGPT、Claude、Gemini 不应只比较谁更强，而要按任务路由。本文用写作、代码、资料检索、长文整理、PPT、办公协作和团队流程场景，给出选择矩阵、组合步骤、验收标准、工具测试方法和常见误区，帮助你建立可复用的 AI 工作系统。</summary>
    <title>ChatGPT、Claude、Gemini 怎么分工：一张任务路由表</title>
    <updated>2026-06-04T10:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="AI Agent" scheme="https://www.promptnet.cn/tags/AI-Agent/"/>
    <category term="AI 开发" scheme="https://www.promptnet.cn/tags/AI-%E5%BC%80%E5%8F%91/"/>
    <category term="MCP" scheme="https://www.promptnet.cn/tags/MCP/"/>
    <category term="MCP Server" scheme="https://www.promptnet.cn/tags/MCP-Server/"/>
    <id>https://www.promptnet.cn/2026/06/03/mcp-server-local-tool-calling-practice/</id>
    <link href="https://www.promptnet.cn/2026/06/03/mcp-server-local-tool-calling-practice/"/>
    <published>2026-06-03T01:20:00.000Z</published>
    <summary>这是一篇 MCP Server 实战教程，围绕从协议理解到本地工具调用的完整落地流程，说明如何拆分工具能力、设计输入输出、配置客户端、调试 stdio 链路，并把 MCP Server 接入真实 AI Agent 工作流。</summary>
    <title>MCP Server 实战：从协议到本地工具调用</title>
    <updated>2026-06-03T01:20:00.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>AJie</name>
    </author>
    <category term="AI 教程" scheme="https://www.promptnet.cn/categories/AI-%E6%95%99%E7%A8%8B/"/>
    <category term="Claude" scheme="https://www.promptnet.cn/tags/Claude/"/>
    <category term="AI API" scheme="https://www.promptnet.cn/tags/AI-API/"/>
    <category term="API 价格" scheme="https://www.promptnet.cn/tags/API-%E4%BB%B7%E6%A0%BC/"/>
    <category term="Gemini" scheme="https://www.promptnet.cn/tags/Gemini/"/>
    <id>https://www.promptnet.cn/2026/06/02/ai-cost-calculator-claude-gpt-gemini-budget/</id>
    <link href="https://www.promptnet.cn/2026/06/02/ai-cost-calculator-claude-gpt-gemini-budget/"/>
    <published>2026-06-02T12:30:00.000Z</published>
    <summary>AI API 预算不能只看价格表。本文用 token 样本、请求量、输出长度、缓存命中、重试率和安全余量，拆出上线前可复查的成本估算流程，并把结果转成模型路由、限额、告警、降级规则和上线后一周复盘清单。</summary>
    <title>AI API 预算怎么估：从 Token 样本到上线限额</title>
    <updated>2026-06-04T10:10:00.000Z</updated>
  </entry>
</feed>
