What surprised me is not that Anthropic built a “browser” tool that doesn’t really run a browser. What surprised me is that this is still the cleaner design.
If you’ve spent any time watching LLM agents poke at the web, the failure mode is familiar: screenshot-based guessing, brittle coordinate clicks, and a lot of confident nonsense. So the pitch here — let Claude read page structure and target elements by reference instead of pretending it can see pixels the way a human does — feels less flashy, but more honest. The name is slightly misleading, sure. But the underlying idea is sensible: stop making the model act like a screen reader with amnesia and give it the DOM-ish scaffolding it actually needs.
That said, I’m not fully sold on the way this gets framed. “Browser tool” still sounds bigger and more autonomous than what’s described. If it isn’t actually running a browser, then the important question is what trust boundary it lives in. Is Claude operating on a sanitized page representation, or does it still need an external browser process somewhere in the loop? The article’s description makes me think the real novelty is not browsing, but element targeting. That’s useful. It is also a narrower claim than the headline suggests.
I think that narrower claim is the interesting part for builders. A lot of agent demos break because the model is asked to infer too much from too little. Coordinates are a dumb interface. Element references are much better. If Anthropic can make that reliable across messy modern web apps, that’s immediately more practical than another “Claude can click around the internet” demo. But I’d want to see how it handles dynamic pages, shadow DOM, weird accessibility trees, and the usual corporate sludge of partially broken frontends. That’s where these tools tend to get humble fast.
There’s also a quieter implication here: Anthropic seems to be leaning into tools that make Claude less like a general-purpose imitator of human behavior and more like a system that reasons over structured representations. I like that direction. It feels closer to something shippable.
Reference: Anthropic's new browser tool doesn't actually run a browser