Co-founder and CTO at @anyscalecompute. Co-creator of @raydistributed. Interested in ML, AI, computing.

San Francisco
Very happy to announce the release of Ray Sandboxes, developed with @a_sykim and his team at Google. It makes it easy to scale up your sandboxes with Ray, isolated by gVisor. It is fully open-source, check it out at anyscale.com/blog/announcing… Would love to get your feedback and contributions.
3
21
81
7,289
Philipp Moritz retweeted
This will be our best Ray Summit yet. Compared with last year, we're seeing so many more talks on - AI for science - Physical AI - Reinforcement learning Extremely excited to hear from so many companies including @inferact @LilaSciences @periodiclabs @BedrockRobotics @mimicrobotics @mercor @ElorianAI @_inception_ai @torc_robotics @LumaLabsAI @radixark @xiaohongshu @GoogleDeepMind @MiniMax_AI @ExaAILabs
7 days to Ray Summit 2026. The teams running Ray in production, live in one room. Keynotes, 80+ sessions, Training Day, and the @vllm_project Conference. Aug 24–26, San Francisco. Passes are nearly gone. na2.hubs.ly/H07dx7S0
4
4
16
2,764
Philipp Moritz retweeted
Excited to announce the release of SkyRL v0.3.0! SkyRL’s focus in this release revolves around three major themes: 1. Support for large scale, async RL 2. Improving SkyRL’s Tinker API for self-hosting Tinker servers 3. Providing a unified library for SFT and RL Some highlights 🧵
12
20
117
16,119
Philipp Moritz retweeted
Congratulations to the Microsoft AI team on MAI-Thinking-1! Exciting to see Ray used in multiple parts of frontier-model development. - Fast pre-training recovery via in-job restarts with hot standbys - Async RL orchestration (managing learners, inference servers, rollout workers, and routers, each with distinct placement and fault-tolerance needs) - A two-pool Ray cluster for building and grading SWE environments on 30K CPU cores
MAI-Thinking-1 is our first in-house reasoning model developed from scratch that is competitive with models of similar size on STEM reasoning and coding tasks. 35B active/1T total MOE. 💻Coding: 52.8% on SWE Bench Pro competitive with Opus 4.6 🧐 Reasoning: 97% on AIME 25 🤝Preferred to Sonnet 4.6 on blind side-by-side tests
10
59
16,003
RT @charlie_ruan: Excited to have supported @trajectorylabs with the SkyRL team over the past month, bringing training onto their own clust…
2
256
Philipp Moritz retweeted
SkyRL now supports end-to-end vision-language post-training, from SFT to agentic RL, and adds vision model support to SkyRL’s Tinker interface! Existing multimodal cookbooks, e.g. VLM classification, work out of the box:
3
11
43
4,547
We just merged a clean Qwen 3.5 implementation for SkyRL's Jax backend: github.com/NovaSky-AI/SkyRL/… Currently only for dense models, but should be easy to adapt to MoE models, contributions welcome! Also if anybody wants to contribute chunkwise training for the gated delta net or layer stacking for the model, it would be welcome!
1
7
47
4,126
Philipp Moritz retweeted
We just published how Ray Data LLM unlocks up to 2x higher throughput vs plain vLLM offline inference by fixing orchestration bottlenecks. Offline batch inference is critical for synthetic data, evals, indexing – but vLLM alone doesn’t fully scale. We compare: • Plain vLLM • Ray Data + vLLM offline engine • Ray Data LLM 🧵
2
27
185
13,826
Philipp Moritz retweeted
Releasing the official SkyRL + Harbor integration: a standardized way to train terminal-use agents with RL. From the creators of Terminal-Bench, Harbor is a widely adopted framework for evaluating terminal-use agents on any task expressible as a Dockerfile + instruction + test script. This integration extends it: the same tasks you evaluate on, you can now RL-train on. Blog: novasky-ai.notion.site/skyrl… 🧵
9
45
242
35,569
Philipp Moritz retweeted
You can now access SkyRL's backends for distributed training and inference with Tinker scripts so you can take advantage of Tinker's separation of infrastructure from training on your own hardware. Exciting work from Tyler, @pcmoritz, and the team!
SkyRL now implements the Tinker API. Now, training scripts written for Tinker can run on your own GPUs with zero code changes using SkyRL's FSDP2, Megatron, and vLLM backends. Blog: novasky-ai.notion.site/skyrl… 🧵
16
137
10,632
Philipp Moritz retweeted
SkyRL now implements the Tinker API. Now, training scripts written for Tinker can run on your own GPUs with zero code changes using SkyRL's FSDP2, Megatron, and vLLM backends. Blog: novasky-ai.notion.site/skyrl… 🧵
6
53
235
59,443
We just released the full SkyRL + Tinker integration: novasky-ai.notion.site/skyrl… This is the evolution of what we have been working on with SkyRL tx and now also supports the SkyRL train backend (fsdp and megatron) which could previously only be used through Python APIs. I'm excited about the standardization the Tinker API will bring to the ecosystem and hopefully having a great open-source implementation will accelerate the adoption!
1
9
44
2,202
We are excited to announce the release of SkyRL tx 0.3 novasky-ai.notion.site/skyrl…, our MultiLoRA native inference and training engine that exposes the Tinker API. A lot has happened since the last release, in terms of big features we implemented expert parallelism, the DeepseekV3 model architecture (e.g. GLM 4.7 Flash) and a number of features to support longer context! Also, there are lots of smaller improvements and a few small bug fixes.
7
7
68
12,623
Thanks a lot for the call-out @tinkerapi For anybody who is interested, we have made a bunch more releases since 0.1.0 came out, they are listed in github.com/NovaSky-AI/SkyRL/… (and 0.3.0 with expert parallelism, a bunch of long context optimizations, and DeepSeekV3 is coming very soon).
Replying to @tinkerapi
SkyRL-tx by @BerkeleySky is an open-source backend that implements the Tinker API itself, letting users train on their own hardware. It supports end-to-end RL, faster sampling, and gradient checkpointing — giving users flexibility and control. novasky-ai.notion.site/skyrl…
1
9
1,095
If anybody is looking for a fun weekend project and is interested in kernels and how ragged_dot can be used to implement MultiLoRA for training and inference as well as MoE models, check out github.com/NovaSky-AI/SkyRL/…. Contributions very welcome, happy to discuss more in the issue!
1
3
25
2,628
Philipp Moritz retweeted
We just pushed one of the biggest updates yet SkyRL tx (an OSS Tinker backend) including FSDP and multi-node support, custom loss functions, and Llama 3. We also ran some comparisons to @thinkymachines Tinker service to validate tx. Check it out! novasky-ai.notion.site/skyrl…
4
34
2,757
Happy new year! We are excited to announce SkyRL tx 0.2.1, see novasky-ai.notion.site/skyrl…. Some highlights of the release include FSDP and multi-node support, Llama 3 model support, custom loss functions, a number of performance improvements and also lots of small fixes that implement more functionality of the Tinker API. The blog post also includes a performance comparison with the Tinker Service! Enjoy the release and happy hacking!
1
15
79
11,288
We are happy to announce SkyRL tx 0.2, see our blog post novasky-ai.notion.site/skyrl…. It comes with lots of performance improvements, all parts of the execution now use jax jit, so there is very little overhead. Now is probably the best time to try it out if you haven't already 🧸
2
8
40
12,744
Philipp Moritz retweeted
We recently released SkyRL-Train v0.3.0! Highlights include: - Experimental support for Pipeline-RL style Async-RL - Updated E2E Recipes page with Math, Search, SQL runs - Migration from mbridge -> Megatron-Bridge - 14 new OSS contributors! (1/n) 🧵
2
6
28
3,190