<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Physicaloser</title>
<link>https://zhayujie.com/</link>
<atom:link href="https://zhayujie.com/feed/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description>个人技术博客，致力于分布式、云计算、系统架构、人工智能等领域技术干货的分享。</description>
<lastBuildDate>Sun, 14 Jun 2026 20:05:00 +0800</lastBuildDate>
<pubDate>Sun, 14 Jun 2026 20:05:00 +0800</pubDate>
<item>
<title>让 Agent 在对话中成长：自进化机制的五层实现</title>
<link>https://zhayujie.com/self-evolution.html</link>
<guid>https://zhayujie.com/self-evolution.html</guid>
<pubDate>Sun, 14 Jun 2026 20:05:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[自进化 (Self-evolution) 是 Agent Harness 的核心模块，拥有自进化能力后 Agent 才能在长期的任务交互中不断成长，总结和改进自己的技能、记录用户的反馈和偏好，从...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>自进化 (Self-evolution) 是 Agent Harness 的核心模块，拥有自进化能力后 Agent 才能在长期的任务交互中不断成长，总结和改进自己的技能、记录用户的反馈和偏好，从被动应答升级为能够主动复盘和自我成长的 Agent。本文以 CowAgent 开源项目为例，介绍 Agent 框架中五层自进化机制的架构设计和工程实现。</p></blockquote><p class="more"><a href="https://zhayujie.com/self-evolution.html" title="让 Agent 在对话中成长：自进化机制的五层实现">[...]</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://zhayujie.com/self-evolution.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/self-evolution.html</wfw:commentRss>
</item>
<item>
<title>DeepSeek V4 模型的 Agent 能力实测</title>
<link>https://zhayujie.com/deepseek-v4-eval.html</link>
<guid>https://zhayujie.com/deepseek-v4-eval.html</guid>
<pubDate>Sun, 26 Apr 2026 23:21:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[DeepSeek V4 系列发布之后，关于它能不能用、好不好用的讨论很多，但大部分评测还停留在普通对话或编码上。CowAgent 作为一个开源中立的 Agent 框架，则更关心模型在 Agent...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>DeepSeek V4 系列发布之后，关于它能不能用、好不好用的讨论很多，但大部分评测还停留在普通对话或编码上。CowAgent 作为一个开源中立的 Agent 框架，则更关心模型在 Agent 链路中的真实表现，包括任务规划、复杂编码、长期记忆、浏览器自动化、知识库构建、长上下文处理等，本文针对这 6 项能力在 CowAgent 中对 DeepSeek V4 模型做了全面测试。</p></blockquote><p class="more"><a href="https://zhayujie.com/deepseek-v4-eval.html" title="DeepSeek V4 模型的 Agent 能力实测">[...]</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://zhayujie.com/deepseek-v4-eval.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/deepseek-v4-eval.html</wfw:commentRss>
</item>
<item>
<title>RAG优化进阶 - 智能体平台的知识库优化实践</title>
<link>https://zhayujie.com/rag-advanced.html</link>
<guid>https://zhayujie.com/rag-advanced.html</guid>
<pubDate>Wed, 20 Aug 2025 17:33:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[RAG（Retrieval-Augmented Generation，检索增强生成）技术经过近两年的快速发展，已经从初期的概念验证阶段进入到了大规模企业级应用的关键时期。在这个过程中，单纯依靠简...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>RAG（Retrieval-Augmented Generation，检索增强生成）技术经过近两年的快速发展，已经从初期的概念验证阶段进入到了大规模企业级应用的关键时期。在这个过程中，单纯依靠简单的文档切分和基础的向量检索技术已经无法满足企业对于知识库问答质量的要求，需要在RAG技术的各个环节进行更为深入的优化。</p></blockquote><p class="more"><a href="https://zhayujie.com/rag-advanced.html" title="RAG优化进阶 - 智能体平台的知识库优化实践">[...]</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://zhayujie.com/rag-advanced.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/rag-advanced.html</wfw:commentRss>
</item>
<item>
<title>AgentMesh -- 开源的多智能体协同平台</title>
<link>https://zhayujie.com/agentmesh.html</link>
<guid>https://zhayujie.com/agentmesh.html</guid>
<pubDate>Sat, 26 Apr 2025 17:19:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[AgentMesh 是一个开源的多智能体 (Multi-Agent) 平台，核心目标是解决多个智能体之间的通信和协作问题，真正实现 "1+1&gt;2" 的效果。能够帮助用户快速创造自己的多智能...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p><a href="https://github.com/MinimalFuture/AgentMesh">AgentMesh</a> 是一个开源的多智能体 (Multi-Agent) 平台，核心目标是解决多个智能体之间的通信和协作问题，真正实现 "1+1&gt;2" 的效果。能够帮助用户快速创造自己的多智能体团队，或是让已有的多个单一智能体获得协同能力，最终解决更为复杂的任务。</p></blockquote><p class="more"><a href="https://zhayujie.com/agentmesh.html" title="AgentMesh -- 开源的多智能体协同平台">[...]</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://zhayujie.com/agentmesh.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/agentmesh.html</wfw:commentRss>
</item>
<item>
<title>DeepSeek-R1-671B 大模型本地部署教程</title>
<link>https://zhayujie.com/deepseek-r1-671b-deploy.html</link>
<guid>https://zhayujie.com/deepseek-r1-671b-deploy.html</guid>
<pubDate>Sun, 16 Feb 2025 15:53:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[DeepSeek-R1大模型具备深度思考和推理能力，在数学、代码、自然语言推理等任务上都有着极大的提升。一方面由于官方或第三方的在线服务或多或少存在不稳定的问题，另一方面考虑到数据安全和隐私问题...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>DeepSeek-R1大模型具备深度思考和推理能力，在数学、代码、自然语言推理等任务上都有着极大的提升。一方面由于官方或第三方的在线服务或多或少存在不稳定的问题，另一方面考虑到数据安全和隐私问题，本地私有化部署DeepSeek开源大模型对个人或企业来说也是一种不错的选择。本文主要介绍完整参数版本 deepseek-r1-671b 模型的部署和测试过程，对 deepseek-v3-671b 以及其他更小参数版本的模型同样适用。</p></blockquote><p class="more"><a href="https://zhayujie.com/deepseek-r1-671b-deploy.html" title="DeepSeek-R1-671B 大模型本地部署教程">[...]</a></p>
]]></content:encoded>
<slash:comments>2</slash:comments>
<comments>https://zhayujie.com/deepseek-r1-671b-deploy.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/deepseek-r1-671b-deploy.html</wfw:commentRss>
</item>
<item>
<title>RAG最佳实践 - AI Agent平台的知识库优化之路</title>
<link>https://zhayujie.com/linkai-rag.html</link>
<guid>https://zhayujie.com/linkai-rag.html</guid>
<pubDate>Wed, 31 Jul 2024 16:10:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[RAG（Retrieval-Augmented Generation,检索增强生成）作为当下主流的AI智能体应用技术之一，为解决大语言模型在问答交互场景下存在的不足（知识的局限性、滞后性以及幻觉...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>RAG（Retrieval-Augmented Generation,检索增强生成）作为当下主流的AI智能体应用技术之一，为解决大语言模型在问答交互场景下存在的不足（知识的局限性、滞后性以及幻觉等问题）提供了解决方案，也让AI大模型在专业领域（尤其是企业应用场景）的落地应用、满足真实的生产需求和业务场景成为可能。本文以LinkAI平台的知识库演进过程为例介绍RAG技术的优化实践。</p></blockquote><p class="more"><a href="https://zhayujie.com/linkai-rag.html" title="RAG最佳实践 - AI Agent平台的知识库优化之路">[...]</a></p>
]]></content:encoded>
<slash:comments>3</slash:comments>
<comments>https://zhayujie.com/linkai-rag.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/linkai-rag.html</wfw:commentRss>
</item>
<item>
<title>基于ChatGPT的微信聊天机器人</title>
<link>https://zhayujie.com/chatgpt-on-wechat.html</link>
<guid>https://zhayujie.com/chatgpt-on-wechat.html</guid>
<pubDate>Sun, 18 Dec 2022 00:26:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[ChatGPT近期以强大的对话和信息整合能力风靡全网，可以写代码、改论文、讲故事，几乎无所不能，这让人不禁有个大胆的想法，能否用他的对话模型把我们的微信打造成一个智能机器人，可以在与好友对话中给...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>ChatGPT近期以强大的对话和信息整合能力风靡全网，可以写代码、改论文、讲故事，几乎无所不能，这让人不禁有个大胆的想法，能否用他的对话模型把我们的微信打造成一个智能机器人，可以在与好友对话中给出意想不到的回应，而且再也不用担心女朋友影响我们 <del>打游戏</del> 工作了。</p></blockquote><p>本项目是基于ChatGPT的微信聊天机器人，通过 <a href="https://github.com/openai/openai-quickstart-python">OpenAI</a> 接口生成对话内容，使用 <a href="https://github.com/littlecodersh/ItChat">itchat</a> 实现微信消息的接收和自动回复，支持使用 <a href="https://link-ai.tech/">LinkAI</a> 作为智能体能力。</p><p class="more"><a href="https://zhayujie.com/chatgpt-on-wechat.html" title="基于ChatGPT的微信聊天机器人">[...]</a></p>
]]></content:encoded>
<slash:comments>137</slash:comments>
<comments>https://zhayujie.com/chatgpt-on-wechat.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/chatgpt-on-wechat.html</wfw:commentRss>
</item>
<item>
<title>从零开发操作系统 -- 第一条指令</title>
<link>https://zhayujie.com/minos-quick-start.html</link>
<guid>https://zhayujie.com/minos-quick-start.html</guid>
<pubDate>Thu, 22 Sep 2022 22:30:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[操作系统本质上也是一个程序，与我们编写的应用程序一样，最终都会转换成二进制的机器指令被CPU执行，只是随着计算机的发展，操作系统这个程序被赋予了更多特殊的职责。今天我们暂且不谈操作系统的诸多功能...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>操作系统本质上也是一个程序，与我们编写的应用程序一样，最终都会转换成二进制的机器指令被CPU执行，只是随着计算机的发展，操作系统这个程序被赋予了更多特殊的职责。今天我们暂且不谈操作系统的诸多功能，而是回归到它作为程序的本身，首先让它的第一行代码在计算机上跑起来。</p></blockquote><p class="more"><a href="https://zhayujie.com/minos-quick-start.html" title="从零开发操作系统 -- 第一条指令">[...]</a></p>
]]></content:encoded>
<slash:comments>6</slash:comments>
<comments>https://zhayujie.com/minos-quick-start.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/minos-quick-start.html</wfw:commentRss>
</item>
<item>
<title>从零开发操作系统 -- 目录</title>
<link>https://zhayujie.com/minos-startup.html</link>
<guid>https://zhayujie.com/minos-startup.html</guid>
<pubDate>Thu, 22 Sep 2022 20:30:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[前言操作系统是与开发者日常工作息息相关的基础软件，我们编写的所有应用程序都运行于操作系统之上，一旦涉及到对应用性能、资源等的优化，就离不开对操作系统工作原理的理解，同时操作系统也是学习计算机底层...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<h2>前言</h2><p>操作系统是与开发者日常工作息息相关的基础软件，我们编写的所有应用程序都运行于操作系统之上，一旦涉及到对应用性能、资源等的优化，就离不开对操作系统工作原理的理解，同时操作系统也是学习计算机底层技术的敲门砖，掌握其原理会对程序的开发带来潜移默化的帮助。</p><p class="more"><a href="https://zhayujie.com/minos-startup.html" title="从零开发操作系统 -- 目录">[...]</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://zhayujie.com/minos-startup.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/minos-startup.html</wfw:commentRss>
</item>
<item>
<title>MIT6.828 — Lab2 Simple Shell</title>
<link>https://zhayujie.com/mit6828-lab-shell.html</link>
<guid>https://zhayujie.com/mit6828-lab-shell.html</guid>
<pubDate>Mon, 30 Nov 2020 23:55:00 +0800</pubDate>
<dc:creator>zyj</dc:creator>
<description><![CDATA[Mit6.828/6.S081 fall 2019的Lab2是Simple Shell，内容是实现一个简易的shell程序，本文对该实验的思路进行详细介绍，并对xv6提供的shell实现进行深入解析。]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<blockquote><p>Mit6.828/6.S081 fall 2019的Lab2是Simple Shell，内容是实现一个简易的shell程序，本文对该实验的思路进行详细介绍，并对xv6提供的shell实现进行深入解析。</p></blockquote><p class="more"><a href="https://zhayujie.com/mit6828-lab-shell.html" title="MIT6.828 — Lab2 Simple Shell">[...]</a></p>
]]></content:encoded>
<slash:comments>4</slash:comments>
<comments>https://zhayujie.com/mit6828-lab-shell.html#comments</comments>
<wfw:commentRss>https://zhayujie.com/feed/mit6828-lab-shell.html</wfw:commentRss>
</item>
</channel>
</rss>