AI代理在你的导航栏上浪费了90%的令牌——我建立了一个协议来解决这个问题
📄 中文摘要
在使用AI API调用时,用户发现大部分费用并未带来有用的信息,反而是处理导航栏、饼干横幅和内联脚本等无关内容。以典型的电子商务产品页面为例,处理的令牌数量高达47,000个,但其中只有约300个令牌是有用的产品信息。这意味着超过90%到99%的处理令牌都是结构性或导航噪声。为了解决这一问题,提出了MAKO(Markdown Agent Knowledge Optimization)协议,该协议利用标准HTTP内容协商来提供AI优化的内容,旨在直接向AI代理提供所需的信息,从而提高效率和降低成本。
📄 English Summary
AI agents are wasting 90% of tokens on your navbar — I built a protocol to fix it
Users have found that a significant portion of their spending on AI API calls does not yield useful information, as it often involves processing irrelevant elements like navigation bars, cookie banners, and inline scripts. For instance, a typical e-commerce product page may involve 47,000 tokens, with only about 300 tokens containing useful product information. This indicates that over 90% to 99% of the processed tokens are structural or navigational noise. To address this issue, the MAKO (Markdown Agent Knowledge Optimization) protocol has been proposed, which employs standard HTTP content negotiation to deliver AI-optimized content, aiming to provide AI agents with the necessary information directly, thereby enhancing efficiency and reducing costs.
Powered by Cloudflare Workers + Payload CMS + Claude 3.5
数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等