Claude Code 自审计 token 消耗工具
推荐指数 57.0 NO. 019 · 2026.08.28
发布2026/08/27Score67Comments52
为什么值得看
Tare 让 Claude Code 读取自身日志,用自然语言追问 token 花在哪。解决 AI 编程工具"黑盒计费"痛点,10 分钟烧完配额的用户终于能定位元凶。
编辑判断
Claude Code 这类 agentic 工具的最大隐性成本是上下文重复发送,但 Anthropic 官方不提供细粒度 breakdown,用户只能盲猜。Tare 的巧妙在于把日志解析成本地 LLM 对话,比手动扒 JSON 或等官方 dashboard 更轻量。
同类场景之前要么靠 Claude 网页端的 Usage 页面(不含 Code),要么自己写脚本扫 log 目录。Tare 用"ask in plain English"降低了排查门槛,适合团队里非技术出身的 PM 或预算紧张的个人开发者。
如果你在用 Claude Code 做批量重构或长期会话,建议装一个——上下文膨胀是渐进式的,等配额告警时往往已经晚了。另外这个命名梗(tare weight = 皮重)暗示作者可能还藏了"净消耗 vs 毛消耗"的细分功能,值得跟踪后续更新。
社区反馈
意见分歧 39 条评论
核心争论:AI编程工具是否真提升效率,还是制造了新的'配额焦虑'和隐性成本
相关内容
Token花在哪了?Claude Code消耗监控统计神器(四种实用方法) 推荐ccusage工具,可按对话场景、操作类型、时间维度可视化统计Token消耗,解决官方统计笼统的问题。 Tokmon -- 监控 Claude Code 自己的 Token 消耗 开源macOS原生工具Tokmon,通过分析Claude Code日志实现Token消耗监控,支持GitHub Releases直接下载安装。 如何统计多个 AI 编程工具的总 Token 消耗 针对Claude Code、Codex CLI、Gemini CLI等多工具Token消耗分散问题,提供统一追踪方案。 Edgee Claude Code Token Compressor AI网关工具,通过压缩技术提升Claude Pro续航26.5%,降低Token消耗成本。
I didn't know it was still possible to develop software after your ai quota runs out.
You wait until the month resets.
Why not juat write the code. Its not that much faster to produce good code with AI. I spend nearly identical amoubts of time reviewing AI code as it would take to write. Im honestly not convinced there is all that much of a productivity boost, maybe 20% faster.