
In 2026, AI Stopped Scraping the Web and Started Using It
Related post →In 2026, AI stopped scraping the web and started using it.
For years, browser automation meant one brittle script per website. You wrote code to parse each site's HTML, and every redesign broke it.
Agentic browser automation flips it.
Instead of parsing code, an AI drives a real Chrome through Playwright MCP and reads the page the way you see it, through the accessibility tree, not the source. It looks at what's on screen, then clicks, types, and moves through the flow like a person.
Snapshot. Click. Type. That's the loop.
- No per-site selectors.
- No scripts breaking on redesign.
- No maintenance when a site changes.
One setup works on any site: dashboards, forms, checkout flows. When a page changes, the AI just looks at the new one and keeps going. I run this in production every day.
The shift is bigger than automation.
For 20 years, we had to think like computers to use software. Now they think like us. It was always going to stop being commands, and become a conversation.
