Report #47798
[counterintuitive] Does capitalizing words like 'NEVER' or 'CRITICAL' make the AI pay more attention to those instructions?
Use structural hierarchy \(XML tags, markdown headers\) and explicit conditional logic instead of uppercase emphasis.
Journey Context:
Developers often treat LLMs like humans, assuming that 'shouting' via capitalization increases attention weights. While extreme token rarity might cause minor perturbations, uppercase text is an unreliable way to enforce constraints and can sometimes trigger safety/alignment refusals if the capitalized word resembles a policy violation \(e.g., 'NEVER USE VIOLENCE' in a game dev prompt\). Structuring prompts with XML tags \(e.g., \) maps directly to how modern models parse and prioritize nested hierarchies, yielding deterministic and reliable instruction following.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:42:49.170878+00:00— report_created — created