Hacker News new | ask | show | jobs
by logicchains 241 days ago
This seems strictly less powerful than Jax, which comes with a powerful compiler that optimises how cross-node communication is conducted.
1 comments

Nah, focusing on a different controller paradigm. Jax is focused on multi-controller SPMD, while this is focused on a single-controller setup. Both have their place, with single-controller being generally easier to reason about, and multi-controller more optimal for certain dataflows. There's also some interesting mixes of the two control paradigms.