ORBITAL
SIGNAL_LIVE · 2026.Q2
DOCUMENT // 001 REBUTTAL Filed: 2026-05-15 · California

Space-based AI isn't a pipe dream. It's the only path that scales.

Earth is out of power, land, and patience for gigawatt-scale AI clusters. Orbit has 1.36 kW/m² of free 24/7 solar, a 3 K heat sink, and a fully reusable ride. The math has already changed — most critics are still quoting 2010 launch prices.

0.00
kW / m²
Solar constant in orbit · 24/7
0
Kelvin
Cosmic background — your radiator
$0/kg
target LEO
Starship V3 trajectory · 2026–28
0+
satellites
Active Starlink fleet · 2026
02

Steel-manning the skeptics.

Before the math: the real engineering objections — and why none of them stick in 2026. Click each to expand.

Radiation will fry the GPUs in months.

The claim that “radiation will fry the GPUs in months” sounds intuitive, but it is not automatically true once you work through the actual orbital environment, failure modes, shielding assumptions, and workload tolerance. The raw mathematics is less fatalistic.

The orbit matters

Start with orbit. A satellite in low Earth orbit, especially a sun-synchronous orbit at roughly 500–700 km altitude, is not sitting inside the worst part of the Van Allen belts. The inner belt becomes much more severe above typical LEO altitudes, especially above roughly 1,000 km, while the most damaging trapped proton environment is concentrated higher than the operating range of many commercial LEO constellations. Radiation dose is not a generic “space is lethal” variable — it depends sharply on altitude, inclination, shielding thickness, solar cycle, and time spent in regions like the South Atlantic Anomaly.

Starlink is the practical counterexample. Thousands of satellites operate in LEO for multi-year periods using a commercial manufacturing philosophy, not the old aerospace model of only using extremely expensive radiation-hardened chips. They are not proof that every consumer GPU will survive unmodified in orbit, but they do prove that modern commercial electronics can be made operationally viable in LEO for years with appropriate system design, redundancy, shielding, fault recovery, and replacement assumptions.

What the dose actually does

A standard consumer GPU on Earth is not designed for total ionizing dose in space. But total ionizing dose is not the only relevant quantity. The question is whether the device accumulates enough dose to permanently degrade, latch up, corrupt memory, or suffer destructive single-event effects before its useful operating life is over. A few millimeters of aluminum already cuts lower-energy particles. One to two centimeters of aluminum-equivalent shielding is not magic, but it pushes the problem from “instant death” toward “manageable reliability engineering.”

The GPU does not need to survive forever. It needs to survive long enough to justify launch mass, power, cooling, and replacement economics. If the target lifetime is 3–5 years, that is a very different problem from demanding 15 years of deep-space operation.

// MAIN RADIATION RISKS

  • Total ionizing dose gradually damaging transistors and oxides.
  • Single-event upsets flipping bits in memory or logic.
  • Single-event latchup creating dangerous current paths.
  • Single-event functional interrupts causing crashes or hangs.
  • Displacement damage degrading semiconductor behavior over time.

Training is unusually tolerant

For an AI training satellite, single-event upsets are probably the most common issue. But training is unusually tolerant compared with, say, spacecraft navigation or nuclear command systems. A flipped bit in a matrix multiply is usually not mission-ending. Neural network training already tolerates noise, stochastic gradient updates, non-determinism, dropped workers, mixed precision, hardware faults, and checkpoint recovery. The system does not require perfect computation at every instant. It requires statistically reliable progress.

That is why the correct engineering approach is not “make every GPU immune.” It is “make GPU failure non-catastrophic.” ECC memory, redundant storage, frequent checkpointing, gradient validation, expected-loss-curve comparison, worker-level health checks, isolation of nodes with anomalous numerical behavior, automatic reboot after hangs, periodic memory scrubbing, and triple-modular redundancy where it actually matters (command, control, power, thermal, scheduler) — not for every multiply-accumulate.

A single GPU bit flip during training may only create a tiny perturbation. Persistent faults are more serious, but they are detectable: NaNs, divergent gradients, corrupted checkpoints, abnormal thermals, inconsistent validation metrics. In distributed training, a bad worker can be dropped and replaced. This is already how terrestrial hyperscale handles failing machines.

Standard GPU dies in LEO are not radiation-proof, but a GPU-based orbital compute cluster does not require radiation-proof GPUs. It requires radiation-aware architecture. The math is about expected failure rate, not binary survivability.

Constellation economics absorb attrition

Suppose an orbital GPU node experiences occasional correctable memory errors. ECC catches most of them. Some fraction become uncorrectable. The node crashes or is removed from the training pool. Suppose a full satellite compute module loses a few percent of GPU capacity per year. That is not a showstopper if the satellite is designed as a replaceable, scalable, constellation-style unit. The system-level question is not “does every chip last perfectly?” It is “does the constellation maintain enough aggregate compute throughput per dollar?”

If radiation creates a 2%, 5%, or even 10% annual compute loss, that may be acceptable. If it creates a 50% loss in six months, it is not. But “months” is not the default conclusion for shielded LEO commercial electronics. It is an assumption that must be justified with orbit-specific dose modeling.

The thermal and power problems may actually be harder than radiation. GPUs generate large waste heat. In space you cannot convect heat into air — you need radiators. Compute density is constrained by radiator area, orientation, surface temperature, solar loading, and power generation. Radiation is a reliability problem. Heat rejection is a first-principles energy-balance problem. If anything kills orbital AI compute economics, thermal management and launch mass may matter more than bit flips.

The layered architecture that actually works

  • Command & control — rad-tolerant or heavily protected systems.
  • Power management — conservative, redundant hardware.
  • Storage — ECC, replication, periodic integrity verification.
  • GPU modules — commercial or lightly modified silicon, shielded enough to reduce failure rates without making mass impossible.
  • Software stack — assumes failure. Never treats a GPU as sacred. Treats GPUs as disposable workers. Checkpoints to multiple satellites or ground. Distributes training across many orbital nodes with automatic rescheduling after faults.

That is the same philosophical shift that made cloud computing work. You do not build immortal servers. You build resilient clusters.

For radiation shielding, aluminum thickness has diminishing returns. Too little shielding lets many particles through; very high-energy particles can create secondary particles when they strike thick shielding. So the optimum is not “wrap the GPU in a meter of metal” — it is a mass-optimized shell with selective spot shielding, careful component placement, error correction, and graceful degradation. A 1–2 cm aluminum-equivalent shield (~27–54 kg per m² at 2.7 g/cm³) is heavy but not absurd for high-value compute modules, and you don’t shield uniformly — you shield sensitive bays, use structural mass as shielding, and place less sensitive components outward.

The relevant comparison isn’t space vs. perfect Earth hardware

Terrestrial data centers already experience memory errors, disk failures, network packet loss, kernel crashes, bad nodes, cosmic-ray bit flips, and silent data corruption. AI training at scale is already a fault-tolerant distributed systems problem. The right comparison is “space overhead versus terrestrial overhead” — if radiation increases reboot frequency, checkpoint frequency, spare capacity, and validation checks by 3–15%, that is not fatal when orbital power, cooling, latency, or strategic autonomy provides enough value.

// QUANTITATIVE FRAMING

Let raw GPU compute capacity be C. Let:

  • r = radiation & fault-recovery overhead
  • t = thermal throttling overhead
  • k = checkpointing overhead
  • a = node attrition overhead

Ceff ≈ C × (1−r) × (1−t) × (1−k) × (1−a)

Realistic case (r=0.03, t=0.10, k=0.02, a=0.05):

Ceff ≈ C × 0.97 × 0.90 × 0.98 × 0.95 ≈ 0.81 C

That is not “fried in months.” That is an engineering tax.

Pessimistic case (r=0.10, t=0.10, k=0.05, a=0.15):

Ceff ≈ C × 0.90 × 0.90 × 0.95 × 0.85 ≈ 0.65 C

Ugly — but not catastrophic.

The one risk that’s actually scary

Silent corruption is the most serious software-level risk. A GPU producing subtly wrong outputs without crashing is worse than a GPU that simply dies. Mitigation is validation: periodically compare outputs, run known test kernels, monitor gradient statistics, detect NaNs and infinities, hash checkpoints, replicate critical reductions, and quarantine nodes that produce abnormal results. For high-value training, periodically re-run small batches on trusted ground hardware or shielded control hardware to detect divergence. Training can tolerate noise, but it cannot tolerate systematic undetected corruption. That distinction matters.

The sober conclusion

Radiation does not make orbital GPU compute impossible. It makes naive orbital GPU compute unreliable. With constellation-style redundancy, shielding, ECC, checkpointing, reboot recovery, and failure-aware training software, LEO GPU compute becomes a reliability and economics problem, not a physics impossibility.

“Radiation will fry the GPUs in months” is too broad. It might be true for unshielded hardware in a harsher orbit. It is not a general law for shielded, redundant, commercial electronics in LEO.

A more accurate version: unprotected consumer GPUs are not suitable for space as-is, but LEO is mild enough compared with deep space that commercial silicon can plausibly operate for useful lifetimes when embedded inside a radiation-aware satellite architecture. The expected penalty is reduced duty cycle, higher error-handling overhead, spare capacity requirements, and gradual attrition — not immediate destruction.

For AI training specifically, the case is stronger because the workload is elastic, distributed, stochastic, and checkpointable. A spacecraft computer controlling attitude cannot casually return wrong values. A training worker can crash, reboot, rejoin, or be dropped. That makes GPUs more viable in orbit than a naive aerospace reliability model would suggest.

// THE PLAYBOOK

  1. Pick a low-radiation LEO regime.
  2. Keep below the worst trapped belt exposure.
  3. Add aluminum-equivalent shielding.
  4. Use ECC and memory scrubbing.
  5. Harden the control plane more than the compute plane.
  6. Treat GPUs as replaceable workers.
  7. Checkpoint constantly.
  8. Detect silent corruption.
  9. Accept a single-digit to low-double-digit efficiency tax.
  10. Replace failed satellites as part of constellation economics.

Under those assumptions, months-to-failure is not the baseline. Multi-year useful operation becomes plausible.

Cooling in vacuum is harder, not easier — there's no convection.

Correct. Cooling in vacuum is harder in one narrow sense: there is no convection. But it is not harder in the absolute sense. It is a different heat-rejection regime.

On Earth, a data center usually rejects heat through air, water, chillers, cooling towers, rivers, evaporative systems, or some hybrid of those. In orbit, none of that exists. There is no air to carry heat away. There is no river to dump heat into. There is no evaporative cooling loop. The only final heat sink is electromagnetic radiation.

So the core equation is not a fan equation. It is the Stefan–Boltzmann law.

// STEFAN–BOLTZMANN

P = ε σ A T4

  • P = radiated power
  • ε = emissivity
  • σ = 5.67 × 10⁻⁸ W m⁻² K⁻⁴
  • A = radiator area
  • T = radiator temperature in kelvin

For an ideal blackbody radiator at 320 K:

P / A = σ T4 = 5.67×10⁻⁸ × 3204594.5 W/m²

So a radiator at 320 K rejects roughly 600 W/m². A 1 GW heat load therefore needs:

A = 1,000,000,000 / 600 ≈ 1,666,667 m² ≈ 1.67 km²

The first-order number is not insane. It is big, but it is not planetary-scale. It is not “impossible by physics.” It is a deployable-area problem.

The mistake is imagining the radiator as a rigid metal block. It would not be. It would be folded thin-film radiator surface: large, light, reflective on the sun-facing side, high-emissivity on the deep-space-facing side, possibly tensioned by booms, cables, inflatable structure, spin-stabilized membranes, or modular unfolding panels. Satellites already deploy large, thin surfaces in orbit. A radiator field is not identical to a solar array, but the mechanical class is similar: folded, launched compactly, deployed into a large-area membrane or panel system.

The difference is that solar arrays collect energy while radiators reject energy. Solar arrays want high absorption in the photovoltaic band. Radiators want high infrared emissivity and controlled solar absorption. A good orbital radiator wants to see cold space, avoid direct sunlight when possible, and avoid absorbing too much Earth infrared and albedo.

The real equation

The full version accounts for environment temperature:

P = ε σ A (Trad4 − Tenv4)

With realistic emissivity ε = 0.85 at 320 K:

P / A ≈ 0.85 × 594.5 ≈ 505 W/m² → A ≈ 1.98 km² for 1 GW

Closer to 2 km², not 1.6 km². Still large, not impossible.

Temperature is the dominant variable

Because radiation scales as T4, a hotter radiator drops required area fast.

320 K → ≈ 600 W/m² → A ≈ 1.7–2.0 km²

350 K → ≈ 850 W/m² → A ≈ 1.2–1.4 km²

400 K → ≈ 1,450 W/m² → A ≈ 0.7–0.8 km²

500 K → ≈ 3,540 W/m² → A ≈ 0.3–0.4 km²

That is the engineering trade. Higher radiator temperature means less area, but it also means hotter coolant loops, more demanding materials, more thermal stress, and more difficulty keeping GPUs and memory within their operating range.

The GPUs themselves cannot run at 500 K. But the radiator can be hotter than the chips if the system uses a thermal transport loop: heat pipes, pumped liquid loops, two-phase loops, vapor chambers, or liquid metal loops. The compute stack runs at acceptable junction temperatures, while the heat is moved to a radiator designed to operate at a higher rejection temperature.

The heat chain

  • Compute boards produce heat.
  • Cold plates extract heat from GPUs and memory.
  • A pumped loop or heat-pipe network moves heat outward.
  • Thermal buses distribute heat to deployable radiator wings.
  • Radiator panels reject heat to space.
  • Control surfaces manage orientation relative to Sun, Earth, and deep space.

GPU → cold plate → coolant loop → thermal manifold → radiator → space

The bottleneck is not “can heat radiate?” It can. The bottleneck is mass, deployment reliability, coolant pumping power, micrometeoroid resistance, thermal gradients, and orientation control. None of those are immediate impossibility proofs.

A 1 GW orbital compute cluster would need radiator area on the order of square kilometers, not hundreds or thousands of square kilometers. Large enough to dominate spacecraft architecture, but small enough to be treated as a megastructure deployment problem rather than a violation of physics.

The water comparison

A terrestrial 1 GW data center does not merely need electricity. It must reject 1 GW of waste heat into the local environment. On Earth that often means massive air handling, chilled water, cooling towers, evaporative loss, or access to water infrastructure. The power becomes heat locally. That heat has to go somewhere.

In space, the waste heat goes directly into the cosmic radiation sink.

  • No river heating.
  • No municipal water fight.
  • No evaporative water loss.
  • No plume of humid exhaust.
  • No thermal discharge permit.
  • No downstream ecological lawsuit.
  • No dependence on local aquifers.
  • No conflict with agriculture during drought.
  • No heat-island burden on a city.

The orbital system pays in radiator area and launch mass. The terrestrial system pays in land, grid connection, substations, water, permitting, cooling infrastructure, community opposition, and environmental constraints.

The space version is not free. It is just a cleaner thermodynamic boundary condition. Same first-law accounting — 1 GW electric in becomes 1 GW heat out — but the sink changes from air or water to deep-space infrared radiation.

A useful intuition

Modern solar irradiance near Earth is about 1,361 W/m².

A hot radiator at 400 K rejects heat at roughly the same order of magnitude as sunlight incident on a square meter near Earth. A square-kilometer-scale thermal surface can move gigawatt-class energy flows.

Modular, not monolithic

The practical design would not be one giant 1 GW spacecraft. Split it across the constellation:

1,000 satellites × 1 MW each at 600 W/m²:

A ≈ 1,667 m² per sat ≈ a 40 m × 42 m radiator (or multiple wings)

At 400 K:

A ≈ 690 m² per sat — large, not absurd for a purpose-built platform

10,000 nodes × 100 kW each:

320 K → ≈ 167 m² · 400 K → ≈ 69 m² per node

At those sizes it starts to resemble large deployable spacecraft hardware rather than science fiction.

Mass dominates everything

Radiator areal mass matters more than the area itself. For a 1.7 km² system:

1.0 kg/m² → 1.7 × 10⁶ kg — too heavy unless launch is very cheap

0.1 kg/m² → 1.7 × 10⁵ kg — large but within megaconstellation logistics

0.05 kg/m² → 85,000 kg — large but plausible for a multi-launch industrial buildout

A huge area of ultra-thin film is easy in geometry but hard in materials, deployment, puncture tolerance, and thermal plumbing. The correct answer is membranes, capillary loops, modular panels, and replaceable radiator strips.

The heat transport system may weigh more than the radiating surface. Moving 1 GW of heat from compact GPU boards to a square-kilometer radiator field is nontrivial. That requires thermal buses with high conductance. If the heat source is too dense, the cold plates and manifolds become massive. So orbital AI compute probably wants lower compute density than terrestrial racks: broad, flat, thermally distributed architecture. Instead of dense racks, imagine long radiator-backed compute sheets where GPU modules are distributed across panels so the heat path is short.

The right design idiom

The best design is not a terrestrial data center launched into orbit. It is a thermal spacecraft where computation is embedded into the radiator architecture.

A terrestrial data center says:

“Pack GPUs densely, then fight the heat.”

An orbital data center should say:

“Distribute compute across a radiating surface from the beginning.”

Instead of racks, use tiles. Each tile contains compute, power conversion, coolant microchannels, shielding, and radiator backing. The satellite becomes a computational blanket. The radiator is not an accessory — it is the body.

This also improves fault tolerance. If one panel fails, isolate it. If one coolant loop is punctured, close valves. If one GPU tile degrades, route around it. This favors modular orbital compute fabric, not centralized megastructure.

The real engineering question

The cooling objection is therefore valid but not decisive. A better version is:

Can you build a low-mass, deployable, micrometeoroid-tolerant, thermally conductive radiator system with enough area and orientation control to reject gigawatt-scale waste heat while keeping GPU junction temperatures stable?

That is the real engineering question — not “no convection, therefore impossible.” The absence of convection is already accounted for. Radiation is weaker at room temperature than forced liquid cooling, but it scales cleanly with area and temperature. Space gives you an infinite cold sink. You only need enough radiating surface and a way to move heat to it.

The bottom line

1 GW ÷ 600 W/m² ≈ 1.7 km²

City-scale number? No. Space-industry-scale number? Yes. Megastructure? Barely. Physical impossibility? No.

Cooling in vacuum is harder locally because there is no convection, but easier globally because the final heat sink is unlimited. A 1 GW cluster does not require oceans, rivers, cooling towers, or evaporative water loss. It requires roughly 1–2 km² of radiator area at near-room-temperature rejection, less if radiator temperature is higher. That is a large deployable spacecraft problem, not a thermodynamic impossibility.

// FINAL ENGINEERING STACK

  1. Solar or beamed power input.
  2. GPU compute layer.
  3. High-conductance thermal extraction.
  4. Pumped or passive heat transport.
  5. Deployable high-emissivity radiator wings.
  6. Sun/Earth avoidance geometry.
  7. Fault-tolerant modular panels.
  8. Automated thermal throttling.
  9. Replaceable failed tiles.
  10. Constellation-level redundancy.

Vacuum cooling is not easier for a single hot chip. Vacuum cooling can be easier for civilization-scale compute because space lets you reject waste heat without consuming water, heating local ecosystems, or fighting terrestrial permitting. The cost shifts from water and land to area and mass. For orbital AI infrastructure, that is probably the correct trade.

You can't service hardware in orbit. One failure ends the mission.

You don't service it — you replace it. This is the Starlink design philosophy. Build cheap, mass-produce, deorbit at end of life, launch the next generation. With $10–100/kg launch and on-orbit assembly via Optimus + arms, planned replacement is cheaper than maintenance crews on Earth.

Latency to ground destroys inference for chat & agents.

Don't put chat inference in orbit. The economics target is training and batch inference — workloads where 20–40 ms round-trip is irrelevant compared to FLOPs/$. Real-time inference stays on edge datacenters, which is exactly the right division of labor: build the model in orbit, serve it near the user.

Space debris and Kessler syndrome.

Serious objection. Mitigations: (1) station-keeping with electric propulsion, (2) FCC-mandated 5-year deorbit at end-of-life, (3) collision-avoidance autonomy already deployed on every Starlink, (4) higher orbits (sun-sync ~600 km) reduce conjunction density vs. legacy debris belts. Not solved by hand-waving — solved by regulation and engineering discipline.

The IPO pump argument — this is just to inflate SpaceX.

If the goal were a pump, you wouldn't pick a thesis that pattern-matches to "this will obviously fail" for half the financial press. You'd pick something safe and consensus. The same people who said reusable rockets, Starlink, and EVs were impossible are now saying orbital compute is impossible. Pattern recognition is free.

03

Critics say. Physics says.

The skeptic argument hasn't been updated since GPT-3. Here's the side-by-side.

// CRITIC.txt

"It's a pipe dream to inflate the SpaceX IPO."

  • Launches cost too much.
  • Space is too harsh — radiation, thermal, no repairs.
  • Latency kills inference.
  • Earth datacenters are already cheap.
  • Cooling in vacuum is impossible.
Source: 2010–2024 talking points, recycled.
// REALITY.txt · 2026

The numbers already disagree.

  • Starship is reusable & flying — trajectory $10–100/kg to LEO.
  • Starlink has run 10,300+ sats for years. Harshness is solved engineering.
  • Frontier training doesn't care about 20 ms — it cares about FLOPs/$.
  • US AI load is projected at ~100+ GW by 2030. The grid can't.
  • Vacuum + 3 K background = best heat sink in the universe.
Source: first-principles math + 2026 hardware.
04

The launch cost collapse.

Every critique of orbital compute is implicitly pricing 2010 launches. Here's what actually happened in the last 55 years — drawn to log scale.

// $/KG_TO_LEO · LOG SCALE · 1970→2030 −99.6% in 55 years · −98% in the last decade
Sources: NASA Saturn V program cost, Shuttle GAO retrospective ($54,500/kg), SpaceX Falcon 9/Heavy public pricing, SpaceX Starship public statements (Musk 2024–26). All figures in 2024 USD per kilogram to LEO.
05

Do the math yourself.

Earth vs. orbit, side by side. Adjust the assumptions. Watch the crossover.

// LIVE_PLOT

10-year TCO vs. launch cost

Earth TCO Orbit TCO Crossover
Crossover at · current slider position highlighted.
Falcon 9 ≈ $1,500 · Starship target ≈ $100 · stretch ≈ $10
H100-class ≈ 0.05 · 2026 datacenter rack ≈ 0.10–0.15
EARTH · gigawatt cluster
$0B
10-yr TCO · electricity + cooling water + grid upgrades
  • Power source fossil-heavy grid
    ~60% capacity factor
  • Cooling evaporative chillers
    ~3 M gal/day
  • Permit timeline 5–10 yr
CROSSOVER
ORBITAL WINS
0×cheaper
FLOPs per dollar, lifetime
ORBIT · same cluster
$0B
10-yr TCO · launch + ops · power is free forever
  • Power source direct solar 1.36 kW/m²
    ~100% capacity
  • Cooling radiator panels → 3 K
    0 gal water
  • Permit timeline FCC filing

Assumes 10-year operational life, 85% utilization, $8B/GW shared compute capex with 5-year refresh on both sides, 2.2× mass overhead for orbital radiators & solar, 15% ops for station-keeping. Excludes latency-sensitive inference (which stays Earth-side anyway). Adjust the sliders. The crossover happens fast.

06

Real 2026 receipts.

What's actually deployed, signed, or filed — not slide-deck vapor.

10,300+
Active Starlink satellites

The largest constellation ever flown. Mass production, daily ops, and 5-year design life — already proven.

SpaceX updates →
Project Suncatcher
Google · orbital TPU concept

Google is publicly studying TPU clusters in sun-synchronous orbit linked by free-space optical mesh — not a SpaceX-only fever dream.

Google Research →
100+ GW
Projected US AI datacenter load by 2030

Roughly the entire current electricity demand of Texas — and the grid lead-time to build it on Earth is 7–10 years.

IEA report →
$10–100/kg
Starship LEO trajectory

Full reusability + methane + 100+ t payload collapses launch cost by 2 orders of magnitude vs. Falcon 9, the previous champion.

Starship →
07

The execution path: 2026 → 2040.

Earth-launched LEO compute first. Then lunar manufacturing. Then mass drivers.

  1. 2026

    LEO prototypes · Starship V3 daily flights

    First solar-powered AI compute prototypes launched as Starlink V3 extensions. FCC filings for one-million-satellite constellations under review. Initial uncrewed Starships head toward the Moon to scout regolith resources.

    Starship V3FCC filingslaser mesh
  2. 2027

    Moonbase Alpha · precursor landing

    Uncrewed Starships deliver 200+ t of cargo per flight. Optimus robots begin autonomous regolith excavation, sintering, and 1 GW/yr pilot solar panel production. Early mass-driver segments tested at low power.

    Optimusregolith sinteringcargo Starship
  3. 2028

    Lunar fab online · 100 GW/yr satellite output

    Moonbase Alpha lines scale to 100 GW/yr of solar AI satellites using regolith-derived panels and radiators. First crewed missions arrive. Mass driver hits 1 km/s test velocities — small batches launched directly to high Earth orbit.

    mass driver αcrewedorbital fab
  4. 2029

    1 TW orbital compute crossover

    Closed-loop metal & silicon recycling from regolith. Mass driver operational at full lunar escape velocity (2.38 km/s). Laser mesh + Starlink backbone achieves sub-20 ms effective latency for training clusters.

    closed-loop fablaser meshterawatt
  5. 2030–31

    Self-growing lunar industry · 10 TW/yr

    Optimus swarms + printed fabs accelerate growth. Majority of frontier AI training shifts to orbit. Exaflop clusters radiate heat directly to space. 100+ residents at Moonbase Alpha with closed-loop life support and Mars propellant depots.

    self-replicationexaflopMars depot
  6. 2032–33

    100 TW/yr · the Moon is the datacenter

    99% local content from regolith. Orbital constellation exceeds 100 TW of always-on compute with zero ongoing fuel or water cooling cost. Earth grids are relieved of gigawatt-scale AI loads.

    100 TWzero waterregolith 99%
  7. Mid 2030s

    500 TW/yr · multiple mass drivers

    Distributed factories across the lunar south pole for continuous solar exposure. Thousands of residents. Mars outposts reach hundreds of people, supported entirely by lunar-manufactured hardware.

    south pole500 TWmulti-planetary
  8. 2040

    Petawatt class · Kardashev-II in sight

    Multi-thousand-person lunar city. Massive orbital solar constellations exceeding 1,000 TW. Mass drivers operating at industrial scale. A non-trivial fraction of the Sun's output is now harnessed for compute.

    petawattKII-boundmulti-planetary AI
// EOF

The economics aren't incredibly bad incredibly obvious.

Stop hand-waving about 2010 launch costs. Look at Starship cadence in 2026, look at Starlink scale, look at IEA grid projections, look at Google's Suncatcher. The crossover already happened. The only question is which builder ships first.

— filed in support of Edwin's rebuttal to Stephan
SEE YOU ON THE MOON.