<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://mayunpeng-ai-notes.pages.dev/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mayunpeng-ai-notes.pages.dev/" rel="alternate" type="text/html" hreflang="zh-CN" /><updated>2026-04-23T12:57:02+08:00</updated><id>https://mayunpeng-ai-notes.pages.dev/feed.xml</id><title type="html">Mayunpeng AI Notes</title><subtitle>一份面向 AI 学习、工具实测、Agent 实战与个人研究的中文技术博客。</subtitle><author><name>Mayunpeng</name></author><entry><title type="html">我的 Agent 工作流笔记</title><link href="https://mayunpeng-ai-notes.pages.dev/2026/04/22/my-agent-workflow-notes/" rel="alternate" type="text/html" title="我的 Agent 工作流笔记" /><published>2026-04-22T12:00:00+08:00</published><updated>2026-04-22T12:00:00+08:00</updated><id>https://mayunpeng-ai-notes.pages.dev/2026/04/22/my-agent-workflow-notes</id><content type="html" xml:base="https://mayunpeng-ai-notes.pages.dev/2026/04/22/my-agent-workflow-notes/"><![CDATA[<p>我更喜欢把 Agent 理解成一个会协作的工作台。</p>

<h2 id="一个稳定工作流至少要回答-3-个问题">一个稳定工作流至少要回答 3 个问题</h2>

<ol>
  <li>输入是什么</li>
  <li>输出要长成什么样</li>
  <li>中间哪些环节可以复用</li>
</ol>

<p>如果这三点不清楚，再强的模型也只会不断返工。</p>

<h2 id="我会持续记录的内容">我会持续记录的内容</h2>

<ul>
  <li>提示词结构</li>
  <li>任务拆分方式</li>
  <li>验证方式</li>
  <li>可复用模板</li>
</ul>]]></content><author><name>Mayunpeng</name></author><category term="Agent 实战" /><category term="Agent" /><category term="Workflow" /><summary type="html"><![CDATA[把 Agent 当成工作台，而不是单次问答工具，效率和思路都会完全不同。]]></summary></entry><entry><title type="html">如何规划博客的第一批内容</title><link href="https://mayunpeng-ai-notes.pages.dev/2026/04/22/how-i-plan-content/" rel="alternate" type="text/html" title="如何规划博客的第一批内容" /><published>2026-04-22T11:00:00+08:00</published><updated>2026-04-22T11:00:00+08:00</updated><id>https://mayunpeng-ai-notes.pages.dev/2026/04/22/how-i-plan-content</id><content type="html" xml:base="https://mayunpeng-ai-notes.pages.dev/2026/04/22/how-i-plan-content/"><![CDATA[<p>很多人第一版博客上线后，很快就停更了。真正的问题通常不是不会写，而是没有提前设计内容系统。</p>

<h2 id="第一批内容怎么选">第一批内容怎么选</h2>

<p>我的建议是先发 5 篇文章，并且让它们分别承担不同角色：</p>

<ul>
  <li>一篇自我介绍和站点说明</li>
  <li>一篇方法论文章</li>
  <li>两篇实操教程</li>
  <li>一篇资源或工具整理</li>
</ul>

<h2 id="为什么只建议先做-5-篇">为什么只建议先做 5 篇</h2>

<p>因为一周时间里，最重要的是完成：</p>

<ul>
  <li>结构搭建</li>
  <li>写作模板</li>
  <li>发布流程</li>
  <li>第一批内容验证</li>
</ul>

<p>先把系统跑通，比一开始囤 20 篇草稿更重要。</p>]]></content><author><name>Mayunpeng</name></author><category term="内容策略" /><category term="选题" /><category term="写作" /><summary type="html"><![CDATA[首发阶段最重要的不是追求数量，而是建立一套能持续更新的内容框架。]]></summary></entry><entry><title type="html">欢迎来到我的 AI 博客</title><link href="https://mayunpeng-ai-notes.pages.dev/2026/04/22/welcome-to-my-ai-blog/" rel="alternate" type="text/html" title="欢迎来到我的 AI 博客" /><published>2026-04-22T10:00:00+08:00</published><updated>2026-04-22T10:00:00+08:00</updated><id>https://mayunpeng-ai-notes.pages.dev/2026/04/22/welcome-to-my-ai-blog</id><content type="html" xml:base="https://mayunpeng-ai-notes.pages.dev/2026/04/22/welcome-to-my-ai-blog/"><![CDATA[<p>这篇文章是博客的起点。</p>

<p>我会把这里当成一个长期可维护的知识库，而不是一块只发动态的公告栏。内容会围绕四条主线展开：</p>

<ol>
  <li><code class="language-plaintext highlighter-rouge">AI 学习路线</code></li>
  <li><code class="language-plaintext highlighter-rouge">工具实测与对比</code></li>
  <li><code class="language-plaintext highlighter-rouge">Agent 实战</code></li>
  <li><code class="language-plaintext highlighter-rouge">长期研究与思考</code></li>
</ol>

<h2 id="为什么要做成博客">为什么要做成博客</h2>

<p>博客最大的价值，不只是“有一个网站”，而是它让内容可以被系统组织：</p>

<ul>
  <li>能通过分类和标签找到历史内容</li>
  <li>能被搜索引擎长期收录</li>
  <li>能作为个人品牌的稳定主页</li>
  <li>能承接社媒、视频和外部流量</li>
</ul>

<h2 id="接下来会写什么">接下来会写什么</h2>

<p>接下来优先发布三类内容：</p>

<ul>
  <li>从零搭建个人知识博客的过程记录</li>
  <li>常用 AI 工具的实测和总结</li>
  <li>Agent 工作流的拆解与上手指南</li>
</ul>]]></content><author><name>Mayunpeng</name></author><category term="开始" /><category term="博客" /><category term="建站" /><summary type="html"><![CDATA[第一篇文章用来说明这份博客会写什么、为什么要写，以及后续会怎么更新。]]></summary></entry></feed>