In enterprise environments, cloud-based STT is often a non-starter.
@paul.kinlan.me 's "Utter" Chrome extension fixes this with the WebSpeech and Prompt APIs to transcribe and polish your "train of thought" entirely on-device.
chromewebstore.google.com/detail/utter...
#WebAI #BuiltInAI
Updated my Prompt API demo! 🚀
Now using WebMCP to expose on-page agents to broader browser agents. This lets a general agent recruit the page as a domain-expert "sub-agent" for hyper-accurate tasks.
Links in replies! 👇
#WebMCP #BuiltInAI
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...
#WebAI #BuiltinAI #WebDev #GeminiNano #ChromeAI
KI ohne Cloud: @christianliebel.com zeigt auf der #bastacon, wie Built-in AI & WebMCP den Browser zur KI-Plattform machen – lokal, sicher und smart.
Auf der BASTA! | 📍FFM | 📅2.3. – 6.3.
🔗Alles Session Infos: https://tinyurl.com/yrexux8x
#AI #WebMCP #BuiltInAI #bastacon
Building the "Guess Who?" game with the Prompt API: developer.chrome.com/blog/ai-gues.... Cool new #BuiltInAI demo by @utilitybend.com.
🤩❌😃🤩🥹
Is your character holding back its tears?
Does your character wear a a monocle?
Before the built-in AI APIs in Chrome can be used, the underlying AI model and any customizations must be downloaded 🌐, the data be extracted 🗜️, and be loaded into memory 🧠 . My guide documents best practices for improving the UX as they wait: developer.chrome.com/docs/ai/info... #WebAI #BuiltInAI
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: www.npmjs.com/package/@typ... @tomayac.com #BuiltinAI #WebAI
On the Chrome team, we've a cool new origin trial for you to try in your apps: the Proofreader API: developer.chrome.com/docs/ai/proo....
❌ tyop → ✅ typo
```js
await (await Proofreader.create({
expectedInputLanguages: ['en'],
})).proofread(
'Let us knwo how it foes',
);
```
#BuiltInAI #WebAI
Updated evals-pwa support for the Prompt API in Chrome. Here's an example that you can run directly in the browser with no other setup. #builtinai #promptapi
Fantastic work by
@sayonari.bsky.social
on jimakuChan, a live subtitle/translation app for streamers.
The latest version is using the #BuiltInAI Translator API to give users fast, private, and free translation directly in the browser without any setup.
Another win for #WebAI !
Built-in AI takes a field trip to Middle-earth 🗺️🧝♂️!
Love the surprises that come with building the web platform.
Tecendil uses the built-in AI Language Detector API to transliterate text into Tolkien's Tengwar script: www.tecendil.com?q=Ten%C3%A9i...
#BuiltinAI #WebAI #WebDev #Tolkien
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: www.npmjs.com/package/@typ... #WebAI #BuiltInAI
Excited to share the slides of my session “AI in the Browser: Smarter Angular Apps with WebGPU and WebNN” at @ngvenice.bsky.social! 🚀 Learn how to integrate Generative AI with #Angular using #WebGPU & #WebNN for offline, secure execution: www.thinktecture.com/en/contribut... 🌐✨ #BuiltInAI #NGVenice
Yo dawg, I heard you like summaries, so here's a blog post on summary of summaries
Yo Dawg, I heard you like to use AI to generate Summaries, so @alexandrascript.com and I have put together a blog post on summarizing your summaries to overcome context window limitations of the Summarizer API and get awesome summaries: developer.chrome.com/docs/ai/scal... #webai #builtinai
#Blogged: LLMs conquer the browser: Chrome experiments with built-in AI APIs (German content) via @heisedeveloper.bsky.social www.heise.de/blog/LLMs-er... #GenAI #BuiltInAI #LLMs
Join us at @ngvenice.bsky.social in the stunning city of a thousand bridges. On March 13 & 14, 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
My free (German) webinar on Built-in AI starts in a bit: lnk.thinktecture.cloud/webinar-2024... #BuiltinAI #WebNN #WebML #GenAI
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
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
🚀 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/@typ... @tomayac.com #GenAI