AMAZINGINDEX.COM 日报快照
58.3
VOL. 2026.08
2026.08.28
← 返回 2026.08.28 日报
日报快照 · Daily Snapshot
NO. 019

Claude Code 自审计 token 消耗工具

#ARTICLE HackerNews 2026.08.28
推荐指数 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编程工具是否真提升效率,还是制造了新的'配额焦虑'和隐性成本

DarmokTanagra

I didn't know it was still possible to develop software after your ai quota runs out.

francisofascii

You wait until the month resets.

dakolli

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.

替代方案: open modelsLocal AIdeepseek
查看原文 →