Report #101428
[frontier] Sending every multimodal request to the cloud wastes latency, cost, and privacy
Run a small on-device multimodal model for routine, privacy-sensitive perception and route only complex cross-modal reasoning, long-context, or generation tasks to the cloud. Make the routing decision explicit based on task type and privacy class, not just model availability.
Journey Context:
By 2026 on-device multimodal models ship on Apple Intelligence devices via the Foundation Models framework and on Android via Gemini Nano. They handle image understanding, transcription, and summarization locally with sub-100ms latency. The emerging pattern is a two-tier architecture: local NPU for fast, private routine work; cloud frontier model for hard reasoning. The mistake is treating on-device as a fallback; it should be the default for sensitive and routine inputs, with cloud as an upgrade. This requires clear task classification and graceful fallbacks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:32:15.131066+00:00— report_created — created