frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Control AI agents actions and executions matters the most

https://github.com/CTRLRun/ctrlrun
1•arpanghoshal•21s ago•0 comments

Show HN: Pe-builder – Windows XP live CDs, built on Linux

https://github.com/nradchenko/pe-builder
1•nradchenko•1m ago•0 comments

Show HN: BoxHaven – Run Claude Code and Codex on Persistent Cloud VMs

https://github.com/finbarr/boxhaven
1•Finbarr•1m ago•0 comments

Find where GPU capacity is available across cloud regions

https://cloudcapacity.datadoghq.com
1•hwayne•2m ago•0 comments

Don't let AI kill the author

https://www.economist.com/leaders/2026/09/24/dont-let-ai-kill-the-author
2•edward•3m ago•0 comments

Cost of Delay

https://www.votito.com/methods/cost-of-delay/
2•gojkoa•4m ago•0 comments

RevExOS – JEV

https://revexos.com/jev-playground
1•revexos•4m ago•0 comments

JEV-as-a-Judge

https://academy.dair.ai/papers/jev-as-a-judge-accept-when-confident-escalate-when-unsure-2609.26550
1•omarsar•8m ago•0 comments

DOJ: Uncle Sam bought forensics software from same Russian operation supplying

https://www.theregister.com/software/2026/09/24/doj-uncle-sam-bought-forensics-software-from-same...
4•sbulaev•11m ago•0 comments

Internationalization (Internationalization) and Localization (L10n)

https://www.kashyapsuhas.com/blog/i18n-l10n
1•kashyapS07•11m ago•0 comments

Why the FBI investigated archbishop sheen during WWII

https://www.osvnews.com/why-the-fbi-investigated-archbishop-sheen-during-wwii/
1•MarcoDewey•11m ago•1 comments

Ask HN: Does spec-driven development still pay off with frontier coding models?

2•sarangk90•12m ago•1 comments

AI is accelerating and amplifying threats: immediate action is necessary

https://english.aivd.nl/latest/news/2026/09/24/ai-is-accelerating-and-amplifying-threats-immediat...
2•HelloUsername•13m ago•0 comments

Marvel Has Been Wearing a Horror Movie Under That Spandex Since 1962

https://medium.com/theentertainmentbreakdown/marvel-has-been-wearing-a-horror-movie-under-that-sp...
1•raynchad•15m ago•0 comments

Show HN: Rig – Open-source cloud desktops for AI agents

https://github.com/ShadowWalker2014/rig
2•fengjiabo2400•16m ago•0 comments

Russian Cosmism

https://en.wikipedia.org/wiki/Russian_cosmism
3•PaulHoule•18m ago•0 comments

'Palantir is a great company', EU defence chief tells Euronews

https://www.euronews.com/2026/09/24/palantir-is-a-great-company-eu-defence-chief-tells-euronews
4•g-b-r•18m ago•1 comments

JEV-Star: Low-Cost StarCraft II Control with Language-Model Planning

https://github.com/sc2musa/Jev_Star
1•tndl•18m ago•0 comments

Run-assert-eval: Find the risk, fix it, prove it

https://commandline.microsoft.com/run-assert-eval-responsible-ai-agent-risk-discovery-at-runtime/
1•doomroot13•19m ago•0 comments

Digital Cash Payoff (2001)

https://www.technologyreview.com/2001/12/01/235339/digital-cash-payoff/
1•ronfriedhaber•21m ago•0 comments

Show HN: DrawCMS – An open-source animated diagramming tool for AI Agents

https://github.com/drawcms/drawcms
1•dimas3399•21m ago•0 comments

Logs you, your AI and cron jobs write to that you can prove weren't altered

https://freshjots.com/
2•arsphy•24m ago•1 comments

Show HN: bananabread AI – Find what customers love and want from your products

https://bb-product-api-docs.web.app/
1•aditya314159•25m ago•0 comments

GoDaddy receives takeover offer from maker of Norton antivirus software

https://www.ft.com/content/6cc7149f-a9f1-47f6-9faf-b98a28f9aedc
1•JumpCrisscross•25m ago•0 comments

If you don't have the factories, you lose the expertise

https://lemire.me/blog/2026/09/24/if-you-dont-have-the-factories-you-lose-the-expertise/
3•ibobev•26m ago•0 comments

Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock

https://github.com/brofranks/headwire
1•brof•26m ago•0 comments

Namernut – domain name generator that scores how crowded a name is

https://namernut.com
1•coreinch•28m ago•0 comments

Show HN: MEF LLM Studio

https://www.mef-llm-studio.com/de/
1•walti1972•28m ago•0 comments

Fragments: September 24

https://martinfowler.com/fragments/2026-09-24.html
1•ibobev•29m ago•0 comments

Double-entry bookkeeping and paper and tokens

https://honza.pokorny.ca/2026/09/double-entry-bookkeeping-and-paper-and-tokens/
1•ibobev•30m ago•0 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!