July 29, 2026
Bot said perfect. Browser said liar
Show HN: A verification browser for AI agents – 13ms windows, one-call checks
This browser opens almost instantly, and commenters are obsessed with AI finally being forced to look
TLDR: hwatu is a new lightweight browser setup built to open pages almost instantly and help AI tools actually check what a site looks like instead of guessing. Commenters were hooked by the author roasting “pixel-perfect” AI claims, turning the launch into a mini referendum on whether bots need stricter adult supervision.
A tiny browser project called hwatu landed on Show HN with a very spicy promise: stop trusting AI agents that say a website looks fine when they never actually opened it. The creator says that was the whole reason for building it, and that confession immediately gave the launch a deliciously relatable villain: the overconfident coding bot. The pitch is simple enough for non-browser nerds to grasp: keep the heavy browser engine running in the background, then pop open new windows almost instantly. The big brag is speed — around 13 milliseconds for a warm launch — plus built-in ad blocking and tools for AI agents to open pages, click things, take screenshots, and verify what’s really there.
The community mood? A mix of “finally!”, “this is delightfully weird”, and “are we really reinventing the browser again?” Supporters loved the philosophy: no tabs, no clutter, just windows managed by your desktop like neat little tiles. Critics, or at least the skeptics, zeroed in on the eternal developer drama: benchmarks, edge cases, and whether “fast” matters if only a niche crowd will use it. But the funniest energy came from people clearly thrilled by the core premise that AI needs a browser equivalent of “pics or it didn’t happen.” The author’s line about being tired of agents claiming pages were “pixel-perfect” without rendering them was the thread’s instant mood-setter — part bug report, part roast, part battle cry for anyone who’s ever been gaslit by automation.
Key Points
- •hwatu is a daemon-based browser for tiling window managers that separates the WebKitGTK engine from browser windows through a thin client and a persistent daemon.
- •The article reports a 13 ms median warm window launch time, with background and headless modes measuring 16 ms and 14 ms medians, while first launch incurs a 200 to 400 ms initialization cost.
- •hwatu uses WebKitGTK 6 and compares itself with surf, qutebrowser, and luakit on engine choice, process model, tab philosophy, and window spawning behavior.
- •The project includes built-in content blocking enabled by default and supports updating ad-blocking rules from EasyList and EasyPrivacy.
- •Its CLI and daemon protocol support automation tasks such as headless browsing, snapshots, element clicking, text input, JavaScript evaluation, navigation, console inspection, scrolling, uploads, and screenshots.