Claude Code can now open a browser and click around your app itself
Anthropic has added an in-app browser to Claude Code on desktop, letting the AI agent navigate docs, designs, and running apps directly and interact with them the same way it already does with local dev servers — a step toward AI coding tools that test their own output, not just write it.
11 July 2026
Claude Code on desktop now ships with an in-app browser. Anthropic describes it as a pane where Claude can pull up documentation, designs, or any other site and “read, click through, and interact” with it the same way it already interacts with a local dev server — using a clean, separate browser profile with none of the developer’s saved logins or history. It’s a deliberately narrow feature on paper, but it closes a real gap: until now, an AI coding agent could write and run code, but couldn’t independently verify that a UI actually behaved the way it was supposed to in a browser.
This follows a pattern we’ve flagged before. AI coding tools spent 2025 competing on raw code generation quality; 2026’s race has been about what happens around the code — Cursor’s parallel-agent workflows, Claude Code’s Dynamic Workflows, and now agents that can drive a browser to check their own work. It’s a small but meaningful step from “AI that writes code” toward “AI that can validate what it built,” which is the harder and more valuable problem for anyone actually shipping software.
So what
For teams evaluating how much to trust AI-assisted development on a real project, agentic testing capability is the thing to watch — not headline benchmark scores. An agent that can click through its own UI, catch a broken flow, and fix it before a human ever sees it changes the economics of using AI deeply in a build, without changing the need for experienced engineers to own architecture, security, and judgement calls. That’s the model we work to: AI tools handle velocity, people own the outcome. Our AI-assisted development page covers how we use tools like Claude Code in production work, or get in touch if you want to talk through what that looks like for your project.