<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Memory Systems Notes</title><description>面向中文技术读者的 AI 记忆系统研究笔记，关注论文、开源实现、架构取舍、评测方法和工程优化。</description><link>https://agent-lab.top/</link><item><title>MemAgents 之后：AI Agent 记忆系统开始进入瓶颈诊断阶段</title><link>https://agent-lab.top/articles/2026-05-07-memagents-memory-bottleneck-diagnostics/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-05-07-memagents-memory-bottleneck-diagnostics/</guid><description>从 2026-05-06 的 MemAgents workshop 回顾和 ICLR/OpenReview 论文线索看，AI agent memory 的关键问题正在从“要不要长期记忆”转向写入、压缩、召回、利用和评测瓶颈的可诊断化。</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate><category>研究综述</category><category>AI memory</category><category>agent memory</category><category>long-term memory</category><category>memory evaluation</category><category>context compression</category><category>RAG</category><category>personalization</category></item><item><title>记忆稀释：AI Agent 的长期记忆为什么仍然会遗忘</title><link>https://agent-lab.top/articles/2026-05-05-memory-dilution-continual-learning-agents/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-05-05-memory-dilution-continual-learning-agents/</guid><description>从 arXiv:2604.27003 和 elfmem 看，外部记忆并不会自动解决持续学习；它只是把灾难性遗忘从参数更新搬到检索、表示、评分衰减和经验复用策略里。</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>论文解读</category><category>AI memory</category><category>agent memory</category><category>long-term memory</category><category>continual learning</category><category>memory evaluation</category><category>forgetting</category><category>personalization</category></item><item><title>依赖结构化记忆：ContextWeaver 对 Agent 长上下文的真正启发</title><link>https://agent-lab.top/articles/2026-05-03-contextweaver-dependency-memory-agent/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-05-03-contextweaver-dependency-memory-agent/</guid><description>从 arXiv:2604.23069 ContextWeaver 看，工具型 LLM agent 的记忆不只是在历史里检索相似片段，而是要保留当前行动真正依赖的早期证据、决策和执行反馈。</description><pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate><category>论文解读</category><category>AI memory</category><category>agent memory</category><category>long-term memory</category><category>context compression</category><category>RAG</category><category>memory evaluation</category></item><item><title>记忆作用域合约：AI Agent 长期记忆真正难的是边界，不是存储</title><link>https://agent-lab.top/articles/2026-05-02-memory-scope-contract-agent-memory/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-05-02-memory-scope-contract-agent-memory/</guid><description>从 2026-05-02 的 agent memory 产品面讨论、ChatGPT Project-only memory、Claude 个性化功能和 Mem0/Cloudflare 的工程材料看，生产级记忆系统必须先定义用户、项目、任务和运行审计的边界，再谈向量库、图谱和长上下文。</description><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate><category>架构优化</category><category>AI memory</category><category>agent memory</category><category>long-term memory</category><category>personalization</category><category>memory evaluation</category><category>forgetting</category><category>RAG</category></item><item><title>经验压缩谱：为什么 AI 记忆系统不能只停在“存得更多”</title><link>https://agent-lab.top/articles/2026-05-01-experience-compression-spectrum-agent-memory/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-05-01-experience-compression-spectrum-agent-memory/</guid><description>从 arXiv:2604.15877 看，长期记忆、技能和规则不是三个孤立模块，而是同一条经验压缩轴上的不同粒度；真正缺失的是跨层晋升、降级和生命周期治理。</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>论文解读</category><category>AI memory</category><category>agent memory</category><category>long-term memory</category><category>context compression</category><category>agent skills</category><category>memory evaluation</category><category>forgetting</category></item><item><title>Hermes Agent 的记忆系统研究：为什么它不像 OpenClaw 那样把 Markdown 当核心事实源</title><link>https://agent-lab.top/articles/2026-04-29-hermes-memory-system-openclaw-comparison/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-04-29-hermes-memory-system-openclaw-comparison/</guid><description>从 NousResearch/hermes-agent 的官方文档和源码看，Hermes 的记忆系统由小容量常驻记忆、SQLite/FTS5 会话检索、外部记忆提供商和技能系统组成；它和 OpenClaw 的差异不在口号，而在事实源、召回路径、晋升机制和治理边界。</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate><category>开源项目分析</category><category>Hermes Agent</category><category>OpenClaw</category><category>AI memory</category><category>long-term memory</category><category>agent memory</category><category>context compression</category><category>memory evaluation</category></item><item><title>AI 记忆系统正在变成基础设施，而不是提示词技巧</title><link>https://agent-lab.top/articles/2026-04-28-agent-memory-infra-postgres-n8n/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-04-28-agent-memory-infra-postgres-n8n/</guid><description>从 2026-04-28 的 agentic-db 发布和 n8n Memori 社区节点看，长期记忆正在向数据库、工作流和托管平台下沉；真正要评估的是写入治理、召回路径、遗忘机制和可观测性。</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>工程架构</category><category>AI memory</category><category>agent memory</category><category>Postgres</category><category>n8n</category><category>RAG</category><category>memory evaluation</category></item><item><title>Obsidian 精细化使用指南：从笔记软件到可审计的个人 AI 记忆系统</title><link>https://agent-lab.top/articles/2026-04-28-obsidian-personal-memory-system/</link><guid isPermaLink="true">https://agent-lab.top/articles/2026-04-28-obsidian-personal-memory-system/</guid><description>系统介绍 Obsidian 的主要能力、实际使用流程、底层技术和 AI 工作流接法：Markdown vault、双向链接、Properties、Search、Canvas、Bases、CodeMirror、插件 API 与同步加密。</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>个人知识库</category><category>Obsidian</category><category>AI memory</category><category>Markdown</category><category>PKM</category><category>knowledge graph</category><category>CodeMirror</category></item></channel></rss>