20260617:目前有914 页
This commit is contained in:
44
concepts/token-economics.md
Normal file
44
concepts/token-economics.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Token Economics"
|
||||
created: 2026-06-05
|
||||
updated: 2026-06-05
|
||||
type: concept
|
||||
tags: [token-economics, survey, framework, agent]
|
||||
sources: [[chen-token-economics-llm-agents]]
|
||||
---
|
||||
|
||||
# Token Economics
|
||||
|
||||
**Token Economics** 是由 Chen et al. (2026) 提出的统一框架,将计算机科学和经济学融合,系统性研究 Token 在 LLM Agent 中的经济角色。这是该领域的首篇全面综述(59 页,170+ 参考文献)。
|
||||
|
||||
## 核心洞见
|
||||
|
||||
> Tokens have evolved far beyond simple data units; they are the foundational currency of our intelligence-driven future.
|
||||
|
||||
历史上的经济原语演变:kWh(工业时代)→ GB(信息时代)→ **Token(智能时代)**。Token 经济学研究 token 作为**生产要素、交换媒介和计价单位**的生产、分配和消费。
|
||||
|
||||
## 四维分类法
|
||||
|
||||
```
|
||||
Token Economics
|
||||
├── Micro (单Agent): 预算约束下的要素替代
|
||||
│ └── 新古典企业理论 + 要素替代理论
|
||||
├── Meso (多Agent): 协作摩擦最小化
|
||||
│ └── 交易成本理论 + 委托代理理论
|
||||
├── Macro (Agent生态): 拥堵外部性与定价
|
||||
│ └── 机制设计理论 + 拥堵经济学
|
||||
└── Security (跨层): 对抗威胁作为内生约束
|
||||
└── 外部性内部化
|
||||
```
|
||||
|
||||
## 与已有概念的关系
|
||||
|
||||
- [[token-efficiency|Token 效率]] 关注视觉 token 压缩,是 Micro 层的具体应用
|
||||
- [[cost-quality-speed-trilemma|三元悖论]] 对应预算约束下的多维权衡
|
||||
- [[agent-harness-safety|Agent 骨架安全]] 的安全约束是 Security 层的互补视角
|
||||
- [[token-superposition-training|TST]] 是训练侧的 token 经济优化(在预训练阶段降低 token 成本)
|
||||
- [[million-token-context|百万 Token 上下文]] 扩大了 token 经济的规模效应
|
||||
|
||||
## 研究关注点
|
||||
|
||||
核心公式:**min TC s.t. Y ≥ Z** — 在满足质量阈值 Z 的条件下最小化 Token 消耗 TC。
|
||||
Reference in New Issue
Block a user