Integrity
AI-powered Medicare provider behavior pattern detection. Proactive program integrity using only public data.
Integrity is a single Go binary that ingests 22 CMS datasets, scores 1.47 million Medicare providers across 10 years of history, and serves an interactive investigation dashboard. It detects anomalous billing patterns using 27 features across 8 categories, a three-way ensemble scoring method (weighted composite, ML corroboration, gradient boosted trees), and graph analysis across an 82.6 million edge provider network.
Out-of-sample validation found 37 confirmed fraud cases totaling over $500M — providers never in the training data, flagged purely from billing pattern anomalies. Average detection lead time: 6.9 years before OIG exclusion.
Key Differentiators
- Public data only — no PHI, no data use agreements, no claims-level access required
- Live weight adjustment — investigators tune feature weights in real-time and watch scores re-rank instantly
- Full transparency — every score traces to source data, SQL queries, peer groups, and weights. Not a black box.
- Single binary — DuckDB embedded, GraphWizard in-process, all assets compiled in. Under $800/month infrastructure.
- GraphWizard integration — 6 custom graph algorithms detect fraud rings, prescribing isolation, and exclusion proximity