A Fleet You Can Watch — Honestly (Part 4 of 4)
We can simulate an entire fleet moving across the country. Which is exactly why every live map is built to never show you a truck that isn't real.
Under the Hood — Part 4 of 4, the finale. (Start at Part 1.)
A fleet you can watch — honestly
We can simulate an entire fleet moving across the country: carriers, trips, fuel burning down, GPS pings ticking along a route, the works. It's genuinely useful — for demos, for load-testing, for building the map before a single real truck exists. It's also exactly the kind of thing that quietly poisons a real operator's dashboard if you're the slightest bit careless.
So every telemetry ping carries a provenance flag: real or simulated. And every live consumer — the operator map, the tracking channel, the mobile view — reads real-only by default. Simulated data is excluded unless a consumer explicitly opts in. A test carrier can never surface as a real truck on a real operator's screen. The system would have to be told to show you the fake thing, out loud, in code.
This matters more than it sounds. The fastest way to destroy trust in a monitoring system is to catch it, once, showing you something that isn't true. On infrastructure where people make dispatch decisions and move goods based on what the map says, data integrity isn't a feature you add later — it is the product. A guard that defaults to "exclude" is a small, unglamorous decision that quietly protects the entire thing.
The receipts: fuel and GPS on the ping pipeline, a simulated-provenance guard across every live consumer, a supervised per-trip simulator and a demo seed — all gated off production entirely.
Honest note: we found a leak before shipping. One consumer wasn't checking the flag before it drew to the map. It was inert — nothing real was affected — but it was there. That's the whole argument for making the default "exclude" instead of "include": the safe default catches the mistake you didn't know you'd made. Anyone can guard the paths they remember. The default guards the one they forgot.
That's the how. But building it is one thing — governing it is another. The next series, Trust, Metered, is about the brakes: the stop button, the second signature, and a record nobody can quietly edit.