Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. 'Palantir is a great company', EU defence chief tells Euronews(euronews.com)
    1comments
  2. JEV-Star: Low-Cost StarCraft II Control with Language-Model Planning(github.com/sc2musa)
    —discuss
  3. Run-assert-eval: Find the risk, fix it, prove it(commandline.microsoft.com)
    —discuss
  4. Digital Cash Payoff (2001)(technologyreview.com)
    —discuss
  5. Show HN: DrawCMS – An open-source animated diagramming tool for AI Agents(github.com/drawcms)
    —discuss
  6. Logs you, your AI and cron jobs write to that you can prove weren't altered(freshjots.com)
    —discuss
  7. Show HN: bananabread AI – Find what customers love and want from your products(bb-product-api-docs.web.app)
    —discuss
  8. GoDaddy receives takeover offer from maker of Norton antivirus software(ft.com)
    —discuss
  9. If you don't have the factories, you lose the expertise(lemire.me)
    —discuss
  10. Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock(github.com/brofranks)
    —discuss
  11. Namernut – domain name generator that scores how crowded a name is(namernut.com)
    —discuss
  12. Show HN: MEF LLM Studio(mef-llm-studio.com)
    —discuss
  13. Fragments: September 24(martinfowler.com)
    —discuss
  14. Double-entry bookkeeping and paper and tokens(pokorny.ca)
    —discuss
  15. Pummelvision Back(pummelvision.ai)
    —discuss
  16. Legal and General to Cut 10% of Jobs by Middle of 2027(wsj.com)
    —discuss
  17. Beware Overreliance on Metaphor(evnm.substack.com)
    —discuss
  18. AI Workers' Inquiry 2026(techworkersinquiry.org)
    —discuss
  19. .si domain registrations outpace .ai after Trump's 'Super Intelligence' rename(netcraft.com)
    —discuss
  20. Unmasking "zombie cells" in aging tissue with an AI-powered barcode(news.mit.edu)
    —discuss
  21. Weapons of Mass Decentralization Magazine(worksinprogress.co)
    —discuss
  22. Why Washington Governs by Fiscal Cliff(medium.com/freedomofthought)
    —discuss
  23. Forging 1024-bit RSA signatures in nearly SNFS time(iacr.org)
    —discuss
  24. The Chosen People(medium.com/freedomofthought)
    —discuss
  25. Show HN: OpenArcade – open-source software from the VR arcade I ran for 4 years(github.com/aprabh96)
    1comments
  26. Vibe Coded Musical Correspondences(caerjar.github.io)
    —discuss
  27. China's Mind on AI(axios.com)
    —discuss
  28. It's "Underwear on the Outside" Time(paulkrugman.substack.com)
    1comments
  29. Mythical Thought and Scientific Thought(medium.com/freedomofthought)
    —discuss
  30. DBDelve: Fast and modern DB Client made in Rust and gpui
    1comments

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

20 pointsby 46m agostagehand.dev
15 comments
46m 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.

39m agoHN ↗

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

26m agoHN ↗

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

15m agoHN ↗

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

18m agoHN ↗

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

11m 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

13m agoHN ↗

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

6m 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

7m 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.

6m 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.

4m agoHN ↗

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

2m agoHN ↗

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