#BuiltinAI
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
The Proofreader API  |  AI on Chrome  |  Chrome for Developers
Improve your content readability and grammar with the Proofreader API.
developer.chrome.com
September 16, 2025 at 7:21 AM
My free (German) webinar on Built-in AI starts in a bit: lnk.thinktecture.cloud/webinar-2024... #BuiltinAI #WebNN #WebML #GenAI
Built-in AI: Die AI-Revolution direkt im Browser
In-Depth Tech Knowledge
lnk.thinktecture.cloud
December 18, 2024 at 8:54 AM
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
Utter - Chrome Web Store
Global hotkey for voice-to-text input using Speech Recognition
chromewebstore.google.com
March 11, 2026 at 7:29 AM
🤖 AI direkt im Browser

@christianliebel.com zeigt auf der #bastacon:
🧠 Built-in AI
🔐 lokale LLMs
🛠️ WebMCP für Webapps

📅 Donnerstag, 01. Oktober 2026 | 🕘 09:00 - 10:00 | BASTA! | 📍 Mainz

🔗 https://tinyurl.com/txuzrevp

#AI #BuiltInAI #WebMCP #LLM #WebDevelopment #Edge #Chrome
June 22, 2026 at 9:30 AM
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
December 6, 2024 at 8:02 AM
🚀 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
@types/dom-chromium-ai
TypeScript definitions for dom-chromium-ai. Latest version: 0.0.4, last published: 3 days ago. Start using @types/dom-chromium-ai in your project by running `npm i @types/dom-chromium-ai`. There are n...
npmjs.com
November 28, 2024 at 8:54 AM
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
www.npmjs.com
September 24, 2025 at 7:37 AM
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
March 12, 2025 at 5:19 PM
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
January 27, 2025 at 8:06 AM
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?
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.
developer.chrome.com
October 13, 2025 at 8:17 AM
@tomayac.com 's I/O talk has some great ideas for incorporating AI features into a web app, using the Built-in AI APIs. I'll definitely steal some of those ideas and put them in the admin interface for my personal blog

Watch the talk here: www.youtube.com/watch?v=ddBx...

#WebAI #BuiltinAI
Build new features using built-in AI in Chrome
YouTube video by Chrome for Developers
www.youtube.com
May 22, 2026 at 9:36 AM
#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
LLMs erobern den Browser: Chrome experimentiert mit Built-in-AI-APIs
Chatbots und andere Use Cases rund um natürliche Sprache laufen dank der Built-in-AI-APIs direkt im Browser. Erste APIs können Developer in Chrome testen.
www.heise.de
February 10, 2025 at 3:06 PM
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
Built-in AI: Die AI-Revolution direkt im Browser
In-Depth Tech Knowledge
lnk.thinktecture.cloud
December 17, 2024 at 5:19 AM
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
AI in the browser: Smarter Angular apps with WebGPU and WebNN
www.thinktecture.com
March 15, 2025 at 9:19 PM
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
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 hybr...
developer.chrome.com
October 3, 2025 at 4:30 PM
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
February 27, 2026 at 11:00 AM
🌐 Was bewegt das Web 2026?

Christian Liebel zeigt auf der #bastacon, was Standards, Browser & Web Dev prägt:
🤖 Built-in AI
🧩 WebAssembly
💬 W3C

📅 28.09. - 02.10.2026 | BASTA! |📍Mainz

🔗 https://tinyurl.com/4zp2vw8y

#WebDevelopment #WebStandards #W3C #WebAssembly #BuiltInAI
May 27, 2026 at 2:03 PM
That's a wrap on the International JavaScript Conference San Diego! 🌴
Thanks to everyone who joined my workshop on local & offline-capable #GenAI in Angular, and my talks on the #PromptAPI & #WebNN, and #BuiltInAI & #WebMCP.
🔗 www.thinktecture.com/conferences/...
#WebAI @javascriptcon.bsky.social
June 11, 2026 at 5:39 AM
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 !
September 6, 2025 at 11:16 AM
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
[publicly shared] kenjibaheux@ Web AI Summit 2025 Deck
Beyond the Demo Building the WebAI Playbook At the 2025 Web AI Summit, I had the pleasure of opening the discussion on a crucial challenge facing our community. This is the deck and more or less the s...
docs.google.com
November 1, 2025 at 5:37 AM
Per popular request, the LanguageDetector API will soon gain the ability to dissociate Simplified Chinese and Traditional Chinese.
groups.google.com/a/chromium.o...

Documentation: developer.chrome.com/docs/ai/lang...

#WebAI #BuiltinAI
Language detection with built-in AI  |  AI on Chrome  |  Chrome for Developers
The Language Detector API offers built-in language discovery on the web, in the browser.
developer.chrome.com
June 15, 2026 at 1:09 AM
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
Tecendil
The most accurate and up to date Tengwar transcriber
www.tecendil.com
August 22, 2025 at 5:24 AM
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
October 22, 2025 at 9:02 AM
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
@types/dom-chromium-ai
TypeScript definitions for dom-chromium-ai. Latest version: 0.0.7, last published: a day ago. Start using @types/dom-chromium-ai in your project by running `npm i @types/dom-chromium-ai`. There are 2 ...
www.npmjs.com
May 23, 2025 at 4:13 PM
KISS Translator:开源双语对照翻译扩展与油猴脚本(多引擎、跨端同步、可自定义)

💡KISS Translator介绍 KISS Translator 是一款轻量、开源的双语对照翻译扩展与油猴脚本,旨在提供极简但强大的翻译体验。它支持多种主流浏览器,包括 Chrome、Edge、Firefox、Kiwi(Android)、Orion(iOS)、Safari 和 Thunderbird,覆盖网页、输入框、划词、悬停与 YouTube 字幕等场景,可跨设备同步数据,支持自定义规则与译文样式。 🌍 多平台兼容 KISS Translator 支持…
KISS Translator:开源双语对照翻译扩展与油猴脚本(多引擎、跨端同步、可自定义)
💡KISS Translator介绍 KISS Translator 是一款轻量、开源的双语对照翻译扩展与油猴脚本,旨在提供极简但强大的翻译体验。它支持多种主流浏览器,包括 Chrome、Edge、Firefox、Kiwi(Android)、Orion(iOS)、Safari 和 Thunderbird,覆盖网页、输入框、划词、悬停与 YouTube 字幕等场景,可跨设备同步数据,支持自定义规则与译文样式。 🌍 多平台兼容 KISS Translator 支持 Chrome、Edge、Firefox、Kiwi(Android)、Orion(iOS)、Safari、Thunderbird 等主流浏览器,让用户无论在桌面还是移动端都能获得流畅体验。 ⚙️ 强大的翻译服务聚合 内置并支持多种翻译服务接口,包括: Google、Microsoft、Tencent、Volcengine、DeepL、NiuTrans OpenAI、Gemini、Claude、Ollama、DeepSeek、OpenRouter BuiltinAI、AzureAI、CloudflareAI 用户可自定义接口,实现更灵活的调用与精确的翻译结果。 💬 全场景翻译支持 支持网页双语对照、输入框即时翻译、划词与鼠标悬停翻译、YouTube 字幕翻译等多种场景,亦可一键开启翻译框、收藏词汇、定制显示样式或隐藏原文,满足阅读与学习需求。 🤖 AI智能与高级特性 提供 AI 上下文记忆、自定义术语词典、智能断句、多语言聚合翻译、跨客户端同步(Cloudflare / Docker / WebDAV)等高级功能,可实现自定义规则、快捷键操作及参数 Hook,极大提升使用效率。 📦 KISS Translator安装方式与建议 GitHub 开源地址: 浏览器扩展安装地址:简约翻译 脚本安装地址:
www.ahhhhfs.com
October 18, 2025 at 5:55 PM