Listen: What does Gemini think about your brand?
Chrome Dev includes a quantized Gemini model for tasks like scam prevention. This analysis examines its on-device execution and reverse-engineered prompts.
Transcript
Deep inside the development version of Google Chrome, there is a hidden, local version of Google’s Gemini artificial intelligence model. It is stored directly on your computer as a three-gigabyte file, and it helps with everything from writing assistance to language translation. But one of its most important jobs is stopping online scams.
By looking at the configuration files on the machine, we can see exactly how this scam detection works. Chrome extracts text from the webpage you are visiting and feeds it directly to the local AI. The model acts as a scanner, tasked with answering two key questions: what brand does the page represent, and what is the page trying to do?
The AI is instructed to summarize the page's intent in just one sentence, while being careful not to leak any personally identifiable information. It returns this analysis in a highly structured format. Once the model delivers the brand and the intent, Chrome's built-in classifier takes over to make the final decision on whether the page is trustworthy or a scam. It is a powerful example of how browser security is moving directly onto our devices.
