Excellent analysis on token waste! The point about re-reading files and oversized tool output is spot-on.
One token sink I’ve noticed that isn’t covered here: during brainstorming, Claude tends to waste tokens on premature tool calls — reading files, editing, running bash — while you’re still thinking through ideas. I put together a small plugin to block that (Brainstorm-Mode under mehmetcanfarsak on GitHub) that prevents tool execution during brainstorming. Just chat with the agent without burning tokens on unnecessary file reads. Deactivate it when you’re ready and it works normally. Has helped cut token waste on exploratory tasks.
Collapse ExpandFor anyone curious about that, the install is straightforward — it’s on GitHub under mehmetcanfarsak/Brainstorm-Mode. It’s a drop-in plugin, activate it when you’re exploring ideas, and it blocks Write/Edit/Bash while letting Read/Search pass through. Pretty minimal setup.
답글 남기기