frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google: Attackers are using prompt injection against coding agents

https://cloud.google.com/blog/topics/threat-intelligence/from-prompting-to-autonomy-the-evolution...
1•fourfire•48s ago•0 comments

I'm not an economist, but here's an argument I've been thinking about

https://twitter.com/slatestarcodex/status/2097599396749992185
2•tosh•1m ago•0 comments

Plotext 6 – Plot data, images and video in the terminal

https://github.com/piccolomo/plotext
1•piccolomo•1m ago•0 comments

Authentication Is Largely Solved. Authorization Isn't

https://www.technometria.com/p/authentication-is-largely-solved
1•mooreds•1m ago•0 comments

Ask HN: How to know when Claude has changed model itself during processing?

1•mfaisalghufran•2m ago•0 comments

Besxar is building an orbital semiconductor factory, one SpaceX rocket at a time

https://techcrunch.com/2026/09/09/besxar-is-strapping-advanced-chip-fabs-onto-spacexs-falcon-9-ro...
1•Brajeshwar•2m ago•0 comments

How to pick the right AI model for each task [video]

https://www.youtube.com/watch?v=FdbcY41N9fs
2•deepmem•3m ago•0 comments

Lloyds Bank Denies Palestine Action Prisoner's Mum Mortgage over 'Adverse Media'

https://novaramedia.com/2026/09/09/lloyds-bank-denies-palestine-action-prisoners-mum-mortgage-ove...
1•slowin•3m ago•0 comments

How Big Should a Terraform Root Module Be?

https://newsletter.masterpoint.io/p/how-big-should-a-terraform-root-module-be
1•mooreds•4m ago•0 comments

Skill Showcase: /Guide

https://www.nlsmdn.com/posts/2026/skill-showcase-guide/
1•pushingbits•4m ago•0 comments

I love her but I don't want to be her

https://pammoore.substack.com/p/i-love-her-but-i-dont-want-to-be
1•mooreds•4m ago•0 comments

School Students Who Use AI Get Worse Test Scores, OECD Warns

https://www.bloomberg.com/news/articles/2026-09-08/school-students-who-use-ai-get-worse-test-scor...
1•airstrike•4m ago•0 comments

The Quiet Unwinding of Microsoft and OpenAI

https://deadneurons.substack.com/p/the-quiet-unwinding-of-microsoft
1•nr378•5m ago•0 comments

Which Mac for Local LLMs in 2026? A Buyer's Guide

https://vettedconsumer.com/which-mac-for-local-llms-2026-buyers-guide/
1•speckx•5m ago•0 comments

Heat forces French Champagne makers to stiffen their drink

https://phys.org/news/2026-09-french-champagne-makers-stiffen.html
1•samizdis•8m ago•0 comments

Human-made webring for handcrafted personal websites

https://human-made.site/
2•midzer•10m ago•0 comments

FinOps for LLM Spend – why your bill has changed

1•leanroute_ai•10m ago•0 comments

Anthropic researcher says more than 10% chance AI "could kill all humans"

https://www.cbsnews.com/news/ai-kill-humans-anthropic-researcher-more-than-ten-percent-chance/
2•jb1991•10m ago•0 comments

Show HN: Give your AI agent on-screen guides that show users where to click

1•pancomplex•11m ago•0 comments

How to select your first marketing channel

https://longform.asmartbear.com/first-marketing-channel/
1•tosh•11m ago•0 comments

Where Does Bad Code Come From? [video]

https://www.youtube.com/watch?v=7YpFGkG-u1w
1•adletbalzhanov•13m ago•0 comments

Arctic Summer 2026 Climate Review

https://alaska-arctic-climate.beehiiv.com/p/arctic-summer-2026-climate-review
1•Gedxx•13m ago•0 comments

Show HN: Adding initContainers and env vars to deployments w/o Kyverno

https://github.com/katalyticIT/kTailor
1•docdiesel•13m ago•1 comments

The Einstein test: what happens when AI tries to rediscover relativity?

https://www.nature.com/articles/d41586-026-02804-x
3•sbulaev•13m ago•0 comments

Legal AI startup Harvey reaches $15.6B valuation with $550M round

https://bloomberg.com/news/articles/2026-09-09/legal-ai-startup-harvey-hits-15-6-billion-value-wi...
1•utiiiD•14m ago•0 comments

Investor Who's Convinced That Pokémon Cards Will Be Currency After an Apocalypse

https://www.hollywoodreporter.com/business/business-news/trading-cards-growth-pokemon-apocalypse-...
2•cainxinth•15m ago•0 comments

How Companies Undercut Dissent

https://news.mccombs.utexas.edu/research/how-companies-quietly-undercut-dissent/
1•robtherobber•16m ago•0 comments

The 'Gen Z stare' – and the decline of saying things out loud

https://www.yahoo.com/lifestyle/articles/gen-z-stare-decline-saying-090000441.html
1•gmays•16m ago•0 comments

EP-1: our first local model that summarises meeting notes

https://www.epilude.com/news/introducing-ep-1
1•brmkr•16m ago•1 comments

Do wind and solar farms tank home values? A 20-year study has an answer

https://electrek.co/2026/09/08/do-wind-and-solar-farms-tank-home-values-a-20-year-study-has-an-an...
2•Brajeshwar•17m 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!