Today
Breaking
Gen Z: 60% of India's PopulationDrought: 500+ Areas AffectedLabour Party: 40% Poll BoostInfantino Sets $20M DeadlineGen Z Flocks to BirdingGen Z: 60% of India's PopulationDrought: 500+ Areas AffectedLabour Party: 40% Poll BoostInfantino Sets $20M DeadlineGen Z Flocks to Birding
Sponsored Need a site like this? Mapt builds websites, brands & growth engines. Get Mapt →
☀ 24°
AI & Tech

How longer thinking boosts factual recall in frontier LLMs

Explaining why extended generation helps large language models retrieve hidden facts.

🕔 2026-09-02·AI Tech Daily
▶ Listen · 5 min

Longer generation can recover up to 65% of facts that a model initially fails to recall, because the model continues to search its internal knowledge during extra token steps. This effect, demonstrated on GPT-5 and Gemini-3, shows that many hallucinations are not due to missing data but to premature stopping.

What is "longer thinking" in large language models and how does it work?

In the context of LLMs, "longer thinking" refers to allowing the model to generate more tokens before producing a final answer. Instead of stopping after a short response, the model keeps producing text, effectively giving itself more internal steps to retrieve and reason over stored knowledge.

The mechanism relies on the transformer architecture’s attention layers, which can re‑examine earlier context as new tokens are added. Each additional token provides a fresh opportunity for the model to surface a fact that was encoded parametrically but not yet expressed.

Researchers at Google Research and Technion demonstrated this by prompting frontier models to continue generating after an initial answer. The models often corrected themselves or added missing details, indicating that the information was already present in the weights.

Because the process does not require external retrieval systems, it is a purely architectural advantage: the model’s own latent memory is tapped more thoroughly when given time.

Why does longer thinking matter for factual accuracy?

Hallucinations—confidently wrong statements—are a major obstacle for deploying LLMs in critical applications. Traditionally, developers assume the model lacks the necessary fact and respond by scaling up data or adding retrieval‑augmented pipelines.

The new findings suggest a different diagnosis: the fact may already be stored, but the model stops too early. By extending the generation window, a large proportion of these “missing‑knowledge” errors can be corrected without any architectural changes.

This matters for enterprises that need reliable outputs without incurring the cost of additional retrieval infrastructure. A simple prompting tweak—asking the model to think longer—can raise factual recall rates dramatically, as shown by the up‑to‑65% recovery rate reported in the VentureBeat article.

Moreover, the approach aligns with emerging best practices like chain‑of‑thought prompting, where models are guided to reason step‑by‑step. Longer thinking is a natural extension of that philosophy, giving the model more room to articulate its reasoning.

What evidence shows longer thinking improves recall?

The evidence comes from a study highlighted by VentureBeat, which examined frontier models such as GPT‑5 and Gemini‑3. The researchers first asked the models factual questions and recorded which answers were correct.

When the same questions were re‑asked with a directive to continue generating for additional tokens, the models recovered up to 65% of the facts they previously missed. The study also measured that these models internally encode 95‑98% of tested facts, confirming that the knowledge is present but not always accessed.

Crucially, the recovery was achieved without any changes to model weights, data, or external tools—only by extending the generation length. This demonstrates that the limitation is procedural rather than architectural.

These results contrast with the conventional response of increasing model size or adding retrieval modules, which can be costly and complex. The study’s authors argue that developers should first explore longer thinking as a low‑cost mitigation strategy.

What are the implications and future directions?

If longer thinking can routinely retrieve hidden facts, it may reshape how developers design prompts and evaluation pipelines. Prompt engineers might include explicit “think longer” cues or set higher token limits for critical queries.

However, longer generation also raises concerns about latency and token cost, especially for commercial APIs. Balancing accuracy gains against increased compute will be a key operational decision.

Future research is likely to explore adaptive stopping criteria, where the model decides in real time whether additional tokens are needed to improve confidence. Integrating dynamic token budgeting could deliver the best of both worlds: higher accuracy without unnecessary expense.

Finally, the findings encourage a re‑examination of hallucination diagnostics. Instead of assuming missing knowledge, practitioners may first test whether a longer generation resolves the error, reserving more heavyweight solutions for truly unknown facts.

Frequently asked questions

How many extra tokens should I add to improve factual recall?

There is no one‑size‑fits‑all answer; experiments often start with an additional 20‑30 tokens and adjust based on response quality and cost considerations.

Does longer thinking work for all types of questions?

It is most effective for factual queries where the answer exists in the model’s parameters. Complex reasoning or opinion‑based prompts may see diminishing returns.

Will longer generation increase the risk of new hallucinations?

Generally, extending generation reduces early‑stop hallucinations, but it can also introduce new errors if the model wanders off topic. Careful prompt design mitigates this risk.

Can I use longer thinking with retrieval‑augmented models?

Yes; combining retrieval with extended generation can further boost accuracy, as the model can cross‑verify retrieved facts while still leveraging its internal memory.

The bottom line

  • Longer thinking can recover up to 65% of missed facts without extra data or retrieval systems.
  • Frontier models already encode 95‑98% of factual knowledge; the bottleneck is often premature stopping.
  • Implementing a simple token‑extension or “think longer” prompt is a low‑cost way to improve accuracy.
  • Developers must balance the accuracy gains against higher latency and token costs.
  • Future work will focus on adaptive stopping and hybrid approaches that combine internal recall with external retrieval.

🚀 Built by Mapt

Like this site? Mapt builds websites, brands & growth engines — over text.

Explore →
📄 Full episode transcript

Anthropic cut Claude Fable 5.1 cache costs 75%.

That slash isn’t just a nice headline—it reshapes how enterprises budget for AI. Claude Fable 5.1, the publicly available model, now runs with Anthropic’s production safeguards, while its sibling Claude Mythos 5.1 stays behind a restricted door for vetted cybersecurity and life‑sciences groups. The 75 percent reduction on cache reads means companies can query the model far more often without ballooning cloud bills, making high‑quality, safety‑tested LLMs a realistic daily tool rather than a luxury experiment. For startups racing to embed conversational agents, the cost break could be the difference between a prototype and a product launch this quarter.

On the privacy front, Perplexity just unveiled a hybrid compute engine that refuses to let your secrets touch the internet. The new “Computer” platform splits a single task: it launches the heavy‑lifting, frontier models in the cloud, then hands any confidential chunk of the job over to a lightweight, open‑weight model running locally on Apple‑silicon Macs. The data never leaves the device, so even if a cloud provider were compromised, your sensitive files stay put. This approach sidesteps the usual trade‑off between cutting‑edge model performance and strict data residency, giving enterprises a practical path to comply with GDPR, HIPAA, or any internal data‑guardrails while still leveraging state‑of‑the‑art AI.

Meanwhile, OpenAI is quietly prepping Astra, a next‑gen LLM built for cyber‑critical workloads—and it’s already proving to be a formidable “red‑team” tool. In internal demos, Astra could dissect network configurations, spot unpatched binaries, and even draft plausible exploit code faster than many human pen‑testers. OpenAI says it’s rolling out a suite of safety layers: sandboxed execution, strict usage monitoring, and a “break‑glass” revocation system that can pull the model offline if it drifts into malicious territory. The stakes are high: if Astra lands in the hands of attackers, the damage could be swift; if the safeguards hold, the same power could help defenders patch vulnerabilities before they’re weaponized.

A separate research breakthrough suggests we’ve been underestimating what today’s frontier models already know. A joint Google‑Technion study showed that by simply letting a model “think longer”—extending its internal chain‑of‑thought steps—it could recover up to 65 percent of facts it initially failed to surface. In practice, that means many hallucinations aren’t missing knowledge at all; they’re retrieval failures within the model’s own parameters. Developers can now boost factual accuracy without adding more data or scaling up the model, just by tweaking prompting strategies to encourage deeper reasoning. It’s a reminder that the next wave of reliability may come from smarter prompting, not just bigger networks.

Finally, a real‑world fix in the Azure OpenAI ecosystem shows that sometimes a single filter beats a whole identity overhaul. Egiziago Cioffi, leading the tech team at SynSphere Italia, built an email assistant that plugs into Azure OpenAI, connects to SharePoint, and automatically resolves about 60 percent of inbound customer queries. The breakthrough wasn’t a new platform—it was a narrower assistant paired with a carefully crafted relevance filter that trimmed the retrieval noise. By narrowing the assistant’s scope and applying that single filter, the system passed every internal test, delivering crisp, accurate answers without the usual “identity‑platform” gymnastics. It’s a practical playbook for any organization looking to get immediate ROI from AI‑powered help desks.

That’s a packed Tuesday: cost‑crushing models, privacy‑first hybrid compute, a cyber‑sharp LLM, smarter prompting, and a lean email fixer. Stay tuned for next week’s deep dive into whether those safety nets can survive a real‑world hack. I’m Alex Rivera, and this was AI Tech Daily.