SGLang talk says RL post-training is really an inference problem
BanghuaZ · x · 2026-07-24
A talk at a dstack / Crusoe / SGLang event argues that reinforcement learning post-training is fundamentally an inference problem.
- The speaker says the most expensive part of RL is rollouts, and rollouts are essentially serving.
- That means inference-engine optimizations should directly carry over into RL training frameworks.
- The example given is Miles, an SGLang-native RL framework, where serving and training share the same stack.
- The broader point: one unified engine can reduce training/inference drift, avoid forks, and keep optimizations reusable across inference and RL.
- The slides also claim the stack reached 500+ TPS in two weeks, with measurable gains such as 18–34% interactivity improvement and 10.17× at 1M context.
More from coding & agent
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11