Hacker News

New stories

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

1h 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

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

1h 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

46m agoHN ↗

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