This Ask HN post by Cliff Stoll highlights a critical and growing problem: AI models generating entirely false and damaging information, specifically declaring individuals deceased when they are not. The post garnered significant attention, demonstrating a shared concern about AI hallucinations and their real-world impact. While not a product, it reveals an unmet need for reputation management and factual verification in the age of generative AI.
A starter prompt for Claude Code, what you'll need, and how to reach them.
Build a Next.js 16 App Router application with React 19, Tailwind v4, and Neon Postgres on Vercel. The core functionality should be an 'AI Misinformation Monitor' for individuals. It needs to allow a user to register an entity (e.g., 'Cliff Stoll', 'Lumivara Inc.'). Then, develop a backend service that monitors public web sources (starting with Reddit, Twitter/X, and public Facebook pages) for mentions of this entity. Integrate with the Gemini AI model to analyze the content of these mentions, specifically looking for statements asserting the entity's death, severe illness, or business closure. If such a statement is detected, log it to the Postgres database with the source URL and a confidence score. The frontend should display a dashboard where the user can see a list of flagged items, their source, and a timestamp. Prioritize an MVP that can detect 'death' claims for a single registered person and notify via email. Define clear data structures for entities, mentions, and flagged claims. Implement robust error handling and rate limiting for external APIs. The primary build/verify gate is a working web application where I can register a test entity and see at least one simulated 'death' claim flagged on the dashboard, with an email notification sent.
AI hallucinations are getting ambitious. A couple people recently emailed, asking whether the Klein bottle business was still operating after my death. “Huh?” I thought. “I ain’t dead yet.” After some digging, I discovered the source: an AI-generated review of The Cuckoo’s Egg circulating on Facebook. Alongside the usual synthetic praise and fabricated details, it confidently announced that I had died in May 2024. Apparently AI has now advanced to the point where it can kill people off before they notice. Mark Twain once wrote, “Reports of my death are greatly exaggerated.” I never expected to field-test the quote personally. source: https://www.facebook.com/story.php?story_fbid=989939243570691&id=100076638743004 Cheers, -Cliff
Reply in the HN thread to Cliff Stoll's original post.
“Cliff, your Ask HN post perfectly illustrates a critical new problem. I've built a prototype AI Misinformation Monitor that specifically detects AI-generated 'death' claims about individuals on the public web. I'd be happy to show you a demo and explore how such a tool could help proactively manage digital reputation in the age of generative AI.”
Open the original ↗