# FluxMem：将AI智能体记忆视为持续演化的动态连接网络

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-06-03 09:59
- AIHOT 分数：60
- AIHOT 链接：https://aihot.virxact.com/items/cmpxfqmwi03jzslckw8qtgq3x
- 原文链接：https://x.com/rohanpaul_ai/status/2061991005201825984

## AI 摘要

FluxMem是一种新型AI智能体记忆系统，其核心思想是将记忆视为一个动态连接的网络，而非静态存储。它将事实、过往任务经历与可复用技能作为图中的节点进行存储。执行任务时，FluxMem先收集可能有用的记忆，再根据任务反馈动态修正记忆间的连接关系。此外，系统能将反复成功的任务路径转化为可复用技能。测试显示，该系统在LoCoMo基准上平均准确率达95.06，并在GAIA基准上结合Kimi K2取得了12.73分的性能提升，优于现有记忆系统。

## 正文

AI agents should treat memory as a changing web of useful connections， not static storage.

Most agent memory systems retrieve old facts as if the past were a filing cabinet.

The paper proposes FluxMem， a memory system that stores facts， past task episodes， and reusable skills as connected pieces in a graph.

When the agent works on a task， FluxMem first gathers likely useful memories， then uses feedback from the task to fix the memory connections by adding missing links， removing bad ones， or rewriting memories at the right level of detail.

Over time， it also turns repeated successful task paths into reusable skills， so the agent does not need to rebuild the same reasoning pattern again and again.

The authors tested FluxMem on long conversation memory， web navigation， and general assistant tasks， which checks whether the idea works across very different agent problems.

FluxMem got stronger results than the compared memory systems， including 95.06 average accuracy on LoCoMo and a 12.73-point gain on GAIA with Kimi K2.

The big deal is that the paper shifts agent memory from "store and retrieve" toward "keep repairing and strengthening the connections that actually help the agent act."

----

Link - arxiv. org/abs/2605.28773

Title： "Rethinking Memory as Continuously Evolving Connectivity"
