New Google Patents · Filed Mar 10, 2025 · Published Sep 10, 2026 · verified — real USPTO data

Google Patents an AI That Critiques and Rewrites Its Own Answers Before Responding

What if your AI assistant could catch its own mistakes before handing you a wrong answer? That is exactly what Google is building a system to do, and the approach is more structured than it might sound.

A diagram showing how an AI generates, verifies, and adjusts its own answers to a task before providing a final output. Drawing from patent filing US 2026/0268124 A1.
A diagram showing how an AI generates, verifies, and adjusts its own answers to a task before providing a final output.
See all 3 drawings from this filing ↓
Publication number US 2026/0268124 A1
Applicant Google LLC
Filing date Mar 10, 2025
Publication date Sep 10, 2026
Inventors Jiefeng Chen, Jie Ren, Sercan Omer Arik, Xinyun Chen, Chengrun Yang, Ruoxi Sun
CPC classification 706/15
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Apr 16, 2025)
Document 20 claims

How Google's self-checking AI picks the best answer

A student asks an AI tutor to explain a tricky math problem. The AI spits out an answer that looks right but is actually wrong. The student doesn't know that, so they move on with the wrong idea stuck in their head.

Google's newly filed patent describes a system designed to stop that from happening. Instead of producing one answer and handing it over, the AI generates several candidate answers at the same time, then turns around and uses the same AI to check each one. If an answer doesn't pass the quality check, the system feeds the failure notes back in and tries again, repeating that loop until the answer meets a set standard. Then it picks the best result from all the candidates and gives you that.

The key idea is that the AI is doing the double-checking itself, without needing a separate reviewer or human in the loop. You get a cleaner, more reliable answer without doing anything differently on your end.

From the filing · CLAIM 1
… generating a plurality of candidate output sequences in parallel with each other, the generating comprising, for each of the plurality of candidate output sequences: generating, using a generative neural network, an initial candidate output sequence …

Translation: The AI creates multiple potential answers at the same time to start the refinement process.

Inside the generate-verify-revise loop

The patent describes a method for generating AI responses that goes well beyond a single pass. When a request comes in, the system kicks off multiple candidate output sequences (think: parallel draft answers) all at once.

For each candidate, the process runs like this:

  • The AI generates an initial draft answer using a generative neural network (the underlying model that produces text).
  • That same model is then given a verification input: the draft answer plus instructions to assess whether it meets quality criteria. It outputs a verdict.
  • If the draft fails, the model receives an adjustment input combining the draft and the failure verdict, and it produces a revised version. This loop keeps running until the answer passes.

Once all the parallel candidates have finished their own check-and-revise loops, the system selects the best one and returns it to the user.

The notable engineering choice here is that a single model handles generation, verification, and revision. There is no separate fact-checker or scoring model. This approach is sometimes called test-time scaling, meaning the system spends more computation at the moment of answering (rather than only at training time) to improve quality. The "self-enhanced" part means the model's own judgment drives the refinement.

From the filing · THE ABSTRACT
… receiving a request for an output sequence; generating a plurality of candidate output sequences in parallel with each other; selecting, from the plurality of candidate output sequences, a selected candidate output sequence …

Translation: The system takes a prompt, builds several options simultaneously, and picks the best one.

What self-correcting AI means for everyday users

For anyone who has caught an AI giving a confident but wrong answer, this addresses a real frustration. The system is designed so that bad answers have multiple chances to be caught and fixed before they reach you, rather than after. That matters most in high-stakes situations: a medical question, a legal summary, a code snippet that needs to actually run.

Google's steady investment in AI reliability research signals that the company sees output quality as a competitive pressure point, not a solved problem. Whether this specific mechanism ends up in a product like Gemini is unknown, but the direction is clear: the era of "the AI said it, so it must be right" is one Google is trying to end.

That makes this Google's 23rd filing we've tracked since May in our AI safety guardrails watchlist, which already includes work like a training fix for similar questions and mapping threats as a network.

Editorial take

The practical payoff here is simple: you get fewer wrong answers without having to prompt the AI twice yourself. That is a real improvement, and it addresses something actual users complain about all the time.

The deeper point is that this system spends extra computing power after you ask your question, during the moment of answering, rather than building all the quality into the model during training. That tradeoff has a cost (more time, more compute per query), and how aggressively Google deploys it will depend on whether users notice the latency.

For most everyday queries, the loop probably completes fast enough that you would never know it happened. For complex or sensitive questions, that extra fraction of a second spent self-correcting could be the difference between a useful answer and a misleading one.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

3 drawing sheets from US 2026/0268124 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.