In most enterprise environments, third party cloud-based STT is a non-starter. That usually leaves us with mediocre OS defaults.

My colleague @paul 's "Utter" Chrome extension fixes this by keeping the intelligence loop local. It uses the WebSpeech and Prompt APIs to transcribe and polish your "train of thought" entirely on-device. πŸ›‘οΈβœ¨

A productivity unlock for AI agent workflows without the data leakage.

Give it a spin: https://chromewebstore.google.com/detail/utter/eejdhhjghkhkfejhbceeknhebhegijee

#WebAI #BuiltInAI

Utter - Chrome Web Store

Global hotkey for voice-to-text input using Speech Recognition

Videos from the Web AI Summit coming soon!

In the meantime, here's the deck for "Beyond the demo: building the WebAI playbook." Let's validate ideas & UX patterns, fill tooling gaps, and write this playbook together.

https://docs.google.com/presentation/d/1wTRhaujJnJDxhhuG7KNhHfBl_2wQ0yqIX1V7xs4OesI/edit?usp=drivesdk

#WebAI #BuiltinAI #WebDev #GeminiNano #ChromeAI

#JSConfMX 🌡 talk done (in bad Spanish 🫣). Demonstrated how to add built-in AI (Summarizer, Translator, Prompt API with multimodal input) to a conference webpage like https://tomayac.github.io/throw-aways/jsconf-mexico-2025/ (a clone of the real deal https://jsconfmx.org/speaker/W3Eio). Then walked through the code based on a broken down, step-by-step reduced version (https://googlechrome.github.io/samples/built-in-ai-rocks/). Learn more at https://developer.chrome.com/docs/ai/built-in-apis?hl=en#api_status! 🧠 #BuiltInAI
JSConf Mexico - A community-driven JS conference

JSConf Mexico is a community-driven conference focused on JavaScript and the Web that takes place in Guadalajara. Join us for our 2025 edition!

Building the "Guess Who?" game with the Prompt API: https://developer.chrome.com/blog/ai-guessing-game. Cool new #BuiltInAI demo by @utilitybend.

πŸ˜ƒπŸ₯ΉπŸ€©βŒπŸ§

Is your character holding back its tears?
Does your character wear a a monocle?

Build a guessing game with the Prompt API  |  Blog  |  Chrome for Developers

My game of Guess Who demonstrates how AI can be used to build thoughtful game logic, and the importance of prompt engineering to get the outcomes you expect.

Chrome for Developers

Before any of the built-in AI APIs in Chrome can be used, the underlying AI model and any customizations (such as fine-tunings) must be downloaded from the network 🌐, the compressed data be extracted πŸ—œοΈ, and finally be loaded into memory 🧠. My new guide documents some of the best practices for improving the user experience as they wait for this download: https://developer.chrome.com/docs/ai/inform-users-of-model-download.

There are two embedded demos that show:

- Client-side only
- Hybrid implementation

#WebAI #BuiltInAI

Inform users of model download  |  AI on Chrome  |  Chrome for Developers

This guide explains how to improve the user experience while waiting for built-in AI models and their customizations to download, extract, and load into memory, offering both client-side only and hybrid implementation strategies.

Chrome for Developers
We're excited to announce the release of version 0.0.10 of our TypeScript types for Built-in AI APIs, now featuring support for the brand-new Proofreader API! Check it out and upgrade today: https://www.npmjs.com/package/@types/dom-chromium-ai @tomayac #BuiltinAI #WebAI
@types/dom-chromium-ai

TypeScript definitions for dom-chromium-ai. Latest version: 0.0.10, last published: 7 days ago. Start using @types/dom-chromium-ai in your project by running `npm i @types/dom-chromium-ai`. There are 3 other projects in the npm registry using @types/dom-chromium-ai.

npm

I have attendee codes for the Web AI Summit in Sunnyvale on Oct 17. The Chrome Web AI team wants to meet you for the hallway track. Share your Web AI projects & pain points for a chance to get a code & help us with critical context engineering.

Agenda: https://rsvp.withgoogle.com/events/web-ai-summit-2025/sessions

Can't make it? No worriesβ€”the talks will be published a few weeks after the event.

#WebAI #WebDev #AI #BuiltInAI

Web AI Summit 2025: Client side models & agents!

Hear from Google, and top 3P companies in this annual event covering AI in the browser on device with Web AI. From Agents + WebMCP to traditional ML!

On the Chrome team, we have an interesting new origin trial for you to try in your apps: the Proofreader API: https://developer.chrome.com/docs/ai/proofreader-api.

❌ tyop β†’ βœ… typo

```js
const proofreader = await Proofreader.create({
expectedInputLanguages: ['en'],
});

const proofreadResult = await proofreader.proofread(
'PLease tryt his API and let us knwo how it foes!',
);
```

It's powered by Gemini Nano internally and part of Chrome's #BuiltInAI / #WebAI effort.

The Proofreader API  |  AI on Chrome  |  Chrome for Developers

Improve your content readability and grammar with the Proofreader API.

Chrome for Developers

Thrilled to see the #BuiltInAI Translator API used by jimakuChan, a popular web app for streamers to generate live subtitles with translations.

This is exactly the vision: making powerful AI available directly in the browser. Users get fast, private, live translation for freeβ€”no complex setup needed.

Another win for #WebAI !

Link to jimakuChan: https://sayonari.github.io/jimakuChan/

Link to built-in AI APIs:
https://developer.chrome.com/docs/ai/built-in-apis

On the Chrome team, we have an interesting new origin trial for you to try in your apps: the Proofreader API: https://developer.chrome.com/docs/ai/proofreader-api.

❌ tyop β†’ βœ… typo

```js
const proofreader = await Proofreader.create({
expectedInputLanguages: ['en'],
};

const proofreadResult = await proofreader.proofread(
'PLease tryt his API and let us knwo how it foes!',
);
```

It's powered by Gemini Nano internally and part of Chrome's #BuiltInAI / #WebAI effort.

The Proofreader API  |  AI on Chrome  |  Chrome for Developers

Improve your content readability and grammar with the Proofreader API.

Chrome for Developers