thinkbridge built a cloud-native ingestion layer that streams sensor and audio data from every home in under a second, using serverless ingestion and Kafka-based pipelines to hold that latency steady across thousands of concurrent households. On top of that layer, the pod trained unsupervised models, Isolation Forest and LSTM auto-encoders, on each resident's first two days of data.
The models were designed to refresh every night, so detection stayed matched to a changing routine rather than a fixed rule. A separate sound-classification model, a lightweight neural network distilled from a large audio dataset, learned to recognize existing smoke alarms, carbon-monoxide detectors, breaking glass, and specific voice cues. The household's existing alarm effectively became a sensor.
Retrofitting a home took one step: clip a small microphone near the existing alarm. This translated a model's output into language a caregiver could act on. The platform encrypts every signal in transit and at rest and processes raw audio on the device, so sound never leaves the home. With a rules layer sitting over the machine-learning scores, it delivered a plain sentence inside the caregiver app.