Combatting ‘Highway Hypnosis’
The solution write-up is still in progress. Below is the problem framing and the initial GIS research, built in Python with OpenStreetMap data.
The exit you miss because you turned the voice off
A case study on designing an exit cue for drivers who muted their navigation, and stopped noticing their exits.
Picture a small, familiar moment. You’re an hour into a highway drive. Music’s playing. A while back you turned off the navigation voice, because every time it spoke it ducked your music to tell you something you already knew. The road is straight and empty and your mind has drifted somewhere pleasant.
Then you notice the sign for your exit, and you notice it too late. You needed to be a lane or two over already, and now you have a bad choice to make. Either you let the exit go, or you cut across two or three lanes of highway traffic in a few seconds to still catch it, which is a dangerous move for you and for everyone driving around you.
That moment is the whole problem, and the reason it happens is worth taking apart. It’s not carelessness. It’s two systems failing at the same time.
Two channels, both down
A driver has two ways of being told an exit is coming: the car tells them through audio, or they notice it themselves through attention. On a long highway drive, both are often unavailable at once.
The audio channel gets switched off on purpose. Drivers mute turn by turn voice because it interrupts music and podcasts, and it’s one of the most common complaints about in car navigation.
The attention channel wears down on its own. Long, monotonous highway driving produces a well documented state called highway hypnosis↗, where a driver stays awake and technically in control but starts running on autopilot, navigating from memory and prediction instead of what’s actually in front of them. Reaction to changes in the environment, like an approaching exit, slows down in a measurable way.

of all road accidents are estimated to be fatigue related, based on naturalistic driving studies and driver surveys.

for commercial vehicles specifically, where truckers face unbroken highway monotony.
So here’s the failure, stated plainly. On exactly the drives where a driver’s attention is most dulled, they’ve often turned off the only system still trying to warn them. Audio off, attention down. That’s the gap I set out to design for.
It’s also why this feels like a Tesla problem specifically. Teslas have real long distance highway confidence now, and that confidence is traced almost entirely to charging infrastructure. Tesla's users are doing exactly the kind of long, monotonous highway stretch that triggers this in the first place.
Mapping the problem in California
Two interactive maps, both built from the same OpenStreetMap data in Python, that end up asking two different questions about the same road network.
This one is asking something pretty simple: how interchange-dense is this particular stretch of road, right now? It’s a local, static measurement, basically just geography. Across all 9,471 freeway segments in the state, the red, decision-heavy stretches show up everywhere, with no real pattern to where they land.
Los Angeles and Oakland stand out with an especially high density of interstate exits, largely because both sit where several major interstates (I-5, I-80, I-10, I-15, and I-880 among them) converge inside a dense urban grid. I’ve felt that firsthand: I’ve gotten lost and ended up in stressful driving situations in both cities, while living in Westwood and later in the East Bay.
This map asks something sharper: did this stretch just come out of 25 or more miles of monotony right before hitting a dense cluster of exits? That makes it a strict subset of map 1, filtered by sequence instead of raw density.
of CA highway segments qualify as true hypnosis zones, 121 out of 8,231.
Analysis
Map 1 is mostly context, a look at where the state’s freeway decisions pile up in general. Map 2 is the actual finding. The specific danger, monotony immediately followed by density, turns out to be a lot rarer and a lot easier to pin down than raw interchange density alone would suggest, at just 1.5% of the network.
The 1.5% of roadways sit on some of the state’s busiest corridors, and fatigue related lapses at sudden interchanges are overrepresented in crash data relative to how much of the road they actually make up. This is a precise, nameable failure mode, and that’s what makes it solvable in the first place.
Because the pattern is rare and specific, it would be the wrong problem to solve with an always-on alert, since that just trains drivers to ignore it over time. A cue that only fires in these 1.5% of situations is a targeted, low-noise intervention, and that’s the kind of thing that earns a driver’s trust.
Discoveries
Hypnosis zones aren’t rural, and they aren’t busy. A long, empty stretch of highway isn’t dangerous by itself, and a dense cluster of exits isn’t dangerous by itself either. It’s the combination that is: a driver’s attention flattens out over miles of low-stimulus road, and then, with no warning, that same driver is dropped into the one stretch that actually demands a decision. The risk lives at the seam between the two conditions, not inside either one.
Tesla’s interface has no good place to cue an exit.
The maps answered where: attention thins out on exactly the stretches where exit decisions pile up. But geography isn’t the failure. The interface is. The real question is what happens in the cabin in the last mile before an exit, and how the car tells you it’s coming. That’s where Tesla’s design runs into trouble.
How everyone else cues an exit
Modern navigation does three things at once as an exit approaches. A visual turn card that stays on screen, lane guidance showing which lane to be in, and audio that escalates, with a heads-up at two miles, again at one, once more right before. Google Maps and Waze do all three, and through CarPlay or Android Auto they sit in the driver’s line of sight. Even a basic built-in system puts the next turn in the instrument cluster, inches under where you’re already looking.
Tesla opts out of all of it.
Google Maps / Waze (via CarPlay or Android Auto)
Conventional car built-in nav
Tesla built-in navigation
Prominent next-turn card, persistent on screen
Next-turn shown in the instrument cluster behind the wheel
Next turn shown top-corner of center screen; exits sometimes not listed
Yes, highlights which lane to be in for the exit
Usually yes on highways
Limited / absent through complex interchanges
Multiple prompts (2 mi / 1 mi / now), community hazard alerts
Standard multi-stage voice prompts
Single prompt, reported as often mistimed or late
Center screen, and mirrored into the driver cluster on many cars
Driver cluster and center screen, near the driver’s sightline
Center touchscreen only, no cluster on Model 3 / Y
No, Tesla blocks CarPlay / Android Auto
N/A
Yes, the only option
This is a tradeoff, not a flaw
It’s worth being fair here, because Tesla’s choice is deliberate and mostly a good one. The single screen is core to the brand. A clean, minimal cabin, no cluttered cluster, one surface that updates over the air. It’s simpler to build, easier to iterate, and unmistakably Tesla. For almost all driving, it works.
But every design philosophy has an edge case where its strength turns into a cost, and highway exits are Tesla’s. The same centralization that makes the cabin elegant means there’s no cluster to fall back on, so the one moment you need a fast, glanceable cue in your sightline is the one moment a single screen serves worst. The next turn ends up in the top corner of the center display, the farthest point from the road, because that’s just where a unified screen puts it.
This isn’t a data problem or a competence problem. Tesla has the map data and the engineering to do anything. It’s that a philosophy tuned for simplicity was never tuned for this specific glance.
Where the cue could live
Three places in the cabin could carry this cue. I looked at each one for how well it fits the constraints from the problem above, and how likely Tesla would actually be to build it.
Concept 1: The Main Interface
The center touchscreen is the surface Tesla already owns, iterates on constantly, and ships changes to over the air. Of the three concepts here, it’s the one Tesla would most likely actually make a change to, since it needs no new hardware.
Concept 2: The Rear-View Camera as an Interface
Every Tesla already has a second screen in the rear-view camera display, just dormant outside of reversing. Using it as a surface for an exit cue would need no new hardware either, only a reason to wake it up while driving forward.
Concept 3: The Ambient Light Strip
Every Tesla dashboard already has a white light strip running across it, purely decorative today. It sits directly in a driver’s peripheral vision without asking for a glance, which makes it a natural candidate for turning ambient light into a functional, directional cue.
Concept 4 (Future State): Tesla Dash
The first three concepts all work within hardware Tesla already ships. This one doesn’t: a dedicated driver-facing display, brought back as its own screen instead of folded into the center touchscreen. It’s the least realistic to ship in the short term, but it’s the cleanest fix for the actual problem, since it puts the cue exactly where a driver’s eyes already are.