BACK_TO_FEEDAICRIER_2
Claude Fixates On Same Random Word
OPEN_SOURCE ↗
REDDIT · REDDIT// 8d agoNEWS

Claude Fixates On Same Random Word

A Reddit user says Claude keeps answering a “generate me a random word” prompt with the same result, “ephemeral,” even across fresh chats. Other users report different words, which points to sampling behavior and prompt bias rather than any persistent memory.

// ANALYSIS

This looks less like a bug and more like Claude converging on a high-probability completion for an underspecified prompt. Fresh chats do not guarantee varied outputs if the model, defaults, and prompt framing stay the same.

  • LLMs do not generate uniform randomness; they sample from a probability distribution, and “random word” often collapses to a few favored completions
  • Different users can see different outputs because temperature, model version, hidden system prompts, and server-side routing can vary
  • “Ephemeral” is itself a very Claude-ish choice: polished, semantically apt, and probably high-probability in its training distribution
  • If you need true randomness, the reliable path is external code or a higher-temperature prompt that explicitly asks for a word selected without semantic preference
  • The thread is a useful reminder that model “randomness” is usually stylistic variation, not statistical randomness
// TAGS
claudellmchatbotprompt-engineering

DISCOVERED

8d ago

2026-04-04

PUBLISHED

8d ago

2026-04-04

RELEVANCE

8/ 10

AUTHOR

Mathemodel