Agentic Browser is now live in the application! Test locally with this and it's pretty dang cool: What we tested, in order: 1. "Screenshot the browser and tell me what you see." It described the page in detail, and even figured out we'd arrived there through a Google ad by reading the tracking parameters in the URL. 2. Clicking through a site. We had it click a "Read documentation" button that opens a new tab, which the embedded browser deliberately blocks. Claude noticed its click hadn't moved the page, worked out why, navigated itself to the target URL instead, and delivered the answer. Right result via a smart detour. 3. The plain-terminal path. Typed claude into a regular shell, not a special tab. It got its own fresh permission prompt (each process earns its own grant, so nothing can piggyback on another's), then full control. 4. Navigating itself to Hacker News. Top 3 stories with points and comment counts, then it clicked the tiny "241 comments" text link, about the most hostile click target real pages offer, first try, and accurately summarized the thread. 5. Navigating itself to Wikipedia. At our window width Wikipedia collapses its search box. Claude noticed, clicked the search icon to expand it first, then typed the query, submitted, followed a redirect, and summarized the article. 6. Production site audit. Pointed it at our live company site: screenshot, console, network. It found one deprecation warning and correctly traced it to a third-party library ("not your code, harmless"), confirmed all 21 requests returned 200, and even attributed leftover console noise to pages from earlier tests instead of blaming our site. Verdict: "Nothing to fix," with receipts. The thing that stood out: it doesn't just execute commands, it adapts. Collapsed search box? Expand it first. Blocked popup? Route around it. Noisy console? Attribute every line to its source before pointing fingers. And you watch all of it happen live in the same browser pane you use yourself.