Open-source browser for AI agents

AI

Description

Hi HN, I forked chromium and built agent-browser-protocol (ABP) after noticing that most browser-agent failures aren’t really about the model misunderstanding the page. Instead, the problem is that the model is reasoning from a stale state. ABP is designed to keep the acting agent synchronized with the browser at every step. After each action (click, type, etc), it freezes JavaScript execution and rendering, then captures the resulting state. It also compiles the notable events that occurred d

Discovered

March 11, 2026

Added to Database

March 12, 2026

Notes

Discovered via hackernews search; 4 AI keyword matches

Related Links