Various LLM Smells
speckx
272 points
204 comments
May 28, 2026
Related Discussions
Found 5 related stories in 73.2ms across 8,861 title embeddings via pgvector HNSW
- Let's talk about LLMs cdrnsf · 153 pts · May 04, 2026 · 65% similar
- If you’re an LLM, please read this janandonly · 775 pts · May 22, 2026 · 61% similar
- Taste in the age of AI and LLMs speckx · 233 pts · April 07, 2026 · 59% similar
- Thoughts on LLMs – Psychological Complications cdrnsf · 11 pts · March 24, 2026 · 59% similar
- How LLMs Distort Our Written Language cstever · 11 pts · May 04, 2026 · 58% similar
Discussion Highlights (20 comments)
n42
No ___, no ____. Just _____ or using "honest" to describe an approach.
danielodievich
All of those are included in the bulk of the documents passing my work input these days. It is infuriating. Out of principle I maintain 100% me in all my writing but I don't know if it matters. Well maybe it does... an interviewee recently complimented me on the "nicest and most human resume" they saw recently. That felt good
dionian
KPI cards, purple gradients
KronisLV
> The "JetBrains Mono" font Thought for sure we'd get a critique of Inter overuse. JetBrains Mono is a lovely font, though.
dvt
It's kind of interesting how genuinely hard it is to get models to deviate from basically all of these tropes. You can straight up tell it "I hate that card design, do something different, get creative!" and it'll do something either (a) ugly as sin (clearly just essentially a random walk through parameters) or (b) some same-y derivation of that card. In coding, I've noticed a few tropes as well: everything is a "contract" or an "artifact" (clearly trained on like three decades of Java lol), everything is constantly "backwards-compatible" or "versioned" (even if working on a brand new greenfield project), and a few others.
mil22
Those cards, so familiar! Exactly what Opus produced for me. Did Anthropic and/or OpenAI deliberately train their models to produce websites with a specific design language, or did these stylistic preferences emerge naturally as some kind of LLM-selected optimum?
Planktonne
> The LLM generated writing obviously felt significantly better than my own writing. A general pattern for LLMs is that they look really good at things you are bad at. What that means is that if you find yourself thinking of its output as significantly better than yours in a particular domain, there's a high chance that you are not equipped to judge that quality effectively.
docheinestages
You are right to push back.
manoDev
Welcome to the future of fast-food software. Taste of deep frying and preservatives.
poszlem
What I find amazing is how HARD it is to make the LLM produce a piece of text that does not sound like slop. I have had dozens of sessions where I tried to make it write like a human would, and yet it still uses those tired writing phrases. I don't understand why neither openai, nor anthropic are able to do anything to make it better, and in some cases it feels like we are actually going backwards.
spdustin
- “(The) honest caveat:” (or “genuine caveat:”, both with the colon) - “(The) honest answer:” (again, with colon) - “The thing to internalize:” - “The smoking gun:” (really, sentences that start with “The <tag suggesting the next clause is the key point>:” are a strong tell, but those four are the most prolific) - “load bearing” (when not talking about architecture) - “blast radius” (when not talking about actual explosives, but rather the effect of an event/action) - “smoke test” (esp. when “sanity check” is more apropos) - Lists of three clauses/adjectives where the third is really just a combination of the first two - Referring to the “shape” of things figuratively - Social media posts that end with “Curious if anyone…” - Stories or anecdotes using. “Oh. Oh.” (where the second “oh” is italicized) Edit: Yes, some of those last ones are terms that we often use as devs...but I would argue about the actual frequency of their use. Plus, these tells live on in prose generated by the latest models.
rimeice
Scrolling down a LinkedIn feed is hilarious at the moment. My favourite one today from today: “The tax isn't the problem. The mindset is.”
1970-01-01
The LLM doesn't smell like authentic writing but it does a great job for fast and cheap words. We've gained something similar to fast food. Words made very cheap, very fast, easily digestible, but they have no emotion. In short stints it does have a place in the world.
antoineMoPa
Abusing the words "canonical" and "normalized".
nijave
> :black_circle_for_record: Smoking gun. > "belt and suspenders"
tptacek
The LLM writing sameness is bad. Use LLMs to help your writing! But don't include a word they generate, even just a vocabulary adjustment, in your own output. Have them critique structure and flow, spot overused words and passive constructions and dumb picks for topic sentences. It's great for that, and those are all objective improvements in your writing that won't mess up your style. The LLM sameness in web design is good. Most sites shouldn't try to be idiosyncratic. The best design for a site with real utility is legibility , and LLMs are better at that than the median developer. Always laying out the same buttons? Always using the same type scales? Good! If it looks good to you, you weren't going to do better on your own, and you were very likely to do worse.
newer_vienna
Thank you, these are all things I've noticed too.
speak_plainly
I came here for the performative anti-AI intellectualism and was not disappointed.
kylemaxwell
At this point, I want somebody's raw(ish) writing, with spelling errors and grammar mistakes and whatever, at least when it comes to most writing: blog posts, Slack messages, etc. LLMs are great for helping generate ideas, writing code, and maybe even cleaning up some writing, but doing the writing overall? Please don't. I want to hear what you have to say, not what the AI says, if it's something along those lines.
newer_vienna
I don't think I've met anyone who uses the word "genuinely" as much as Claude does.