← All speakers

Bio, Work & Ideas

Oli Gaymond

Conference affiliation: Google DeepMind · 2026

Oli Gaymond leads Android AI product work at Google, developing the infrastructure that makes advanced machine learning practical on mobile devices. His responsibilities span Android’s on-device AI infrastructure, operating-system intelligence, developer tools, hardware acceleration, and the shared models powering Gemini Nano.

Gaymond studied philosophy at the University of Reading, spent three years in consulting, and completed a computer-science master’s degree at Imperial College London. His interdisciplinary background shaped an approach to product management that combines engineering, business judgment, and attention to fairness and technological consequences.

By 2010, he was a Google product manager working on Google Alerts. He subsequently moved into Android machine learning, helping extend the Android Neural Networks API with hardware-acceleration improvements and PyTorch Mobile support. In 2021, he introduced Android’s updateable machine-learning inference stack, designed to simplify runtime distribution, acceleration, and compatibility across diverse devices.

Generative AI intensified those constraints. Gaymond helped bring a foundation model to the Pixel 8 Pro in 2023, confronting mobile memory limits, latency, unreliable outputs, and fixed hardware-launch deadlines. His account of building mobile language models describes a roughly two-billion-parameter model, four-bit weights, specialized accelerators, and compact task-specific adaptations.

  • Shared foundation models as operating-system infrastructure. Through AICore shared-model architecture, Android distributes and optimizes one model that multiple applications access through ML Kit GenAI APIs. Centralized scheduling, foreground prioritization, and device-specific tuning reduce the storage and integration burden on individual developers.
  • Hardware-aware mobile inference. Gaymond distinguishes prompt processing from token generation, which place different demands on computation and memory bandwidth. Neural accelerators can improve time to first token, making features such as recording summaries responsive enough for interactive use.
  • LoRA adapters for shared mobile models. Small task-specific adaptations let a common foundation model support features including summarization and suggested replies without shipping a separate multigigabyte model for each application.
  • A practical choice between managed and custom inference. AICore absorbs optimization, compatibility checks, and scheduling; LiteRT gives developers greater control while requiring additional device testing. His AI Engineer Europe conversation with Florina Muntenescu places that decision alongside battery consumption, local-data privacy, and hybrid cloud deployment.

Read the topics behind these talks

1 conference talk

References