PulseAugur
实时 01:19:37
English(EN) I parsed 185 of my own Claude Code transcripts. here's where the tokens actually go

分析显示 Claude Code 的 token 使用量严重偏向工具输出

一位用户分析了 185 份 Claude Code 会话记录,以了解 token 消耗情况,发现工具输出占了 98.7% 的上下文使用量,而用户提示仅占 0.7%。分析显示,每次子代理生成都会产生显著的 token 成本,大约 68,000 个 token,只有当委托的任务足够大以抵消这种上下文的重新购买成本时,才具有成本效益。该用户已在 GitHub 上分享了他们的 Python 脚本,以便其他人能够分析自己的 Claude Code 日志。 AI

影响 为用户提供了对 LLM 运营成本和效率的见解,突出了工具输出对 token 消耗的影响。

排序理由 用户对特定产品的 token 使用情况的分析,而非产品发布或官方基准测试。

在 r/ClaudeAI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

分析显示 Claude Code 的 token 使用量严重偏向工具输出

报道来源 [1]

  1. r/ClaudeAI TIER_2 English(EN) · /u/Intelligent_Mine2502 ·

    我解析了我自己185份Claude代码转录。这是token的实际去向

    <!-- SC_OFF --><div class="md"><p>Kept running out of tokens by tuesday every week and couldn't tell what was eating them, so I finally parsed my own transcripts instead of guessing. turns out claude code logs the actual billed token counts for every message — they're just sittin…