frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: 3D Go Game

https://3dgo.club
1•lukas•15s ago•0 comments

US House speaker shuts down chamber to block Epstein vote

https://www.bbc.com/news/articles/cgjg9j0l7j9o
3•southernplaces7•6m ago•1 comments

Check Out GitSnap

https://www.gitsnap.xyz/
1•erregea5•9m ago•2 comments

How Much Do Podcasters Earn? One Star Pulls Back the Curtain

https://www.nytimes.com/2025/07/22/business/media/joe-budden-podcast-finances.html
2•pseudolus•15m ago•1 comments

Rokoko Mocap federal fraud lawsuit: bricked devices on purpose and stole data

https://old.reddit.com/r/gamedev/comments/1m6u4d9/rokoko_mocap_hit_with_federal_fraud_lawsuit_solo/
1•IvanAchlaqullah•19m ago•0 comments

Firefox dev says Intel Raptor Lake crashes are increasing during heat wave

https://www.tomshardware.com/pc-components/cpus/firefox-dev-says-intel-raptor-lake-crashes-are-increasing-with-rising-temperatures-in-record-european-heat-wave-mozilla-staffs-tracking-overwhelmed-by-intel-crash-reports-team-disables-the-function
2•consumer451•21m ago•0 comments

The 'Smart' Restrooms That Can Solve America's Public Bathroom Crisis

https://www.wsj.com/tech/personal-tech/america-public-bathroom-crisis-218f6e57
1•fortran77•22m ago•1 comments

CAMARA: Open-source API for telecom and 5G networks

https://www.gsma.com/solutions-and-impact/technologies/networks/operator-platform-hp/camara-2/
2•teleforce•22m ago•0 comments

Claude Code Spec Workflow (Inspired by AWS Kiro)

https://github.com/Pimzino/claude-code-spec-workflow
1•jonathanberi•24m ago•0 comments

Newly discovered photos and shed fresh light on Trump's ties to Jeffrey Epstein

https://www.cnn.com/2025/07/22/politics/kfile-trump-epstein-photos-footage
7•bediger4000•30m ago•3 comments

How the crypto industry bought Trump (and by extension DC)

https://www.publicnotice.co/p/genius-act-crypto-trump-corruption
8•pulisse•33m ago•0 comments

A media company demanded a license fee for an Open Graph image I used on Twitter

https://alistairshepherd.uk/writing/open-graph-licensing/
52•cheeaun•35m ago•16 comments

Why Does Raising the Retirement Age Hurt Young People?

https://www.governance.fyi/p/why-does-raising-the-retirement-age
6•daveland•35m ago•3 comments

MIT: A new way to edit or generate images with AI

https://news.mit.edu/2025/new-way-edit-or-generate-images-0721
1•lampreyface•40m ago•0 comments

China's abandoned buildings draw urban explorers despite risks

https://www.japantimes.co.jp/news/2025/07/06/asia-pacific/china-abandoned-buildings/
3•PaulHoule•45m ago•1 comments

You can't color calibrate deep space photos

https://maurycyz.com/misc/cc/
19•LorenDB•46m ago•2 comments

Cracking the Code: Realtime Debugger Visualization Architecture – BSC 2025 [video]

https://www.youtube.com/watch?v=_9_bK_WjuYY
2•kelseyfrog•47m ago•0 comments

Roots of the Republic

https://literaryreview.co.uk/roots-of-the-republic
2•pepys•48m ago•0 comments

SoftBank and OpenAI's $500B AI Project Struggles to Get Off Ground

https://www.wsj.com/tech/ai/softbank-openai-a3dc57b4
2•ent101•49m ago•0 comments

Cursor for QA – TestChimp Launches AI Test Assistant in the Browser

https://testchimp.io/documentation-chrome-extension/
1•TestChimp•49m ago•0 comments

Facebook Wants Access to Your Camera Roll for AI

https://www.bitdefender.com/en-us/blog/hotforsecurity/facebook-access-your-camera-roll-ai-tricks
2•sizzle•50m ago•0 comments

Hershey to increase candy prices by double digits amid rising cocoa costs

https://www.cbsnews.com/news/hershey-candy-prices-rising-cocoa-costs/
3•bikenaga•53m ago•0 comments

The rise of on-device AI and the return of data ownership

https://pieces.app/blog/the-importance-of-on-device-ai-for-developer-productivity
2•thunderbong•55m ago•0 comments

Benchmarking memory-mapped files for high-frequency trading

https://github.com/santiago-mooser/mmap-sync-benchmark
1•sneakerblack•57m ago•0 comments

Abrupt climate shifts likely as global temperatures keep rising

https://phys.org/news/2025-07-abrupt-climate-shifts-global-temperatures.html
5•bikenaga•58m ago•1 comments

245TB Kioxia LC9 SSD Sets New SSD Density Record

https://www.storagereview.com/news/245tb-kioxia-lc9-ssd-sets-new-ssd-density-record
2•882542F3884314B•1h ago•0 comments

Move Slowly and Build Bridges

https://moveslowlybuildbridges.com/
2•sohkamyung•1h ago•0 comments

More than 50pc of voters now rely on government for their main income

https://www.afr.com/policy/economy/culture-of-dependency-lifts-spending-to-highest-level-since-wwii-20250722-p5mgu0
11•cwwc•1h ago•2 comments

TapTrap: Animation‑Driven Tapjacking on Android

https://taptrap.click/
5•Bogdanp•1h ago•0 comments

Is the use of Emojis in the code and console recommended?

1•sirilyros•1h ago•1 comments
Open in hackernews

Show HN: Browser AI – Use Playwright Without Blowing Up Your Context Window

2•chw9e•10h ago
Hey HN! I built Browser AI after getting frustrated with the official Playwright MCP server in Claude Code. If you've used it, you know the pain:

  - 20+ separate tools that Claude has to juggle (click, fill, navigate, wait_for_selector, etc.)

  - Context window explosions from verbose screenshot data and DOM snapshots

  - Constant tool selection errors where Claude picks the wrong tool or forgets parameters
  
Browser AI wraps Playwright MCP with a single natural language interface. Instead of Claude managing dozens of tools, you get one: browser_ai.execute. Just tell it what you want in plain English:

  "Go to news.ycombinator.com and click on the first comment link"

  "Fill out the login form with test@example.com and submit"

  "Take a screenshot of the pricing table"
The magic: Browser AI uses Claude (via your Claude Code subscription) to interpret your commands and translate them into the right Playwright calls. This means:

  - 80% less context usage: No more massive tool definitions or snapshot data in your conversation

  - Actually works: The subagent handles tool selection, so Claude doesn't have to

  - OAuth auth: Uses your existing Claude Code subscription, no separate API keys needed

  - Smart error recovery: If something fails, you get helpful feedback, not cryptic Playwright errors
Technical details:

  - Built with TypeScript and the MCP SDK
  
  - Uses AI SDK
  
  - Open source (MIT)

Installation is two lines:

npx @qckfx/browser-ai --auth

claude mcp add browser-ai -- npx --yes @qckfx/browser-ai@latest

I've been using this for web scraping and E2E test writing, and it's completely changed how I work with browser automation in Claude Code. Would love to hear if this solves similar pain points for others!

GitHub: https://github.com/qckfx/browser-ai

npm: https://www.npmjs.com/package/@qckfx/browser-ai

Comments

Oras•10h ago
Why limited to Claude though? Can't the MCP server used by other LLMs?
chw9e•10h ago
Yea it can be, but you will pay Anthropic API price. If you already use Claude code on a subscription then you can reuse your subscription for this MCP, making it effectively free
chw9e•10h ago
It also has its own cli if you just want to run it alone too
Oras•10h ago
I meant why I can't use with OpenaI, DeepSeek, ... etc. Why you're limiting it to Claude?
chw9e•9h ago
Oh, I just picked Anthropic’s Sonnet4 to start because it’s really good at agentic stuff and because of the subscription benefits.

I will add more model support soon - any models you particularly want to see?

I’m also hoping to test out RL on the tools to get a fine-tuned model specifically for browser automation eventually.

Oras•8h ago
OpenAI models and DeepSeek, that would be great