Talk Session 1: AI Systems
Photonics Is the Future of Computing
Nick Harris — Founder/CEO, Lightmatter
AI's growth curve is outrunning the US power grid, and the real bottleneck is interconnect rather than compute; Lightmatter uses light to fuse thousands of GPUs into a single brain, approximating zero latency and infinite bandwidth to deliver 3× faster training and 11× decode interactivity.
TL;DR
- Why the build-out is happening: the run time over which a model has a 50% chance of completing a hard task keeps growing exponentially and now sits at roughly 24 hours, with no saturation visible in the data. The constraint is power — the US grid adds only a few percent of capacity per year, while the frontier-AI power curve smashes straight through it. A gigawatt is 1,000 racks; New York City is about 7 GW; that scale is becoming an average Texas data center.
- Interconnect, not compute, is the bottleneck: how GPUs and XPUs talk to each other is the principal challenge in scaling agentic AI workloads. At the limit of zero latency and infinite bandwidth, a GPU meters away is indistinguishable from a local one — that's strong scaling, thousands of chips acting as one.
- Measured payoff and hardware: same GPUs, same workload, 3× faster time to train; 3× pre-fill and 11× decode interactivity (tokens/sec/user) for inference. The M1000 moves 114 Tb/s (state of the art ≈ 10 Tb/s) over 1.6 Tb/s fibers (state of the art ≈ 0.2 Tb/s), and a single M1000 rack carries several petabits/sec of I/O.
Key Points
The build-out and the power ceiling (~00:24:50–00:27:30)
The world is undergoing a massive AI build-out: data centers in Texas and British Columbia now draw as much power as the largest cities on Earth. New York City is around 7 GW — soon a fairly average data center in a place like Abilene, Texas.
The justification is capability growth. Model run time — how long a model can work on a complex task with a 50% chance of finishing — has been growing exponentially and now sits near 24 hours. Harris sees no saturation in the data, and frames the whole build-out as compressing the time it takes to do very hard, very valuable work.
Supply can't keep up. US grid capacity grows a few percent per year; frontier AI power consumption blows past it. Nuclear is one answer (roughly ten 100 MW reactors per gigawatt data center), but he first wants the audience to feel the scale: a house is a few kilowatts, a rack is approaching a megawatt, a thousand racks is a gigawatt — and the conference hall they were sitting in would hold a few hundred racks.
Why interconnect: strong scaling and the "single brain" (~00:28:00–00:31:00)
Given ten minutes, Harris jumps to the conclusion: interconnect is the principal challenge. Lightmatter connects GPUs and chips with light, at 1.6 Tb/s per waveguide/fiber — "1,600 homes' worth of bandwidth in a single optical fiber." The results: 3× faster time to train on the same GPUs running the same workload, 3× on inference pre-fill, and 11× interactivity (tokens per second per user) on decode.
The underlying goal is systems that behave as a single brain — strong scaling in the computer-science sense. Ideally two chips on one workload give you two units of performance and a thousand chips give you a thousand; in practice most workloads aren't embarrassingly parallel and need synchronization and shared state. At the limit you want zero latency and infinite bandwidth, at which point GPUs many meters apart are indistinguishable from local ones. Lightmatter is approximating that perfect interconnect, and Harris expects the first systems where a thousand GPUs or XPUs act as one giant XPU within the next two years.
The hardware, and reliability (~00:31:00–00:32:50)
- M1000: billed as the fastest optical communication device in the world at 114 Tb/s, with optical fibers along the top and bottom edges moving 1.6 Tb/s each. State of the art is around 10 Tb/s per device and 0.2 Tb/s per fiber — "there's 10x's all over the place." The transatlantic cables connecting North America to Europe run about 200 Tb/s, less than two of these chips.
- Racks: a single M1000 rack carries several petabits per second of I/O — the entire world's internet traffic in one rack.
- Reliability: a major scaling challenge. A data center with 100,000 GPUs has on the order of 10 million links, and those links had better not produce errors — errors freeze training runs and crash inference. Lightmatter therefore builds entire validation data centers, operating hundreds to thousands of these platforms to prove they simply won't crash.
Quotes
"I don't know anybody who can work for 24 hours non-stop and have a 50% chance at solving a hard technical problem. Certainly I can't do it." (~00:26:00)
His framing of the time-horizon curve — the curve that motivates the entire build-out.
"It enables you to build gigantic computer systems that behave as a single brain." (~00:29:33)
Lightmatter's one-sentence answer to "what does photonics buy you?"
"The entire world's traffic, internet traffic, is a single rack from Lightmatter M1000 there on the left." (~00:31:54)
A comparison built to be remembered.
提到的專案與資源 / Projects & Resources
| 名稱 Name | 說明 | Description | 備註 Notes |
|---|---|---|---|
| Lightmatter Passage M1000 | 3D 光子 superchip,114 Tb/s 光學頻寬,256 條光纖 | 3D photonic superchip; 114 Tbps optical bandwidth, 256 fiber attachments | 2025-03 發表,官方規格與演講數字一致 / announced Mar 2025; specs match the talk |
| Strong scaling | 讓多晶片系統的效能隨晶片數線性成長的目標 | Goal of near-linear performance scaling across many chips | 演講中用來說明「單一大腦」的技術目標 / the technical framing of the "single brain" |
逐字稿勘誤 / Transcript Corrections
| 字幕原文 Heard as | 應為 Should be |
|---|---|
| Agentyc AI | Agentic AI |
| Light matter | Lightmatter |
| 1.6 ter- / 114,000 houses | 1.6 Tbps / 114,000 homes' worth of bandwidth(口語斷句) |
| Abilene(字幕作 "Abilene" 但唸法模糊) | Abilene, Texas |
| "10 100 MW nuclear reactors per gigawatt data center" | ten 100 MW reactors per gigawatt data center |
待確認 / To Verify
- 「50% 成功率的任務時長曲線」未在演講中點名出處(業界常引用 METR 的 time-horizon 研究),需看投影片確認來源。/ The source of the 50%-success-rate time-horizon curve was never named on stage (commonly attributed to METR's time-horizon work); check the slides.
- 3× time-to-train、3× pre-fill、11× decode 的量測條件(模型、GPU 數、對照基準)未說明。/ The measurement conditions behind 3× train / 3× pre-fill / 11× decode (model, GPU count, baseline) were not stated.
- 「德州與英屬哥倫比亞的資料中心」未指名具體站點。/ The Texas and British Columbia data centers were not named specifically.