惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
量子位
S
SegmentFault 最新的问题
博客园 - 聂微东
博客园 - 【当耐特】
J
Java Code Geeks
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
V
V2EX
人人都是产品经理
人人都是产品经理
博客园 - Franky
罗磊的独立博客
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
Apple Machine Learning Research
Apple Machine Learning Research

The Hindu: Latest News today from India and the World, Breaking news, Top Headlines and Trending News Videos.

U.K. pauses its plan to cede Chagos Islands after U.S. opposition Driver jailed for 7 days for driving sleeper bus in drunken condition Kim Jong Un supports China’s “multipolar world” vision during talks with Wang Yi Uttar Pradesh boat tragedy: Punjab town mourns deaths Relief for Bengaluru commuters as Silk Board flyover set to open fully, but inspection by BTP reveals likely bottleneck Repolling underway at booth of Karimganj North Assembly seat in Assam PM Modi interacts with Rahul Gandhi as leaders gather to pay tribute to Mahatma Jyotiba Phule Anil Kapoor’s ‘24’ set to release on OTT Vance, Iranian delegation arrives in Islamabad for U.S. talks amid ceasefire hopes Fire at Hyderabad’s Chintal Basti apartment, 17 residents evacuated safely Centre nudges States to view farm solarisation as a route to wiping off ₹2.4 lakh crore subsidy bill Why voter turnout hit record highs in Assam, Kerala & Puducherry Strait of Hormuz to be open “fairly soon”, says Trump ‘Jana Nayagan’ leak tests new legal penalties, torrent downloads under scanner Vijay’s ‘Jana Nayagan’ controversy explained: From legal battles to piracy chaos HYDRAA brings down guest house and other structures at Ameenpur Row erupts over removal of Ambedkar statue at midnight in Secunderabad Cantonment area Nitish may resign as Bihar CM on April 13; son Nishant likely to become one of two JD(U) Dy CMs Police open fire on youth while he was trying to flee Struggling CSK look to snap their losing streak | Vidyut Sivaramakrishnan ED raids former Trinamool Minister Partha Chatterjee’s residence Karnataka’s Gruha Jyothi scheme dimmed the scope of PM’s Surya Ghar Muft Bijli Yojana: KRESMA After Artemis II, NASA looks to SpaceX, Blue Origin for Moon landings Ayush Shetty storms into Badminton Asia Championships final Scholarships: April 11, 2026 Andhra Pradesh’s Socio-Economic Survey missing in recent Budget Session; efforts underway Inside Péro’s fun office Penciljam sessions in Bengaluru help hone artistic talent Watch: The mistake killing high-concept films | Escalation without calibration | FMM 19 Tamil Nadu Assembly election 2026: DMK demands reinstatement of N. Muruganandam as Chief Secretary
The strange link between AI hallucination and creativity
Viraj Kulkarni · 2026-06-25 · via The Hindu: Latest News today from India and the World, Breaking news, Top Headlines and Trending News Videos.

In the prologue to his 1989 book The Emperor’s New Mind, the Nobel laureate Roger Penrose narrates a story. At a grand public ceremony, an ultimate supercomputer is switched on for the first time before a packed auditorium. It is the most powerful machine ever built, designed to answer any question put to it. The presenter invites the audience to ask its very first question, but no one volunteers. Everyone is afraid of looking foolish before the intelligent machine. Then a young boy named Adam, who has grown up among computers and is not intimidated by them, raises his hand and asks the first question. There the prologue ends on a cliff-hanger. We are never told what the question is.

Penrose used this story to introduce a deeper argument about the limits of computation and the nature of human understanding. He contends that there are truths a formal mathematical machine cannot reach no matter how powerful it becomes.

But reading this story a decade ago, long before ChatGPT or Claude existed, brought a different question to mind: what if the ability to answer every question correctly is not always a virtue? What if some of the qualities we value most, such as imagination and creativity, depend on our ability to venture beyond what is already known?

Today, as we build machines that can answer questions, write essays, generate code, and analyse data, that question feels very relevant.

Natural instinct

For all their remarkable capabilities, these systems sometimes make things up. We call this hallucination. Ordinarily, a hallucination means to see or hear something that is not there. In artificial intelligence (AI), a model hallucinates when it produces an answer that sounds plausible but is factually wrong. It may invent a citation, misstate a number, fabricate a legal case or attribute a quote to the wrong person.

This is not a minor flaw. In medicine, law, finance, science, and journalism, hallucinations can be dangerous. A medical chatbot that invents advice is not being imaginative but unsafe. A legal tool that fabricates case law is being unreliable.

Our natural instinct is to want to eliminate hallucinations but this is harder than it appears. Large language models (LLMs) do not work like databases, storing facts in neat rows and columns, and retrieving the right answer when asked. They are trained on enormous collections of text and learn statistical patterns in language. When prompted, they generate a response by predicting what will come next, one piece at a time.

DALL-E’s response to the prompt “Show me a picture of a room with no elephants in it”.

DALL-E’s response to the prompt “Show me a picture of a room with no elephants in it”. | Photo Credit: Image created with DALL-E

Two settings, same dial

An LLM generates text one word at a time, each word a probability drawn from patterns it absorbed during training. A setting called the temperature governs how adventurous those draws are. If the temperature is low, the model will pick the safest, most predictable next word and produce an accurate and dull output. If the temperature is higher, the model will reach into the less likely options and begin to surprise you. This is the dial you turn up when you want a poem instead of a weather report.

The trouble is that the same dial governs hallucinations. A 2025 study reported evidence that creativity and hallucination tend to increase together as models are encouraged to be more adventurous and explore regions of lower probabilities. In other words, the model that dares to write something genuinely new is the same model that dares to make something up.

A different 2025 study found that the mechanisms that let these systems produce novel, imaginative text by departing from learned patterns are the same mechanisms that open the door to hallucinations.

It is also easier said than done to simply build a better model that does one without the other. In September 2025, researchers at OpenAI and Georgia Tech argued that hallucinations are not bugs to be patched but a statistical inevitability of how these systems are trained and tested. Models are rewarded, like students in an exam hall, for guessing rather than admitting ignorance. A confident wrong answer may score better than an honest “I don’t know”.

Scrubbed of surprise

The second study went further, and this is where Penrose returns to the room. Drawing on the foundational theorems of computer science about the limits of computation, laid by the work of Alan Turing and Kurt Gödel, they argued that no computable model can ever be universally correct. There will always be questions on which any given machine must fail. Hallucination, thus seen, is not a flaw in our engineering but a long shadow cast by the limits of computation itself.

Penrose used just this family of ideas to argue that human thinking cannot be reduced to mere computation. Many philosophers and computer scientists think he is wrong but modern researchers are pointing at the same wall from the other side. Penrose said machines are bounded, human minds are not. Modern researchers say machines are bounded, and here is the proof. Both agree that the wall is there.

We are pouring extraordinary effort into making these systems truthful, and we should. But if accuracy and imagination draw from the same well, a machine perfectly scrubbed of error might also be a machine scrubbed of surprise.

This may also teach us something about ourselves. Human beings also hallucinate in a softer, broader sense all the time. We imagine futures. We invent stories. We see patterns. We form hypotheses. Much of this is wrong — but some of it becomes science, art, philosophy, and technology. The difference is that human societies developed methods to discipline imagination. Science uses experiments. Journalism uses verification. Philosophy uses argument.

Perhaps AI needs something similar: not a ban on hallucinations but better institutions of verification around it.

Viraj Kulkarni is an entrepreneur and AI advisor who has been building, deploying, and scaling AI systems since 2012. He studied computer science at University of California, Berkeley.