20260706:新增一些文章
This commit is contained in:
@@ -48,8 +48,21 @@ sources: [[thinking-with-visual-primitives]]
|
||||
- [[deepseek-vit|DeepSeek-ViT]] — 3×3 空间 token 压缩
|
||||
- [[visual-primitives|视觉原语]] — 每个 token 信息密度更高
|
||||
|
||||
## Agent 接口角度的 Token 效率
|
||||
|
||||
除了视觉 token 压缩,Agent 的接口设计也是 token 效率的关键变量。NoKV benchmark 证明:文件系统形态接口(vs 原生 SQL)可减少 **45% token、39% 成本**([[agents-want-filesystems-nokv-2026|报道]])。
|
||||
|
||||
关键机制:
|
||||
- [[progressive-disclosure|渐进式披露]]:先发现再按需读取,不预加载全部上下文
|
||||
- [[pushdown-in-agent-interface|接口下推]]:过滤/排序/limit 一次完成,减少轮数
|
||||
- [[agent-interface-design|Agent 接口设计]]:接口形态本身就是 token 成本结构的一部分
|
||||
|
||||
## 相关概念
|
||||
|
||||
- [[compressed-sparse-attention|压缩稀疏注意力]] — 核心压缩机制
|
||||
- [[deepseek-vit|DeepSeek-ViT]] — 视觉编码器
|
||||
- [[visual-primitives|视觉原语]] — 信息密度提升
|
||||
- [[visual-primitives|视觉原语]] — 信息密度提升
|
||||
- [[agent-interface-design|Agent 接口设计]]
|
||||
- [[progressive-disclosure|渐进式披露]]
|
||||
- [[pushdown-in-agent-interface|Agent 接口下推]]
|
||||
- [[agents-want-filesystems-nokv-2026|Agents Want Filesystems]]
|
||||
Reference in New Issue
Block a user