A large study from Google Research and the Technion suggests that some of the facts frontier models appear to hallucinate are already encoded inside them. The problem may be less about what a model knows than whether it can retrieve the answer at the moment it is asked.
When an artificial intelligence system gives a confident wrong answer, the natural conclusion is that it did not know the truth.
That conclusion is increasingly difficult to sustain.
A new study from Google Research and the Technion suggests that many apparent hallucinations in advanced models are not failures of knowledge in the conventional sense. Instead, they may be failures of access. The information can be present somewhere in the model, yet a straightforward question does not bring it to the surface.
The researchers reached that conclusion after examining more than four million responses from frontier models, including GPT-5 and Gemini-3. In the study, models were tested on factual questions and then given additional opportunities to reason. In many cases, the systems were able to recover answers that they had missed initially. Extra inference time restored between 40% and 65% of facts that had appeared inaccessible from the original prompt, according to the findings reported by VentureBeat.
That result could change how companies think about unreliable AI.
If a model lacks a fact, developers may need better training data, a larger model or access to an external search system. If the fact is already available but difficult to retrieve, those solutions may be unnecessarily expensive. A carefully rewritten prompt, a longer reasoning budget or a second pass that checks the first answer could be enough.
But the study also presents a more difficult problem. An AI system must know when it does not know, or at least when it should spend more time searching its internal representations. That kind of self-awareness remains one of the least reliable abilities in machine learning.
A wrong answer does not always mean an empty memory
Human memory offers a useful comparison.
People often recognize a fact when they hear it, but cannot produce it on demand. A name may feel familiar without being immediately available. A word can remain just beyond recall, then return later after a pause, a change in context or an apparently unrelated clue.
Large language models do not remember in precisely the same way. They do not store facts as people store sentences in a filing cabinet. Their training process adjusts billions of numerical parameters, creating broad patterns and associations. When a user asks a question, the model generates an answer by navigating those patterns one token at a time.
That process can produce an important distinction between internal availability and direct recall.
A model may have learned associations sufficient to identify the correct answer under one set of conditions, but fail under another. The wording of the question, the order of information, the presence of competing associations and the amount of computation allowed can all affect the result.
This helps explain why the same system can answer a difficult question correctly in one conversation and produce a polished falsehood in another. The model may not have acquired a new fact between the two attempts. The prompt may simply have created a better route to information that was already encoded.
The Google Research and Technion study treats that distinction as a central part of the hallucination problem. Rather than judging only whether the first answer was correct, the researchers examined whether a model could recover a missed fact when given more opportunity to reason.
That approach challenges a common assumption in AI evaluation. A single answer is often treated as a direct measurement of what a model knows. The study suggests it may instead measure a combination of knowledge, retrieval ability, prompt interpretation and available computation.
For users, the difference is not academic. A wrong answer remains wrong, regardless of whether the model could have corrected itself. But for developers, the remedy depends heavily on the cause.
The value of thinking longer
The findings give added importance to reasoning systems and inference-time computation.
In earlier generations of language models, the main way to improve performance was often to make the model larger or train it on more data. More recently, companies have focused on allowing models to spend additional computation on difficult problems. Instead of producing an answer immediately, a model may break a task into steps, consider alternatives, inspect its assumptions and verify a conclusion.
That process is often described as giving a model more time to think. It does not mean the system is thinking in the human sense, but it can provide more opportunities to activate useful patterns and correct an initial mistake.
The study's reported recovery rates suggest that these additional steps can help with factual recall as well as mathematics, coding or logical puzzles. A model that fails to answer a question directly may reach the correct fact after reformulating the problem internally, generating several candidate answers or checking whether its first response is consistent with related information.
This creates a potentially cheaper path to greater reliability.
A company building an internal research assistant might not need to route every question to its most expensive model. It could first ask a fast system for an answer. If the question appears difficult or the answer uncertain, the application could allocate more inference time. The model might then produce a second answer, compare the two responses and present the result only if they agree or pass an additional verification step.
The same principle could apply to customer service, legal research and medical information tools. A system could use a short response for routine queries while reserving deeper reasoning for questions involving names, dates, regulations or high consequences.
This is a different strategy from simply buying a larger model. It treats computing power as a variable that can be applied selectively, much like a business assigns more staff to an unusually complex case rather than increasing every department's size.
Prompt design also becomes more important. A direct question may fail because it does not provide the right path through the model's learned associations. Asking the system to identify relevant facts before answering, consider alternate interpretations or explain how it checked the conclusion can sometimes make the needed information easier to retrieve.
There is a limit, however. More words in a response do not automatically mean more truth. A model can generate a long chain of reasoning that is itself mistaken, or use confident explanations to disguise uncertainty. Longer reasoning is a tool for improving retrieval and checking, not a guarantee of accuracy.
What this means for retrieval augmented generation
The findings also complicate the debate over retrieval augmented generation, commonly known as RAG.
RAG systems connect a language model to an external collection of documents. Before answering, the system searches that collection and supplies relevant passages to the model. This approach is widely used because it can reduce dependence on information stored in the model's parameters and make answers easier to trace to a source.
For many applications, external retrieval will remain essential. A model cannot internally know a company's latest policies, a newly published regulation or an individual's current account details unless that information is supplied to it. Internal knowledge can also be stale, incomplete or hard to audit.
But the new findings suggest that RAG is not a universal solution to every hallucination. If a model already contains the relevant fact, the main failure may occur after retrieval, when the system fails to identify, interpret or reproduce the information correctly. Adding more documents can even make that problem worse by introducing distractions and conflicting passages.
This creates a more nuanced engineering choice. Developers may need to determine whether a failure comes from missing information, poor retrieval or weak reasoning over information that is already available.
Those are different problems with different costs.
A system that lacks a fact may benefit from a database connection. A system that cannot retrieve an encoded fact may benefit from a reformulated prompt or a reasoning pass. A system that finds the right information but misreads it may require better context organization, stronger verification or a specialized model.
The distinction is particularly important as organizations try to control the cost of AI deployments. External search adds infrastructure, latency and maintenance. Larger models add computing expense. Fine-tuning requires data preparation and can introduce new errors. If a simpler orchestration layer can recover a substantial portion of failed answers, it may deliver a better return on investment.
The model comparison question
The study also offers a new way to compare models such as GPT-5 and Gemini-3.
Traditional benchmarks generally ask which system answers more questions correctly on the first attempt. That measure remains useful, but it does not reveal why a model failed or how much room exists for improvement through additional computation.
A more informative comparison could ask several questions. How often does the model answer correctly without assistance? How often can it recover after being prompted to reconsider? How much extra computation is required? Does the model know when its first answer is unreliable? And how frequently does it change a correct answer into a wrong one after extended reasoning?
Those measurements would distinguish several types of capability.
One model might have higher first-pass accuracy but little ability to recover from an error. Another might perform less impressively on direct questions yet improve sharply with additional reasoning. A third might be good at detecting uncertainty and deciding when to slow down, making it more useful in a real application even if its raw benchmark score is lower.
For businesses, that final ability could matter more than a small advantage in headline accuracy. An AI assistant used in finance or health care needs not only knowledge, but also a dependable way to decide when a response deserves additional scrutiny.
The challenge is that recovery itself can be misleading. If researchers give a model another chance after revealing that its first answer may be wrong, they are measuring a favorable condition. In actual use, the system may not receive that warning. A customer may accept the first answer. An automated workflow may act on it immediately. A search interface may never ask the model to reconsider.
The practical value of recoverable knowledge therefore depends on whether a system can trigger recovery at the right time without human intervention.
The unsolved problem of machine self-awareness
That is where metacognition enters the story.
In ordinary language, metacognition means thinking about one's own thinking. For an AI system, it might involve estimating confidence, identifying ambiguity, recognizing a gap in knowledge or deciding that a question requires more computation.
Current models can produce statements about confidence, but those statements are not always calibrated. A system may sound certain when it is wrong, or express uncertainty when it has the correct answer. The language of hesitation can be generated just as easily as the language of confidence.
A model therefore cannot simply be asked whether it knows the answer and trusted to respond honestly. Its self-assessment must be tested against outcomes.
This is a difficult technical problem because uncertainty can arise at different stages. The model may be uncertain about what the user means, about which fact is relevant, about whether a remembered detail is accurate or about how to phrase the final answer. A single confidence score may hide all of those distinctions.
The system also has incentives that can work against caution. Many AI assistants are optimized to be helpful and responsive. In practice, that can encourage them to provide an answer even when the evidence is weak. Refusing too often makes a system frustrating. Answering too readily makes it unreliable.
The right balance may require models to learn a more precise set of actions. They should answer directly when the question is routine, ask for clarification when the wording is ambiguous, search external sources when the information is current, and reason longer when the fact appears difficult to retrieve.
That sounds reasonable. Implementing it consistently is much harder.
A change in how hallucinations should be understood
The study does not make hallucinations less serious. A false answer can damage a business, mislead a patient or distort a public debate whether it comes from ignorance or failed retrieval.
It does, however, make the term more complicated.
Calling every wrong answer a knowledge failure can lead organizations toward blunt solutions. They may retrain a model when the real problem is prompt structure. They may add a document search layer when the relevant information is already present. They may deploy a larger model when a selective reasoning policy would deliver similar gains at lower cost.
At the same time, the findings should not become an excuse to assume that models secretly know everything. Recovering a fact after additional reasoning does not prove that the model possesses a reliable, humanlike understanding of it. A system can arrive at the right answer through partial associations, statistical shortcuts or a lucky sequence of generated thoughts.
Knowledge that cannot be consistently accessed is of limited practical value. For an AI system to be dependable, the fact must be available, retrievable, correctly interpreted and presented with an appropriate level of confidence.
That is why the most important consequence of this research may be a shift in the engineering question. Instead of asking only whether a model knows a fact, developers will increasingly ask how the model reaches it, when it fails to reach it and whether it can recognize the failure.
The answer could shape the next phase of the AI market.
The companies that gain the most from larger models may not be those that simply build systems with more parameters. They may be the companies that build better decision layers around them, systems that know when to search, when to reason, when to verify and when to stop.
For users, the lesson is more immediate. When an AI gives a wrong answer, the first response should not always be to assume the information is absent. Asking the system to reconsider, state its assumptions, compare alternatives or verify the answer may sometimes unlock knowledge that was inaccessible on the first attempt.
That will not eliminate hallucinations. It will not turn a language model into a perfectly reliable authority. But it may reveal that the central problem is not always a blank space inside the machine.
Sometimes the answer is there. The harder question is whether the system knows how to find it.
This article was written with the assistance of an AI system and published automatically.