<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Learnlog</title>
    <link>https://learnlog.dev</link>
    <description>Daily learning journal</description>
    <language>zh-CN</language>
    <atom:link href="https://learnlog.dev/rss.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>Agent 的 Token 雪崩</title>
      <link>https://learnlog.dev/blog/ai-agent-token-economics</link>
      <guid>https://learnlog.dev/blog/ai-agent-token-economics</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <description>Agent 循环的 token 成本不是线性增长，是复利增长。理解这一点才能设计出可持续的 Agent 系统。</description>
      <category>ai</category>
      <category>agent</category>
      <category>token-economics</category>
      <category>llm</category>
    </item>
    <item>
      <title>AI Agent 没有魔法</title>
      <link>https://learnlog.dev/blog/ai-agent-no-magic</link>
      <guid>https://learnlog.dev/blog/ai-agent-no-magic</guid>
      <pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate>
      <description>从 function calling 到推理吞吐，拆解 Agent 系统的每一层，发现底层其实很朴素。</description>
      <category>ai</category>
      <category>agent</category>
      <category>function-calling</category>
      <category>llm</category>
    </item>
    <item>
      <title>拆微服务之前，先想清楚一件事</title>
      <link>https://learnlog.dev/blog/microservices-when-to-split</link>
      <guid>https://learnlog.dev/blog/microservices-when-to-split</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <description>拆微服务的标准不是按功能，是按生命周期。拆得多不代表并发高，Go 轻量不代表运维轻量</description>
      <category>architecture</category>
      <category>microservices</category>
      <category>go</category>
      <category>k8s</category>
    </item>
    <item>
      <title>Hello, Learnlog!</title>
      <link>https://learnlog.dev/blog/hello-learnlog</link>
      <guid>https://learnlog.dev/blog/hello-learnlog</guid>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <description>First post - setting up a learning journal to record daily progress.</description>
      <category>meta</category>
      <category>getting-started</category>
    </item>
  </channel>
</rss>