多数 AI 产品里的“记忆”只是把旧消息存起来。BABEL 的记忆不是仓库,而是伤疤机制。它决定哪些经验留下、哪些被压缩、哪些涌现为信念,并最终改变角色未来的判断。这才让世界里的生命具有连续性。In most AI products, “memory” means storing old messages. In BABEL, memory is a scar mechanism. It decides which experiences remain, which get compressed, which emerge as belief, and how all of that rewrites future judgment. That is what gives life continuity inside a world.
// ORACLE如果一次背叛不会留下代价,它就不是记忆,只是历史记录。If a betrayal leaves no lasting cost, it is not memory but only historical record.
每个事件先以原始情景进入系统。它保留时间、地点、参与者和行为细节,是世界经验最具体的层。Each event enters the system first as an episodic record. It preserves time, place, participants, and action detail as the most concrete layer of world experience.
L2
SEMANTIC
语义记忆
compression / summary / context release
语义层把低重要性的重复经验压缩成摘要,让世界拥有长期记忆而不被日志淹没。The semantic layer compresses low-importance repetition into summaries so the world can keep long memory without drowning in logs.
L3
BELIEF
信念层
pattern / conclusion / future bias
信念不是被写死的设定,而是从重复模式中涌现出的高层判断。它会持续改写未来决策。Beliefs are not hard-coded settings but high-level judgments that emerge from repeated patterns. They keep rewriting future decisions.
保护阈值IMPORTANCE POLICY
MEMORY IMPORTANCE SCALE
1.0
关键揭示critical revelation
0.9
高压冲突 / 核心提问high-pressure conflict / core inquiry
0.8
保护阈值,永不压缩protection threshold, never compressed
0.6
中等重要行动mid-importance action
0.4
日常互动routine interaction
0.3
环境观察ambient observation
`>= 0.8` 是世界的记忆伦理线。越过这条线的经验不会被优化掉,因为系统承认它们已经塑造了角色。`>= 0.8` is the world’s memory ethics line. Experience above it is not optimized away because the system acknowledges it has already shaped the character.
巩固循环CONSOLIDATION LOOP
01
SCAN
扫描可压缩记忆Scan compressible memories
collect importance < 0.8
02
PROTECT
保护高重要性节点Protect high-importance nodes
>= 0.8 survives every cycle
03
SUMMARIZE
合并重复经验Merge repeated experience
N episodic -> 1 semantic
04
FREE
释放上下文窗口Free the context window
keep signal, drop repetition
信念生成BELIEF EMERGENCE
关系判断Relational Judgment
重复帮助、背叛、靠近会累积成“我信任谁 / 我回避谁”的长期偏置。Repeated help, betrayal, and proximity accumulate into durable biases about who is trusted and who is avoided.
世界判断World Judgment
地点、势力、事件模式会沉淀成世界观,例如“这个房间危险”或“这个组织不可预测”。Locations, factions, and event patterns sediment into worldview, such as “this room is dangerous” or “this faction is unpredictable.”
自我判断Self Judgment
失败与成功会塑造“我是谁、我擅长什么、我会不会再次失败”的内部轮廓。Failure and success shape the internal outline of who the agent is, what it is good at, and whether it expects to fail again.
设计拆解DESIGN BREAKDOWN
Strategy
这页强调的不是“BABEL 有记忆功能”,而是它拒绝让智能每一轮都从零开始。真正的世界感来自累积,而不是即时生成。The emphasis here is not that BABEL “has memory,” but that it refuses to let intelligence restart from zero every round. Real world-feel comes from accumulation, not instant generation.
Product
我把记忆页组织成 stack / policy / consolidation / belief 四层,是因为用户需要同时理解“存什么”“留什么”“忘什么”“因此变成什么样”。The page is organized as stack / policy / consolidation / belief because users must understand what gets stored, what gets protected, what gets forgotten, and what those choices eventually become.
Interaction
保护阈值、压缩流程和信念生成被拆成连续阅读链,让人看到记忆不是数据库,而是一个有代价的选择系统。Protection thresholds, compression flow, and belief formation are split into a continuous reading chain so memory reads as a costly selection system rather than a database.
UI
记忆的视觉语义仍然克制,重点放在层级、数字和 code-like policy,而不是做成“情绪卡片墙”。The visual semantics of memory stay restrained, focusing on hierarchy, numbers, and code-like policy rather than turning everything into an “emotion card wall.”
Visual
动态只保留在 signal decode,像记忆检索时的短暂上电,其他区域保持稳定、冷静、可复盘。Motion remains only in the signal decode, like a brief memory-boot during retrieval, while the rest stays stable, cold, and replayable.