@Stagehanddevi
iAccount based inUnited States
About this account
- Account based in
- United States
- Connected via
- United States App Store
Account-level information from X, not a live location or the device used for a specific post.
the SDK for browser agents, built by @browserbase join the discord: https://nitter.cf/t.co/Q5UxzlgTft
chrome devtools
Joined February 2025
- Tweets552
- Following46
- Followers5.6K
- Likes1.6K
Pinned Tweet
Introducing our Browser Agent Evals.
We benchmark frontier and open models using various harnesses on computer-use tasks.
Our evals are fully open source and reproducible via our Evals CLI.
Stagehand retweeted
How do you actually build an effective harness with Claude?
We had Thariq (@trq212) from Anthropic at Navigate 2026 to talk about "Unhobbling Claude", the difficulties and processes on how to build agents and harnesses.
This video is larger than Cloudflare's 512 MB cache, so it can't be played through. More donations are needed to cover a larger cache. Donate
GPT-6 Luna is a step function improvement from it's predecessor scoring 11% higher in accuracy on our browser agent tasks.
GPT-6 Sol scores 2% better in accuracy, but costs 20x more per task than Luna.
Stagehand retweeted
Stripe's new WebMCP endpoint lets your agents make full purchases on the web.
Using @Stagehanddev you can navigate to any Stripe checkout page and use their new WebMCP tools to fill the checkout and fetch order details.
Stagehand can use Stripe's new WebMCP tools in checkout pages.
Run page.tools() to see what WebMCP connectors a page exposes. With Stripe, you can use Stagehand to add items to cart and complete the checkout with native tools.
Stagehand can use Stripe's new WebMCP tools in checkout pages.
Run page.tools() to see what WebMCP connectors a page exposes. With Stripe, you can use Stagehand to add items to cart and complete the checkout with native tools.
Hi internet! We went ahead and upgraded all @stripe hosted checkout pages for 7.8M businesses—0.45% of the world’s GDP—with WebMCP so agents can more efficiently buy. Our evals show this reduces checkout latency by 39% and token usage by 42%.
Learn more: stripe.dev/blog/how-stripe-i…
During early testing on our Browser Agent Evals, Opus 5.5 completely crushed it's predecessor Opus 5, but also Fable 5.1 & 5 in accuracy, speed, and, cost.
Compared to Opus 5 in the Claude Code harness it's roughly 5x cheaper per task, and 2x faster.
Stagehand retweeted
Jev wasn't meant to build Agents.
Instead, we added it to @Stagehanddev's AI-powered primitives Act, Extract, and Observe.
Rather than a fully autonomous agent, we use Jev as a decision layer: which element to click, field to fill, or text to extract.
Everyone can build Agentic Commerce using the @link and Browse CLI powered by Stagehand!
it seems like agentic commerce is finally solved with stripe link. and we're excited to partner with stripe to enable all agents to transact online.
your agent can now natively make payments on the web using link cli + browserbase.
one shot prompt: docs.browserbase.com/integra…
Stagehand retweeted
we built blazing fast computer/browser use with Jev + @Stagehanddev.
this task cost $0.001 and executed at near instant speed (in a remote browser btw)
the loop: observe the page, send a11y tree as state + actions as questions, Jev decides the next action, then Stagehand executes it.
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x cheaper (w/ output tokens free)
• Frontier composable intelligence optimized for decisions
AFAICT the shortest path to AI-based economic revolution
Stagehand retweeted
you can build a price-monitoring tool on @browserbase in <5 minutes using fetch w proxies
running this for 3 products costs roughly $1.50 a day if i price-check every 15 minutes.
Check out our evals and see how your favorite models and harnesses perform:
stagehand.dev/evals
Stagehand retweeted
We just made Astra's computer use 2.5x faster with Stagehand.
Astra works by executing code against the a11y tree, we built a translator that turns Astra's playwright commands into @Stagehanddev.
Astra chose to batch the entire logo into one command and one-shotted it.