The Two RL Stories of 2026
Reinforcement learning has two reputations right now, and both are accurate. In narrow, well-specified domains it is the state of the art and ships to hundreds of millions of users every day. In broad, open-ended environments it still struggles to cross the lab-to-production gap in any reliable way.
The split is not about algorithms — PPO and its descendants work fine in both settings. The split is about reward signal quality and distribution shift. When the reward is cheap to evaluate, dense, and stable across rollouts, RL converges to something useful. When reward is sparse, human-in-the-loop, or collapses the moment you leave training distribution, RL optimizes something but not the right thing.
This lesson walks through the domains one by one: where RL is actually deployed, what makes each case tractable, and which long-promised applications keep failing to cross the threshold.
