Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Reverse Engineering ChatGPT Web: How OpenAI Built for a Billion Users (performance.dev)
    —discuss
  2. Why Are Today's Men Not Willing to Woo Like Before? (it.com)
    —discuss
  3. Test (addons.mozilla.org)
    —discuss
  4. San Francisco Currently: The coverage this city deserves (sfcurrently.com)
    —discuss
  5. Two compromised GitHub Actions have been reenabled (socket.dev)
    1comments
  6. Joanna Stern Interviews Mark Zuckerberg (daringfireball.net)
    —discuss
  7. MySky: Open, Controllable Feed Infrastructure for the Atmosphere (atproto.com)
    —discuss
  8. $183M vanishes from Bitget exchange wallet as users fear potential hack (decrypt.co)
    —discuss
  9. How Man City overhauled their squad from a 650k-strong database (bbc.com)
    —discuss
  10. Show HN: Grev - Thinking Coreutils with Jev (github.com/aurorainfra)
    1comments
  11. The Visible Hand That Feeds (nickalexander.org)
    —discuss
  12. Woman Spent 86 Hours in Solitary After Flock Camera Linked Her SUV to Crash (gadgetreview.com)
    —discuss
  13. Compliance for Neobanks (hacken.io)
    —discuss
  14. Notes on Io-Uring (without.boats)
    —discuss
  15. New York lawsuit says Polymarket's prediction markets are illegal gambling (reuters.com)
    —discuss
  16. A perfect join algorithm? Answering queries in optimal time – Michael Arntzenius [video] (youtube.com)
    —discuss
  17. Askholes and Low Effort AI Answers (dennisforbes.ca)
    —discuss
  18. CrowdStrike: Frontier AI for Cybersecurity (strategyofsecurity.com)
    —discuss
  19. China reaches 5-minute EV charging (newsminimalist.com)
    2comments
  20. Amazon Surprises by Actively Rehiring Former Employees (asiae.co.kr)
    —discuss
  21. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    —discuss
  22. US Mobile CEO on Reddit: 1.1M customers, $1B+ on Warp, 5G SA, QCI 6, satellite (reddit.com)
    —discuss
  23. Escaping Space: Part I (perplexity.ai)
    —discuss
  24. Vertical Farming: Reimagining Agriculture in an Urban Age (worldsensorium.com)
    1comments
  25. Remembering the Future: Blade Runner (blue-continuum.com)
    —discuss
  26. Dutch designer made DE9: Closer to the Edit into a playable web-based instrument (creativeboom.com)
    1comments
  27. Becoming more than a meat proxy (codeplusconduct.substack.com)
    —discuss
  28. Meta's Muse page can't even pass basic privacy requirements (getprivisy.com)
    —discuss
  29. New England Aquarium treating elderly penguin, 29, with acupuncture (neaq.org)
    —discuss
  30. Should we stop giving cyber threats fancy names? (techzine.eu)
    —discuss

Show HN: Public Browser MCP – +48% speed -33% token/session vs. AgentBrowser

1 pointsby 42m agogithub.com
0 comments
(a repost due to gen-ai block | sry guys English is not my native language)

me: solo dev from Hamburg (ahoi) started months ago - couldn't stand the token waste and speed of playwright, Chrome dev tools etc - Vercel changed the game a bit but I use Public Browser for weeks now - it delivers

project: "Public Browser" is a MCP Server running real Chrome with ur profile (no logins) directly via CDP protocol. has a complete tool set. handles multiple tabs. free - open sources - script api - a beast with JEV.

numbers: vs agent-browser -24% calls, -33% token, -33% cost, -32% time vs Playwright CLI -26% calls, -34% token, -32% cost, -43% time vs Playwright MCP -51% calls, -61% token, -54% cost, -47% time vs Chrome DevTools -53% calls, -71% token, -65% cost, -51% time vs browser-use -79% calls, -95% token, -93% cost, -88% time

method: blind opus 5 - one test harness - 30 tests - 5 runs. competitors = Playwright, Chrome DevTools, browser-use.

    Public Browser 3.0 vs field, same harness, Opus 5, Chrome 153
    (PB 3.0 + agent-browser: 5 runs, 24.09. | others: 3 runs, 23.09.)

                            via  tests   calls  tokens  cost    time
    Public Browser 3.0      MCP  30/30      79   3.02M  $2.40   261s
    agent-browser 0.38.1    CLI  29/30     104   4.53M  $3.56   386s
    Playwright CLI 0.1.21   CLI  30/30     107   4.61M  $3.52   454s
    Playwright MCP 0.0.82   MCP  30/30     162   7.84M  $5.22   494s
    Chrome DevTools 1.9.0   MCP  29/30     169  10.33M  $6.78   535s
    browser-use 0.13.10     MCP  24-26/30  384  63.68M  $36.06  2187s

    29/30 = only T5.2 fails (navigator.webdriver check)
but: agentBrowser responses are 28% smaller still in most cases Public Browser should be more efficient cause it needs less rounds in the end

install: claude mcp add public-browser -- npx -y public-browser@latest

test-site: https://mcp-test.second-truth.com source code: https://github.com/Silbercue/public-browser/blob/master/test... harness & raw data: https://github.com/Silbercue/public-browser/tree/master/test...

p.s.: I know a race between a solo dev and companies is lost but I think the people should build the tools that are important. I would love to see Public Browser be used and it would be an absolute honor if someone would improve it - with work & ideas. I hope you enjoy it. pls tell me what u think about it.

A quiet thread, for now.Start the conversation on HN ↗