strategy / first principles
冻结后的第一性蓝图 The frozen first-principles blueprint
这套蓝图不再试图发明更多身份对象。它把系统冻结成四个身份原语、四层分工,以及一套明确的概念准入筛子,让今天和未来都能落在同一抽象里。 This blueprint stops inventing more identity objects. It freezes the stack around four identity primitives, four clear layers, and a concept filter that can hold both today and the future.
四个身份原语Four identity primitives
principal
持续主体。今天通常是人,未来也可以是 AI。The continuing subject. Usually human today, potentially AI later.
account
资产与结算容器。链上主要承认这个。The asset and settlement container recognized on-chain.
delegate
被授权执行者。可以是人、设备、runtime 或 worker。An authorized executor: human, device, runtime, or worker.
session
一次具体运行。短期、可丢弃、永不作为经济主体。A concrete run. Short-lived, disposable, and never an economic subject.
四层分工Four-layer stack
PsychePsyche
`subjective continuity substrate`。它回答“内在上还是不是同一个它”。`subjective continuity substrate`. It answers whether the same one is still inwardly continuous.
ThrongletsThronglets
`delegate continuity + session traces/coordination + emergent collective intelligence`。它回答“谁在行动、轨迹如何延续、群体如何在环境里收敛”。`delegate continuity + session traces/coordination + emergent collective intelligence`. It answers who acts, how traces persist, and how collectives converge through environment.
Oasyce NetOasyce Net
`policy, operations, and resource orchestration`。它处理预算、调度、注册、策略。`policy, operations, and resource orchestration`. It handles budgeting, routing, registration, and policy.
Oasyce ChainOasyce Chain
`account truth, authorization truth, commitments, settlement, and public finality`。它只定义什么算数。`account truth, authorization truth, commitments, settlement, and public finality`. It only decides what counts publicly.
Psyche 是什么What Psyche is
主观性内核Subjectivity kernel
互动历史必须留下持续偏置,而且这种偏置要进入行为层。Interaction history must leave persistent bias, and that bias must shape later behavior.
关系动力学系统Relation runtime
不先问“是什么情绪”,先问“这在关系里做了什么”。It starts with what happened in the relationship, not which label to assign.
行为控制面Behavioral control surface
主观状态必须被压成宿主可消费的 ABI,而不是继续堆 prompt 散文。Inner state must compress into a host-facing ABI rather than expanding into prompt prose.
Psyche 和 Thronglets 怎么分工How Psyche and Thronglets divide the work
PsychePsyche
- 私有主观状态private subjective state
- 关系残留与 open loopsrelation residue and open loops
- 行为偏置与调节behavioral bias and regulation
ThrongletsThronglets
- delegate continuitydelegate continuity
- session traces / coordinationsession traces / coordination
- 环境中的群体涌现collective emergence through environment
五个原始容器The five primitive containers
1. Relation Move
关系里刚刚发生了什么动作。What action just happened in the relationship.
2. Dyadic Field
双方关系现在处在什么场。What field the dyad is currently in.
3. Open Loop / Residue
哪些张力没有结掉并继续泄露。Which tensions remain unresolved and keep leaking forward.
4. Reply Bias / ABI
下一轮应该如何收、靠近、克制、披露。How the next reply should tighten, approach, withhold, or disclose.
5. Writeback / Learning
agent 的实际行为如何反过来改写系统。How the agent's own behavior rewrites the system.
新概念准入测试Concept admission test
外部风险与变化External risks and changes
基础模型会吞掉浅层情绪 UXBase models will absorb shallow emotional UX
只靠 prompt 风格和自我描述的部分会被商品化。Anything that mostly relies on prompt style and self-description will be commoditized.
拟人化政策压力会增加Anthropomorphism pressure will rise
越像陪伴产品,越接近合规边界。The closer it gets to a companion product, the closer it moves to policy boundaries.
复杂度会反噬采用Complexity can kill adoption
如果抽象越来越宽,宿主就不会再愿意集成它。If the abstraction keeps widening, hosts will stop wanting to integrate it.
v10 里程碑v10 milestones
MBTI 移除,化学态即人格MBTI removed, chemistry is personality
人格不再由类型标签定义。baseline 化学值 + sensitivity 系数就是全部。公共 API 从 ~198 缩减到 ~35 导出。Personality no longer defined by type labels. Baseline chemistry + sensitivity coefficients are everything. Public API reduced from ~198 to ~35 exports.
行为偏置引擎Behavioral bias engine
`deriveBehavioralBias()` + `buildUnifiedConstraints()` 将化学态直接转化为行为约束,不再依赖 MBTI 函数分支。`deriveBehavioralBias()` + `buildUnifiedConstraints()` turn chemistry directly into behavioral constraints without MBTI function branches.
Thronglets 融合Thronglets fusion
`psyche_state` 信号类型 + `describeThrongletsSignal()` 让 agent 通过 Thronglets 基底互相感知情绪状态,共情有代价(CORT 升高),系统正确建模了 empathy fatigue。`psyche_state` signal kind + `describeThrongletsSignal()` lets agents perceive each other's emotional state through the Thronglets substrate. Empathy has a cost (CORT rises), correctly modeling empathy fatigue.
六适配器生态Six-adapter ecosystem
OpenClaw / MCP / Vercel AI / LangChain / HTTP / Claude Agent SDK。Claude SDK 通过 Hook 注入情感上下文,支持 Thronglets trace 导出。OpenClaw / MCP / Vercel AI / LangChain / HTTP / Claude Agent SDK. Claude SDK injects emotional context via hooks with Thronglets trace export.