logoalt Hacker News

enraged_camelyesterday at 6:33 PM4 repliesview on HN

The reason LLMs use the same cadence and cliches is that their RLHF does not emphasize writing well, the way it emphasizes, say, coding. And the reason for that should be pretty obvious: coding is where the big money is at.

So the author may be correct, but for a different reason: unless writing starts being very valuable as a profession, it's unlikely the labs will spend significant resources making their AI models better at it.


Replies

swatcoderyesterday at 6:49 PM

No, they use "the same cadence and cliches" because they inflate a short and ambiguous prompt into long and specific prose by making statistical assumptions about what best fills in the gaps. It's not a training problem, it's an information theory problem, and it's not really surmountable.

Any given model will always have some distinct implicit voice that its biased towards for that infill content, and so a popular model will always become exhaustingly common, painfully familiar, and cliche. Users can use more elaborate prompts that shift the voice away from the most normative and towards some other nodes, but they need to put in special effort for that, and what people-at-scale specifically want from these tools is to put in very little effort, so we can expect that overwhelming number of casual and naive users will always be generating cliche slop with them.

Code escapes this problem not because of training but because it specifically benefits from cliche (boilerplate, patterns, etc) and so an model whose code "voice" reflects your own taste as a coder (or your toolchain's taste as a vibecoder) is going to feel like productive output rather than slop. But it's still cliche.

show 1 reply
KineticLensmanyesterday at 6:53 PM

"The reason LLMs use the same cadence and cliches is that their RLHF does not emphasize writing well, the way it emphasizes, say, coding. And the reason for that should be pretty obvious: coding is where the big money is at."

Software can be checked for being 'written well' by compilers / linters etc. There is no equivalent for well-written natural prose. Spelling and grammar checkers haven't a clue about prose semantics.

show 1 reply
ilakshyesterday at 6:54 PM

They just haven't got to it yet. It's not a high priority but eventually they will make a solid effort on easier style guidance and more humanization. They will probably drop the most worn ou constructs like "not X, not Y, but Z" that have become tells and target a lot of known issues in reinforcement training.

It's slightly weird how confident writers are that it won't get improved.

jimmyl02yesterday at 6:36 PM

What's interesting is that we still read AI's output and that's still the primary interface between a human and the AI. Implicitly that means that writing is important and I think we're already starting to see this with the complaints around how Claude "talks"

show 1 reply