Distributed Systems • Cloud Native • Research

Tracking the systems behind modern compute.

A focused digest of distributed computing, cloud-native infrastructure, and engineering research from authoritative sources.

Curated from primary sources · refreshed hourly

Latest briefings

Follow the feed ↗
arXiv Distributed Computing

From Token Interfaces to Token Semantics: A Formal Composition and Conformance Model for Implementation-Neutral Token Specifications

arXiv:2609.10547v1 Announce Type: new Abstract: Digital-token standards such as ERC-20, ERC-721, and ERC-1155 have been essential to blockchain adoption because they standardize callable interfaces. Interface standardization, however, does not fully specify token meaning. Two implementations may expose the same transf…

Read at source
arXiv Distributed Computing

Memory Profiling and Migration for Heterogeneous Memory Architectures

arXiv:2609.10554v1 Announce Type: new Abstract: Heterogeneous memory systems that combine high-bandwidth memory (HBM) with commodity DRAM can accelerate bandwidth-bound HPC workloads, but current page placement largely depends on manual tuning or OS heuristics not designed for multi-tier dynamics. We present SHAMBLES…

Read at source
arXiv Distributed Computing

ExaServe: Large-Scale LLM Serving on Exascale HPC Systems

arXiv:2609.10812v1 Announce Type: new Abstract: Cloud-native LLM serving frameworks have made deployment routine in data centers, yet deploying them on leadership-class supercomputers remains an engineering challenge requiring scheduler integration, MPI launch, accelerator selection, node-local weight staging, and pla…

Read at source
arXiv Distributed Computing

Navigating Small-World Networks with Distance Predictions

arXiv:2609.10885v1 Announce Type: new Abstract: The small-world phenomenon was given an algorithmic foundation by Kleinberg, who showed that in an augmented $k$-dimensional lattice a decentralized greedy algorithm delivers a message in $O(\log^2 n)$ expected steps. We study predicted-greedy routing, in which a mobile…

Read at source
arXiv Distributed Computing

Online Treasure Hunt in Vertex-Permuted Dynamic Rings

arXiv:2609.11013v1 Announce Type: new Abstract: We study the problem of treasure hunt by a group of $k \geq 1$ agents in vertex-permuted dynamic rings (VP). In this model, the $n$ vertices remain on a ring but are permuted at each time step. We first show that treasure hunt is impossible for any $k \leq n-3$ agents, i…

Read at source
arXiv Distributed Computing

The Computing Channel: How Modulation Programs the Airwaves

arXiv:2609.11145v1 Announce Type: new Abstract: Distributed computing and distributed artificial intelligence require frequent exchanges of intermediate results, although many applications need only an aggregate rather than messages from individual devices. Conventional systems recover each message before computing th…

Read at source
arXiv Distributed Computing

Taming Bitwise Behavior in GPU Kernels with Tensor Core: Black-Box Reconstruction, Compiler Enforcement, and Static Verification

arXiv:2609.11356v1 Announce Type: new Abstract: Determinism and numerical reproducibility are increasingly required of GPU kernels in machine learning systems, yet deterministic implementations of the same kernel can still differ bit for bit. Floating-point reduction order is the primary cause, alongside partial-sum p…

Read at source