---
title: "Orbit is a shared bus now."
date: 2026-07-08
url: https://remiam.co.uk/notes/orbit-is-a-shared-bus
tags: [Space, Aerospace, Systems]
read_time_minutes: 5
description: "A studio view on the SpaceX Transporter-17 rideshare: what commoditised, reusable access to orbit teaches about reuse and shared infrastructure in the systems we build."
---

# Orbit is a shared bus now.

*Published 2026-07-08 · 5 min read · by Liam (Remiam)*

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.

- The 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.
- The 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.
- Reuse 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

- Spend 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.
- Draw 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.
- Measure 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.

## References

1. [Space.com — SpaceX launches 81 satellites, lands rocket on ship at sea (Transporter-17, July 2026)](https://www.space.com/space-exploration/launches-spacecraft/spacex-falcon-9-transporter-17-rideshare-launch-81-satellites)
2. [Spaceflight Now — SpaceX Starlink launch coverage, July 2026](https://spaceflightnow.com/2026/07/01/live-coverage-spacex-to-launch-24-starlink-satellites-on-falcon-9-rocket-from-vandenberg-sfb-9/)
3. [2026 in spaceflight — Wikipedia](https://en.wikipedia.org/wiki/2026_in_spaceflight)
