New Google Patents · Filed Sep 26, 2025 · Published Sep 17, 2026 · verified — real USPTO data

Google Patents a Document-Search Layer That Picks the Right AI Task for You

Instead of guessing which AI command to run, Google's new patent describes a system that watches what you type, searches a library of documents for relevant context, and then feeds that context to an AI model alongside the specific task you selected from a menu.

A document editor interface organizes various documents into themed "bottles" and lists unassigned documents for a user. Drawing from patent filing US 2026/0278290 A1.
A document editor interface organizes various documents into themed "bottles" and lists unassigned documents for a user.
See all 19 drawings from this filing ↓
Publication number US 2026/0278290 A1
Applicant Google LLC
Filing date Sep 26, 2025
Publication date Sep 17, 2026
Inventors Adam Joshua Bignell
CPC classification 704/9
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jul 8, 2026)
Parent application is a National Stage Entry of PCTUS2023017181 (filed 2023-03-31)
Document 26 claims

What Google's AI task-picker actually does for you

Imagine you're drafting a report and you want an AI tool to summarize a section for you. You highlight your text, pick "Summarize" from a small menu, and hit go. Simple enough, but the tricky part is making the AI's summary actually useful rather than generic.

This is the problem Google's filing addresses. Instead of just handing your text straight to the AI, the system first searches a collection of stored documents for passages that are semantically similar to what you typed, meaning passages about the same topic even if the exact words are different. Those relevant passages get bundled into the instruction the AI receives, giving it real context to work from.

The result is that the AI's response is shaped both by the task you chose (summarize, translate, rewrite, etc.) and by the most relevant background material the system can find. You get a more grounded answer without having to paste in your own reference documents.

From the filing · CLAIM 1
… performing, by the computing system, a similarity search for the text embedding with respect to a plurality of chunk embeddings respectively generated by the machine-learned embedding generation model for a plurality of document chunks of a plurality of documents …

Translation: The system searches through parts of various documents to find ones that match your text.

How the similarity search routes your query to the right task

The system combines two well-established AI techniques: retrieval-augmented generation (RAG, a method of finding relevant documents before asking an AI to respond) and a task-selection interface where users pick from a menu of preset commands.

Here's how the pieces connect:

  • The user types a query into a text field and selects a task from a list of options, like "summarize," "translate," or "explain."
  • A text embedding is generated for that query. An embedding is a numerical fingerprint that captures the meaning of text, not just its words.
  • That fingerprint is compared against a library of pre-computed embeddings for chunks of stored documents, using a similarity search (essentially finding the closest matches by meaning).
  • The most relevant document chunks are pulled and combined with the user's query and the chosen task into a single prompt, which the large language model then processes.

The key claim is that the same embedding model is used for both the query and the stored document chunks. That consistency is what makes the similarity comparison reliable, because the "fingerprints" were created with the same measuring stick.

From the filing · THE ABSTRACT
A prompt is processed based on the identified document chunk(s) with the large language model to perform the task associated with the selected task element.

Translation: The AI uses those relevant document parts and your chosen action to generate a helpful response.

What this means for AI writing and research tools

For everyday AI writing tools, this approach means responses can draw on a company's own internal documents, product manuals, or knowledge bases rather than the AI's general training alone. If you select "Rewrite" on a paragraph, the system could surface the brand's own style guide before the AI touches your text.

the pattern in Google's AI-interface filings points toward tighter integration between document management products (like Google Workspace) and its AI models. A system like this would sit naturally inside Docs or Drive, letting the AI pull from files already in your account rather than requiring you to paste in context manually. That kind of automatic grounding could reduce the confident-but-wrong answers that make AI tools frustrating today.

Google's 20th filing we've tracked since May on our AI models working in teams watch list, this application follows natural-sounding audio dialogue and a two-AI code checker.

Editorial take

Claim 1 covers any system where a user picks a task from a menu, the system searches a document library for relevant passages using the same AI model that processed the original question, and those passages are handed to a large language model to carry out the chosen task. The claim says nothing about interface design, document type, or which specific AI models are involved, so its reach is wide.

That breadth has real consequences. Any product that connects a user-facing task selector to a shared-model document search before generating a response would fall squarely inside this claim.

That combination describes how a large and growing category of AI writing and research tools actually works, making the territory this claim covers both broad and commercially significant.

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

19 drawing sheets from US 2026/0278290 A1 · click any drawing to enlarge

Patent filing page

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