Slashdot Mirror


People Trust Tech Companies Over Automakers For Self-Driving Cars

Lucas123 writes "Consumers appear more willing to use a self-driving car from a leading technology company, such as Google, over an auto manufacturer like Ford or Toyota, according to a new study from KPMG. Based on polls of focus groups, technology companies scored highest among consumers, with a median score of 8 on a scale of 1 to 10, with 10 as the highest level of trust. Premium auto brands received a score of 7.75, while mass-market brands received a score of 5. Google is the brand most associated with self-driving cars, according to the study, while Nissan lead the mass auto producers in recognition for autonomous technology; that was based on its pledge in August to launch an affordable self-driving car by 2020. 'We believe that self-driving cars will be profoundly disruptive to the traditional automotive ecosystem,' KPMG stated." I suspect that when autonomous cars start arriving for ordinary buyers, there will be a lot of co-branding, as there is now for various car subsystems and even levels of trim.

2 of 152 comments (clear)

  1. Re:no. by phrostie · · Score: 5, Interesting

    I own an Android phone.

    I'd trust Ford with my phone long before i'd trust Google with my car.

  2. Trust Rain Man by Okian+Warrior · · Score: 5, Interesting

    This is no surprise really. Who would you trust to program a computer in charge of your life?

    You trust a true nerd: Someone who is obsessive about correctness, some distance down the Asperger's spectrum, and who's convinced that the consequences of having a bug are their fault. Hygiene and dress-code are secondary.

    I used to code aircraft avionics software (microcontroller stuff for altimeters, airspeed, cabin pressurization, &c). Some of my avionics-related courses asked "are you willing to be the first passenger in an aircraft running this software? raise your hand", and typically mine was the only hand showing.

    There's a mindset for making safety-certified software, and not everyone has it. Most people rationalize doing a poor job by denying responsibility: the boss told them to do it, they have to feed their family, everyone else does it, and so on and so on. It's the mindset that allows the NSA get away with rights violations: no one takes responsibility at any level.

    A true nerd is a little like Rain Man, and will feel responsible for accidents that happen because of his mistakes. In my mind it feels like walking a tightrope over a canyon with no net - I'm always scared of screwing up and I have this mental image of screaming people plunging to their doom. I'm not making this up, the image sometimes pops into my mind while I'm on a project.

    I don't trust my coding skills, of course: there has to be a QA department with testers going over the code, proper paper trails and procedures, independent customer testing, and management that cares about quality. With all this, it still takes courage for me to work on an aircraft project.

    I've met people who do and others who do not have this mindset. One FAA engineer (DER - Designated Engineer Responsible) asked about whether using a 1-byte code checksum (at startup, to verify code integrity) was sufficient and maybe 2-bytes would be safer, and *nothing else* about the project. A 2nd FAA engineer tested the system through literally all the specifications, verifying that the product did what it was supposed to do. As uncomfortable as the 2nd DER was making management, I'd much rather work with him: he understands what's at stake.

    I don't think it's a case of trusting Google over Ford, or even an application company versus a car company. It's the mindset of the people making the product, and the level to which they feel responsible for the final product. It's only a little bit the mindset of management.

    tl;dr: It's not the type of company, it's the type of individuals who make the product.