VOOZH about

URL: https://thenewstack.io/devs-get-ai-pixie-dust-at-google-i-o-but-no-search-updates/

⇱ Devs Get AI Pixie Dust at Google I/O — But AI Search Impact? - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-05-14 11:12:31
Devs Get AI Pixie Dust at Google I/O — But AI Search Impact?
AI / Frontend Development

Devs Get AI Pixie Dust at Google I/O — But AI Search Impact?

This year’s Google I/O developer conference was heavily focused on AI. However, web ecosystem concerns about AI and Google Search went unanswered.
May 14th, 2024 11:12am by Richard MacManus
👁 Featued image for: Devs Get AI Pixie Dust at Google I/O — But AI Search Impact?
Image via Unsplash+. 

As expected, this year’s Google I/O developer conference was heavily focused on AI (Google A/I?). In a pre-briefing, Google told reporters that it aims to make “AI accessible for every developer.” Ergo, a raft of new or updated AI APIs and models were announced.

However, deep questions remain about how all this AI pixie dust will impact the wider web ecosystem — in particular, Google Search, a product that most web operators rely on to stay in business. After all, what good is AI in developer tools if those developers soon won’t have jobs?

Sprinkling AI on the Web Platform

Google has made a lot of AI additions to its web platform tooling.

From Chrome 126, Gemini Nano will be built into the Chrome desktop. Nano is Google’s “most efficient model for on-device tasks” among the Gemini models. According to Paul Kinlan, lead for Chrome and web developer relations at Google, embedding Nano into Chrome desktop means developers need not “worry about prompt engineering, fine-tuning, capacity, or cost.”

However, Nano itself will be able to be fine-tuned, said Josh Woodward, VP of Google Labs, at the press briefing.

One of Google’s strengths has traditionally been using advanced features of the web platform to engineer speed and performance improvements in its Chrome browser. With that in mind, Kinlan announced that Google has “invested heavily to ensure that AI models run quickly and efficiently by using WebGPU and Wasm — the backbone technologies that enable on-device AI on the web.” Together with Chrome, this kind of platform support for AI engineering is one area where Google can get a leg up over its AI rivals OpenAI, Microsoft and Meta.

👁 Gemini featured in Project IDX.

Gemini featured in Project IDX.

In a less impactful update, but one sure to please developers, Google announced it is “bringing Gemini to the Chrome DevTools Console” to help devs with debugging. This was made available today as an experimental feature in the U.S., “rolling out to more countries soon.”

Various other AI tweaks have been made to Chrome, ostensibly to improve the browsing experience of users. Kinlan noted that “AI can be used to intelligently predict navigation patterns,” which combined with APIs such as the Speculation Rules API and the View Transitions API, can help with pre-fetching and pre-rendering of web pages in the background.

To help devs keep up with all these web developer changes, Google has released a new “Web Platform Dashboard,” which will enable developers “to see the entire web platform mapped out as a set of features, follow their development, and check their interop status.”

As well as the web platform additions, Google announced a bunch of other tweaks across the dev board — such as partial hydration in Angular, 3D immersive experiences in the Maps JavaScript API, and new versions of its mobile platforms Flutter and Dart.

Project IDX: Google’s Chosen AI IDE?

For those of us who have been waiting a while to try out Project IDX, Google’s cross-platform IDE, there was good news at I/O. Project IDX has now been released as a public beta, with no more waiting list.

In my interview with Project IDX lead Kirupa Chinnathambi last November, I explained that Project IDX is for developers who want to build an app that runs on both the web and on various mobile operating systems. It has similarities to GitHub Codespaces, in that both products integrate with Code OSS, Microsoft’s open source Visual Studio Code product. But Chinnathambi told me at the time that IDX is “more opinionated.” He noted that it is able to do Android emulation and iOS simulation, as one example.

And yes, Project IDX got more AI features today at I/O. “We’ve integrated the Gemini model deeply into IDX to provide you with assistance directly in your workspace,” Google stated.

👁 AI assistant in Project IDX

AI assistant in Project IDX.

Project IDX already had support for AI-powered code completion, an assistive chat, and contextual code actions like “add comments” and “explain this code”. At I/O, we were simply told that these features have been “improved.”

At the press briefing, I asked if there has been any work done across Google’s developer products to help with web design processes — for example, creating CSS and layouts. These design-focused AI features are now common in tools like Figma and Locofy.

“We have plans this year to introduce more transformation capabilities and code fixing,” replied Jeanine Banks, VP & GM of Developers at Google. “And then I think the other important thing here is the connection to design as well. And so how can design workflows drive into code? And that’s a space that we’re looking at as well.”

👁 Code completion

Code completion.

Firebase Genkit

It wouldn’t be a developer conference without some kind of new framework being announced. Sure enough, Google is introducing Firebase Genkit — a new open source framework built for JavaScript/TypeScript developers (“with Go coming soon”) to help them create Node.js backends for AI applications.

You won’t have to use Firebase, however. Google notes that if you use VS Code or Project IDX, “you can also open the Genkit Developer UI in the VS Code integrated browser and use it side-by-side with your code.”

To start with, Genkit supports the following integrations:

  • Large Language Models such as Google’s Gemini and open source models via Ollama.
  • Vector Databases like Chroma, Pinecone, Cloud Firestore, and PostgreSQL (pgvector).
  • Embedding Services from Google (Google AI & Vertex).

Search Impact on Web Ecosystem

Despite the raft of AI functionalities announced today at Google I/O, there was no mention of the impact of AI search on the web platform. While search is not usually the point of I/O for developers, there has been heightened interest this year in how Google will defend its search turf against an AI-enhanced Microsoft Bing, new entrants like Perplexity, and maybe even a “Search GPT” from OpenAI.

Many web developers work for companies whose websites or web apps would be under threat from an AI-powered Google search. So for Google I/O to not even bring up the existential threat of AI for the web… well, it was disappointing.

That being said, since the web ecosystem is not dead yet, I suppose it is useful for developers to have a bunch of shiny new AI tools.

TRENDING STORIES
Richard MacManus is a Senior Editor at The New Stack and writes about web and application development trends. Previously he founded ReadWriteWeb in 2003 and built it into one of the world’s most influential technology news sites. From the early...
Read more from Richard MacManus
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.