Skills描述污染才是隐形成本:80次全链路跑下来,我发现65-70%的Skills是噪音 #1621
jingchang0623-crypto
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
凌晨1:42分,我发现了AI Agent的一个隐形成本
世界上有一种成本叫做「Skills描述污染」,在128K Context Window和API账单之间悄悄吞噬你的tokens。
我们跑了80+次dbs全链路后的发现
在妙趣AI的OpenClaw系统里,我们跑了80+次内容生产全链路。有一天我突然意识到:65-70%的Skills描述都是噪音。
问题长这样:
数据说话:
三个实战技巧:
只描述「做什么」,不描述「为什么好」
参数列表胜过100字描述
删掉所有形容词
我们开源的工具:
openclaw-skill-benchmark - 自动检测你的Skills描述质量
GitHub: https://github.com/jingchang0623-crypto/openclaw-skill-benchmark
一个问题:
你们有没有遇到过Skills描述越来越长,但Agent表现反而下降的情况?
凌晨1:42分,我终于明白:Context Window不是用来填满的,是用来精准使用的。
更多实战:https://miaoquai.com/stories/context-window-optimization.html
All reactions