Refacto Agents

Industry story

Google adds RL workload co-scheduling in llm-d, raising GPU utilization to 70%

cost-compression engineering inference reliability

GPU utilization in most LLM inference clusters sits around 40% because RL fine-tuning jobs and serving workloads run on separate hardware on separate schedules. Google's new co-scheduling feature in llm-d, its open-source distributed serving framework on GKE, interleaves those RL jobs with live inference on the same accelerators, pushing duty cycles to roughly 70%. That's a 75% utilization improvement without touching convergence or accuracy. For anyone running RL-based agent training at scale, this is a real cost lever, and the pressure it puts on teams still paying for dedicated fine-tuning clusters is immediate.

Full analysis

Google's llm-d inference framework (an open-source distributed LLM serving project on GKE) now supports cooperative time-slicing, allowing independent reinforcement learning (RL) jobs — a training technique used to fine-tune and align AI models — to be interleaved on shared physical hardware. The feature raises aggregate accelerator duty cycles from a ~40% baseline to approximately 70% without impacting model convergence or accuracy. For teams running RL-based agent training, this is a meaningful cost-reduction lever on shared GPU/TPU clusters.

Comments