AI Blog

Tagged: browser-agents

← Back to AI Blog

9 min read

Gemini Spark moved into your Chrome profile, and the handback is on the wrong line

Google’s agent now drives the Chrome you are logged into, with your saved passwords, and hands control back for payments. Payment is the one action with a chargeback window; the mailbox read, the data copied out and the recovery address changed are all on the unattended side of that line.

8 min read

Cloudflare’s Kitesurf makes a browser cheap enough to throw away

The quoted number is 3–7× less CPU and memory than Chromium. The consequence worth planning around is that a fresh browser per task stops being a cost you amortise by reusing sessions — and session reuse is where browser-agent state leaks live. What you trade for it is a compatibility tail that fails silently.

9 min read

Browserbase vs Steel vs Hyperbrowser vs Anchor Browser: You Are Choosing Who Holds the Session

All four speak CDP, so the automation code ports in a day and the SDK comparison decides nothing. The real choice is who holds the logged-in profile, the credentials that recreate it and the exit IP whose reputation you inherit — plus the fact that the latency spread between them is entirely control plane.

9 min read

Atlas Shuts Down on 9 August. Agentic Browsing Just Split Into Three.

OpenAI is retiring the ChatGPT Atlas browser nine months after launch and moving its capabilities into a Chrome extension, an in-app browser and a server-side cloud browser. That is not a retreat from agentic browsing — it is the admission that a browser agent never needed a browser. What it needed was proximity to an authenticated session, and the three replacement surfaces are three different answers to whose session it borrows.

20 min read

Browser-Use vs Stagehand vs Skyvern vs Playwright MCP: Four Answers to How an LLM Should Drive a Web Page

When there is no API, an agent has to drive the browser itself — and four open-source projects disagree on how it should see the page. browser-use reads the DOM, Skyvern looks at pixels, Stagehand lets you dial between code and AI, and Playwright MCP is not an agent at all but the standard browser-tool layer any model can call. Picking one is really two decisions: Python or TypeScript, and a framework or an MCP server.

14 min read

Claude Computer Use (post-Vercept) vs Codex Background CU vs Operator vs Gemini: Four Bets on Letting AI Drive the Mouse

72.5% on OSWorld is the new floor, not a milestone — and three labs have made architecturally opposite bets on where the mouse should live. Pick the wrong one and you fight your sandbox forever; pick the right one and the model does in two minutes what your RPA stack does in two weeks.