Why hex, and what that buys.

The tile is the unit. The hexagon is the shape. Six edges, six neighbors, six routes, lowest edge-to-area of any regular tiling, round apertures fit, mesh degrades smoothly under failure.

Hex tile farm · planar assembly · 3 concentric rings · 37 tiles

Live three.js animation


Hex vs square, honestly.

The square's wins are building wins (machining, packing, addressing). The hex wins are operating wins (mesh degree, thermal spread, failure tolerance). Operating wins compound across the artifact's lifetime. Building wins are paid once.

Axis Square · 4 Hex · 6 Win

Mesh connectivity

Graph diameter scales better; more inter-tile bandwidth per node.

4 neighbors 6 neighbors hex

Thermal spread

Local hot spot distributes across 50% more paths; lower per-edge ΔT.

4 conduction paths 6 conduction paths hex

Mechanical redundancy

Losing one tile is graceful — six neighbors take over its mesh role.

4 reroute paths 6 reroute paths hex

Edge-to-area ratio

Less mass at joints; less heat lost at boundaries.

higher (more joint material) lowest of any regular tiling hex

Round-aperture fit

Round wafer dies, antennas, fluid manifolds all match hex with less waste.

square inscribes circle poorly hex inscribes tightly hex

EPM count / tile

Cost amortized over the failure-resilience win.

4 magnets 6 magnets square

Joint angle

Square is easier to machine. Minor.

90° 120° square

Launch packing

Real but solvable — folded/honeycomb packs are mature.

flat-stacks cleanly triangular gaps square

Wraps a curved surface

Option you don't lose, even when running planar by default.

impossible without distortion hex + occasional pent does it hex

Five properties rectangles can't reach.

01

6-degree mesh as geometry

No extra routing layer needed — every tile naturally has six inter-tile data paths. A 1000-tile hex farm has graph diameter ~16; a 1000-tile square farm has ~32. Cuts hop count in half at scale.

02

Passive thermal redistribution

A local hot spot bleeds into six neighbors at lower per-edge gradient than four. The farm's effective hot-spot ceiling is higher; individual tiles can run hotter without overshooting the radiator budget.

03

One conformation, four topologies

A hex tile farm is planar by default. With occasional pentagons it wraps cylinders or spheres. With strips it makes booms. With a single column it makes towers. Square gives you only planar and tower.

04

Round-thing alignment

Solar wafer dies are round; hex catches more cell area per tile than square. Phased-array antennas are round; hex matches the aperture. Coolant manifolds want hex hydraulic flow.

05

Failure isolation in software, by graph topology

A bad tile in a hex grid leaves six healthy neighbors who can take over its mesh role. The mesh degrades smoothly instead of in two-way cuts. The operating system gets to assume graceful degradation, not catastrophe.


Same tile. Different envelopes.

The hex tile is fixed. The conformation is chosen by zone. Same docking protocol, same compute payload, four operational shapes.

LEO sun-synchronous · LEO equatorial

Planar farm

The default. Tiles tessellate edge-to-edge on a flat deployment surface, solar faces sun-pointed, radiator faces deep space. Additive scaling without changing anything else.

When · Where attitude control can keep one face to the sun.

GEO · high orbits

Boom

A linear chain of tiles extends as a boom from a host vehicle. Smaller compute envelope per unit, but simple to deploy and station-keep.

When · Where geostationary or near-stationary attitude is cheap.

L4 / L5 · Earth-Sun Lagrange

Slow-rotating disc

A larger planar farm rotates slowly about the sun-vector axis, distributing thermal load and giving every tile time on the radiator side.

When · Where station-keeping is loose and rotation is acceptable.

host-vehicle augmentation · rideshare

Accreting cell

Tiles dock onto a parent spacecraft's surface as a non-load-bearing compute layer. Mass-budget guest, not the host.

When · When riding an existing bus rather than launching standalone.


Electropermanent magnets, six per tile.

Each hex edge midpoint carries an electropermanent magnet — a magnet whose polarity can be flipped or zeroed by a brief electrical pulse, then holds without further power. Two tiles approach, their controllers energize matched-polarity EPMs, dipole forces guide the final alignment, and a sensor confirms the bond. A bad bond pulses the magnets off and retries.

The mechanism is faithful to TESSERAE — the self-assembling space architecture developed by Ariel Ekblaw at MIT Media Lab and the Aurelia Institute, with the seven-tile partial dome flown on Axiom Ax-1 (April 2022). TESSERAE was designed for pressurized habitats; the architecture for a data center has different optima (planar, not spherical), so we adopted the docking and not the conformation. The credit for the docking is theirs.

What ThermoEdge contributes is the compute payload inside each tile (the full TESilicon module), the planar conformation, and the operating system that treats the farm as one logical computer.


The shape comes from the physics, and the network shares it.