Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Why AI companies don't need new laws (twitter.com/paul__walsh)
    —discuss
  2. Alexandr Wang Is Meta's Not-So-Secret Weapon in the AI Agent Promo War (businessinsider.com)
    —discuss
  3. Tech leaders to UN: For sake of humanity, please control the AI tech we created (apnews.com)
    2comments
  4. Anwar Gargash: Caught in the Middle of the Iran War, Foreign Affairs [video] (youtube.com)
    —discuss
  5. Show HN: XYVEL Trip – plan a trip in one sentence, with prices (xyvel.ch)
    —discuss
  6. August 27 TCRF DDoS Attack Postmortem (xkeeper.net)
    —discuss
  7. Embracing Dark Mode: A User's Perspective on Accessibility (master.dev)
    —discuss
  8. Opus 5.5 refuses basic molecular biology questions (bede.im)
    —discuss
  9. Steppy Fox – Free Game (steppyfox.com)
    1comments
  10. Tiny-Vedas: RISC-V Infrastructure for AI Accelerator Design [pdf] (siliscale.com)
    —discuss
  11. Eli's Software Encyclopedia (elisoftware.org)
    —discuss
  12. Any nerds out there who've read a lot of research papers?
    —discuss
  13. GizmoSQL changes the unit economics for AI analyst companies (emms21.github.io)
    1comments
  14. I'm Begging You: Never Write with A.I (nytimes.com)
    1comments
  15. Lateline: A Mind of Their Own (1996) [video] (youtube.com)
    —discuss
  16. Privacy: The Sequel (2015) (theawl.com)
    —discuss
  17. Haversine Law (johndcook.com)
    —discuss
  18. Nathaniel Bowditch (johndcook.com)
    —discuss
  19. GLiNER2.5-Decide (huggingface.co)
    —discuss
  20. ChatGPT is my (new) GTD interface (raywu.org)
    —discuss
  21. Show HN: Denizlihub (denizlihub.com)
    —discuss
  22. Show HN: Inkdom – Draw loops on the real world map to claim territory (inkdom.io)
    —discuss
  23. Show HN: Lini – one language for diagrams, charts, schematics and drawings (lini.rs)
    —discuss
  24. Claude can't stop itself from writing code comments (bayes.net)
    —discuss
  25. Show HN: Fine-tuned 110M encoder beat 7B LLMs and hybrid search for NIST mapping (github.com/applied-inference-lab)
    —discuss
  26. Show HN: Little Memory 2.0, one-line-a-day journal, offline-first (apps.apple.com)
    —discuss
  27. Why No One Wants to Date Tech Bros (wired.com)
    1comments
  28. File notification side channel leakage on Linux, Android, Windows, and macOS (inoti.fyi)
    1comments
  29. AlloyDB's Agentic Database Architecture (cloud.google.com)
    —discuss
  30. GTA 6 $400 Collector's Edition Comes with Everything Except the Game (gamespot.com)
    —discuss

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

28 pointsby 2h agostagehand.dev
17 comments
2h 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.

2h agoHN ↗

Yes, would love to hear the methodology!

2h agoHN ↗

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

1h agoHN ↗

Design Eng for the site!

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

2h 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.

1h agoHN ↗

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

1h agoHN ↗

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

52m agoHN ↗

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