Fetching from the wire…
Public story · 2026-09-09 · high
The open-source stack trains GLM-5.2 across 64 GB300 GPUs and adds LoRA and on-policy distillation options most RL frameworks skip.
Why now: Covered in reporting dated September 9, 2026.
Miles v0.1 trains a 744B-parameter model using fully asynchronous reinforcement learning at 263 seconds per step, per the Miles v0.1 paper. The case study runs GLM-5.2, a model with a 40B active parameter count, on terminal-use coding tasks spread across 64 GB300 GPUs.
Teams training agentic models at this size have had to choose between async rollouts that go unstable and synchronous ones that sit idle waiting on each other. Miles decouples rollout generation from training entirely and offers three separate weight-synchronization transports depending on how the cluster is wired, which is the detail that lets the loop stay async without falling over.
The stack sits on slime, uses SGLang for the rollout engines, and lets you pick Megatron-LM or PyTorch FSDP for the trainer. It's not built around one recipe. Beyond full-parameter RL, it supports LoRA RL for cheaper fine-tuning runs, on-policy distillation, plain SFT, and what the paper calls true on-policy rollout-training alignment.
Most RL infrastructure papers show a benchmark score and ask readers to take the training details on faith. This one hands over the transport layer, the trainer options, and the exact hardware count, the specifics needed to reproduce a 744B run instead of just reading about it. The paper doesn't say whether the 263-second step time holds on a smaller cluster or degrades as GPU count drops.
Watch whether other labs training agentic models at this parameter range adopt the same async decoupling pattern, or whether GB300-specific tricks in the weight-sync layer turn out to be why it works at all.
Each link below shares sources, entities, or timing with this story.
AxisAgentic (855 stars) is a runtime emitting append-only traces that reconstruct exactly what the model observed at any point, with explicit runtime markers for rollback, context compaction and discard events: which is what makes state-faithful SFT export possible without lea...
Wafer.ai ran K3 at TP8 on a single MI355X node: 952 tok/s aggregate, 118 tok/s single-stream decode, ~13k tok/s steady-state prefill after fixing missing PyTorch sampling functions and AITER MLA prefill kernels via SGLang and ROCm. Against a two-node TP16 B200 deployment that'...
This is the cleanest experimental result I've seen in weeks, and it explains a class of debugging pain I've hit personally. Researchers held weights, test cases, decoding parameters and seeds fixed on BFCL v4 and changed exactly one thing: the serving adapter. The tool-call sc...
The September 5 release adds beam search via a beam_width request parameter returning the n best sequences, though it doesn't yet combine with speculative decoding, disaggregation, DP attention or HiCache. DeepEP v2's fixed-size ElasticBuffer engine as --moe-a2a-backend deepep...
MiniCPM5-2B is a 2B dense reasoning model, 42 layers, grouped-query attention, BF16, 131,072-token context, published September 7. It scores 15 on Intelligence Index v4.2, reported as the highest for any open-weight model under 4B, with the card claiming a 53.9 average as 2B-c...
This model combines CogViT visual encoder with GLM-0.5B in under a billion parameters and beats everything on document OCR. Deploys on vLLM, SGLang, and Ollama. If you're running a document processing pipeline, this should be your first evaluation target.
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.