
Claude, Anthropic's artificial intelligence (AI) engine, now
has a built-in "sandbox" browser for Claude Code, an agentic coding tool.
The introduction of the built-in, sandboxed browser inside Claude Code serves two different functions, depending on
the audience.
For general users and developers, it is a tool for workflow automation and debugging. For advertisers and marketers, it serves as an autonomous assistant for ad-campaign
optimization, tracking verification and competitor research.
The Claude desktop app for Claude Code allows the AI agent to browse websites, interact with pages and test code without leaving
the app.
By integrating a sandboxed web browser directly inside the app, the AI is no longer blind to the live internet.
Instead of just outputting static text in a chat, it can see,
click, fill forms and interact with live web tools.
advertisement
advertisement
Browsers are undergoing major change. Last week, OpenAI announced it would shutter its Atlas browser and move the agentic capabilities into
ChatGPT and Codex.
Chat models of the past were frozen in time based on their training cutoff data. While some could crawl basic web text via search APIs, they could not view dynamic modern
web apps.
This integration gives the AI active "eyes" on the live web.
An in-app browser changes advertising by giving the
host app control over the ad space, data collection and user tracking.
Stand-alone browsers like Microsoft Edge or Google Chrome control the rules until the browser is set into an app. When
that happens, the app writes and controls the rules.
In-app browsing has been around for years. In 2022, Digit News reported that Meta began using code to follow user clicks within its in-app
browser.
Facebook and Instagram apps rendered all third-party links and ads through a custom browser built into the apps, rather than an external browser app such as
Google Chrome or Firefox.
Sending users to this internal browser provides Meta with the ability to track every interaction with external websites.
For advertising, agentic AI
in-app coding will become a foundational shift from human-viewed advertising to machine-processed data, because it allows AI agents to pull documents, interact with elements, and test local
servers by bypassing traditional visual cues where digital advertisements live.
Both apps inject code and bypass standard stand-alone
browsers, but their motivations, privacy structures, and business models are very different.
The in-app browser becomes an autonomous AI utility, whereas stand-alone browsers these days are built
for ad revenue.
"Hit control, shift, B and it opens," Thomas Rittler, creator behind DIY Smart Code, a YouTube channel and online platform dedicated to AI coding tools, said in a
video. "It pulls up running apps, running docs, an issue tracker, or pulls up any site you want -- no leaving the window."
In-app links open inside the app rather than switching to an independent browser like Safari or Google Chrome. Powered by an
in-app operating system tool called a WebView, it allows developers to display web content directly inside their own mobile applications.
The part that really matters,
Rittler said, is that "Claude can actually use the page it sees." It scans the page and clicks the buttons, fills out forms and uses the same tools a developer would to test their own app.
When pointed at the open web, he said, it is locked down by default, which means the system is secure and restricted until the developer manually opens it.
Traditional display and programmatic advertising rely entirely on human vision. Brands pay for impressions (CPM) based on pixels rendering on a screen for
human eyes.
Claude Code's sandboxed browser opens external sites to scan documentation or test UI in a clean
profile. This enables Claude
to ignore traditional banner ads, sponsored pop-ups, and sidebar promotions.
While traditional digital advertising relies on a human looking at a screen to click an
image, AI browser agents operate in the background through automation protocols, text-based extraction and something called DOM that experts describe as a process in browser developer tools that
allows the user to view and interact with a live web page structures and styles that are hidden to human eyes. This is all done behind the scenes.
Claude Desktop gained computer use
capabilities in March 2026, allowing it to interact with a user's computer, but this recent update to Claude Code introduced a built-in sandboxed browser for desktop to access
and interact with external websites directly.
The security documentation appear in a technical guide and recent change logs on Anthropic's website.
"The Claude Desktop app has three tabs: Chat for conversations,
Cowork for Dispatch and longer agentic work, and Code for software development," Anthropic wrote in a description for the desktop app.
MLQ.ai, an
intelligence platform that provides research, analysis, and AI data-driven insights, described the in-app browser as a "tabbed interface that Claude can
drive autonomously — pulling up documentation, design references, or any other website and interacting with pages the same way it handles local development server previews."
Safety
guardrails on external sites are screened by classifiers, and operations such as purchases or account creation require user consent.
The browser runs without saved login credentials or
browsing history, isolating it from the developer's personal browsing, according to MLQ.ai.