AI News

AI-Defined Vehicles: Android Meets Google Cloud

Quick answer

Android Automotive OS and Google Cloud team up to build AI-defined vehicles. Nexus SDV platform uses Bigtable for telemetry, enabling predictive maintenance and agentic mobility.

The automotive industry is shifting from hardware-centric platforms to Software-Defined Vehicles (SDVs). With Android Automotive OS (AAOS) and Google Cloud, OEMs can build intelligent, connected vehicles. Let’s dive into how this works.

AAOS SDV: The Vehicle Side

AAOS SDV is an open-source platform that abstracts core functions into reusable services, decoupling non-safety domains like climate control from hardware. This enables dynamic service discovery and remote monitoring even when the vehicle is off.

Developers can use the Android Cuttlefish emulator to simulate sensor streams and validate services before hardware is ready. Valtech’s Nexus SDV platform leverages this middleware to stream telemetry into Bigtable.

Google Cloud: AI-Native Mobility

AI-defined vehicles (AIDV) embed AI at every level. A Gemini-powered vehicle doesn’t just warn you about low battery; it analyzes your schedule and traffic to suggest optimized charging stops. This collapses data silos and provides unified context.

Bigtable: The Data Backbone

Bigtable handles petabyte-scale automotive telemetry with sub-millisecond latency. Its sparse-row schema accommodates diverse sensor data. Features like Continuous Materialized Views pre-calculate metrics, and integration with the Agent Development Kit (ADK) enables real-time anomaly detection and automated actions.

Nexus SDV Platform

Nexus SDV combines AAOS SDV, Bigtable, and Gemini. It provides a standardized data foundation, quick setup, and defense-in-depth security with mTLS and Google Cloud CAS. OEMs can focus on brand experiences rather than infrastructure.

Predictive Maintenance Use Case

Traditional maintenance is reactive. With Nexus SDV, telemetry streams into Bigtable, AI detects anomalies, and Gemini assesses severity. The system can notify drivers, schedule service, or order parts automatically, reducing downtime and costs.

Get started with Nexus SDV on GitHub. Learn more about Google Cloud and Neon Database for alternative data solutions.

Original announcement published on Google Cloud.