AI system
How the Wellex models actually run.
Last updated: 2026-04-07
On-device
Two small models live on the bracelet's M55:
- Feature extractor — converts raw sensor windows (1 minute) into a feature vector.
- Activity classifier — labels the minute (sleep, walking, running, sedentary, exercise).
Both are int8 quantised, ~80 KB each.
On-phone
The phone runs the personalisation engine:
- Sleep stager — segments the night into wake/light/deep/REM.
- WVI computer — applies the four sub-scores against the member's baseline.
- Direction picker — ranks the five archetypes and picks one.
These run nightly on-device after sync. Member's raw data never leaves the phone unless cloud backup is opted in.
In the cloud (optional)
If the member opts in to cloud backup:
- Daily summaries are encrypted with the member's key and stored.
- Aggregated cohort statistics (anonymised, k-anonymity ≥ 50) are used to retrain the global priors.
That is the entire cloud ML footprint. There is no global per-user model in the cloud.
What we do not do
- We do not run an LLM "coach" that reads your raw data.
- We do not stream sensor data to the cloud in real time.
- We do not use member data to train models that benefit other members without explicit consent.