Saturday, May 28, 2011

google explains why they want to make self driving cars.


"When you make a great product that solves an important problem you will tend to end up with a great business."
 http://www.businessinsider.com/google-cars-2011-5#ixzz1Ni1mF3vv




What? a whole article to explain that? and a well written article at that? Oh god. Is it really that hard for people to understand?


Hell ,yeah! Robot cars are a good idea.

Hell, yeah! There are going to be some technical details that lawyers are salivating over... and maybe at some point robot cars are going to have a bug that ends up hurting or killing people.

But this I tell you now.

Every single robot car that makes it to the market will be safer in every way than todays current average human driver. After the statistics start to come in, insurance companies will give HEAVY discounts to people who own them. After a few years, they will start to REQUIRE cars be equipped with robot driving options.


Robot cars just make sense.


1 comment:

  1. I would like to see the code necessary in the car's AI to teach how to deal with all the other idiot drivers out there:

    Dim couldBeIdiot as New Vehicle

    With Me.Vicinity
    For i = 1 to .Vehicles
    couldBeIdiot = .Vehicles(i)
    If changingLaneNoSignal(couldBeIdiot) OR _
    tailgatingAtRushHour(couldBeIdiot) OR _
    textingWhileDriving(couldBeIdiot) OR _
    caliLicensePlate(couldBeIdiot) OR ...

    ReplyDelete