Claude Code Gets a Built-In Browser That Can Read, Click, and Type for You
Anthropic added an integrated browser to Claude Code's desktop app. The AI can now look up documentation, check issue trackers, and interact with websites — with safety checks screening anything it tries to change.
Anthropic has added a built-in browser window to Claude Code, its coding assistant. Claude can now open web pages directly inside the desktop app and read, click, and type on them — useful for looking up documentation, checking an issue tracker, or digging through a discussion thread without you having to copy-paste everything into the chat.
The browser works like a small tab-based browser and opens with a keyboard shortcut. Under the hood, Claude uses the same tools it already had for previewing locally built apps, now pointed at the open web — with extra guardrails. Automated classifiers (filter programs that check an action before it happens) screen any “write” action on external sites, meaning anything that changes something rather than just reading it. Claude won’t buy anything, create accounts, or bypass CAPTCHAs — those puzzle checks that verify you’re human — without your explicit consent. The browser also runs on a clean profile with no saved logins, so Claude never acts inside your personal accounts. Companies can restrict which sites are reachable through an allowlist, or switch the browser off entirely. If you want Claude to work inside your logged-in sessions, Anthropic points to its separate Chrome extension instead.
What’s behind this? The AI industry is steadily turning assistants into agents — systems that don’t just answer questions but take actions across multiple steps. For a coding assistant, the web is where half the job lives: docs, bug reports, library changelogs. Building the browser in removes friction, and building it in sandboxed (isolated from your real browser and its logins) is the safety-conscious way to do it. It’s also a competitive move: agentic browsing is becoming standard equipment, and each lab is trying to offer the most capable version that doesn’t scare enterprise customers.
A fair caveat: letting an AI interact with arbitrary websites is exactly the kind of feature where prompt injection — hidden instructions on a malicious page that trick the AI — remains an unsolved industry-wide problem. The clean profile and write-action screening reduce the damage potential, but “reduce” is the honest word, not “eliminate.”
What this means for you: If you use Claude Code, the assistant just got noticeably more self-sufficient — fewer round trips where it asks you to go check something. If you don’t code, this is still a preview of where all AI assistants are heading: reading and acting on the live web, with safety layers deciding what needs your sign-off.
Sources
Source: https://code.claude.com/docs/en/desktop#browse-external-sites
Anthropic Analyzed 1.2 Million AI Agent Sessions: The Top Use Case Is the Office Work Nobody Wants
Half of all Claude Cowork usage goes to status reports, checklists, and slide decks — what Anthropic calls 'the work around the work.' The data says a lot about where AI actually helps.