Slashdot Mirror


Uber Will Not Re-Apply For Self-Driving Car Permit In California (techcrunch.com)

An anonymous reader quotes a report from TechCrunch: Uber, after suspending its self-driving car operations in all markets following a fatal crash, has decided not to re-apply for its self-driving car permit in California. Uber's current permit in California expires March 31. "We proactively suspended our self-driving operations, including in California, immediately following the Tempe incident," an Uber spokesperson told TechCrunch. "Given this, we decided to not reapply for a California permit with the understanding that our self-driving vehicles would not operate in the state in the immediate future."

Uber's decision not to reapply comes in tandem with a letter the DMV sent to Uber's head of public affairs, Austin Heyworth, today. The letter pertains to the fatal self-driving car crash that happened in Tempe, Arizona last week. "In addition to this decision to suspend testing throughout the country, Uber has indicated that it will not renew its current permit to test autonomous vehicles in California," DMV Deputy Director/Chief Counsel Brian Soublet wrote in the letter. "By the terms of its current permit, Uber's authority to test autonomous vehicles on California public roads will end on March 31, 2018." This comes following Arizona's decision to block Uber's self-driving cars in its city.

6 of 101 comments (clear)

  1. Re:Without self-driving Uber is dead by Oswald+McWeany · · Score: 4, Interesting

    Without self-driving cars Uber is dead.

    I'm not convinced that that is a bad thing. Uber is like a parasite. They put taxi drivers out of work, and after cost for car maintenance/depreciation is considered- you actually make negative money driving for Uber (it's not a smart business proposition for the driver- people don't think it through long term). All the while Uber has been doing some pretty unethical things.

    There are few companies I WANT to see fail more than Uber.

    --
    "That's the way to do it" - Punch
  2. Re:Uber will just test them in California anyway. by hazardPPP · · Score: 4, Interesting

    It's about money, California will do anything to protect it's stream of revenue to dump into any libtard project moonbeam chooses, that's why Uber needs a permit.

    Uhm, no, it's not about money, it's about safety.

    An autonomous vehicle testing permit has an annual fee of $3600 and includes 10 test vehicles. Additional batches of 10 vehicles can be added at $50 a batch.

    Currently there are about 50 companies testing about 300 cars total. 50 licences mean 500 cars if everyone is testing 10 cars. This is not the case (since there are less than 500 cars on the road), and you have some companies (e.g. Waymo) testing way more than 10, while others are probably testing one or two. So that's 50*3600 = $180,000 in application fees + a few hundred, maybe thousand, dollars more from the companies testing more than 10 vehicles.

    This is hardly some sort of windfall for the government of California. The money probably doesn't cover the cost of developing the legislation, processing the applications, and monitoring the results.

  3. Paranoia. Nothing else by Anonymous Coward · · Score: 0, Interesting

    The paranoia and fear of these advanced technologies is crazy. Thousands of people die while human beings at charge of a car and nobody complains. Keep stoking the fear and china will move along and build these. Same with cloning etc.

    Crazy.

  4. Re:Uber will just test them in California anyway. by Kierthos · · Score: 3, Interesting

    So they have a paper trail showing that it was supposed to be a self-driving car?

    Some of these self-driving cars still have a steering wheel and other controls so the passenger in the driver's seat can take control if necessary. Let's say one of those cars gets in an accident. Do you expect the officer on the scene to immediately recognize it's a self-driving car?

    --
    Mr. Hu is not a ninja.
  5. Worse situation by DrYak · · Score: 4, Interesting

    The situation is actually worse than with Therac-25.

    Back then it was standard type of software, (a classical imperative program written in assembler, that is supposed to do a series of determined steps), where further analysis could find bugs (mostly due to bad practices that could help arise race conditions, overflows, etc.) you can clearly show that the software didn't work as planned.

    Nowadays, with autonomous cars, its entirely different, mostly relying on modern-day AI with deep neural nets.

    I'm exaggerating (though not necessarily that much, in the specific case of Nvidia's platform) :
    but basically you have on one side a bunch of sensor inputs (camera, radar, lidar, sonar)
    on the other side you have a bunch of controls (steering wheel, brakes, gaz pedal)
    and in the middle you have a giant AI black box with "here magic happens" written on it (but it could as well be hallucinating sheeps).

    There's no clear software bug here. In fact the software run exactly as expected : it correctly ran the neural net.
    It's what the neural decided to do out of sensors data that is problematic.
    It's not as much a software bug as a general design oversight.
    With problematic black boxes whose logic is hard to model and understand in an exact logic fashion (DNN aren't a long list of logic rules like "if condition A and B are detected then apply decision C").

    Of course in practice that's a big simplification (except, again, for Nvidia's platform). In practice a good design should include also hard logic that looks at some simpler safeguards (a big object in front detected by sensors should cause direct slowing down/braking not waiting to see what weird decision the neural net might come up with). So there is actual "classical imperative program" somewhere that needs fixing.

    But you get the general gist of the direction things are going with AI : we're reaching the point where it's hard to understand what going under hood, because what goes under the hood is closer to "intuition" than "hard logic".

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  6. Re:No kidding by jellomizer · · Score: 3, Interesting

    Ok I got it and read it.
    So here is some information that seems that should be explained further

    "Waymo, formerly the self-driving car project of Google, said that in tests on roads in California last year, its cars went an average of nearly 5,600 miles before the driver had to take control from the computer to steer out of trouble. As of March, Uber was struggling to meet its target of 13 miles per “intervention” in Arizona, according to 100 pages of company documents obtained by The New York Times and two people familiar with the company’s operations in the Phoenix area but not permitted to speak publicly about it."

    Now this far more important part of the article. It isn't self driving car technology as the technology currently stands, but Ubers implementation of it, and it failure to prevent it from going out when they haven't perfected it at the level the competitors are achieving. And attempting to stop people from alerting the public about it.

    This should be considered a shame on you to Uber, and not be scared of autonomous automobiles, as ones that are properly implemented have a rather good safety record. (Still 5600 miles isn't that great for a release, it should probably be over 100,000 miles)

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.