Google Integrates AI Deeply into Chrome with New Features

Google Integrates AI Deeply into Chrome with New Features
source: gettyimages
September 23, 2025

Now that Google is no longer pressured to sell its browser, the tech giant is aggressively embedding artificial intelligence into Chrome, whether users like it or not. According to Chrome's VP of product, Mike Torres, this marks the "biggest upgrade to Chrome in its history," though some may consider it more of a transformation into an AI-powered browser.

The Gemini Button and New AI Capabilities

Starting today (initially for macOS and Windows users in the US with Chrome set to English), Chrome will introduce a new "Gemini" button. This addition enables users to:

Upcoming AI Enhancements

Google plans to further embed AI into Chrome in the coming months:

Additional AI-Driven Security and Privacy Features

Google is also leveraging Gemini to bolster its defenses against online scams:

Considerations and Concerns

Given Google's history of tightly integrating new features, many users wonder if these will be opt-in or opt-out options. The company hasn't clearly stated whether users can easily disable these AI features or if data collected will be used for AI training purposes.

Final Notes

Web users seeking alternative browsers might wonder where to turn, as AI integration becomes a competitive battleground. Meanwhile, Google clarified that to access the AI mode via the Chrome omnibox, users will need to click a search button; simply pressing Enter will perform a traditional search.

> Are these AI features beneficial or intrusive? The debate continues as Google pushes forward with its latest Chrome update.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 141 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6644348,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}