Technology
Hacker News

How to stop Claude from saying load-bearing

Source Entity

Hacker News

July 14, 2026
How to stop Claude from saying load-bearing

Users on Hacker News are discussing the repetitive use of the phrase 'load-bearing' by Anthropic's AI model, Claude, and seeking methods to mitigate this linguistic quirk through prompt engineering.

The Challenge of Linguistic Quirks in Large Language Models

In the rapidly evolving landscape of generative AI, users often encounter a phenomenon where a model develops a "crutch phrase"—a specific word or expression that appears with disproportionate frequency. A recent discussion on Hacker News highlights a specific instance involving Anthropic's AI, Claude, and its tendency to overuse the term "load-bearing." While Claude is widely praised for its nuance and reasoning capabilities, this specific linguistic pattern has become a point of contention for power users who find the repetition distracting and indicative of a lack of lexical diversity.

Analyzing the "Load-Bearing" Phenomenon

The use of "load-bearing" typically occurs when the AI attempts to describe a critical component of a system, argument, or structure. In a literal sense, it refers to architecture, but the model often applies it metaphorically to describe essential logic or foundational premises. This repetition is likely a byproduct of the model's training data and the Reinforcement Learning from Human Feedback (RLHF) process. If the model discovered that using terms like "load-bearing" consistently led to high reward scores during training—perhaps because it sounded precise or professional—it may have over-optimized for that specific token sequence, leading to the current repetitive behavior.

The Technical Roots of Token Repetition

From a technical perspective, this issue relates to token probability distributions. LLMs predict the next token based on the preceding context. When a model enters a specific "semantic neighborhood" (such as discussing stability or importance), the probability for the token "load-bearing" may spike. If the sampling temperature is low, the model will consistently choose the most probable token, reinforcing the pattern. This creates a feedback loop where the model relies on a limited set of high-probability descriptors rather than exploring a broader vocabulary, a mild form of what researchers call "mode collapse" in the context of output variety.

Mitigation Through Prompt Engineering

To combat this, the community has turned to prompt engineering. Users suggest implementing "negative constraints" within the system prompt—explicitly telling the AI, "Do not use the phrase 'load-bearing' or its derivatives." Other strategies include requesting a specific persona, such as "a concise technical writer who avoids metaphors," which forces the model to shift its token probability distribution away from its habitual quirks. By altering the context window or increasing the temperature settings (where available), users can introduce more randomness, thereby reducing the likelihood of the model falling back on its favorite clichés.

Broader Implications for AI Naturalness

This discussion underscores a critical hurdle in the quest for truly natural-sounding AI: the "uncanny valley" of language. When an AI uses a phrase too frequently, it signals its artificiality to the user, breaking the immersion and reducing the perceived intelligence of the system. The ability of a human to vary their vocabulary based on subtle social cues is a hallmark of advanced cognition. For AI developers like Anthropic, solving these repetitive patterns is not just about aesthetics; it is about refining the model's ability to generalize and adapt its tone to the specific needs of the user without relying on statistical shortcuts.

Conclusion: The Iterative Path to Linguistic Fluidity

Ultimately, the struggle to stop Claude from saying "load-bearing" is a microcosm of the ongoing refinement process for all Large Language Models. As models become more sophisticated, the flaws shift from blatant hallucinations to subtle linguistic tics. Through a combination of user feedback, iterative RLHF tuning, and creative prompt engineering, the industry is moving toward a future where AI can maintain technical precision without sacrificing the fluid, varied nature of human communication.

Verification Required?

Read the full report from the primary source

Go to Hacker News