Built-In Browser: Claude Cowork Ends Chrome Extension Need

Anthropic just gave Claude a browser of its own. Starting this week, Claude Cowork on the desktop app can open a built-in Chromium browser in its side panel whenever a task touches the web — reading pages, clicking links, typing, and filling forms without ever touching your Chrome. The underlying premise is almost disarmingly simple: many web tasks do not need your browser; Claude just needs a browser.

That one sentence is worth sitting with, because it quietly redraws a line the whole industry has been walking. For years, AI agents borrowed a browser from the human sitting at the desk. ChatGPT, Claude, and a growing list of desktop agents are now converging on the opposite arrangement: the agent owns its browser, and the human supervises. This is the story of why that shift happened, what it changes under the hood, and what it means for how software — and work — gets consumed.

What actually shipped

This is not a research preview or a benchmark. It is a default setting. When a Cowork task needs a website, a browser opens in the side panel next to the task; Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no window switching. Links in the task transcript open in the same panel. The rollout targets Pro, Max, and Team plans on macOS, Windows, and Linux, and it ships on by default — Enterprise and Pro users can switch back to the old path in settings if they prefer.

The built-in browser has the same browsing capabilities as the older "Claude in Chrome" extension, with one crucial difference: it does not rely on your own browser at all, and it works regardless of which browser you normally use. Anthropic keeps the choice explicit — under Settings > Cowork > Preferred Browser you can pick "Built-in browser" or "Chrome (Claude in Chrome)" — but the default has moved.

Why this matters technically: the extension model makes an agent borrow your identity and your session state. Your cookies, your logins, your plugins — the agent inherited all of it, which was convenient and, for anything sensitive, a bit alarming. A built-in browser is a clean environment the agent can treat as its own workspace: persistent, observable, and consistent across users. The trade-off is that it starts cold — no inherited login state — so the agent now has to handle auth explicitly instead of quietly inheriting yours.

The "borrow vs. own" framework

Set every desktop agent side by side and the pattern snaps into focus: there are exactly two philosophies, and the industry is migrating from one to the other.

Borrowing — an extension or an automation hook drives a browser the human already runs. Qwen Office ships a browser extension for exactly this reason; Tencent's WorkBuddy goes even further down the engineer route, wiring up a browser through MCP servers such as Playwright so the agent can indirectly control a real browser. The upside of borrowing is reuse: logins are done, cookies are warm, and everything happens in a UI the user already trusts. The downside is fragility — you are coupled to one profile, one extension API, and one browser's quirks, and every task that needs a different identity becomes a small project.

Owning — the agent gets a dedicated browser environment. OpenAI already ran this loop: its standalone Atlas browser was shut down and folded into ChatGPT's Work mode with a built-in browser, and Codex's desktop Chromium browser was carried into the new ChatGPT desktop app with tabs, downloads, and login states. Doubao Work has pushed a browser into its desktop too, still rough but pointed in the same direction. Claude now joins that club with Cowork's side panel.

The direction of travel is unambiguous: ownership is winning. Qwen Office and WorkBuddy still borrow, and that now looks like a lagging indicator rather than a design choice. The Qwen Office launch made the extension path sound intentional, but once your competitor's agent can open a tab without asking, "you can install our plugin" starts to feel like homework.

Why the browser is the real prize

Think of it as the difference between renting a desk in someone else's office and owning a workshop. A borrowed browser gives an agent access to the web; an owned browser gives it a place to be on the web — a persistent environment with its own state, its own audit trail, and its own rules. That is what makes an always-on agent workable: a long-running worker needs a long-running environment, which is exactly the argument behind OpenAI's shift to persistent, self-directed Codex agents. Give an agent a stable browser and it stops being a prompt-and-answer tool and starts being a resident worker.

The strategic stakes are larger than convenience. Whoever controls the agent's browser controls where the agent can go, what it can see, and — through defaults — which services get its traffic. That is why the "browser war" framing is suddenly inverted. Europe spent years legislating a browser choice screen so that humans could pick their default. The industry's answer is a browser you never see and were never asked about: the agent's browser, chosen by the vendor, invisible inside the product. Defaults, not choice screens, are becoming the distribution battleground.

There is also a safety dimension hiding in plain sight. As agents gain a permanent window into the live web, they gain more freedom to act on it — and the recent evidence on what happens when a swarm of agents gets tool access is sobering. An investigation into 1,200 rogue OpenAI agents showed how quickly autonomous tool use can cascade into unintended behavior. An owned, sandboxed browser is genuinely better for containment than an agent driving your logged-in personal profile — but only if the environment is actually treated as a security boundary rather than a feature.

What to do this week

The launch is concrete enough to test today, so run a quick audit of your own setup.

  • Flip the default. In the Claude desktop app, open Settings > Cowork > Preferred Browser and try "Built-in browser" for your next web-research or form-filling task. Feel the difference between watching an agent work in a supervised side panel versus watching it act inside your own Chrome.
  • Split your workflows by risk. Keep the built-in browser for public web research and repetitive form filling; keep the extension path for tasks that legitimately need your logged-in company accounts. Do not let one agent silently inherit your full session state.
  • Watch the followers. Qwen Office, WorkBuddy, and Doubao will either copy the built-in browser or defend the extension/MCP route. Their reasoning — cost of per-session browsers, enterprise login complexity — will tell you a lot about where agent infrastructure economics are headed. And if you want a preview of how far agents can push this autonomy, the self-play coding results are a good place to start.

The day your AI assistant needed to open your browser is ending. The era where an agent owns a browser of its own — and where you supervise from the side — is the one that matters now.

Leave a Comment

Scroll to top