Why My Website Thinks It's a Space Program
I redesigned this site around a mission-control metaphor, then spent a while figuring out why that felt right. It turns out watching telemetry is most of my job now.
- RECEIVED
- EST READ
- 5 MIN
- CHANNEL
- meta / design / agentic-systems
My website thinks it's a space program now.
There's a mission clock in the header. The contact form is labeled UPLINK. My work history reads like a flight log, and the blog you're reading is apparently a "transmission." I did this to myself, on purpose, over many late nights.
Somewhere in the middle of adjusting the glow on an amber telemetry line at 1 AM, I stopped and asked the reasonable question: why does this feel right? Of all the ways to present yourself on the internet, why the aesthetic of a room full of people staring at numbers?
I've been chewing on the answer for a while. I think it's worth writing down.
The launch is not the point
The obvious answer is that space stuff looks cool. Which, fine. It does. But I don't actually care that much about rockets. The launch is the part everyone films, and it's the least interesting part of the whole enterprise.
The part that gets me is the room.
Mission control is a room full of people operating machines they will never touch again. Once the thing is up, that's it. Nobody walks over and reseats a cable. Nobody adds a print statement. The machine is hundreds or millions of miles away, doing its job or failing at it, and everything you know about which one is happening arrives as numbers on a screen.
All you get is telemetry. All you can do is read it well.
Operating things you can't touch
Here's the thing I eventually admitted to myself: that's my job now.
I build and run agent systems in production. There's one that fifty-some people at my company use every day to work support tickets. When it's running, which is most of the time (because I'm not watching it most of the time), my entire relationship with it is instruments. Traces. Token counts. Latency curves. Error rates. A dashboard that tells me whether the thing I built is behaving out there in the dark.
Software has always been like this a little. You ship, and the code runs somewhere you aren't. But agents make it acute in a way that regular software never did for me. A cron job does the same thing every night. An agent makes judgment calls. It reads a ticket I've never seen, decides what the problem is, and acts. Every day it handles situations I did not specifically anticipate, and I find out how it went the same way flight controllers find out anything: I read the numbers afterward.
You don't steer these systems. You design them, you launch them, and then you watch.
Telemetry as trust
For a long time I thought trust in a system was a feeling you developed. You work with something, it doesn't burn you, and eventually you relax.
I don't think that anymore. Trust is instrumentation plus time.
Mission control doesn't trust a spacecraft because the engineers are optimists. They trust it because every subsystem reports in, every reading has a nominal range, and the readings have stayed inside those ranges through enough hours that boring became the expected outcome. The trust lives in the instruments. Take away the telemetry and the same spacecraft, flying the same flawless mission, becomes a source of dread.
The same is true of the agents I run. Nobody on the support team trusts the ticket agent because I gave a confident presentation about it. They trust it because they can see what it did and why, because the numbers have stayed boring for months, and because when it's unsure, it says so and hands the ticket to a human. The instrument panel is the relationship. If I couldn't show people what the system was doing, it wouldn't matter how well it was doing it.
So when I sat down to redesign my site, this is what surfaced. Not "space is cool," but this specific posture: the operator at the console, trusting a thing exactly as far as its telemetry has earned.
Mostly nothing, occasionally everything
One more thing about space that maps cleanly onto operations: it's mostly nothing. Enormous stretches of empty, punctuated by brief windows where everything matters at once.
Running production systems has the same shape. Weeks of nominal readings, then twenty minutes that justify every hour you spent on error handling and rollback paths. The real work happens long before those twenty minutes: building the kind of system, and the kind of instrumentation, where they stay recoverable. Anyone can watch a dashboard when it's green. The design work is for the day it isn't.
The honest coda
I'd love to end there, with the tidy thesis. But honesty requires admitting that some percentage of this redesign is just that amber-on-navy looks good and I wanted to live in it. Not everything needs a philosophy. Sometimes you pick the aesthetic first and discover the reasons after.
What surprised me is that the metaphor kept holding weight I didn't plan for. The work history really does read better as missions flown. The contact form really is an uplink — a message from somewhere I can't see, asking to establish contact. And this blog really is a transmission: something sent out into the dark, in the hope that an instrument somewhere picks it up.
The site is the ground station. The work is in orbit.