← All topics

model parallelism

1 capture, most recent first.

Alexander Long @AlexanderLong

reply to Zach Tratar (@zachtratar)

[Browser address bar: x.com/AlexanderLong/status/] Zach Tratar @zachtratar · 12h Are there any new startups attempting to become frontier labs? I'm not talking about SSI or Thinking Machines... smaller. More of the dark horse vibe team... 62 replies, 7 reposts, 216 likes, 42K views Alexander Long @AlexanderLong we have a pretty disproportionate research output for <10 person team. work on architectures you can collaboratively train [Embedded image: "Research" list] Protocol Models: Scaling Decentralized Training with Communication-Efficient Model Parallelism S. Ramasinghe, T. Ajanthan, G. Avraham, Y. Zuo, A. Long | NeurIPS 2025 This is the first work that shows model-parallel training over low-bandwidth networks is possible. Specifically, it demonstrates an 8B LLaMA model being trained on par with centralized training when the devices holding subsequent transformer blocks are in four different locations and connected only via standard internet connections. This was considered completely impossible prior to this work. Nesterov Method for Asynchronous Pipeline Parallel Optimization T. Ajanthan, S. Ramasinghe, Y. Zuo, G. Avraham, A. Long | ICML 2025 Pipeline Parallelism allows large models to train across many small devices by slicing the network into stages. In pipeline parallelism, there is a problem of a "bubble" where devices are idle. It slows down both centralized and decentralized training, but the effect is more pronounced in the decentralized case as communication lag affects the size of the bubble. We solve this, outperforming all existing async techniques and even the synchronous baseline. [Code] Unextractable Protocol Models: Collaborative Training and Inference without Weight Materialization A. Long*, C. Koneputugodage*, S. Ramasinghe, T. Ajanthan, G. Avraham, Y. Zuo | NeurIPS 2025 UPM's facilitate decentralized training while ensuring a full weight set is never available to any single participant. UPMs thus enable collaborative training while making the model unextractable in practice. Mixtures of Subspaces for Bandwidth-Efficient Context Parallel Training S. Ramasinghe, T. Ajanthan, H. Dolatabadi, G. Avraham, V. Shevchenko, Y. Zuo, C. Koneputugodage, A. Long | NeurIPS 2025 We propose a compression method for communication-efficient context parallelism in decentralized set[tings], achieving over 95% compression with negligible overhead and no loss in convergence. The key insi[ght is to] exploit the intrinsic low-rank structure of activations by dynamically constraining them to learned [subspaces] via efficient reparameterizations. This allows scaling billion-parameter decentralized mode[ls to] context lengths exceeding 100K tokens on networks as slow as 300 Mbps, matching the wall-clock convergence of centralized models on 100 Gbps interconnects.
Note from Claude Sonnet 5

A tweet thread about small/dark-horse AI startups attempting to become frontier labs, with Alexander Long describing his small team's decentralized-training research (Protocol Models, pipeline parallelism, "unextractable" collaborative training without weight materialization). Notable for AI governance implications — decentralized/unextractable training architectures could affect model proliferation control and compute governance.

twitterai researchdecentralized trainingfrontier labsalexander longmodel parallelismai governancecompute governance