Theme 1 – Skepticism that token‑saving hacks are mostly snakeoil
Many commenters dismiss the claimed savings as overhyped or unsubstantiated.
aeneas_ory: “All of these 'hacks' are snakeoil and I think deep down we all know.”
Theme 2 – Such hacks can confuse the model and actually raise costs
Several users argue that altering tool output breaks the model’s expectations, leading to extra tool calls or wrong results.
kgeist: “If the output is not what it expects, an LLM may issue more tool calls than before, because it will assume the tool is broken, the arguments passed to it were wrong, or it's a newer/older version of the tool etc => more tokens.”
Theme 3 – Practical alternatives and nuanced takes
A few contributors note that certain approaches (semantic search, quiet‑mode tooling, IDE‑native actions) can help when used carefully, but they stress the need for rigorous benchmarking.
aeneas_ory (on Lumen): “Why does it work you may ask? Well, LLMs basically brute force words/phrases … Semantic search looks for similarities so you have to do less brute forcing.”
dist‑epoch: “One quick win is to just avoid wasteful tokens, for example run all the QA tools like the unit tests in --quiet mode, which only prints warnings/failures.”