All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Agent Browser Protocol (ABP): Deterministic Browser Automation for AI Agents

By

theredsix

2mo ago· 10 min readenCode

Summary

The article introduces ABP (Agent Browser Protocol), a Chromium fork designed for deterministic browser automation that works seamlessly with AI agents like Claude, Codex, and OpenCode. It reformats web navigation into discrete, multimodal chat formats that agents can understand, achieving 90.53% accuracy on Online Mind2Web benchmarks. The browser freezes pages between agent actions to prevent race conditions and provides settled page states (screenshots + events) per tool call. The protocol integrates MCP (Model Context Protocol) and REST directly into the browser engine, offering reproducible results and easy setup for AI-powered web automation.

Key quotes

· 5 pulled
ABP reformats web navigation into the discrete, multimodal chat format agents know and love.
ABP is a Chromium fork with MCP + REST baked directly into the browser engine.
What you should notice: every tool call returns a settled page state (screenshot + events), and the page freezes between steps so Claude never races the browser.
90.53% on Online Mind2Web — reproducible results
Deterministic browser automation. Works out of the box with Claude/Codex/OpenCode
Snippet from the RSS feed
Deterministic browser automation. Works out of the box with Claude/Codex/OpenCode - theredsix/agent-browser-protocol

You might also wanna read