Claude Code told me what tools it needs to work faster
chtefi
25 points
3 comments
March 05, 2026
Related Discussions
Found 5 related stories in 88.3ms across 8,303 title embeddings via pgvector HNSW
- How I'm Productive with Claude Code neilkakkar · 161 pts · March 23, 2026 · 58% similar
- Issue: Claude Code is unusable for complex engineering tasks with Feb updates StanAngeloff · 921 pts · April 06, 2026 · 58% similar
- How Claude Code works in large codebases shenli3514 · 78 pts · May 15, 2026 · 57% similar
- The Claude Code Source Leak: fake tools, frustration regexes, undercover mode alex000kim · 1057 pts · March 31, 2026 · 56% similar
- Claude usage limits hitting faster than expected Austin_Conlon · 11 pts · March 31, 2026 · 56% similar
Discussion Highlights (3 comments)
sarthakaggarwal
Interesting - I've been digging into Claude Code's behavior patterns too, but from the cost side. The variance in how many API calls a task takes is wild. A simple refactoring can be 3 calls or 30 depending on codebase state. Curious what tools it suggested — did any of them relate to reducing unnecessary loops?
jahala
I made tilth much for the same reasons. Its MIT licence, open source and saves you 30% token use (benchmarked) https://github.com/jahala/tilth
touristtam
Interesting about the `semgrep` tool; I've never heard of it before. The strange thing (or not) is that I have got completely different set of recommendations coming from claude. Also; funny thing is I use mise a lot more than brew and claude could pick up on that.