·5 min read·

Orbit is a shared bus now.

On 7 July a single Falcon 9 carried 81 satellites to orbit on a reused booster flying for the eleventh time. Getting to space used to be a bespoke, once-in-a-programme event. It is now scheduled shared transit, and the shift is a lesson about reuse that applies well beyond rockets.

On 7 July a Falcon 9 lifted off from Vandenberg carrying 81 satellites to orbit on the Transporter-17 rideshare mission. The first stage came back and landed on a droneship in the Pacific about eight and a half minutes later, its eleventh flight. It was the seventy-ninth Falcon 9 launch of the year. None of that made much noise, and that is the point.

What actually changed

A launch used to be the whole project. You designed a satellite around a specific ride, waited years for a slot, and paid for the entire rocket. Rideshare and reuse have turned that into something closer to freight. You book a seat on a scheduled bus, your payload rides alongside dozens of others, and the expensive part of the vehicle flies again next month instead of falling into the sea. SpaceX put roughly 1,600 satellites into orbit in the first half of 2026 alone. The rocket stopped being the deliverable and became infrastructure.

Why a systems studio cares

We do not build rockets. We build bespoke systems, installations, and operational software, and the same economics decide whether that work is sustainable. The cost of anything you do repeatedly is set by how much of it you rebuild each time. If every install starts from a blank file, every install carries the full price. If the expensive, hard-won parts are reusable, the marginal job gets cheap enough to say yes to.

  • 01The launch vehicle is the platform. For us that is the shared render pipeline, the deployment path, the check-in flow, the content model, the bits that are painful to get right once and then boring to reuse.
  • 02The payload is the bespoke part. The client-specific work should be the thin, custom layer that rides on top, not a fresh rebuild of the whole stack.
  • 03Reuse is a discipline, not an accident. A booster is only reusable because someone designed for recovery from the start. Software is only reusable because someone drew the seam on purpose.

The cheapest job is the one where you only build the part that is actually new.

The calls we make because of it

  • 01Spend on the platform, not the one-off. When something is going to run many times, the money goes into making it reusable, even when a throwaway version would ship faster this week.
  • 02Draw the seam between shared and bespoke early. The line between the reusable base and the client-specific layer is an architecture decision, not something to discover halfway through.
  • 03Measure the marginal job. The real health check on a studio is not how good the first build is, it is how cheap the tenth one of the same shape has become.

The interesting thing about a quiet, reused launch is that the innovation is invisible by design. The work went into making a hard thing routine. That is the version of engineering worth aiming at: not a spectacular one-off, but a capability that keeps paying out every time you use it again.

Talk to Remiam about a system like this.