<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>思考随想录</title>
    <link>https://thought.github.io/jws-blog</link>
    <description>勤于思，践于行 - 一个 AI/Agent 学习与思考的个人博客</description>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 04 Aug 2026 02:45:29 +0800</lastBuildDate>
    <generator>思考随想录 RSS Generator (VitePress)</generator>
    <atom:link href="https://thought.github.io/jws-blog/rss.xml" rel="self" type="application/rss+xml" />
  <item>
    <title>Agent 原理入门：从 LLM 到自主智能体</title>
    <link>https://thought.github.io/jws-blog/posts/agent-notes/agent-principles.html</link>
    <description>从大模型到真正能&quot;做事&quot;的 Agent，到底差了什么？记录我入门 Agent 方向的第一课。</description>
    <pubDate>Sat, 01 Aug 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/agent-notes/agent-principles.html</guid>
    <category>Agent 学习笔记</category>
    <category>Agent</category>
    <category>LLM</category>
    <category>入门</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>大模型应用现状随想：从 ChatBot 到 Agent 的拐点</title>
    <link>https://thought.github.io/jws-blog/posts/industry-thoughts/llm-status.html</link>
    <description>2026 年了，大模型应用走到哪一步了？为什么所有人都在押注 Agent？记录我的观察。</description>
    <pubDate>Sat, 25 Jul 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/industry-thoughts/llm-status.html</guid>
    <category>行业随想</category>
    <category>行业观察</category>
    <category>Agent</category>
    <category>大模型</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>我的第一个 Agent 项目复盘：从 demo 到能跑</title>
    <link>https://thought.github.io/jws-blog/posts/project-practice/first-agent-project.html</link>
    <description>用一周时间做了一个能自动写周报的 Agent，记录从想法到上线的全过程和踩过的坑。</description>
    <pubDate>Sat, 18 Jul 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/project-practice/first-agent-project.html</guid>
    <category>项目实战</category>
    <category>Agent</category>
    <category>项目复盘</category>
    <category>LangChain</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>大二自学路径规划：从 AI 小白到能投 Agent 岗</title>
    <link>https://thought.github.io/jws-blog/posts/growth-job/sophomore-plan.html</link>
    <description>大二这一年我打算怎么学？从基础到项目到实习，写下我的 Agent 方向自学路径。</description>
    <pubDate>Fri, 10 Jul 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/growth-job/sophomore-plan.html</guid>
    <category>成长思考</category>
    <category>学习规划</category>
    <category>自学</category>
    <category>求职</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>LangChain 工具调用学习笔记</title>
    <link>https://thought.github.io/jws-blog/posts/agent-notes/langchain-tools.html</link>
    <description>用 LangChain 给 Agent 接上工具，看上去很美，踩坑也不少。记录我的实操笔记。</description>
    <pubDate>Fri, 03 Jul 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/agent-notes/langchain-tools.html</guid>
    <category>Agent 学习笔记</category>
    <category>Agent</category>
    <category>LangChain</category>
    <category>工具调用</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>读 ReAct 论文有感：推理与行动的纠缠</title>
    <link>https://thought.github.io/jws-blog/posts/industry-thoughts/react-paper.html</link>
    <description>ReAct 是 Agent 领域绕不开的论文。它用最朴素的方式回答了一个核心问题：为什么 LLM 需要工具？</description>
    <pubDate>Thu, 25 Jun 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/industry-thoughts/react-paper.html</guid>
    <category>行业随想</category>
    <category>论文解读</category>
    <category>ReAct</category>
    <category>Agent</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>爬虫踩坑记录：被反爬教做人的三天</title>
    <link>https://thought.github.io/jws-blog/posts/project-practice/crawler-pitfalls.html</link>
    <description>想爬点数据训练模型，结果被反爬按在地上摩擦。记录三天血泪史和最终方案。</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/project-practice/crawler-pitfalls.html</guid>
    <category>项目实战</category>
    <category>爬虫</category>
    <category>Python</category>
    <category>踩坑</category>
    <author>思考随想录</author>
  </item>
  <item>
    <title>算法刷题方法论：从一道题刷三遍到三遍刷一道题</title>
    <link>https://thought.github.io/jws-blog/posts/growth-job/algorithm-method.html</link>
    <description>刷了 100 题 LeetCode 后总结的方法论。重点不在刷多少，在刷得透不透。</description>
    <pubDate>Fri, 05 Jun 2026 00:00:00 +0800</pubDate>
    <guid isPermaLink="true">https://thought.github.io/jws-blog/posts/growth-job/algorithm-method.html</guid>
    <category>成长思考</category>
    <category>算法</category>
    <category>LeetCode</category>
    <category>学习方法</category>
    <author>思考随想录</author>
  </item>
  </channel>
</rss>
