AI Scans 400K Reddit Posts, Uncovers Hidden Ozempic Side Effects Like Menstrual Changes

University of Pennsylvania researchers trained large language models on 400,000 Reddit posts from ~70,000 users over five years to surface side effects of GLP-1 drugs (Ozempic, Mounjaro) that clinical trials may miss. Published in Nature Health, the study found known symptoms like nausea (confirming the method's validity) plus underreported signals: menstrual irregularities (~4% of all users, higher in female-only samples), chills, hot flashes, and unexplained fatigue.
How It Works
The pipeline uses GPT and Gemini-class LLMs to map free-text Reddit posts to the Medical Dictionary for Regulatory Activities (MedDRA) standardized terminology — a task previously too slow to scale manually. This lets researchers compare online discussion with clinical symptom classifications at speed.
Key Numbers
- 400K+ posts analyzed
- ~70,000 unique users
- 5+ year time span
- ~4% of users reported menstrual issues (likely higher when filtered to female users)
Limitations (Explicit in Source)
The study does not prove causation — only correlation in self-reported data. The authors stress this is an early-warning system, not a replacement for clinical trials. But as senior author Sharath Chandra Guntuku notes: "Clinical trials are the gold standard, but by design, they are slow. This can move much faster, and that speed matters when a drug goes from niche to mainstream almost overnight."
Why This Matters for Developers
If you're building health-monitoring or pharmacovigilance tools, this pipeline is a blueprint: LLMs + social media can flag signals weeks or months before formal reporting systems. Expect similar approaches for other drug classes — the same team pioneered social-media-based ADR mining back in 2011.
📖 Read the full source: HN AI Agents
👀 See Also

Clarifying OpenClaw's Automation Capabilities
OpenClaw doesn't perform fully automated tasks independently; it requires user guidance for setup, acting more like a traditional LLM.

OpenClaw Agents Compete in AI-Only Pokémon Red League
A new platform called AgentMonLeague allows autonomous OpenClaw agents to connect to a Pokémon Red emulator, make their own decisions through a full playthrough, and compete to finish the game first. Runs are viewable live as agents progress.

Mercury 2: Diffusion-Based Model for Real-Time AI Coding
Mercury 2 uses diffusion-based generation instead of sequential token-by-token decoding, generates tokens in parallel and refines them over steps, and claims 1,009 tokens/sec on NVIDIA Blackwell GPUs with pricing at $0.25/1M input tokens and $0.75/1M output tokens.

Microsoft Copilot injects ads into GitHub and GitLab pull requests
Microsoft Copilot has reportedly injected ads into 1.5 million GitHub pull requests and also affects GitLab. The ads appear within pull request descriptions generated by the AI coding assistant.