
coding agentのtoken overheadは境界captureで分解できる
SystimaはClaude CodeとOpenCodeのAPI境界をproxyで計測し、空に近いtaskでもharness由来の固定payload、instruction file、MCP schema、subagent、cache rewriteがtoken消費を増やすと整理しました。記事の数値は2026年7月時点の小規模測定ですが、72KBのAGENTS/CLAUDE系instructionがrequestごとに約2万tokenを足す、MCP server schemaがserverごとに積まれる、subagent fan-outが別contextを複製するという構造は再現方法ごと示されています。費用の議論を感覚ではなく、payload、cache write、cache read、context占有率に分けて見るべきです。
agent導入後のcost regressionは、model選定だけでは説明できません。instruction、tool schema、cache stability、subagent policyを測定対象にしないと、予算超過もcontext圧迫も再現可能に直せません。
- 重要度
- high
- 読むべき人
- AI coding基盤担当、DevEx engineer、LLM cost管理担当
- HN
- 379 points / 210 comments