December 4, 2022
Like a lot of people, I’ve been going down the rabbit hole of playing with the ChatGPT AI recently.
I realized that it’s pretty good at summarizing news articles, so I decided to build a website that shows 10 NYTimes articles and short summaries of them (so that I can read them with my minuscule attention span).
A day or so later, I finished Brief, a website that does just that!
A few notes:
const browser = await puppeteer.launch({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
});
Update: OpenAI quickly got smart and put bot detection in front of ChatGPT, so this stopped working. I had it coming for me. The site is frozen in time to when it stopped working.