Good catch—it's actually a hybrid approach:
1. Anomaly Detection & Visualisation: This runs 100% locally via WASM using the linear-time algorithms I shared here previously.
2. Forecasting: This hits our DriftMind API [1][2].
We designed the API to be transient-only. The data is processed in-memory for the forecast and immediately discarded; absolutely nothing is persisted to disk or used for training. We wanted to keep the browser lightweight while still offering the heavy-duty forecasting from our core engine
[1] https://thingbook.io/doc/devGuide.html
[2] https://medium.com/towards-artificial-intelligence/reflexive...