Why AI Can't Stop Saying 'Load-Bearing' — The Linguistic Fingerprint Hiding in Chatbot Prose
Have you noticed the phrase “load-bearing” showing up everywhere lately? It used to live in architecture — the wall you can’t knock out without the ceiling coming down. Now it turns up in blog posts, Slack messages, and pull request reviews, meaning something like “this is the part that actually matters.” That’s not a coincidence. AI-generated text carries a linguistic fingerprint — invisible to a casual read, but glaring the moment you count words at scale.
One honest caveat up front: this isn’t a fresh controversy that blew up on Hacker News last week. It’s a slow-burn observation that developers and linguists have been trading notes on for more than a year. There isn’t a flood of real-time reaction data to lean on. So instead of chasing the news cycle, let’s take the phenomenon apart and figure out why it happens in the first place.
What’s So Special About ‘Load-Bearing’
The literal meaning is simple. In a building, a load-bearing element carries actual weight. Remove it and the structure collapses. A decorative wall, by contrast, is optional.
The problem is that the metaphor is almost too good. “Which word in this sentence is load-bearing?” or “Where’s the part of this code that’s really holding the weight?” sounds sharp and lands cleanly. Humans reach for it. But AI reaches for it far more often.
Why? An LLM is, at bottom, a machine picking the most probable next word. Among the hundreds of ways to say “essential,” “critical,” or “decisive,” a phrase like “load-bearing” — slightly polished, entirely safe — keeps scoring higher through training. A human writer hits the brakes: “I just used that word, let me switch it up.” An AI has no such social reflex.
The Prose We Call ‘Slop’
English-speaking developer communities have a name for this flat, repetitive AI voice: slop. The word originally meant the mushy feed you slop into a trough. Modeled on “spam,” it’s become shorthand for mass-produced, low-effort AI content.
Slop has a signature. The grammar is flawless, but the personality is missing. Every paragraph moves at the same tempo. Every conclusion resolves into a tidy, risk-free balance — some variation of “it’s a double-edged sword.” And the same handful of phrases keep circling back.
Here’s the interesting part: “load-bearing” is far from the only offender. In English, a few clusters have become notorious.
- “delve into” — for a while, this was the single most cited tell of AI text
- “tapestry,” as in a rich, intricate tapestry of anything
- “it’s important to note”
- Marketing-flavored words like “boasts,” “leverage,” and “seamless”
Stack a few of these together and readers start to feel it before they can articulate it: oh, a bot wrote this.
The Fingerprint — Where the Bias Comes From
So where does the skew come from? Two main sources get the blame.
First, lopsided training data. AI learns from a vast slice of the internet, and within that slice, a certain register of formal English is wildly overrepresented. “Delve,” for instance, genuinely appears more often in some regional varieties of English. One analysis suggested that when speakers from those regions did a large share of the data-labeling work, the word’s weight crept upward. In other words, the AI’s verbal tics are human verbal tics, amplified and handed back to us.
Second, the side effects of reinforcement learning. Models are trained to produce more of what human raters mark as “good.” And human raters tend to prefer prose that’s formal, cautious, and balanced. So the model drifts steadily toward safe, unobjectionable vocabulary. Distinctive phrasing is risky, so it gets avoided; polished, pre-approved words get selected. “Load-bearing” fits that profile perfectly — it looks smart and offends no one.
That statistical bias is the fingerprint. You won’t spot it in any single person’s writing. But gather a few thousand AI-written pieces and count word frequencies, and certain terms spike several times above the human baseline.
This Is Also Why AI Detectors Fail
There’s a catch worth naming here. The obvious hope is: if these words are the tell, can’t we just count them and catch AI writing? Reality is messier.
First, now that AI has learned human tics, humans are learning AI’s tics right back. Read enough machine prose and you start reaching for “delve” and “load-bearing” without realizing it. The two are contaminating each other.
Second, detectors that rely on word frequency have a brutal false-positive problem. Well-written, formal human prose gets flagged as machine output — and students have been wrongly accused of cheating because of it. That a fingerprint exists is one thing. That the fingerprint can reliably identify a specific individual is another thing entirely.
The Takeaway — Verbal Tics Are a Mirror
Put it together, and the flood of “load-bearing” isn’t evidence that AI is weird. It’s our own writing habits, distilled into statistics and reflected back at us. The model faithfully learned the words we use often and praise when we see them. That faithfulness, taken to an extreme, hardened into a personality — and that personality is slop.
Which leaves us with the real question. As the line between human and machine text keeps blurring, do we keep obsessing over “who wrote this,” or do we shift the standard to “is this actually any good?” Next time “load-bearing” slips out in your own writing, it might be worth a quiet laugh — and a second look.
Comments
Loading comments...