TL;DR
- ▸Large AI training jobs are bottlenecked by collective communication operations that synchronise gradients across thousands of GPUs after every batch.
- ▸The performance of the training job is dominated by how well-coordinated the participating GPUs are at the network level — and tighter clock synchronisation reduces collective communication overhead.
- ▸PTP-class timing is increasingly being deployed in AI infrastructure for exactly this reason. The next generation of model scale will push toward sub-nanosecond precision.
Where time meets AI training
Training a large language model across thousands of GPUs is bottlenecked by the collective communication operations — all-reduce, all-gather, all-to-all — that synchronise gradients across every participating GPU after each training batch. The performance of the training job is dominated by how long these collective operations take, which is in turn dominated by how well-coordinated the participating GPUs are at the network level. When the GPUs disagree on time, the collective operation has to wait for the slowest participant, and the cost of the wait is multiplied across thousands of training steps.
Tighter clock synchronisation across the cluster reduces this overhead. Better-coordinated GPUs spend less time waiting for each other during collective operations, which means more wall-clock time spent on actual training. For a training job that runs for weeks, even small per-iteration improvements compound into substantial reductions in total training cost — and at hyperscaler training cost levels, those reductions are economically meaningful.
Why timing matters more than people realise
AI infrastructure has historically treated clock synchronisation as a solved problem — NTP keeps servers within a few milliseconds and that's been good enough. As model sizes have grown into the trillion-parameter range and training runs have spanned tens of thousands of GPUs, the cumulative cost of even small synchronisation delays has become significant. The networking layer underneath modern AI training (InfiniBand, RoCE, ultra-low-latency Ethernet) operates at microsecond-class latency, and clock skew larger than the underlying network latency starts to show up as a performance bottleneck.
The natural progression has been from NTP at milliseconds, to PTP at microseconds, toward sub-microsecond and eventually sub-nanosecond precision for the most demanding training workloads. Meta's published infrastructure work documents this trajectory explicitly. Other hyperscalers are moving in the same direction. We expect to see PTP-class timing become standard in AI training clusters over the next 24 months, with White Rabbit-class precision following for the largest training fabrics.
Why this is an unsung story
Most AI infrastructure conversations focus on the GPUs, the networking and the storage. The timing layer underneath is invisible until something starts going wrong — at which point it becomes a major source of unexplained performance variability. Operators that take timing seriously up front avoid this entire category of debugging.
What good AI timing infrastructure looks like
Hardware grandmasters at the cluster's central reference site, with redundancy. PTP G.8275.1 or default profile (depending on the cluster network architecture) across the GPU fabric, with hardware-timestamping NICs in every server. Boundary clocks at every aggregation point in the cluster network, all configured for the same profile with consistent defaults. Continuous observability of phase offset at every GPU host so that variability can be detected and investigated before it shows up as training performance variability.
For the most demanding training workloads, the next tier is White Rabbit fibre distribution from the central reference to the GPU racks. This delivers continuous sub-nanosecond precision across the cluster, which is the precision level the next generation of large training workloads is starting to demand. TimeBeat is increasingly engaged with hyperscalers and AI infrastructure providers on exactly this evolution.
Where TimeBeat fits
TimeBeat builds the open-standard PTP grandmasters and the Open Time Node WR White Rabbit hardware that AI infrastructure providers use to deliver precision timing across training clusters. Our hardware is OCP-aligned, our software stack is auditable, and our customers in the AI infrastructure space include both hyperscaler operators and specialty providers building dedicated training infrastructure for foundation model work. The conversation about AI training timing is one we expect to be having a lot more of over the next few years.
Frequently asked questions
Why does AI training need precision timing?+
Is NTP good enough for AI training?+
Will AI training use White Rabbit?+
Does TimeBeat have customers in AI infrastructure?+
Related reading
Blog · Hyperscale
How Precision Time Protocol Is Being Deployed at Meta
Meta's published engineering blog has documented one of the most ambitious PTP deployments in the industry — replacing NTP across the entire fleet with hardware-timestamped IEEE 1588. What they built, why they built it, and what it tells the rest of the industry about where hyperscale timing is heading.
Blog · AI
AI and Precise Timing: An Underappreciated Connection
AI training and inference workloads depend on tight clock synchronisation more than most people realise. Why precision timing is becoming a load-bearing infrastructure layer for the AI stack.
Blog · White Rabbit
Why White Rabbit is Changing the Game for Finance, AI and Quantum Innovation
White Rabbit — the sub-nanosecond fibre-distributed timing protocol developed at CERN — is moving out of physics labs and into financial trading floors, AI training clusters and quantum networking testbeds. What it actually does, and why precision below one nanosecond is now a commercial requirement.

