SYSTEM Cited by 1 source
Gboard¶
What it is¶
Gboard is Google's keyboard app for Android and iOS (Play Store), shipping a per-device language model that powers next-word prediction, auto-correction, gesture typing, and emoji suggestion.
For the wiki's purposes, Gboard is significant as the canonical first-generation federated-learning / federated-analytics deployment target at Google, dating from the original 2017 federated-learning papers and 2020 federated-analytics blog post.
Architectural significance¶
Per the 2020 federated-analytics blog post (the post the 2026-05-27 post cites as the origin of the term), Gboard was one of the launch use cases:
"with applications in Pixel Recorder, Gboard, and more"
Gboard's structural problem was the canonical motivator for federated learning: how to improve the keyboard's language model based on actual user typing patterns without ever shipping the user's keystrokes off-device. Federated learning's per-device local model updates, aggregated with secure-aggregation cryptography, provide the mathematical mechanism.
Generations of analytics architecture used by Gboard¶
Gboard predates the 2026-05-27 zero-trust-aggregation architecture; it has historically used:
- First-generation secure aggregation for federated-learning gradient aggregation
- Differential privacy at various points in the training pipeline
- TEE-backed aggregation for newer AI-feature analytics (sibling to Pixel Recorder's Gen-2)
Whether Gboard will adopt the Gen-3 architecture (cryptographic + TEE + client committees) is not addressed in the 2026-05-27 post; the post names systems/android-safetycore as the first Gen-3 target.
Caveats¶
- Stub wiki page. Gboard is referenced as a federated-analytics consumer in the 2026-05-27 post but not centrally analysed there. Deeper architectural treatment of Gboard's federated-learning stack lives in the original 2017+ papers and is not yet ingested on the wiki.
- What specifically is aggregated from Gboard varies by feature (language-model gradient updates, emoji-usage statistics, etc.) and is not enumerated in the 2026-05-27 post.
Seen in¶
- sources/2026-05-27-google-private-analytics-via-zero-trust-aggregation — Gboard cited as a federated-analytics consumer at Google, alongside Pixel Recorder; not the focus of the post but evidence of the federated-analytics framework's deployment breadth.
Related¶
- systems/android-safetycore — Gen-3 production target
- systems/pixel-recorder — Gen-2 production target
- systems/google-confidential-federated-analytics — the analytics service
- concepts/federated-analytics
- concepts/secure-aggregation
- concepts/on-device-ml-inference
- concepts/differential-privacy
- companies/google