ADVERTISEMENT

Google I/O 2026 is all about deeper AI integration

Published May 20, 2026 12:05 pm
At the Google I/O 2026 event, Google announced the overhaul of Search, information agents, and Gemini 3.5.
New Search
At times, Google will take users to an “intelligent box” where they will provide answers to questions. It is quite similar to the AI Overview, but more expansive, and users will be able to follow up with questions.
However, currently, standard Search with a mini-AI Overview still exists, at least from my testing. In other regions of the world, this update has been rolled out. If you don’t notice anything different, expect it soon.
Information agents
Other features Google will be bringing soon is new agentic AI that can work even in the background. Google cites an example, if you’re looking for an apartment, you can provide all your requirements, and the agentic AI will keep watch for anything new. In theory, this would mean, if in your initial search nothing shows up, but later something does, Google’s agentic AI will notify you right away, saving you time to do another search in a few hours and the opportunity to immediately get that apartment. It would be interesting to read about users having similar searches, for instance, a rare item or, yes, an apartment, being suddenly available. It would no longer be a matter of luck when one user checks in again after a couple of hours, or days, since in theory, everyone searching for the same thing will get notified, assumingly, simultaneously, it would all be about the user’s speed in making that first phone call. It’d also be interesting if users can use this as a way to keep track of the volatility of stock markets or even crypto prices.
Apparently, it can also tune in on social media posts and websites. This would mean, Google’s new Search could just send users the summary of events, without the user actually visiting those sites. I can see how people might like that, saves time and all, as they say. But good luck on page views for everyone running a blog and a website.
However, the agentic features will roll out in the next couple of months, and will be available for Gemini AI Pro and Ultra users, for now.
An accessible way to vibe code
In the future, Google will also be rolling out a little something for vibe coders. Through Google’s AI, agentic platform, Antigravity, users will be able to generate visual images such as graphs and tables, and generate apps like trackers. It should be noted that these generated apps wouldn’t be full fledged apps with a bunch of features. They’ll function more like things that you need at the moment and wouldn’t need for the long term. For instance, a specialized calculator that can calculate how many tiles you would need to fit in a room, or a compass app if you don’t have one.
Again, this vibe coding feature will roll out later and will be available only for Gemini AI Pro and Ultra subscribers.
Gemini 3.5
All the new AI features are made possible with Google’s Gemini 3.5 rollout. As of now, Flash and Flash-Lite. It is designed more for agentic executions, such as the rollout of intelligent agents to keep searching in the background.
Gemini Omni
Omni is Google’s new video generation platform. Omni can generate and edit videos based on images and prompts in a conversational manner. Also, Google says you can upload videos you’ve taken yourself and can describe what changes to make.
Gemini Spark
Gemini Spark is described as a personal AI assistant. It can link up to Workplace apps and monitor activities. It can, for instance, monitor emails and payments. It can go through your Gmail and create a Doc based on certain information. For instance, if a user has frequent correspondence with a project manager, Spark can take all the information between those exchanges and create a Doc file as a draft. And because Google has a partnership with Canva, Spark will be able to create visual presentations as well.
So far, US users will get first dibs on Spark and only for Google AI Ultra subscribers, for now.
Gmail Live and even more AI
Gmail Live allows voice prompts to go through your email. It includes other features such as Doc Live that transcribes user speech into text.
With all of this AI implementation everywhere and the prevalent misinformation. Google has improved their AI identifications. Users will be able to Circle to Search images to verify if it was AI generated. However, this only works with AI content generated by Google’s own tools.

Related Tags

Google IO 2026 Google I/O 2026 Google AI Gemini 3.5
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.