New Google Patents · Filed Dec 23, 2025 · Published Jul 2, 2026 · verified — real USPTO data

Google Patents a System That Lets Apps Request Services in Plain English

Right now, when one app wants to talk to another, a developer has to write exact, unforgiving instructions in a specific format. Google is patenting a system that lets apps just describe what they want, and an AI figures out the rest.

Google Patent: AI-Generated API Calls Explained — figure from US 2026/0186876 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0186876 A1
Applicant GOOGLE LLC
Filing date Dec 23, 2025
Publication date Jul 2, 2026
Inventors Jürgen Sturm, Francis Engelmann
CPC classification 719/328
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jan 23, 2026)
Parent application Claims priority from a provisional application 63739233 (filed 2024-12-27)
Document 21 claims

What Google's plain-language API system actually does

Imagine you need directions and instead of opening a map app, typing an address, and hitting search, you could just say 'get me to the nearest coffee shop.' That's the basic idea here, but for how apps talk to each other behind the scenes.

Today, when a piece of software needs something from another service (say, a weather reading, a translation, or a database lookup) it has to send a very precise, formally structured request. One wrong character and the whole thing breaks. Google's patent describes a system where an app can describe what it needs in a loose, flexible way, even plain English, and an AI model converts that into the exact technical request the target service needs.

The result is that apps don't need to be pre-programmed with rigid instructions for every service they might ever contact. The AI layer acts as a universal translator, making the connection on the fly.

How the generative model translates requests into API calls

The patent describes what Google calls an adaptation service, a middleware layer that sits between an application and whatever external service that application wants to reach.

Instead of an app sending a hard-coded, syntactically exact request (an API call, which is the standard way software talks to other software), the app sends a service description. That description can be written in natural language, a loose schema, or any other format the app finds convenient.

The adaptation service passes that description to a generative model (an AI similar to the kind that powers chatbots). The model does two things:

  • Figures out which service the app is trying to reach, based on the description
  • Writes a properly formatted API call that the target service will actually accept

The target service receives a normal-looking API call, responds with data, and that response goes back to the app. The app never had to know the exact technical syntax required. The generative model handled the translation invisibly.

What this means for how apps talk to each other

The big headache in software development today is that every API is different, and they change over time. When a service updates its API, every app that talks to it potentially breaks. Google's system shifts that burden from developers writing rigid code to an AI that can adapt on the fly, which could mean far fewer integration failures and far less maintenance work.

For you as a user, the practical upside is apps that are more reliable and more capable of connecting to new services without waiting for a developer to manually update the integration. For Google, this kind of AI-mediated infrastructure layer fits squarely into its broader push to embed generative AI into the operating system and cloud platform levels, not just consumer-facing products.

Editorial take

This is a real infrastructure bet, not a flashy consumer feature. If it works at scale, it attacks one of the most tedious and expensive parts of software development: keeping app-to-service integrations alive as APIs evolve. Google is essentially proposing to replace a whole category of developer busywork with an AI shim, and that's worth paying attention to.

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

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

Editorial commentary on a publicly published patent application. Not legal advice.