Chrome now documents how coding agents can run Lighthouse inside DevTools while a developer still has the branch open. Instead of grepping the repo for clues, the agent loads the page you care about and measures accessibility, SEO, best practices, and agentic browsing against live runtime behaviour.
That loop earns its keep on local and staging hosts. It does not replace scheduled tests across forty client sites, budget thresholds, or alerts when a theme deploy regresses Largest Contentful Paint overnight.
What we keep separate in delivery:
During build: use DevTools agent prompts for accessibility, technical SEO, and best practices on the URL under change
At release: re-run the same priority templates on the staging hostname the client will accept
After release: scheduled PageSpeed Insights runs across the portfolio, with budgets on revenue URLs
Layer, do not replace. Coding agents shorten the time from UI changed to measurable defect named. Monitoring shortens the time from production changed to someone on the account knows.
Read more: automate Lighthouse audits with AI agents in Chrome DevTools