The internet browsing game just shifted. On August 26, 2026, Anthropic announced that Claude in Chrome is now generally available on every paid Claude plan (Pro, Max, Team, and Enterprise), with the ability to take actions autonomously in the browser instead of requiring approval for every single click. A safety classifier validates each action before execution, but the days of babysitting your AI through every webpage are over. But here's the bigger story: Anthropic doesn't want Claude living inside Google's browser anymore. In July 2026, the company shipped a built-in, tabbed web browser directly inside Claude Code's desktop app. Press Cmd+Shift+B on macOS or Ctrl+Shift+B on Windows, and Claude can now read, click, and interact with any external site (documentation, issue trackers, competitor checkout flows, Figma files) without ever touching Chrome. The browser runs on a clean profile with no saved logins, which is the key security distinction from the separate Claude in Chrome extension. This matters because Anthropic is building a browsing surface it controls, wired directly into the AI agent. On August 12, 2026, the company turned the Claude in Chrome side panel into a full Claude Cowork session, so a task you begin in a browser tab now continues on the Claude desktop app without losing history, skills, or connectors. The direction is unmistakable: Anthropic wants the browser to be part of Claude, not the other way around. The technical firepower backing this move is formidable. On August 19, 2026, Anthropic moved computer use, the new browser use tool, the Skills API, and the Files API to general availability on the Claude Platform. The browser use tool (browser_toolset_20260801) is a genuinely new client toolset, not a rename of computer use. It reads a page's accessibility tree with element references plus screenshots, while computer use reads pixels. This dual approach means Claude can target specific form fields or buttons by their structure, not by guessing coordinates from a screenshot alone. Early-access customers saw 20 to 40 percent fewer round trips per task, so workflows finish faster and cost less. The built-in browser in Claude Code isn't a toy. It functions as a fully tabbed browser that sits alongside a developer's workspace. Claude can open documentation, issue trackers, internal web apps, or virtually any other website, then read page contents, click links, and interact with elements the same way it already does with local development environments. It's sandboxed and configurable, so you choose whether sessions persist. For developers, this removes one of the biggest annoyances in AI-assisted coding: constantly copying links back and forth between a browser and the coding assistant. Pricing for Claude in Chrome is bundled with paid plans. Pro is $20 per month, Max starts at $100 per month (with 5x usage limits), Team is $20 per seat per month on annual billing ($25 on monthly billing), and Enterprise is custom. There's no free tier access to the browser extension. Claude Code itself has no standalone price, it's included with Pro, Max, Team Premium seats, and Enterprise. The June 15, 2026 change introduced a monthly Agent SDK credit pool for automation tasks (Pro gets $20, Max 5x gets $100, Max 20x gets $200), with overage billed at API rates. Security is the elephant in the room. Anthropic itself says agentic browsing is "still risky," and throughout 2026 researchers kept finding prompt-injection and extension-to-extension vulnerabilities. The Claude in Chrome extension needs 15-plus Chrome permissions including the debugger. The built-in browser in Claude Code mitigates some of this by running on a clean profile with no saved logins, no browsing history, and no inherited cookies from your everyday browser. Classifiers screen any write actions on external sites, and Claude won't buy anything, create accounts, or bypass CAPTCHAs without user consent outside specific permission modes.