Report #64274
[counterintuitive] Adding 'Do not hallucinate' or 'Do not make mistakes' to prevent model errors
Provide ground truth context via RAG, define what \*is\* correct via schemas/examples, and use explicit fallback instructions \(e.g., 'If the answer is not in the context, say I don't know'\).
Journey Context:
Negative constraints don't map well to token probabilities; telling a model 'don't do X' often primes it to do X. Modern models respond much better to positive constraints and explicit boundary conditions. Instead of 'don't hallucinate', defining the exact retrieval set and an escape hatch is statistically effective.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:22:07.049796+00:00— report_created — created