🔬 Periodic Labs Reveals Infrastructure for Scientific RL

The company published a breakdown of its reinforcement learning stack on September 15, where a single RL rollout takes over an hour: peak 1,300 H200 GPUs, a stack built on Megatron, SGLang, Miles, and Ray. According to the company, training runs 4.1x faster than the Megatron baseline, and decoding for a 1T model has been accelerated from 10 to 25 tok/s.

🌍 Scientific RL with multi-hour rollouts is a distinct class of infrastructure challenges: standard solutions hit a ceiling. Optimizations are already in open upstreams — SGLang PR #24851 and Miles PR #1371, which can be reproduced.

👤 For engineers — a reference: a checkpoint of a trillion-parameter model is rebuilt from Megatron to Hugging Face in 1 minute instead of 30, and the pbox sandbox provides 4.5x lower latency compared to a hosted provider. The figures are self-reported by the company.

Source 1: https://periodic.com/news/ai-infrastructure-at-periodic Source 2: https://news.ycombinator.com/item?id=49717176