There's a real problem with today's coding agents: when they generate web code, they draw on their training, which is largely frozen around 2022 or 2023. The result is CSS, layout and accessibility patterns that are years out of date, even when the browser has long shipped better solutions. At I/O 2026, Chrome tried to close the gap with a specific product: Modern Web Guidance.
What it is
Modern Web Guidance is a package of skills — modular instructions and recipes — built to be read by a coding agent (Antigravity, but also anything else that supports the format). Each skill covers a specific use case — responsive layout, focus management, performant animations — and tells the agent which web API to reach for and which fallback to provide. According to the Chrome for Developers blog, the package launches with over a hundred use cases covered, with continuous updates.
The Baseline integration
The interesting part isn't the package itself, it's the link with Baseline, Google's standard that signals when a web feature is interoperable across all major browsers. Modern Web Guidance queries Baseline transparently: the developer states the compatibility target they need (say newly available or widely available), and the skills pick the right features and fallbacks accordingly. It's a very pragmatic form of policy: the agent doesn't have to guess, it's told what's safe to use today.
How to install it
You install it with one click inside Antigravity, or via npx, or as an extension in any coding agent. For anyone doing front-end work with an agent, this is the kind of tooling that changes the default: instead of plausible-but-dated code, the starting point becomes idiomatic modern code. For anyone selling agentic tooling, it's a precedent: Google is saying that the value isn't only in the model — it's in the pre-packaged context wrapped around it.