/research . 1 paper . 2026 UTC 2026.06.25 . UPLINK OK •

RESEARCH

publications, position papers, and the writing behind the framework

// POSITION_PAPER

BytesAndBrains: A Shared Runtime for Machine Learning Outside the Data Center

Federated learning, gossip learning, split learning, and peer-to-peer inference each ship with their own networking stack and training loop. This position paper describes a runtime layer they can share instead: computation authored as a partitionable graph, bytes managed between nodes, and every distributed strategy treated as a placement and binding problem on the same surface.

Further papers, on the protocols and primitives built atop the framework, will appear here as they are published. Each will link to its implementation in the library and to a walkthrough on the blog.

The library these papers live on top of is on GitHub.