frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Watch all the AI agents on your machine

https://github.com/markwylde/all-your-agents
1•turblety•2m ago•0 comments

When is a river no longer a river?

https://www.texasmonthly.com/interactive/rio-grande-water-wars/
1•littlexsparkee•4m ago•0 comments

Trying to read 30 year old floppies – the success rate surprised me

https://old.reddit.com/r/amiga/comments/1wmpp7b/spent_the_weekend_trying_to_read_30_year_old/
1•doener•4m ago•0 comments

Show HN: An atlas of system designs with interactive architecture diagrams

https://atlas-sysdes.vercel.app/
1•mertkahyaoglu•5m ago•0 comments

Show HN: BlockRazor – A lower-latency sequencer feed for Robinhood Chain

https://github.com/BlockRazorinc/robinhood-feed-speed
1•yuouiu•5m ago•0 comments

Forgot your phone PIN? Google could look to past to save you from factory reset

https://www.androidauthority.com/android-unlock-with-google-account-apk-teardown-3713919/
1•Markoff•6m ago•0 comments

Show HN: Spatium – any mathematical space, one C++23 library

https://github.com/Vaniell0/spatium
1•Vaniello•6m ago•0 comments

Travel disruption around UK after second air traffic control issue in two weeks

https://www.bbc.co.uk/news/live/cq4g5r4e949jt
1•zimpenfish•6m ago•0 comments

Why Is the Coast Guard Operating Surveillance Drones in the Great Lakes?

https://www.nytimes.com/video/us/100000011152107/coast-guard-saildrone-great-lakes.html
1•reaperducer•7m ago•0 comments

Ask HN: How do you prevent PII from reaching third-party services?

1•Securelytixdev•10m ago•0 comments

America is getting its AI race with China wrong

https://restofworld.org/2026/america-china-ai-race-trust/
3•rdmuser•10m ago•1 comments

Internal Set Theory

https://en.wikipedia.org/wiki/Internal_set_theory
1•nill0•11m ago•0 comments

Anthropic-linked CVEs pile up, attackers mostly shrug

https://www.theregister.com/security/2026/09/21/anthropic-linked-cves-pile-up-attackers-mostly-sh...
2•Betelbuddy•11m ago•0 comments

A Tokyo school counts the mornings it can see Mt. Fuji: 22 in 1965, 170 in 2023

https://jivx.com/fujimi
1•momentmaker•11m ago•0 comments

RRSI: Regularized Recursive Self-Improvement of Agent Harnesses

https://arxiv.org/abs/2609.24972
1•Betelbuddy•12m ago•0 comments

Forward Deployed

https://www.thediff.co/archive/forward-deployed/
1•jger15•13m ago•0 comments

CLI tools have always been broken

https://www.zebulun-arendsee.com/series/morloc/2026-09-15-clis-have-always-been-broken.html
1•arendsee•14m ago•1 comments

Six-year-old Chinese girl sets world record with Rubik's Cube

https://www.france24.com/en/live-news/20260922-six-year-old-chinese-girl-sets-world-record-with-r...
4•epaga•15m ago•0 comments

Gemini 2.5 models extended indefinitely for aactive users

https://ai.google.dev/gemini-api/docs/changelog
1•thisisauserid•16m ago•0 comments

Transformers now runs llama.cpp quants

https://huggingface.co/blog/transformers-llama-cpp-quants
1•vertigoruntime•18m ago•0 comments

Autoresearch on Jev: improving a Jev harness to beat Deekseek

https://kiln.tech/blog/auto_optimizing_jev_with_autoresearch
1•scosman•19m ago•0 comments

9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"

https://www.bristol.ac.uk/news/2026/september/world-cup-viewers.html
15•KellyCriterion•23m ago•5 comments

Where Jev worked for us, and where it didn't

https://gitloom.ai/blog/jev-in-production
2•aozisik•25m ago•0 comments

Fundraising advice for non-US founders

https://twitter.com/thatsallsal/status/2102120798899368070
1•salman10•29m ago•1 comments

A Self-Evident Essay Arguing for the Use of AI in Writing

https://github.com/Sheer-Economics/the-sins-of-AI-writing
1•sheereconomics•31m ago•0 comments

Londoner jailed for selling £2.7M of fake vinyl on "industrial scale"

https://www.nme.com/news/music/londoner-jailed-for-selling-2-7million-of-fake-vinyl-on-industrial...
2•01-_-•31m ago•0 comments

Migrating the GitHub Copilot Runtime to Rust, Using Copilot

https://github.blog/ai-and-ml/generative-ai/migrating-the-github-copilot-runtime-to-rust-using-co...
2•thatslast•33m ago•0 comments

Adventures in AI Apathy

https://iconsolutions.com/blog/adventures-in-ai-apathy
2•paltaie•34m ago•0 comments

Wikipedia's Plan to Survive the Answer Engine Apocalypse

https://www.adweek.com/media/wikipedia-survive-answer-engine-apocalypse/
2•giuliomagnifico•34m ago•0 comments

OMLX creator&maintainer Jun Kim joins Hugging Face to support the MLX community

https://huggingface.co/blog/omlx
1•sails01•35m ago•1 comments
Open in hackernews

Show HN: ScrapeCopilot – Notebook Code Interface + Puppeteer + AI Copilot

3•erichi•1y ago
Hi HN, I’m Eric, and I’m building ScrapeCopilot, an AI assistant designed to eliminate friction in browser automation development.

Here is the link to VS Code extension - https://marketplace.visualstudio.com/items?itemName=scrapeco...

I've built browser automations for more than 5 years, and the constant frustration was always the sheer friction involved in getting working code – especially when debugging in headless mode or connecting to remote browsers.

When I started using LLMs to generate automation code, I found myself stuck in a repetitive loop: navigate to the desired page state, copy-paste HTML into the AI chat, and ask it to generate code. The worst part is that there was no easy way to run that generated code without losing the page state, forcing me to restart the browser session constantly. This wasted large amounts of time and mental energy. I built ScrapeCopilot to make this workflow seamless.

How it works:

ScrapeCopilot combines the power of a Jupyter-style notebook with a live Puppeteer browser session and integrated AI.

- Live Interactive Development: When you create an automation notebook, it initiates a fresh Puppeteer browser session. The page object is exposed directly to your notebook cells, allowing you to run any Puppeteer code against the live browser state and see the results instantly.

- AI-Powered Assistance: It integrates with GitHub Copilot (via the @scrapecopilot chat participant). The AI automatically sees the current page HTML, allowing it to generate highly relevant Puppeteer code based on your instructions directly within the chat.

- LLM Code Export: Once you've developed your automation logic, you can easily export the final, complete Puppeteer script based on your instructions.

This tool saves me hours daily, but even more importantly, it improves the developer experience in browser automation which is frustrating area.

I believe ScrapeCopilot can complement existing browser automation tools and frameworks by providing an interactive AI-assisted development experience.

Current Status & Future Plans:

- The extension currently works within VS Code. It will work in Cursor, but without chat support initially. I'm actively working on integrating a backend server to enable full chat functionality with Cursor.

- Currently the key workflow assumes that you create a new browser automation step by step, using code cells. But in my work I spend half of the time fixing existing automations, so my focus now is trying to adapt extension for debugging and fixing existing code.

- Playwright support is also on the list.

Check out short videos: - Demo: Headless False - https://scrapecopilot.ai/assets/demo-headless-false-Dhc_jeNR... - Demo: Headless True - https://scrapecopilot.ai/assets/demo-headless-true-PRQndDxP....

I'd love to hear your thoughts, feedback, and any suggestions!