Pierre Tachoire
@krichprollsch
Co-Founder @lightpanda_io, Scrooge McDuck @clermontech
I'm on mastodon mamot.fr/@krichprollsch
ID: 6990782
https://lightpanda.io 21-06-2007 10:11:40
630 Tweet
176 Followers
124 Following
Had a blast seeing what people built with Lightpanda this weekend {Tech: Europe} hackathon in Paris My (totally unbiased) favourite was Action Cache, who built smarter caching for faster browser agents on Lightpanda Weaviate AI Database and OpenAI Repo below
CDP powers the whole web automation ecosystem: Playwright, Puppeteer, Stagehand 🤘, Browser Use & more But it was built for debugging, not automation. And thinks in pixels, not in DOM actions. This forces every lib into workarounds lightpanda.io/blog/posts/cdp…
We just shipped a v1 of Stagehand 🤘 compatibility Example code here github.com/lightpanda-io/… ⚠️ you need to create a new page using `const page = await stagehand.context.newPage();`
Fun fact: when you load a webpage, your browser makes hundreds of requests and most of them you didn't ask for 👀 Request interception lets you hijack any of them. Block, modify, fake entirely Browser building 101 and a rabbit hole 🕳️ Pierre Tachoire explains how we built it 👇