RadixArk

87 posts

RadixArk banner
RadixArk

RadixArk

@radixark

SHIP AI FOR ALL.

Katılım Kasım 2025
13 Takip Edilen4.1K Takipçiler
Sabitlenmiş Tweet
RadixArk
RadixArk@radixark·
Miles is now featured on the PyTorch Foundation blog. As models grow, shift from dense to MoE, and span more specialized hardware, RL post-training is no longer just about the algorithm. It is a distributed systems problem. Miles is our open-source RL training framework, built for exactly that. It comprises four systems behind a small, pluggable trainer: SGLang (@sgl_project) for rollout, Megatron-LM (@NVIDIAAI) for training, Ray (@raydistributed) for orchestration, and PyTorch (@PyTorch) as the common layer for models and numerics. Out of the box, you also get MoE-aware rollout/training alignment, a unified BF16/FP8/MXFP8/NVFP4/INT4-QAT pipeline, fast NCCL/RDMA weight sync, fault tolerance, and ready-to-run recipes for frontier models like DeepSeek V4, GLM 5.2, Qwen3.6, Kimi K2.6, and Nemotron 3 Ultra. Our goal is simple: make frontier-scale LLM RL easier to reproduce, extend, and operate. Thank you, PyTorch Foundation, and everyone who got Miles here, especially the legendary @slime_framework team!
PyTorch@PyTorch

Built on PyTorch, Ray, SGLang, and NVIDIA Megatron-LM, Miles is an open source framework from RadixArk for large-scale LLM reinforcement learning post-training. Miles uses PyTorch for models, numerics, profiling, and extensibility; Ray for orchestration; SGLang for rollout generation; and Megatron-LM for distributed training. The framework supports asynchronous rollout and training, NCCL/RDMA weight synchronization, MoE-aware rollout/training alignment, low-precision recipes, LoRA, fault tolerance, observability, and extension points for custom algorithms and model architectures. 🔗 Read more in our latest blog from the Miles Team: pytorch.org/blog/miles-a-p…

English
1
8
28
5.8K
RadixArk
RadixArk@radixark·
A stable, hardware-native NVFP4 RL recipe from @humansand is now open source, and Miles is the trainer behind it! The blog calls it the 4-bitter lesson, that the hard problems live in the interactions between pieces, not the pieces themselves, which we've internalized deeply building Miles and SGLang. Miles & SGLang keep quantization bit-exact across both sides: dequantized backward, 4/6 adaptive scaling at zero extra rollout latency, and selective precision that holds from checkpoint to rollout. Reward curves come out identical to BF16, while unlocking up to 9x tensor core FLOPs on next-gen NVIDIA GPUs. Congrats @humansand, @zianglih, and proud to build this together with @nvidia!
humans&@humansand

At humans&, we train models from the long-term impacts of their interactions with people. This requires prioritizing long-horizon multi-agent RL. We've developed and are excited to share an open-source, hardware-native 4-bit RL recipe, significantly accelerating training

English
2
18
125
13.8K
RadixArk
RadixArk@radixark·
🔥 Summer done right. A whole roast lamb BBQ to celebrate the good times with friends, family, builders, and our community, World Cup on the big screen (good game of Spain vs. Uruguay ⚽), smoke rolling off the grill, cold drinks in the sun, and a backyard full of great people just soaking up the vibes, that's how we enjoy the summertime! 🍢☀️🍺 Great food, great people, great times. Huge thanks to everyone who came out, and shoutout to @FishAudio for co-hosting this BBQ with us. Here's to the rest of this summer together! 🫶
RadixArk tweet mediaRadixArk tweet mediaRadixArk tweet media
English
0
2
46
5.2K
RadixArk
RadixArk@radixark·
RadixArk is joining the OpenEnv community. OpenEnv is the protocol layer for agent environments. It standardizes how environments are published, deployed, and consumed, so developers can mix any harness, any model, any inference engine on any task. This is exactly the kind of work we care about. Democratizing frontier AI means making the full stack, training included, open and usable by anyone. Excited to join the committee alongside @PyTorch @huggingface @nvidia @Microsoft @modal @UnslothAI @reflection_ai @PrimeIntellect @mercor_ai @fleet_ai and the rest of the open source community. We will start by integrating Miles with OpenEnv and shipping end-to-end examples that people can get their hands on. And there is more to come!
RadixArk tweet media
English
8
12
70
15.8K
RadixArk
RadixArk@radixark·
Great to be at the @hud_evals hackathon @ycombinator! We met old and new friends and were really impressed by everyone working on the hard problems in “RL” (reinforcement learning and real life)! We’re always hiring ambitious, amazing people who’d love to bring frontier RL infra to everyone. Come build with us! job-boards.greenhouse.io/radixark
RadixArk tweet media
English
4
8
72
6K
RadixArk
RadixArk@radixark·
We're joining the party too! RL environments are very likely where the next wave of post-training progress happens. Excited to cosponsor alongside this all-star lineup. See everyone tomorrow!
hud@hud_evals

Come join us and celebrate this weekend at HUD's Frontier/RSI RL Environments Hackathon @ the YC HQ in San Francisco. We have an all-star cast of cosponsors such as: @ycombinator, @modal, @GoogleDeepMind, @OpenAI, @AnthropicAI , @daytonaio, @FireworksAI_HQ, @MiniMax_AI, @SemiAnalysis_, @hillclimbai, @withprotegeai, @AntimLabs, @sixtyfourai, @ExaAILabs, and @arcprize!

English
0
3
33
6.9K
RadixArk retweetledi
Byron Hsu
Byron Hsu@hsu_byron·
DFlash is a beautiful design and will be a paradigm shift for spec decoding in my opinion. Congrats @liin1211 @zhijianliu_ @modal @radixark on the release, and I’m excited to adopt DFlash for both inference and RL!
LMSYS Org@lmsysorg

🚀 New blog: The next generation of speculative decoding: DFlash and Spec V2 DFlash + Spec V2 hit >4.3X baseline throughput for LLM inference, now the default speculative decoding engine in SGLang! Together with @modal and z-lab.ai, our jointly-released DFlash drafter for Qwen 3.5 397B-A17B beats both baseline and native MTP in every setting we benchmarked: 1️⃣ >4.3X baseline & 1.5X native MTP throughput (concurrency 1, HumanEval, 8xB200) 2️⃣ Block diffusion drafter: a full token block in one forward pass 3️⃣ KV injection: target-model features fed into every draft layer’s KV cache for higher acceptance 4️⃣ Spec V2 overlap scheduler: +33% end-to-end Read the code, deploy a DFlash server, and start experimenting!

English
0
5
45
4.7K
RadixArk
RadixArk@radixark·
With @modal and z-lab.ai, we made >4.3X throughput the new default in SGLang together. Thanks to Qiaolin Yu (@liin1211), Liangsheng Yin (@lsyincs), and Khoa Pham (@kwafam7) for landing the integration!
LMSYS Org@lmsysorg

🚀 New blog: The next generation of speculative decoding: DFlash and Spec V2 DFlash + Spec V2 hit >4.3X baseline throughput for LLM inference, now the default speculative decoding engine in SGLang! Together with @modal and z-lab.ai, our jointly-released DFlash drafter for Qwen 3.5 397B-A17B beats both baseline and native MTP in every setting we benchmarked: 1️⃣ >4.3X baseline & 1.5X native MTP throughput (concurrency 1, HumanEval, 8xB200) 2️⃣ Block diffusion drafter: a full token block in one forward pass 3️⃣ KV injection: target-model features fed into every draft layer’s KV cache for higher acceptance 4️⃣ Spec V2 overlap scheduler: +33% end-to-end Read the code, deploy a DFlash server, and start experimenting!

English
0
6
56
5.6K
RadixArk
RadixArk@radixark·
Thanks @dstackai for this end-to-end example using Miles with dstack for RL training. Try it and let us know what you build. 👇
dstack@dstackai

The community asked us for an example of how to use @radixark Miles with dstack for RL training. Since Miles uses Ray and dstack can run Ray, using Miles with dstack is quite straightforward. Here’s a new example of running Miles on a multi-node cluster provisioned and managed by dstack: dstack.ai/docs/examples/…

English
1
5
21
4.3K
RadixArk
RadixArk@radixark·
Join us in NYC on June 3rd during #NYTechWeek @Techweek_ Liangsheng Yin (@lsyincs) and Mao Cheng (@MCheng89333), both MTS at RadixArk, will present SGLang & Miles, diving into inference infrastructure for finance. RSVP: partiful.com/e/p74X9KDrgoLa…
LMSYS Org@lmsysorg

NYC, we're bringing the inference + finance crowd together for #NYTechWeek @Techweek_! SGLang Happy Hour: AI Infra in Finance 🕤Wed, June 3 · 6–9 PM ET 📍1/2 Bond St, New York Co-hosted with @HOFCapital, @CrusoeAI, @CloudflareDev, @ArklexAI. Lightning talks from inference engineers and researchers shipping into trading, research, compliance, and risk, followed by an open happy hour for networking. More surprise speakers to be announced — stay tuned 👀 Expected attendees from leading quant funds, banks, and trading firms, including Jane Street, Citadel, Two Sigma, Goldman Sachs, Bloomberg, among others. We've also got a bartender on site and a full bar. Come have a drink with us! Limited space. RSVP 👇 partiful.com/e/p74X9KDrgoLa…

English
0
4
22
10.4K
RadixArk
RadixArk@radixark·
When @Guodzh shows up, RadixArk doesn't fold🫡 Thanks @Accel and @DecagonAI for hosting a great night, and thanks @Guodzh for representing us so well! Ready for the next round♠️
Jesse Zhang@thejessezhang

Our first Stacked poker tournament was a huge success! 1 player representing each AI company. Congrats to: 🥇 Guodong Zhang (RadixArk, co-founder of xAI) @Guodzh 🥈 Jeremy Stribling (Cursor) 🥉 Neal Wu (Thinking Machines) @neal_wu We will be hosting another one! More below👇

English
1
4
34
6.3K
RadixArk
RadixArk@radixark·
@Armanho57248840 We will be sending out platform access in waves. Please bear with us as we process everyone!
English
1
0
0
62
RadixArk
RadixArk@radixark·
Last week, we launched the RadixArk platform for beta testing and offered $200 credits to SGLang supporters who helped spread the word. A huge thank you to everyone who signed up and reposted. The response has been incredible. We're working hard to get everyone set up, and we appreciate your patience while we work through the queue. Here's what's coming: ✅ Private Beta access rolling out in waves ✅ $200 in inference credits, pre-linked to your waitlist email Credits will be available in your account as soon as your platform invite arrives. Thanks for all the miles. Stay tuned for what comes next!
RadixArk tweet media
English
4
3
57
5K