Ardia is pre-revenue — so instead of made-up numbers, here is what we can actually measure today, reproducibly, from public data and our own test suite.
Activity-recognition model trained from scratch on the public UCI HAR benchmark (Anguita et al., 2013, CC BY 4.0), evaluated subject-independently — the 9 test people never appear in training, so this measures generalisation to a new person. Model chosen by 5-fold cross-validation on the training split only, then scored once on the held-out subjects.
UCI HAR's volunteers are aged 19–48. Older adults move differently, so this 95.45% proves the method and pipeline — it does not prove Cadence is 95.45% accurate on a frail 82-year-old, and we won't imply it does. Before elder deployment, Cadence will be re-trained and re-validated on older-adult movement data under a BAA, on this same subject-independent protocol. It is non-diagnostic and not a fall detector.
Meridian isn't an LLM — it's a deterministic model of the PAMA / CLFS rate cliff. The math lives in models/meridian/clfs.py and its tests pin the exact figures the site shows, so the numbers can never drift from the code.
Same inputs always give the same answer. It applies the PAMA statute (up to 15%/yr for 2027–2029) to 2025 CLFS national rates (public CMS data) and the test mix you enter. It runs entirely in your browser — no upload, no server, no PHI. Try it live on the Meridian page →
Everything above is enforced by an automated test suite in the repo — run it yourself.