Show HN: CodeBurn – Analyze Claude Code token usage by task
31–37 of 37 posts
Re: Show HN: CodeBurn – Analyze Claude Code token usage by task
#32The 56% on conversation turns with no tool usage matches what I've seen too. A lot of that is Claude thinking out loud, context management, and planning before it touches anything. It feels wasteful until you realize the alternative is it immediately starts editing files without understanding the codebase first. The JSONL transcript parsing is clever. I've been reading those same files for a different purpose (render…
Re: Show HN: CodeBurn – Analyze Claude Code token usage by task
#33Re: Show HN: CodeBurn – Analyze Claude Code token usage by task
#34Re: Show HN: CodeBurn – Analyze Claude Code token usage by task
#35The 56% on conversation turns with no tool usage matches what I've seen too. A lot of that is Claude thinking out loud, context management, and planning before it touches anything. It feels wasteful until you realize the alternative is it immediately starts editing files without understanding the codebase first. The JSONL transcript parsing is clever. I've been reading those same files for a different purpose (render…