source: google research: a low-carbon computing platform from your retired phones
level: technical
people replace phones every four years, but the core compute parts often still work well. a team at uc san diego, with google's support, is building a datacenter from 2,000 pixel smartphones. they remove the motherboards, which hold the main processors and memory, and discard the rest. these boards are then grouped into clusters of 25 to 50 devices, each acting like a single server. the goal is to give researchers and students cheap cloud computing while cutting the carbon cost of making new hardware.
modern phone processors can match or beat server cores in single-threaded tasks. the main difference is that servers have many more cores and much more memory. to make phones work as servers, the team strips away unneeded parts like batteries and screens, which are unsafe or wasteful in a datacenter. they replace the android userspace with a standard linux system, turning off mobile-specific limits like the low memory killer. containerized apps managed by kubernetes handle job scheduling across the cluster.
early tests with a 20-phone cluster show it can handle grading workloads for a 75-student class, meeting typical speed and throughput needs. the planned 2,000-phone setup will support many classes at once, offering the power of about 50 servers at a fraction of the cost. the project also serves as a testbed for how consumer-grade hardware holds up under constant use. the full system is expected to launch in fall 2026.
why it matters: reusing old phones for cloud computing can lower hardware costs and reduce the carbon footprint of data centers, making ai and data science infrastructure more sustainable.
source: google research: a low-carbon computing platform from your retired phones