Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. California Is Chasing Wealth That Has Feet (landeconomics.org)
    1comments
  2. ESP32: The Arduino Rivals That Changed the Game (petkovsky.sk)
    —discuss
  3. Zeal – Offline Documentation Browser (zealdocs.org)
    —discuss
  4. Oracle triggers 'force majeure' on data center project over power delays (reuters.com)
    —discuss
  5. Issue Graph (github.com/vercel-labs)
    —discuss
  6. DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned (kotaku.com)
    —discuss
  7. Opus 5.5 is good at explainer videos (launchvideo.io)
    —discuss
  8. Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5 (twitter.com/cahidarda)
    1comments
  9. Anthropic Strikes $12B AI Computing Deal with Akamai (bloomberg.com)
    —discuss
  10. Show HN: RentBench – Levels.fyi for UK Rents (rentbench.fyi)
    —discuss
  11. The Tao of Acme (chai.guru)
    1comments
  12. Mamdani is the most popular elected official in NYC: poll (nydailynews.com)
    —discuss
  13. Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky (nypost.com)
    —discuss
  14. Probing picosecond depairing currents in type-II superconductors (nature.com)
    —discuss
  15. Ask HN: How would you know if you have learned something?
    —discuss
  16. SciUniverse: Can frontier models carry out scientific work? (c5r.net)
    —discuss
  17. Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling (github.com/compio-rs)
    —discuss
  18. Swarm Scaling (tobyord.com)
    —discuss
  19. Cracking VFPU math functions using Claude (Sony PSP) (ppsspp.org)
    1comments
  20. ZeroDrift – A small model that finds and fixes compliance violations (zerodrift.com)
    —discuss
  21. Show HN: Dunara (dunara-studio.com)
    —discuss
  22. Flux 3 Action Tops RoboLab, but Large Companies Can't Use It in a Product (topicqueue.substack.com)
    —discuss
  23. Astronomers capture an unprecedented view of gas giant formation in action (phys.org)
    —discuss
  24. China Holds Sensitive F-35 Parts Diverted to Hong Kong from Australia (bloomberg.com)
    2comments
  25. The "C" Word (coredump.cx)
    1comments
  26. Restaurants Are Using AI to Advertise Their Food and It's Making People Sick (wsj.com)
    —discuss
  27. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    —discuss
  28. Global Chat (jojoban842.workers.dev)
    —discuss
  29. Show HN: Offline recorder and transcriber on your MacBook's notch (memorynotch.app)
    —discuss
  30. Dailies: Daily games with friends and family, in your texts (dailies.world)
    1comments

For Computer Use, the harness matters as much as the model

28 pointsby 3h agostagehand.dev
17 comments
3h agoHN ↗

Hi HN,

Over the last 2 years, we observed computer use models improving at a rapid pace and saturating benchmarks. This new benchmark replaces Online-Mind2Web with our own Browserbase Benchmark v2 that better represents the complex tasks that browser agents face in the real world. It runs against 23 models (frontier and open-weight) and 9 harnesses (Claude Code to LangChain Deep Agents) on accuracy, speed, and cost.

This new benchmark confirmed our belief that the choice of an harness is becoming as important as the choice of a model. For example: claude-opus-5 runs 74% at $1.50/task on LangChain deep agents but 71% at ~$10/task on fx.

The eval harness is a CLI you can run yourself (pick harness + tools/mcps + model, pass high-level tasks, grades with LLM verifiers, has trials/concurrency/OTEL tracing): https://github.com/browserbase/stagehand/tree/main/packages/...

Happy to get into methodology, and if you want your model or harness added, just let me know.

3h agoHN ↗

Yes, would love to hear the methodology!

3h agoHN ↗

I love the website, it would be 10/10 if I could go to chrome://dino

2h agoHN ↗

Design Eng for the site!

There’s 10 achievements, the dino game… might be one of them ;)

3h agoHN ↗

Why use Stagehand when agents can write CDP / Playwright on the fly for browser use

2h agoHN ↗

Token efficiency, performance, observability, and most importantly: permissions/security policies

2h agoHN ↗

Are there results comparing agents running different tools (agent-browser, playwright MCP, browse CLI), or is this mostly Stagehand focused?

2h agoHN ↗

You can swap the driver/tool yourself with the evals CLI! Just use `—tool-surface <one-of-the-supported-tools>`. Or define your own using the interface

2h agoHN ↗

What model family do you find is the best for browser use overall? or does it change pretty regularly

2h agoHN ↗

It changes so frequently, and the world wild web is vast so it’s dependent on your use case. In general the leaderboard reflects what we see working across a broad range of domains, but the best way to tell is to define your tasks and run the evals yourself; that’s what this is for

2h agoHN ↗

Cost difference across harnesses is interesting to me. Would love to see more info about more optimizations in the harnesses to trim down costs.

2h agoHN ↗

Hyper personalized harnesses are the edge that the labs cannot beat startups on. There will be a whole entire era of new harnesses coming out soon.

2h agoHN ↗

a whole new era of custom harnesses with unnecessary stuff trimmed out sounds like the future

2h agoHN ↗

It still feels like the harness and the model need to co-evolve together

1h agoHN ↗

Why invest in browser agents if computer use like Astra is already so good at solving tasks?