Profiling Hacker News users based on their comments

· Source: Simon Willison's Weblog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Cybersecurity & Data Privacy · Depth: Intermediate, medium

Summary

An experimental method profiles Hacker News users by feeding their last 1,000 comments, obtained via the Algolia API, into a large language model like Claude Opus 4.6. This "startlingly effective" process generates detailed profiles covering professional identity, technical interests, working style, and personality, exemplified by the author's own comprehensive profile. While raising "privacy concerns" due to the depth of derived information, the author primarily uses this tool to identify users who might engage in bad-faith arguments. The LLM can sometimes infer real names, likely from linked personal websites, but this is not consistently observed for all users.

Key takeaway

LLMs like Claude Opus 4.6 can generate "startlingly effective" and highly detailed user profiles from up to 1,000 public Hacker News comments. This process, using Algolia API data, reveals deep insights into professional identity, technical interests, working style, and even personality. While raising significant privacy concerns, this technique offers practical value for understanding user perspectives or identifying bad-faith actors in online moderation.

Topics

Code references

Best for: AI Engineer, Prompt Engineer, AI Ethicist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.