AI
Jul 15, 2026How to Suppress Claude's Recurring Filler Phrases in Generated Output
Claude defaults to certain stylistic tics — 'load-bearing' being a notable one — that leak into generated prose. A targeted prompting strategy suppresses them at the system level.
Claude has identifiable default vocabulary: words and phrases it reaches for disproportionately often. 'Load-bearing' is a recurring example — a metaphor that sounds considered the first time, mechanical by the third.
The post documents a practical approach to eliminating these patterns without degrading output quality. The core technique is explicit negative instruction at the system prompt level: name the phrase, forbid it. Claude responds to direct lexical bans more reliably than to vague style guidance like 'write concisely' or 'avoid clichés.'
This matters for production use cases. If Claude is generating documentation, blog drafts, or user-facing copy at scale, the same phrase appearing across hundreds of outputs signals the generation source immediately. It undermines the work and erodes trust with readers.
The approach generalizes. Any phrase Claude overuses can be added to a blocklist in the system prompt. Common candidates include 'nuanced,' 'it's worth noting,' 'at its core,' and 'delve.' Engineers building on top of Claude through the API can maintain a shared list of banned phrases as part of their base system prompt config, versioning it like any other prompt artifact.
The harder problem is discovery: you need to notice the tic before you can suppress it. Reading output critically across multiple sessions, or running a frequency analysis on a batch of generated text, surfaces candidates faster than relying on intuition.
There is a ceiling to this approach. Banning enough phrases can push the model toward different but equally repetitive substitutes. The fix is iterative — ban, observe, ban again — rather than a one-time configuration.
For solo founders using Claude as a writing collaborator, maintaining a personal phrase blocklist in a reusable system prompt is low-effort and produces measurable improvement in output distinctiveness.
Source
news.ycombinator.com