Blog
Notes
Route-first web agents: benchmarks, comparisons with browser automation tools, and guides to getting website data without scraping. RSS
2026-04-02 · Opinion
Browser Automation Is Dead. Here's What Replaces It.Browser-first agent work often pays for rendering and page parsing when the structured route already exists underneath. Across 94 domains in the paper benchmark, warmed cached routes averaged a 3.6x mean speedup over Playwright.
2026-04-02 · Opinion
Every MCP Server Is a Mass HallucinationThere are 10,000+ MCP servers on GitHub. Each is a hand-written wrapper around one API. But most websites don't have official APIs, and the ones that do change constantly. The entire approach doesn't scale.
2026-04-02 · Opinion
Google Indexed the Web for Humans. Who Indexes It for Agents?Google captured $2T in value by indexing HTML pages for human eyeballs. The agentic web needs its own index. Not an index of pages, but an index of machine-readable API routes. Unbrowse is building it, collectively, from the routes agents discover as they work.