upvote
I’m guessing that predicting the failure modes of a computer is more taxing than your brain using pattern recognition of what it needs to react to.

If you’re driving, your brain can automatically prioritize the importance of things that you see. But since a computer fails in different ways than a human, you lose all automatic prioritization

reply
Think about a junior coworker you offloaded some of your tasks to. It turns out the coworker frequently makes mistakes. At some point you are going to say it is easier to just do this myself. Especially if a single mistake can cost you your life!
reply
It's easier to predict, understand, and react to your own driving behavior.
reply
Because constantly switching between full attention and degraded attention (which the FSD promises) is more tiring that staying on full attention continuously.
reply
It's not just "tricky situations", sometimes FSD will do things that no normal driver would ever do, and it will do them inconsistently. Sometimes it's brilliant and sometimes it's drunk.
reply
deleted
reply
This is a subject that has been studied quite a bit, as there are a bunch of jobs where people have to monitor for rare emergencies, and react fast if an emergency should arise. Things like pilots on flights with autopilot; lifeguards watching for swimmers in distress; CCTV monitoring; operating airport X-ray machines, and so on.

One such study is "Performance consequences of automation-induced 'complacency'" (Parasuraman, Molloy & Singh, 1993) https://www.pacdeff.com/pdfs/Automation%20Induced%20Complace...

Previous studies had found that a human and a computer performed markedly better than either a human alone or a computer alone - but in those studies failures were quite common, so they didn't give the humans time to get bored or distracted.

When researchers got test subjects to perform a simulated flying task, monitoring a system with 99%+ reliability, they found the humans were proportionally much worse at stepping in than they were on less reliable systems.

Swimming pool lifeguards will often change posts every 15-20 minutes and and get a 10-15 minute break every hour, to keep things interesting enough that they can pay attention. Good luck getting drivers to do that.

reply
> Things like pilots on flights with autopilot;

Funny, I was going to mention exactly that. I'm a private pilot with a modern autopilot and flying is exhausting. Partly because the piston engine is rattling your brain the entire time but also because you're on high alert the entire time. You're always making sure the autopilot is keeping the plane on the blue (or green) line and is being predictable. And my smartwatch shows my heart rate is usually more elevated on autopilot than not.

reply
This is the real trick about 95% accurate or 99% accurate, if you never know when that 1% incident will occur, you ALWAYS have to watch for it. And eventually we'll have to live with the fact it'll never hit 100% accuracy, just as we don't have 100% accuracy today with human driving.
reply
I know my normal, non-self-driving car won't randomly slam on the brakes or swerve into a median. Even if I take my hands off the wheel, I know it will keep going straight-ish for a second or two.

A "self-driving" tesla is an adversary you need to supervise to make sure it doesn't take actions you wouldn't expect of a normal car.

As other posters have pointed out, it's like running an LLM with `--dangerously-skip-permissions`: I wouldn't `rm -rf /` my computer (or in the case of tesla, my life), but an AI might.

reply