frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New research suggests Bennu's boulders might be more porous than expected

https://science.nasa.gov/missions/osiris-rex/asteroid-bennus-rugged-surface-baffled-nasa-we-final...
1•ultratalk•35s ago•0 comments

Your Site Content Is Powering AI. Your Bank Account Has No Idea

https://medium.com/@tenslor.com/your-site-content-is-powering-ai-your-bank-account-has-no-idea-th...
1•emem_ndon•1m ago•0 comments

An effect notation based on with-clauses and blocks

https://blog.yoshuawuyts.com/a-with-based-effect-notation
1•fanf2•1m ago•0 comments

AI Team OS – Turn Claude Code into a Self-Managing AI Team

https://github.com/CronusL-1141/AI-company
1•cronus1141•5m ago•0 comments

The development of ChatGPT killed Chegg. I watched it happen live as an employee

https://old.reddit.com/r/OpenAI/comments/1rzcikg/how_the_development_of_chatgpt_slowly_killed/
1•thunderbong•6m ago•0 comments

Web Rewind

https://www.web-rewind.com/
1•SockThief•7m ago•0 comments

De-anthropomorphizing "AI": From wishful mnemonics to accurate nomenclature

https://firstmonday.org/ojs/index.php/fm/article/view/14366/12152
1•adrianhoward•8m ago•0 comments

Worker cooperative for open source tech related to scientific image data

https://image.coop/blog/posts/2026/03/16/why-image-cooperative/
1•jkh1•10m ago•0 comments

Running an AI Agent on a 448KB RAM Microcontroller (Zephyr)

https://github.com/LingaoM/zbot
1•menglingao•16m ago•0 comments

Mole – Deep clean and optimize your Mac

https://github.com/tw93/Mole
1•chetangoti•17m ago•0 comments

Big Tech Spends More on Buildings Than Research

https://cupellabs.com/big-tech-spends-more-on-buildings-than-research
1•impjohn•17m ago•0 comments

Response to Misleading Claims – Delve

https://delve.co/blog/response-to-misleading-claims
1•doppp•23m ago•0 comments

Polsia – AI That Runs Your Company While You Sleep

https://polsia.com/live
2•vismit2000•29m ago•0 comments

Ask HN: what’s your favorite line in your Claude/agents.md files?

3•khasan222•29m ago•0 comments

Designing delightful front ends with GPT-5.4

https://developers.openai.com/blog/designing-delightful-frontends-with-gpt-5-4
1•tosh•29m ago•0 comments

Debian's 2026 Election Accidentally Has Only One Candidate

https://plimmie.substack.com/p/debians-2026-election-accidentally
1•limp_diskit•30m ago•0 comments

Show HN: TabPilot – Search across Safari tabs and windows

https://apps.apple.com/cz/app/tabpilot/id6760547850?mt=12
1•bartaxyz•30m ago•0 comments

Unswitch – AI Assistance for doing, not chatting

https://unswitch.com/
1•rcarmo•31m ago•0 comments

Vibegif.lol

https://github.com/vibegif/vibegif.lol
1•planetrenox•34m ago•0 comments

Show HN: Machine learning and AI. Hype not included

https://www.youtube.com/channel/UCS3-Fuwaty1mc8MH6vJTVTw
1•frag•34m ago•0 comments

A European DNS Server Added 1 Second to Every Page Load in Australia

https://hsps.in/post/european-dns-server-added-1-second-to-every-page-load-in-australia/
1•coderhs•41m ago•0 comments

Philip K Dick [Wiki]

https://en.wikipedia.org/wiki/Philip_K._Dick
1•sans_souse•43m ago•0 comments

OpenAI offers $100 in free Codex credits to college students in US and Canada

https://chatgpt.com/codex/students
1•DanielHall•47m ago•0 comments

Construct's official 3D model object

https://www.construct.net/en/blogs/construct-official-blog-1/introducing-constructs-1900
1•AshleysBrain•48m ago•0 comments

Antibrittle Agents

https://www.southbridge.ai/blog/antibrittle-agents
1•vinhnx•51m ago•0 comments

The $3.5T Private Credit Crisis No One Is Talking About [video]

https://www.youtube.com/watch?v=8Qc5U00IiAk
2•u1hcw9nx•53m ago•0 comments

Pizza delivery driver built triple OS where folders SOLIDIFY at 5% capacity

1•Catanamu•54m ago•0 comments

Supermicro co-founder arrested, charged over $2.5B Nvidia GPU sales to China

https://www.theregister.com/2026/03/20/supermicro_nvidia_gpu_charges/
2•u1hcw9nx•59m ago•0 comments

Chinese AI videos used to look fake. Now they look like money

https://www.japantimes.co.jp/commentary/2026/03/20/world/chinese-ai-videos-used-to-look-fake/
1•mikhael•1h ago•0 comments

Now anyone can host a global AI challenge

https://blog.google/innovation-and-ai/technology/developers-tools/introducing-kaggle-community-ha...
1•T-A•1h ago•0 comments
Open in hackernews

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

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