Hacker News new | ask | show | jobs
by JabavuAdams 5295 days ago
> auto insurers will offer discounts to self-driving car owners

No, the market doesn't work like that. Auto insurers will raise the price for human-driven car owners.

1 comments

You mis-parsed his statement. It's ((self-driving car) owners), not (self-driving (car owners)).
I don't think that was mis-parsed - I think that JabavuAdams is (rightfully ?) cynical that the insurance companies will lower prices.

Rather, they will make the current price the standard for (self-driving cars), and increase the price for (human-driven cars), thereby ensuring more money for themselves.

Ah, then I misunderstood JabavuAdams's post. That's a good point.

    if car.self_driving.safe?
      car.human_driven.price_to_insure.raise
    elsif 1==0
      car.any.price_to_insure.lower
    end