I have been trying out AI inference inside the browser for a while now, more out of curiosity than anything else. A debate that surfaced this week made me want to talk about it, because buried inside a browser standards argument is a platform governance question that every business relying on AI will eventually have to answer.
We have moved through a familiar sequence. Web pages gave way to apps. Apps are giving way to AI interfaces. And now AI is being embedded directly into the browser itself. That last step is not a feature upgrade. It is a shift in who controls a foundational layer of how your customers and your products experience the web.
Google Chrome and Microsoft Edge are both shipping something called the Prompt API. It lets web applications run AI inference directly inside the browser, with no server call, no API cost, and no data leaving the device. Chrome uses Google’s Gemini Nano. Edge uses Microsoft’s Phi-4.
I built three demos with this last year, a creative writing tool, a translation assistant, and a vision assistant that describes images, all running locally on my laptop. I wrote about it on my personal blog. The technology works well for what it is. Fast, private, and free to run. For simple AI workloads, local inference like this is a logical and efficient step forward.
The concern is not the technology. It is what happens if this becomes a web standard.

The Prompt API is currently a Community Group draft under W3C’s Web Machine Learning group, not a formal standard. The standardisation discussions have drawn serious objections from Mozilla and from W3C’s own Technical Architecture Group. The worry is interoperability. When developers build on a specific browser’s model, they tune their code to that model’s quirks. Over time, that creates model-specific behaviour baked into the web itself. We have seen this pattern before with browsers, and the web spent years cleaning it up.
Chrome is built on Chromium, which is open source. The Gemini Nano model that ships with the Prompt API is not. Google does have an open weights model called Gemma, but Gemma is not what ships with the Prompt API. Google’s stated reason is that they need to enforce safety through their Generative AI Prohibited Uses Policy, and that requires controlling the model. Mozilla’s objection, which I think is sound, is that using a web API should not mean accepting one company’s content rules, especially rules that go beyond what is legally required anywhere.
Chrome holds a dominant share of global browser usage. If this API becomes a standard and the model powering it remains closed and governed by a single company’s policies, that company effectively controls the default intelligence layer of the web. That shapes cost structure, developer decisions, and user experience in ways that compound quietly over time.
The teams I see getting this right are already treating their AI layer as a replaceable component, keeping product logic separate from model behaviour, and treating vendor policies as part of their risk surface rather than background noise. It is not complicated, but it requires making a deliberate decision early rather than inheriting a dependency later.
When I work with founders and leadership teams, platform dependency is almost always one of the first structural risks we surface together. A platform bet requires confidence in the governance, not just the technology. Who sets the rules, and what happens when those rules change? The browser wars of the early web are a useful reminder of how long it takes to untangle these things once they are embedded.
The edge AI direction is right. Local inference, faster response, lower cost, better privacy; this is a sensible progression. But the model at the centre of it should be open, or at least governed by a neutral body, not by one company’s terms of use.
No formal standard has been approved yet. The conversations are still live. But the decisions being made now in browser working groups will shape the web your customers use for the next decade. It is worth paying attention to.
Are you watching the AI-in-browser space, or is it still too early to be on your radar?



Leave a Reply