LLM agents don't know how to shut up and always think they're right about everything. They also lack the ability to be brief. Sometimes things can be solved with a single character or line, but no they write a full page. And, they write paragraphs of comments for even the most minuscule of changes.They talk at you, are overbearing and arrogant.
energy123|8 months ago
Long output correlates with less laziness when writing code, and higher performance on benchmarks due to the monotone relationship between number of output tokens and scores. Comment spam correlates with better performance because it's locally-specific reasoning it can attend on when writing the next line of code, leading to reduced errors.
tobyhinloopen|8 months ago
I have a prompt document that includes a complete summary of the Clean Code book, which includes the rules about comments.
You do have to remind it occasionally.
dawnerd|8 months ago
They’re far from perfect that’s for sure.
SV_BubbleTime|8 months ago
We went from proof reading single emails to researching agentic coding in a year.
It should have been five.