Report #36608
[gotcha] AI confidently answers malformed or contradictory queries instead of requesting clarification
Add a system prompt instruction that explicitly tells the model to identify ambiguous, contradictory, or underspecified inputs and respond with a clarification question rather than an answer. Test this with deliberately malformed inputs during QA. Consider a lightweight pre-classification step that detects ambiguous queries before they reach the main model.
Journey Context:
RLHF training heavily rewards helpfulness, creating a strong always-answer bias. In product UI, the AI will confidently interpret a nonsensical or contradictory query, pick one interpretation, and run with it — never flagging the ambiguity. A user types a request with contradictory constraints, and the AI silently resolves the contradiction in one direction. The user assumes their query was clear because the AI answered it, and never realizes the AI chose the wrong interpretation. This is especially dangerous in coding tools where a misunderstood requirement generates plausible but wrong code that the user then deploys. The product feels responsive but is silently misinterpreting user intent at exactly the moments when intent is hardest to infer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:55:27.238990+00:00— report_created — created