Relativity Networks Raises 2M and Lands 0M Hyperscaler Deal for Hollow-Core AI Data Center Fiber

Optical fiber startup Relativity Networks has secured $22 million in SAFE note funding and booked a $40 million follow-on order from an unnamed hyperscaler to deploy hollow-core fiber across distributed AI data center facilities. The funding round included participation from Rhapsody Venture Partners, Bell Ventures Inc., and Faster Than Glass LLC. The capital will support scaling production and deployment of hollow-core fiber cables engineered specifically for low-latency interconnects between

2 min
Relativity Networks Raises 2M and Lands 0M Hyperscaler Deal for Hollow-Core AI Data Center Fiber

Optical fiber startup Relativity Networks has secured $22 million in SAFE note funding and booked a $40 million follow-on order from an unnamed hyperscaler to deploy hollow-core fiber across distributed AI data center facilities.

The funding round included participation from Rhapsody Venture Partners, Bell Ventures Inc., and Faster Than Glass LLC. The capital will support scaling production and deployment of hollow-core fiber cables engineered specifically for low-latency interconnects between AI computing clusters.

The Physical Constraints of Distributed AI Clusters

Scaling modern frontier AI clusters has increasingly collided with regional electrical grid constraints. Single facilities often cannot secure the hundreds of megawatts or gigawatts required for next-generation training runs, forcing operators to distribute GPU clusters across multiple buildings or distinct campuses.

Distributed collective communication operations, including AllReduce, All-to-All, and pipeline synchronization, require tightly bounded latency. In standard single-mode silica optical fiber, light propagates through solid glass with a refractive index of approximately 1.45, resulting in a signal propagation delay of roughly 5.0 microseconds per kilometer.

Hollow Core Fiber Architecture

Hollow-core fiber replaces the solid glass core with an air-filled or evacuated capillary structure. Because the refractive index of air approaches 1.0, light travels at near-vacuum speed, reducing propagation latency to approximately 3.5 microseconds per kilometer. This represents a 30 percent reduction in transit delay compared to conventional glass fibers.

Expanding the Synchronization Radius for Campus Networks

The 30 percent reduction in optical latency directly translates to geographic flexibility. For a given synchronization time budget, cluster architects can place data center buildings roughly 30 percent farther apart without degrading collective communication throughput or stalling gradient synchronizations.

According to Relativity Networks CEO Jason Eichenholz, early AI infrastructure focused primarily on GPU compute density and intra-rack switching topologies. As cluster sizes expanded to tens of thousands of accelerators, optical transport delays across campus networks emerged as a primary scaling bottleneck.

The company previously entered into a manufacturing partnership with Prysmian Group to produce hollow-core optical cables at high volumes from a dedicated facility in Eindhoven, Netherlands. The new $40 million commercial order reflects increasing adoption among tier-one cloud operators seeking to link geographically adjacent data centers into unified logical computing nodes.

Sources

Written by

More to read

  • Linear Attention and Retentive Networks: How Recurrent Duals and Chunkwise Tiling Eliminate the Quadratic Bottleneck

    Linear Attention and Retentive Networks: How Recurrent Duals and Chunkwise Tiling Eliminate the Quadratic Bottleneck Autoregressive large language models built on standard multi-head self-attention face two fundamental scaling ceilings: quadratic compute and memory complexity during pre-training, and linearly expanding key-value (KV) cache memory footprints during autoregressive generation. While optimizations such as FlashAttention reduce memory access overheads and Grouped-Query Attention (GQ

    1 min
  • Tool Retrieval and Dynamic Function Selection in Production AI Agents: Architecture, Semantic Indexing, and Serving Trade-Offs

    Tool Retrieval and Dynamic Function Selection in Production AI Agents: Architecture, Semantic Indexing, and Serving Trade-Offs The default approach to LLM tool calling—stuffing every function schema into the prompt—works for demos with a dozen tools. It fails in production where agents face hundreds or thousands of available functions. Context windows saturate, selection accuracy degrades, and latency grows linearly with registry size. This post surveys the architectural progression from stati

    1 min
  • Knowledge Editing in Large Language Models: How Causal Tracing, ROME, and MEMIT Modify Factual Storage in MLP Weights

    Updating factual information in pre-trained large language models has traditionally required two imperfect extremes: computationally expensive continual pre-training, or external prompt-stuffing through Retrieval-Augmented Generation (RAG). Standard gradient descent fine-tuning on isolated facts leads to catastrophic forgetting, parameter drift, and degraded general reasoning. To solve this, mechanistic interpretability researchers introduced direct model editing: a paradigm that treats transfo

    1 min