Hardware
On-Device AI and the Battery Problem
Every flagship phone now advertises an on-device model. Far fewer of them run it continuously, because sustained inference is a thermal problem long before it is a compute problem.
Peak numbers mislead
Vendor benchmarks quote burst throughput. Sustained throughput after ten minutes is frequently half that, once the device throttles. Design your feature around the sustained figure.
Batch, cache, and defer
Do the work while charging
Indexing photos, generating embeddings and summarising documents can all wait for a charger and a cool chassis. Users never notice the delay; they notice a hot phone immediately.