WeSearch

The Browser That Brought Its Own AI

·8 min read · 0 reactions · 0 comments · 1 view
#ai#browser#privacy#google#technology
The Browser That Brought Its Own AI
⚡ TL;DR · AI summary

Google Chrome has quietly introduced on-device AI capabilities powered by Gemini Nano, a multi-gigabyte language model downloaded automatically to qualifying machines without user consent. Websites and extensions can access this model through JavaScript APIs for tasks like summarization, translation, and text generation, with no permission prompts required. The model is installed silently when system requirements are met and can be probed by any website to detect hardware capabilities.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3841501) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Vivian Voss Posted on May 2 • Originally published at vivianvoss.net The Browser That Brought Its Own AI #browser #ai #privacy #awareness Not in the Brief, Episode 01 Open chrome://on-device-internals in a new tab. If your machine qualifies, you will see a multi-gigabyte language model that Chrome has downloaded onto your disk, listed with a version number and a file size. Any website you visit can call this model through an API in JavaScript. There is no permission prompt.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)