Claude Code’s /simplify burns 75% of usage.
A developer reports that running Claude Code’s /simplify across an entire codebase consumed 75% of their usage in 10 minutes before stopping near the token limit. The command is designed for targeted reviews of recently changed files, not repository-wide audits.
The episode highlights a core tradeoff in agentic coding: parallel reviewers are efficient on a diff but expensive when asked to rediscover an entire repository.
- –/simplify spawns multiple review agents, multiplying file reads and model calls
- –Whole-codebase reviews can turn a small cleanup task into an unbounded exploration loop
- –Developers should scope it to recent changes or specific files before committing
- –Broad refactors are better split into bounded tasks with explicit plans and checkpoints
DISCOVERED
18d ago
2026-08-26
PUBLISHED
18d ago
2026-08-26
RELEVANCE
AUTHOR
theshawwn