frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why corporate lawyers always win

https://www.economist.com/business/2026/03/11/why-corporate-lawyers-always-win
1•petethomas•1m ago•0 comments

New hack model "went scuba"

https://a-z.md/posts/jn7bwaz3b1vpj7t98pw3kmgw4s82r58v
1•andytratt•2m ago•0 comments

Carnian Pluvial Episode

https://en.wikipedia.org/wiki/Carnian_pluvial_episode
1•mooreds•2m ago•0 comments

Age-Verification in Operating Systems and the Internet

https://wiki.alcidesfonseca.com/blog/age-verification-in-operating-systems-and-the-internet/
1•musha68k•2m ago•0 comments

Nvidia Nemotron 3 Super

https://research.nvidia.com/labs/nemotron/Nemotron-3-Super/
1•aheilbut•4m ago•0 comments

Rebuilding the EraMix Financial Union stack for speed

1•EraMixOfficial•6m ago•0 comments

CBS: We visited "ground zero" for hospice fraud: Los Angeles, California

https://www.cbsnews.com/projects/2026/hospice-fraud/
1•donsupreme•11m ago•0 comments

A better agent skills manager

https://github.com/reorx/skm
1•novoreorx•16m ago•1 comments

Device 32620: Stimme Speech/Morse generator

https://www.cryptomuseum.com/spy/owvl/32620/index.htm
1•jacquesm•19m ago•0 comments

Atlassian slashes 10% of workforce to 'self-fund' investments in AI

https://www.cnbc.com/2026/03/11/atlassian-slashes-10percent-of-workforce-to-self-fund-investments...
2•elsewhen•22m ago•1 comments

Prioritizing energy intelligence for sustainable growth

https://www.technologyreview.com/2026/03/10/1133972/prioritizing-energy-intelligence-for-sustaina...
1•Brajeshwar•26m ago•0 comments

Protective Dome for AI Agents – MCP Security Gateway

https://github.com/Orellius/mcpdome
1•Orellius•26m ago•1 comments

Laminae – Multi-Agent Cognitive Pipeline

https://github.com/Orellius/Laminae
1•Orellius•27m ago•0 comments

Bringing the genetically minimal cell to life on a computer in 4D

https://www.cell.com/cell/fulltext/S0092-8674(26)00174-1
2•d_silin•29m ago•0 comments

Generative AI Vegetarianism

https://sboots.ca/2026/03/11/generative-ai-vegetarianism/
2•g-b-r•34m ago•0 comments

Creaseless Foldable: Oppo Did What Samsung Couldn't [video]

https://www.youtube.com/watch?v=V5a6qvETnNg
2•mgh2•35m ago•0 comments

Show HN: A public RSS feed aggregator for the indie web

https://powrss.com/
2•nyoki•37m ago•0 comments

OpenUI: Open Standard for Generative UI

https://www.openui.com/
1•handfuloflight•37m ago•0 comments

RSA Innovation Sandbox finalists for 2026

https://www.rsaconference.com/usa/programs/innovation-sandbox
2•debarshri•40m ago•0 comments

Ask HN: What software has improved dramatically recently thanks to AI tooling?

3•pedrodelfino•40m ago•0 comments

The Death of the Downvote

https://nathankyoung.substack.com/p/the-death-of-the-downvote
3•bookofjoe•42m ago•2 comments

Hedystia – Next-Gen TypeScript Framework for Type-Safe APIs at Lightspeed

https://github.com/Hedystia/Framework
1•Zastinian•42m ago•1 comments

Proposal: Global Solar-Offset Fractional Time (G-Soft) Model

1•4TimeSake•42m ago•0 comments

Physical Laser Art

https://www.youtube.com/channel/UCJUV-vrFg0DI7nq-rbWkhGw
1•unit-vector•46m ago•0 comments

PlayStation gamers could receive £2B compensation if lawsuit succeeds

https://news.sky.com/story/playstation-gamers-could-receive-2bn-compensation-if-lawsuit-succeeds-...
4•Brajeshwar•48m ago•1 comments

EU Parliament: MEPs Vote to End Untargeted Mass Scanning of Private Chats

https://www.patrick-breyer.de/en/historic-chat-control-vote-in-the-eu-parliament-meps-vote-to-end...
6•anigbrowl•51m ago•1 comments

Shell declares force majeure to clients who buy Qatari LNG

https://www.reuters.com/business/energy/shell-totalenergies-others-declare-fm-their-clients-who-t...
3•geox•52m ago•0 comments

We built a lean, high-perf dashboard for Yeahchain

1•YeahchainTECH•53m ago•0 comments

Veil of Ignorance

https://en.wikipedia.org/wiki/Original_position
4•sillywabbit•54m ago•0 comments

New course on generative AI for behavioral science

https://statmodeling.stat.columbia.edu/2026/03/10/new-course-on-generative-ai-for-behavioral-scie...
1•dlojudice•58m ago•0 comments
Open in hackernews

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

3•erichi•9mo 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!