ChatGPT's intelligence is not conventional but involves creativity, hallucinations, and uncertainty in large language models.
A recent Reddit thread argues two provocative points about large language models (LLMs) like ChatGPT. First, that models struggle to admit uncertainty because written training data rarely models “I might be wrong”. Second, that so-called hallucinations are also a form of creativity – and suppressing them can blunt useful idea generation.
Those claims come from a discussion prompted by this interview: YouTube link. The thread is here: Reddit discussion. Let’s unpack what this means in practice for UK developers, teams and organisations using LLMs.
The poster suggests models don’t readily say “I don’t know” because the training diet (largely written, formal text) rewards confident, polished statements. Admissions of doubt are less common in the sources models learn from, and people often resolve uncertainties before writing something down.
“Admission of being wrong is very rare in the written training data.”
That squares with everyday use: LLMs tend to fill gaps rather than abstain. In technical terms, they are probabilistic next-token predictors, not truth engines. Without an explicit mechanism to decline an answer or to cite a verifiable source, they’ll produce the most plausible continuation – even when unsure.
Why it matters: in regulated or safety-critical settings (finance, healthcare, legal), confident but wrong is worse than a graceful “I’m not sure”. For UK organisations operating under GDPR and sector regulations, the risk is reputational, legal and operational.
Hallucinations are when a model generates plausible-but-false details. The Reddit post reframes this: some hallucination is a feature for ideation, storytelling and lateral thinking.
“Humans do make up stuff all the time.”
It’s a useful perspective. Creativity often starts with speculative leaps. If we over-optimise LLMs solely for caution and refusal, we can lose the spark that makes them valuable in brainstorming, marketing and design. The trick is knowing when you want variation and surprise, and when you need accuracy and evidence.
In practice, treat creativity and accuracy as different operating modes:
One model can do both with clear instructions, routing and checks – but don’t expect one prompt to serve every purpose.
Under UK GDPR, inaccurate automated outputs that affect individuals can cause real harm. Hallucinated facts in customer communications or reports can trigger complaints, regulatory scrutiny and brand damage. If you process personal data with LLMs, document your purposes, sources, and error-handling.
Many UK public bodies and regulated firms already require human-in-the-loop review for AI-assisted content. Build workflows where the model can abstain, escalate or request more data, rather than forcing a definitive answer every time.
For agencies, studios and publishers, “creative hallucination” is often the point. Use it deliberately: label drafts as AI-generated, separate ideation from production, and fact-check anything that leaves the building.
| Goal | Model setup | Safety/QA | Success metric |
|---|---|---|---|
| Brainstorming campaign ideas | “Idea mode” instructions; allow speculative suggestions | Human selection; brand/legal review | Diversity and usefulness of options |
| Customer-facing FAQs | RAG over approved docs; citations required | Abstain if not in docs; audit logs | Accuracy rate; zero-uncited claims |
| Internal policy summaries | Strictly summarise provided text only | Spot checks; compare to source | Factual fidelity; time saved |
You can also operationalise these rules. For example, if you’re piping model outputs into spreadsheets or dashboards, add validation and flags. I’ve written about connecting ChatGPT to Google Sheets with custom guardrails here: How to connect ChatGPT and Google Sheets with a Custom GPT.
You can watch the interview that sparked the debate here: YouTube. The Reddit thread is here: ChatGPT isn’t smart. It’s something much weirder. If you’re experimenting with structured outputs and quality controls, this guide may help: Connect ChatGPT and Google Sheets (Custom GPT).
The takeaway is simple: don’t expect one-size-fits-all behaviour from LLMs. Design for two modes – creative and cautious – and make it crystal clear which one you want, when, and why.
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
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
Last updated
Category
aiViews
42 viewsLikes
No ratings yet
No comments yet - start the conversation.