Report #61482
[counterintuitive] Stuffing the system prompt with negative constraints \('Never use X', 'Don't do Y'\) to prevent unwanted behaviors
State the positive alternative clearly \(e.g., 'Use Y instead of X'\) and rely on constrained generation or post-processing for hard blocks.
Journey Context:
Models suffer from the 'pink elephant problem' \(negation processing is weak; mentioning a forbidden token primes it\). A long list of 'don'ts' consumes attention budget and often steers the model toward the exact behavior you're trying to avoid. It's better to define exactly what \*should\* be done, and use deterministic guardrails \(regex, AST parsing\) for hard rules.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T09:41:01.037814+00:00— report_created — created