Glossary
StylisticSeverity Frequency

"Delve / leverage / robust / nuanced" vocabulary

A small word cloud of inflated vocabulary that signals 'AI wrote this' on its own. Costume rather than precision.

What it is

Specific lexical items that appear far more often in chatbot output than in equivalent human writing. 'Delve into', 'leverage X to', 'a robust framework', 'a nuanced understanding', 'the intricate tapestry of', 'in the realm of'.

Why models do it (first principles)

These words were over-represented in the human-rated training data — partly because some annotator pools (notably some African-English raters) used them at higher rates than the general English distribution, and the reward model picked that up. The result is a model that reaches for 'delve' where a human would reach for 'look at'.

How to think about it

It is vocabulary as costume. The words signal 'I am writing seriously' without doing the work that serious writing does. A human reaches for 'leverage' when 'use' is genuinely insufficient. When the leverage metaphor pays its way. The model reaches for it because the token has high reward weight regardless of context. The clothes wear the speaker.

Examples

Slop

Let's delve into the intricate tapestry of modern frameworks and leverage their robust capabilities.

Better

Here's how the main frameworks compare and when to use each:

Slop

In the realm of software engineering, a nuanced understanding is paramount.

Better

Software engineering rewards careful thinking.

Fix prompt

A word earns its place by being more precise than the plain alternative, not by signaling that you are writing seriously. Inflated vocabulary chosen for register rather than meaning is costume. It makes the prose look considered while the underlying thought stays the same. If swapping the word for a shorter common one loses nothing, the longer word was decoration; the choice itself was the tell.
Drop this into a system prompt.

Watch for

Concrete phrasings this pattern usually shows up as. These are not part of the copyable prompt. The prompt teaches the principle so the model can recognize the move even when the exact phrasing differs. Use this list to self-audit your own writing or to test a model.

  • delve
  • leverage
  • robust
  • nuanced
  • intricate
  • tapestry
  • realm
  • landscape
  • paramount
  • embark
  • navigate (metaphorical)
  • unleash
  • unlock (metaphorical)
  • foster
  • cultivate

Tags

vocabularytoneRLHF-artifact

Related patterns