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

HELIOS: Guardrailed LLM-Driven Evolution of Autonomous Resource Orchestration Policies for Multi-Cloud Distributed Systems

arXiv:2609.09164v1 Announce Type: new Abstract: Operating latency-sensitive services across multiple public clouds creates an optimization surface no single provider autoscaler can see: on-demand vCPU prices differ by provider, spot discounts and interruption risks vary by provider and instance type, egress fees penal…

Read at source
arXiv Distributed Computing

Epoch: Compiling Diffusion Blocks for Sparse MoE Serving

arXiv:2609.09748v1 Announce Type: new Abstract: Diffusion language models generate text by refining a fixed-size block of token positions through many forward passes, a loop that does not match the per-forward execution unit used by most LLM serving systems. A dense MoE runtime binds all work to the refinement-iterati…

Read at source
arXiv Distributed Computing

Introvert Clustering for Distributed Graph Algorithms

arXiv:2609.10044v1 Announce Type: new Abstract: We introduce a graph decomposition primitive called introvert clustering, which strengthens standard low-diameter clustering by guaranteeing that every clustered vertex keeps at least a $\left(\frac12-\varepsilon\right)$-fraction of its relevant neighbors in its own clus…

Read at source
arXiv Distributed Computing

Stencil Computation at the Intersection of AI and HPC

arXiv:2609.10368v1 Announce Type: new Abstract: Tensor compilers such as TinyTC and OpenAI Triton were originally developed for AI workloads, but the same tiling and memory abstractions can be applied to implement efficient high-order stencils for scientific and industrial applications. We demonstrate this for an 8th…

Read at source
arXiv Distributed Computing

PASCAL: A Phase-Aware Shared-Cache Model for Parallel Scans

arXiv:2609.10515v1 Announce Type: cross Abstract: In modern AI Accelerators and GPGPUs, many concurrent cores repeatedly access the same shared data. This pattern occurs in attention, where different query tiles share the same K/V block, GEMM, where every tile in a row reads the same panel, and many other operators. W…

Read at source