Vanta Logo
SPONSOR
Automate SOC 2 & ISO 27001 compliance with Vanta. Get $1,000 off.
Up to date
Published
4 min read

Trevor I. Lasn

Staff Software Engineer, Engineering Manager

Chrome Is Beta Testing Built-In AI. Could This Kill a Lot of Startups?

The Power Play: Gemini Nano in Chrome

Google is gearing up to change the AI game in a big way, and it could spell trouble for many AI companies.

The tech giant’s latest move? Integrating their Gemini Nano AI model directly into Chrome. This isn’t just another browser update—this is a strategic play that could redefine how AI is accessed and used on the web.

Built-in AI for Chrome

When developing AI-powered features for the web, we often turn to server-side solutions, especially for handling larger models. This is particularly true for generative AI, where even the smallest models can be roughly a thousand times larger than the average web page. The challenge isn’t limited to generative AI—many AI models, ranging from tens to hundreds of megabytes, pose similar issues.

Since these models aren’t shared across websites, each site needs to download them individually when the page loads. This approach is inefficient and burdensome for both developers and users.

Google recognizes this challenge and is actively developing solutions to address it. As they state:

“While server-side AI is a great option for large models, on-device and hybrid approaches have their own compelling upsides. To make these approaches viable, we need to address model size and model delivery.”

To this end, Google is introducing web platform APIs and browser features designed to integrate AI models directly into the browser:

“That’s why we’re developing web platform APIs and browser features designed to integrate AI models, including large language models (LLMs), directly into the browser. This includes Gemini Nano, the most efficient version of the Gemini family of LLMs, designed to run locally on most modern desktop and laptop computers. With built-in AI, your website or web application can perform AI-powered tasks without needing to deploy or manage its own AI models.”

This strategic move by Google highlights its commitment to enhancing web-based AI capabilities by reducing reliance on server-side solutions and enabling powerful on-device processing.

The Reality of Gemini Nano in Chrome

Google has introduced Gemini Nano to bring AI directly to users’ devices through Chrome. The promise is that it will enable faster, more private AI-powered features without relying on massive server-side models. However, the execution leaves much to be desired.

Gemini Nano is designed to run on local devices, but its current capabilities are limited. While it’s meant to offer the convenience of on-device processing, the model’s efficiency and effectiveness have yet to prove themselves in real-world applications. This isn’t the seamless, groundbreaking technology some might expect—at least not yet.

Benefits of built-in AI

Compared to implementing AI on your own devices, built-in AI provides several key advantages:

  • Simplified deployment: The browser handles model distribution, taking into account the device’s capabilities and managing updates automatically. This frees you from the burden of downloading or updating large models over the network. You also avoid dealing with issues like storage management, memory constraints, and serving costs.
  • Optimized hardware utilization: The browser’s AI runtime is designed to leverage the full potential of available hardware—whether it’s a GPU, NPU, or even the CPU. This ensures your app achieves the best possible performance on any device.

This diagram demonstrates how a website can use task and exploratory web platform APIs to access models built into Chrome.

This diagram demonstrates how your website or app can use task and exploratory web platform APIs to access models built into Chrome.

Early Days

Chrome has started rolling out the built-in Gemini Nano, and I’ve had the opportunity to test it through the early access program. Here’s how a web developer can start using Gemini Nano with Chrome’s developer tools console—no API keys, no third-party vendors needed.

Testing Google Chrome Built-in Gemini Nano

What happens if we can start using AI directly in our browser? Is Google on the verge of catching up in the AI race? Only time will tell.

If you found this article helpful, you might enjoy my free newsletter. I share developer tips and insights to help you grow your skills and career.


More Articles You Might Enjoy

If you enjoyed this article, you might find these related pieces interesting as well. If you like what I have to say, please check out the sponsors who are supporting me. Much appreciated!

Tech
3 min read

Ghost Jobs Should Be Illegal

How fake job postings became a systemic problem in tech recruiting

Nov 15, 2024
Read article
Tech
11 min read

Google's Journey: From Search Engine to Tech Giant

Exploring the key innovations and strategies that transformed Google into a global technology leader

Oct 1, 2024
Read article
Tech
4 min read

No, Quantum Computers Won't Break All Encryption

Symmetric encryption algorithms like Advanced Encryption Standard (AES) are largely quantum-resistant already

Oct 31, 2024
Read article
Tech
4 min read

When Regex Goes Wrong

Issues and catastrophic failures caused by regex

Aug 29, 2024
Read article
Tech
4 min read

Sentry's LLM Integration Makes Error Debugging Actually Smart

How Sentry.io is using Large Language Models to transform error debugging from mindless stack trace reading to intelligent problem-solving

Nov 24, 2024
Read article
Tech
5 min read

Cloudflare Study: 39% of Companies Losing Control of Their IT and Security Environment

New research reveals a shocking loss of control in corporate IT environments

Oct 3, 2024
Read article
Tech
9 min read

Secure Your Repositories: Prevent Credential Leaks with Gitleaks

Automate security flows and ensure your team follows security best practices

Aug 6, 2024
Read article
Tech
5 min read

Is Age Really a Factor in Tech?

Silicon Valley has a reputation for youth worship. The 'move fast and break things' mentality often translates to a preference for younger, supposedly more adaptable workers.

Oct 8, 2024
Read article
Tech
5 min read

The Fight to Free JavaScript from Oracle's Control

The creator of JavaScript and Node.js are challenging Oracle's control over the JavaScript name

Nov 23, 2024
Read article

Become a better engineer

Here are engineering resources I've personally vetted and use. They focus on skills you'll actually need to build and scale real projects - the kind of experience that gets you hired or promoted.

Many companies have a fixed annual stipend per engineer (e.g. $2,000) for use towards learning resources. If your company offers this stipend, you can forward them your invoices directly for reimbursement. By using my affiliate links, you support my work and get a discount at the same!


This article was originally published on https://www.trevorlasn.com/blog/google-chrome-built-in-gemini-nano. It was written by a human and polished using grammar tools for clarity.