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.

6 of 152 comments (clear)

  1. Duh? by Anonymous Coward · · Score: 5, Insightful

    I'd trust the quality of an AI from a machine learning company (Google) more than one from a mechanical engineering company (Ford).

    Its not like Google is making the "Car" part of it. They are getting that from a car company. I'd trust a car company to make the car portion far more than I'd trust Google, but that is not the issue at hand.

  2. 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.

  3. Its a question of liability by Justpin · · Score: 5, Insightful

    TBH its not a question of trust per se, since it will be mass produced to the lowest bidder who will most likely cut corners. It is a bigger question of who is liable when it goes wrong? Right now the nut behind the wheel is liable, yet if we put an AI in charge, what happens when it goes wrong? The opt out / easy method is to still make the 'operator' liable. Will the 'operator' have to be awake at all times and focusing on the road for when something goes wrong? Because if so then although it may well self drive the fact it needs to be constantly monitored kinda negates a large part of its autonomy. I mean computers never go wrong right?

  4. Yeah but... by Virtucon · · Score: 5, Insightful

    I ripped my OnStar box out of my car because of their tracking policy so what makes me want to trust either the car makers or the technology companies? If Google does it you can be sure I'll be spammed with tons of ads and my every move will be tracked, mined and sold to any company or government they choose. I can see where auto makers will eventually do the same, Before self driving we'll all now have boxes tracking our distance in the name of eliminating gasoline taxes for roads which adds another dimension to all this data gathering on our movements. Until we get the privacy laws straight we shouldn't be considering self driving cars.

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  5. Choose your vendor wisely... by Bill+Dimm · · Score: 5, Funny

    Google car: Will be named the "Beta." It will work great for the first three years, then Google will shut it down. If you have any problems, you will find that there is no customer support number.

    Microsoft car: Will be named "Ding." You'll be cruising down the highway when the control panel suddenly says "Rebooting to install updates in 9...8...7..." Owners of the first few versions will have close encounters with telephone poles. Nobody will sell you car insurance.

    Apple car: Will be named "iDrive." The car will cost $300k and will look modern and sexy. Build quality will be excellent. No matter what destination you enter, you'll end up in Camden because it uses Apple maps.

    Oracle car: Will be named "Oracle Car." The car will cost $400k and you'll need an expensive consultant to make it work.

  6. 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.