#BuiltInAI

Kenji Baheuxkbx@ohai.social
2025-11-01

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.

docs.google.com/presentation/d

#WebAI #BuiltinAI #WebDev #GeminiNano #ChromeAI

Thomas Steiner :chrome:tomayac@toot.cafe
2025-10-31

#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 tomayac.github.io/throw-aways/ (a clone of the real deal jsconfmx.org/speaker/W3Eio). Then walked through the code based on a broken down, step-by-step reduced version (googlechrome.github.io/samples). Learn more at developer.chrome.com/docs/ai/b! ๐Ÿง  #BuiltInAI

Thomas Steiner :chrome:tomayac@toot.cafe
2025-10-13

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

๐Ÿ˜ƒ๐Ÿฅน๐ŸคฉโŒ๐Ÿง

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

Thomas Steiner :chrome:tomayac@toot.cafe
2025-10-03

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: developer.chrome.com/docs/ai/i.

There are two embedded demos that show:

- Client-side only
- Hybrid implementation

#WebAI #BuiltInAI

2025-09-24

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: npmjs.com/package/@types/dom-c @tomayac #BuiltinAI #WebAI

Kenji Baheuxkbx@ohai.social
2025-09-19

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: rsvp.withgoogle.com/events/web

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

#WebAI #WebDev #AI #BuiltInAI

Thomas Steiner :chrome:tomayac@toot.cafe
2025-09-16

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

โŒ 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.

Kenji Baheuxkbx@ohai.social
2025-09-06

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: sayonari.github.io/jimakuChan/

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

A screenshot of Jimakuchan showing a Japanese subtitle and its English translation.
Thomas Steiner :chrome:tomayac@toot.cafe
2025-09-03

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

โŒ 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.

Kenji Baheuxkbx@ohai.social
2025-08-22

Built-in AI takes a field trip to Middle-earth ๐Ÿ—บ๏ธ๐Ÿงโ€โ™‚๏ธ!

I love seeing the unexpected things people create with the web platform.

Tecendil uses the built-in AI Language Detector API to transliterate text into Tolkien's Tengwar script: tecendil.com/?q=Ten%C3%A9is%20

This is the magic we live for! It shows how zero-cost, low-friction, client-side AI unlocks a new canvas for developers.

What's the most creative use of a web API you've stumbled upon?
#WebPlatform #BuiltinAI #WebAI #WebDev #Tolkien

A screenshot of Tecendil a site to transcribe text into Tengwar, showing a warning about an incorrect input language being selected.
2025-05-23

Our TypeScript definitions for the Built-in AI APIs (Prompt API, Writing Assistance APIs, Translator and Language Detection APIs) are now up-to-date with the current version. Happy coding: npmjs.com/package/@types/dom-c #WebAI #BuiltInAI

2025-03-15

Excited to share the slides of my โ€œAI in the Browser: Smarter Angular Apps with WebGPU and WebNNโ€ from #NGVenice! ๐Ÿš€ Learn how to integrate Generative AI with #Angular using #WebGPU and #WebNN for offline, secure execution: thinktecture.com/en/contributi ๐ŸŒโœจ #BuiltInAI

2025-01-27

Join us at NG VENICE in the stunning city of a thousand bridges! ๐Ÿ‡ฎ๐Ÿ‡น On March 13 & 14, dive into an exciting, community-driven conference focused on Angular. Explore the cutting-edge advancements in browser-based AI and connect with fellow enthusiasts. Secure your ticket today at ng-venice.org #ngvenice #angular #builtinai #webml

2024-12-18

My free (German) webinar on Built-in AI starts in a bit: lnk.thinktecture.cloud/webinar #BuiltinAI #WebNN #WebML #GenAI

2024-12-17

Iโ€™m hosting a free webinar tomorrow (in German) about the experimental Built-in AI APIs that the Web Machine Learning Community Group is working on. These APIs are all secure and privacy-preserving, as they perform all the computations on your device. Come and join me! #webml #builtinai #promptapi lnk.thinktecture.cloud/webinar

2024-12-06

I'm happy to return to the DevDays Europe Conference in Vilnius in May 2025! ๐Ÿ‡ช๐Ÿ‡บ A great conference to connect with other European developers from different technologies: devdays.lt/ #DevDaysEurope #Vilnius #BuiltInAI

2024-11-28

๐Ÿš€ Weโ€™ve just released version 0.0.4 of @types/dom-chromium-ai! Check out our TypeScript definitions for the Prompt, Writing Assistance and Translation APIs in their latest form for Chromium Canary. Try the #builtinAI APIs on your machine: npmjs.com/package/@types/dom-c @tomayac #GenAI

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst