Descriptions:
A developer on the All About AI channel demonstrates Surfagent, an open-source browser automation tool he built for AI agents, distributed as an NPM package (npm install -g surf-agent). The tool uses Chrome DevTools Protocol (CDP) to give AI coding assistants like Claude Code direct control over a real, already-authenticated browser session — eliminating the need for separate API keys or OAuth flows for services the user is already logged into.
The video walks through several live demonstrations: reading the last 200 messages from a Discord server by navigating to it autonomously, clicking into articles on Hacker News, and a multi-step research task where the agent visits the Claude, OpenAI, and Gemini pricing pages, then populates a Google Sheets spreadsheet with the collected data. The creator also tests whether the agent can autonomously generate a chart from the pricing data, hitting an error in the process and showing how the agent attempts recovery.
A key practical caveat: Surfagent is not headless. It requires a physical machine with a running browser environment — the creator uses a Mac mini. The video also includes a sponsored segment for Freebuf, a free coding agent that supports ChatGPT integration. The project is positioned as a lightweight, composable primitive for giving AI agents real-world web access without depending on official APIs.
📺 Source: All About AI · Published April 14, 2026
🏷️ Format: Hands On Build







