Reach for it when
- The data is sensitive enough that it should never leave the device: journal entries, health signals, anything a user would not want sent to a server.
- The feature has to work offline or on a bad connection, where a round trip to the cloud is not an option.
- Latency has to be instant and predictable, with no network hop, for something like live on-device transcription.
- You want to cut per-inference cloud cost to zero for a high-volume, well-scoped task a small model can handle.