Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. US data centres 'are short six NYCs of electricity'(ft.com)
    —discuss
  2. Building a GPU in 24 Hours(outercloud.dev)
    —discuss
  3. OverfitCheck: Check if your trading backtest is overfit(overfitcheck.com)
    —discuss
  4. Easy PDF Export with Links(figma.com)
    —discuss
  5. 2.5D parallax interactive battle scene by Opus 5.5(echohive.ai)
    —discuss
  6. Massive Parallel Imports in Neo4j Without Deadlock and Lock Contention(medium.com/neo4j)
    —discuss
  7. Postgres SELECT DISTINCT Does Not Scale(dbos.dev)
    —discuss
  8. Watermarking in vLLM(vllm.ai)
    —discuss
  9. KeePassXC 2.8.0 (Beta 1) released(keepassxc.org)
    —discuss
  10. Show HN: IttyBittyAI – Qwen2.5:0.5B running on a 2017 Asus smartphone
    —discuss
  11. Anthropic resumes charging for requests blocked by safeguards(twitter.com/claudedevs)
    1comments
  12. Starbucks to close 250 stores this week(yahoo.com)
    1comments
  13. OpenAI, Anthropic CEOs urge UN countries to cooperate on AI safety standards(slashdot.org)
    —discuss
  14. 15 years later, a day without Tmux(brandur.org)
    1comments
  15. New Jersey fines data center $1.1M after drone pics expose 62 gas generators(arstechnica.com)
    —discuss
  16. Show HN: Put a Run Button on the SQL in Your Blog Posts(seaquel.app)
    —discuss
  17. Unity day-one support for the new Meta VR Glasses(unity.com)
    —discuss
  18. Show HN: Hormuz Signal – Iran war escalation risk from real data(hormuzsignal.com)
    —discuss
  19. Existing laws already cover every type of AI security incident(paulfwalsh.substack.com)
    1comments
  20. Show HN: Radix – Visual UI for agentic programming(radix-os.com)
    2comments
  21. Why Do Some People Stutter Less When They Sing?(youtube.com)
    —discuss
  22. We turned off AI access for new hires(valon.ai)
    —discuss
  23. Scaling Auto-Research Loops for Efficient Agent Harnesses(nvlabs.github.io)
    1comments
  24. Practical Hurdles in Crab Latching Concurrency(jacobsherin.com)
    —discuss
  25. From OpenGL to Vulkan(alexandrelamure.github.io)
    —discuss
  26. Show HN: Shelf – Gmail sections and notes, no access to your account
    —discuss
  27. Creatine uptake enhances antitumor immunity(cell.com)
    18comments
  28. Privacy issue on Signal: Group and contact data isn't deleted(signalusers.org)
    —discuss
  29. Show HN: WealthYogi – Financial Wellness App(datayogi.io)
    —discuss
  30. Olivetti P101 and a Truncation Error(goto10retro.com)
    —discuss

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

26 pointsby 1h agostagehand.dev
16 comments
1h 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.

1h agoHN ↗

Yes, would love to hear the methodology!

1h agoHN ↗

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

30m agoHN ↗

Design Eng for the site!

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

1h agoHN ↗

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

1h agoHN ↗

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

1h agoHN ↗

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

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

1h agoHN ↗

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

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

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

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

56m agoHN ↗

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

54m agoHN ↗

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