| I got tired of feeling down every time I read the news, so I built a site that takes real news articles and rewrites them in the style of The Onion using GPT. It pulls from various RSS feeds (BBC, Fox News, TechCrunch, etc.) and uses AI to generate satirical headlines and content in the style of Jon Stewart. How it works: - Fetches news from multiple RSS feeds across different categories - Uses GPT to generate witty headlines (it first generates 5 options, then picks the funniest one. I found this actually does well in choosing a funnier option) - Rewrites articles in a satirical style while (TRYING) to preserve the core facts Future plans: - Let users add their own RSS feeds for personalized satire - Add local news integration so you can laugh at what's happening in your city - Implement different comedic "personalities" (think John Oliver, Stephen Colbert, different political affiliations, sassy gossip, etc.) - Add social features to share Tech stack: React, Node.js, OpenAI API, RSS parsing I built this because doomscrolling was affecting my mental health, and I figured injecting some humor into the news cycle might help others too. Would love feedback from the HN community! |
On the other hand, I actually liked "Greece Declares State of Emergency on Santorini, Residents Quickly Realize They Have Nowhere Else to Vacation" because it's funny to me that the entire country of Greece has a single place where they go for vacation. However, after I realized there were actual earthquakes, the joke felt a little insensitive, but I suppose that's to be expected if you're doing irreverent news.
"Aliens Prefer UK Over US for Sightseeing Trips, Survey Says" was also a pretty clever way to reword the original article, but it misunderstood the statistics. The article says that belief in UFOs is rising in the UK, but it is still less than in the US (20% across the pond vs 42% in the US of A), making the AI headline inaccurate.
Anyway, this is clearly meant to be a fun project, but I wanted to leave some feedback in case it helps find ways to make AI funnier. I think it's a good tool for comedy, but so far, the best AI comedy that I've seen has made use of its absurdity, like the Netflix special (https://youtu.be/nH_bEtbfB9U?si=TRF7v_Zu7sNVaeWD) or DougDoug's videos (https://youtu.be/W3id8E34cRQ?si=ucL-c4gOXRgor1LB). I think that there are probably certain prompting techniques that could make an AI more naturally funny, but I'd bet you probably have to get into CoT/reasoning-type stuff to get it to really make well-though-out jokes, because ultimately the best jokes are the ones that have layers to them.