Free pharmacovigilance signal detection tool built with Claude Code

A developer has built a free pharmacovigilance signal detection tool using Claude Code, replicating functionality that commercial platforms typically charge $50,000 to $500,000 per year for. The project was completed in a weekend and is now available as a free resource.
What the tool does
The tool analyzes 2.9 million FDA adverse event reports from the FDA's public dashboard. Unlike the raw data available from the FDA, this tool calculates the disproportionality statistics that researchers actually need for pharmacovigilance work: PRR (Proportional Reporting Ratio), ROR (Reporting Odds Ratio), and chi-squared statistics.
Key features
- Type a drug name to get a full statistical safety profile
- Compare drugs side-by-side
- Runs signal detection across the entire FDA adverse event database
- Hosted for free on HuggingFace Spaces
Technical implementation
The developer notes they are not a pharmacovigilance expert but built this tool because "the data is free" and "the methods are published" - the main barrier was engineering implementation. The entire stack runs for free on HuggingFace.
The tool addresses a specific gap in available resources: while published drug safety studies take months of specialized work and end up behind paywalls, and commercial platforms are expensive, this provides free access to the statistical analysis researchers need.
The developer has made the project available with the hope that pharmacovigilance experts will find it useful or extend it into something better. The source code is available on GitHub for those who want to examine or contribute to the implementation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

Alternative AI Coding Agents After Claude's Plan Removal
A Reddit user tested several AI coding agent alternatives after Claude discontinued its coding plan, including Kimi ($20/month), Minimax ($10/month), Z.AI GLM ($10/month), Stepfun ($6-10/month), Mistral ($15/month), and Arcee Trinity (API-based).

Browser CLI: A Token-Efficient Browser Automation Tool for AI Coding Agents
Browser CLI is a persistent headless Chromium daemon that provides browser automation via plain Bash commands, achieving ~95% token savings compared to Playwright MCP by reducing calls from ~1,500 tokens to ~75 tokens.

Project Headroom: Netflix Engineer's Open Source Tool Slashes AI Token Costs by 90%
Netflix senior engineer Tejas Chopra created Project Headroom, an open source proxy that compresses AI context input by up to 90%, saving an estimated $700,000 across users since January 2026. It runs locally on port 8787 and wraps any LLM CLI.