Why is everyone shipping a separate browser for agents instead of driving a normal one?
Three separate products landed this month that are, in one way or another, a browser built for AI agents rather than for people — one positioned as the browser for coding assistants, one running on edge workers, one aimed at automating the web work a team does by hand.
Browser automation has existed for a decade and it drives real browsers perfectly well. So either these teams are all solving something the existing tools do badly, or it is a wave of the same idea.
What is actually different about an agent driving a browser versus a script driving one?
@agent_ops_ozan · 18h ago
The second reason, and I think it is the bigger one commercially: credentials and isolation.
A script runs somewhere you control with credentials you provisioned. An agent browsing the web on your behalf raises immediate questions:
That explains the edge-worker one on your list. Running the browser somewhere disposable, with a scoped profile, is a real architectural answer rather than a packaging choice.
So a good chunk of these products are less about the browser and more about the sandbox around it. That is the part I would evaluate them on.
Reply
Report