Learn why AI models avoid saying 'I don't know', the issues of hallucinations and uncertainty, and how to prompt for better responses.
On Reddit, /u/Ok-Review-3047 asks why AI assistants don’t just admit when they lack information. It’s a fair frustration: models often sound confident even when wrong.
Short answer: today’s models are trained to be fluent, helpful and decisive. That mix optimises for plausible text, not calibrated truthfulness or uncertainty. Unless we deliberately ask for caution or build systems that check facts, they tend to bluff.
Hallucinations are confident but incorrect outputs from a model. They emerge from how modern systems are built:
Fluency is cheap; calibration is hard. We’ve optimised for the former more than the latter.
For general Q&A, add a top-of-chat instruction like:
When the question lacks sufficient information or sources, say “I don’t know” or “I’m unsure,” and list what extra data you’d need to answer reliably.
If you’re integrating AI with spreadsheets or internal data, make your grounding explicit. I’ve written a guide on connecting ChatGPT to Google Sheets which shows how to keep the model tied to actual rows and formulas rather than guessing.
For UK teams, overconfident models aren’t just annoying – they can be risky. In regulated sectors (health, finance, legal), a fabricated answer can breach professional standards or mislead customers. If personal data is involved, ungrounded outputs can also create data protection issues.
Providers increasingly ship features to curb hallucinations: better refusal behaviour, tool-use, retrieval, and optional probability outputs. Some UIs now nudge users to add more context. Nonetheless, perfect calibration is not disclosed and remains an open research problem.
If you want fewer confident mistakes, change the incentives: prompts, product design, and pipelines that reward saying “I don’t know” when the evidence just isn’t there.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
77 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.