Cloud AI Research

Reading List

Papers and resources on distributed systems and ML infrastructure

2026
reading

reading · reading

reading

reading

#reading
2022
PaLM: Scaling Language Modeling with Pathways

Aakanksha Chowdhery et al. · NeurIPS

Useful for understanding how distributed training, model quality, and infrastructure design interact at scale.

Reading note.

#DistributedTraining#Infrastructure
2020
Scaling Laws for Neural Language Models

Jared Kaplan et al. · arXiv

A clean reminder that compute, data, and parameter count must be considered together rather than as independent dials.

Reading note.

#Scaling#LLMs
2015
Borg, Omega, and Kubernetes

Google, etc. · Google Research / Industry

A foundational comparison for scheduler design, control-plane simplicity, and resource fairness.

Reading note.

#Scheduling#ClusterSystems