Top
Best
New

Posted by wittydeveloper 4 days ago

We made Playwright 2x faster and 80% more token efficient(github.com)
153 points | 40 commentspage 2
dot_louis 4 days ago|
Do I need to pay for Browserbase to use this?
wittydeveloper 4 days ago||
Nope, Stagehand is open-source and works with local browsers by default.
greenlight_dev 4 days ago||
[flagged]
alyssamaru 4 days ago||
How much does the harness really matter for evals?
wittydeveloper 4 days ago|
A lot, especially for performance. That's why we built our own benchmarks that account for both the model and the harness. For example, with Claude Opus 5, the accuracy gap can be up to 3% and performance up to 200ms, depending on whether you're using Deep Agents, Eve, or Fx.

More details here: https://www.stagehand.dev/evals

cl685 4 days ago||
lowk why not just do astra computer use
smpandya 4 days ago||
I tried this myself - my conclusion was the overhead of parsing a screenshot, generating an action, and being limited to headful mode is much less efficient than reading accessibility trees & generating CDP commands.

basically, browser automation is a closer-to-the-metal abstraction than computer use, allows more flexibility, and ends up being much cheaper at scale!

vishalanton 4 days ago|||
Astra with computer use seems to burn a ton of tokens though. Stagehand seems more token efficient.
ChemSpider 3 days ago|||
If agents need to run on the desktop or logged into a user's real browser, the alternative would be Ui.Vision MCP. But stagehand is designed for backend use, so apples and oranges.
polski-g 3 days ago||
Money?
alikhater30000 3 days ago||
[flagged]
hellobuddy9 3 days ago||
[dead]
shashanoid 4 days ago|
no matter how much faster you make.. playwright is playwright. Dead bot giveaway.
swingboy 3 days ago|
A lot of folks use Playwright for UI testing.