I had Claude do a "short, succinct summary" of two bugs I found in someone else's Python code: one was missing parentheses around subtraction (x = a - b - c instead of x = a - (b - c)) and one was `SomeException("asdf")` instead of `raise SomeException("asdf")`.
Both explanations were a paragraph of text, each about six lines long, which I replaced with a single sentence each.
When it spits out 4 pages of explanations, when I'm asking it what's better postgres locks or redis locks (two dbs I already have in my project), I sometimes tell it to keep it shorter than a few sentences. We don't need an essay for every decision.