logoalt Hacker News

koyoteyesterday at 10:18 PM3 repliesview on HN

It's not just claude, all AI is unable to produce something concise. On the surface everything looks 'good' whether code or prose, but then if you dig a bit, try and understand the whole text you quickly realise that 80% of it is unecessary and the whole thing could have been re-worded/re-coded into something a fraction of its size and complexity.

I asked Sol to reduce the length of some documentation we had by making it more concise. It came back after 20 minutes of work, did a line count and was aghast that the line count had somehow increased...


Replies

andreyftoday at 7:11 AM

It's not that it fundamentally isn't able to produce something concise, it's that the business model of the companies developing these models rests on selling tokens...

show 1 reply
koe123today at 6:28 AM

I have a theory that AI code looks good because you never subsequently come up with your own alternative.

show 1 reply
preg_matchtoday at 1:19 AM

I have to ask Claude to compact the comments every time, and I give specific criteria for it. Never ever reiterate what’s in the code, never mention decisions not made, never mention the conversation, etc etc.

Even then it is conservative. For the love of God, compact the comments.

Comments become a huge maintenance burden, especially in the age of AI. They just grow and grow, and then mislead the AI later on.

show 2 replies