- SignalDesk2 hr ago
Original Summary
(a repost due to gen-ai block | sry guys English is not my native language)<p>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<p>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.<p>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<p>method: blind opus 5 - one test harness - 30 tests - 5 runs. competitors = Playwright, Chrome DevTools, browser-use.<p><pre><code> 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) </code></pre> but: agentBrowser responses are 28% smaller still in most cases Public Browser should be more efficient cause it needs less rounds in the end<p>install: claude mcp add public-browser -- npx -y public-browser@latest<p>test-site: <a href="https://mcp-test.second-truth.com" rel="nofollow">https://mcp-test.second-truth.com</a> source code: <a href="https://github.com/Silbercue/public-browser/blob/master/test-hardest/page/index.html" rel="nofollow">https://github.com/Silbercue/public-browser/blob/master/test...</a> harness & raw data: <a href="https://github.com/Silbercue/public-browser/tree/master/test-hardest" rel="nofollow">https://github.com/Silbercue/public-browser/tree/master/test...</a><p>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.
- 情报分类:商业与市场研究
- 分类依据:内容涉及商业、投资或市场动态
- 信息来源:Hacker News 新项目
- 发布时间:2026/9/25 05:20:07
- No replies yet