If true then robot cars are scarier then I've thought ... AI is going to be able to process the right scenario to avoid a deadly crash within the first decade or more of market adoption or the programmers are going to learn and ship bug fixes for each person their prior code killed? *I'm always downvoted for this thought but is this not the true way forward with robot cars? Those who downvote me think the first batch…
It's a legitimate question but the mechanism of how it works is completely wrong. Many people will be killed by any given mass market implementation of self driving cars. Those people will be killed by crashes that a human could not have avoided, people will be killed by errors few humans would make (e.g. "plowing into an overturned truck at full speed") and people will NOT be killed by facets of the system that huma…
AI Is No Match for the Quirks of Human Intelligence
41–50 of 86 posts
Re: AI Is No Match for the Quirks of Human Intelligence
#42There is nothing special about human intelligence. We will have smarter computers in our life time and I'm willing to place bets.
The word "smarter" masks some of the complexity here. If you define it as "higher performance on a task widely considered to require intelligence", then we've had computers that are smarter than humans for at least decades. If you define it as "higher performance on every task widely considered to require intelligence", then I'll take that bet, please.
We are also seeing models that are able to generate code given prompts.
Given enough representational power, I don't see why a model that learns to solve games can't figure out how to generate good enough subroutines for itself.
So I am taking the other side of this bet.
We will see ML models surpass Humans in every task in 30 or so years.
I will find you and buy you dinner in October of 2051.
Re: AI Is No Match for the Quirks of Human Intelligence
#43If true then robot cars are scarier then I've thought ... AI is going to be able to process the right scenario to avoid a deadly crash within the first decade or more of market adoption or the programmers are going to learn and ship bug fixes for each person their prior code killed? *I'm always downvoted for this thought but is this not the true way forward with robot cars? Those who downvote me think the first batch…
So, sure, you have an interesting technical question of "robots being able to drive like people," but let's not take any of this too seriously if we're comparing to a concept of "intelligence." The collective stupid is far too overwhelming.
Re: AI Is No Match for the Quirks of Human Intelligence
#44If true then robot cars are scarier then I've thought ... AI is going to be able to process the right scenario to avoid a deadly crash within the first decade or more of market adoption or the programmers are going to learn and ship bug fixes for each person their prior code killed? *I'm always downvoted for this thought but is this not the true way forward with robot cars? Those who downvote me think the first batch…
My question is always, who is responsible for those deaths? Or will we just have so little care for life that we consider them "for the cause"?
Re: AI Is No Match for the Quirks of Human Intelligence
#45There's an entire genre of articles which argue that computers can never do X, because X is ill defined. Thing is, half of the time X is only ill defined because the writer neglects to define X well, and for the other half, that the writer can't define X well is no proof that it is impossible to define X well. Here however, if the take the argument of representations in a technical sense, then since a neural network…
I find these to be confused, hodgepodgey, not clearly centered on any coherent argument, and often just plain shallow and wrong while masquerading as deep insights. I am glad that, at least, the recent advances in AI are repudiating this genre, or at least forcing articles to add new caveats as to why recent advances don't count.
Re: AI Is No Match for the Quirks of Human Intelligence
#46Re: AI Is No Match for the Quirks of Human Intelligence
#47Earlier quoted context omitted.
Chess and Go were beaten, and the AI goalpost had to move /somewhere/...
Some day we may reach the point where we realise humans don’t qualify as AI either.
Human intelligence is natural intelligence.
Re: AI Is No Match for the Quirks of Human Intelligence
#48If true then robot cars are scarier then I've thought ... AI is going to be able to process the right scenario to avoid a deadly crash within the first decade or more of market adoption or the programmers are going to learn and ship bug fixes for each person their prior code killed? *I'm always downvoted for this thought but is this not the true way forward with robot cars? Those who downvote me think the first batch…
> and ship bug fixes for each person their prior code killed My question is always, who is responsible for those deaths? Or will we just have so little care for life that we consider them "for the cause"?
Right now the vast majority of developers code we are shipping is just fixing bugs in business and consumer applications where loss of life is almost nil in what we fix and ship.
Re: AI Is No Match for the Quirks of Human Intelligence
#49If true then robot cars are scarier then I've thought ... AI is going to be able to process the right scenario to avoid a deadly crash within the first decade or more of market adoption or the programmers are going to learn and ship bug fixes for each person their prior code killed? *I'm always downvoted for this thought but is this not the true way forward with robot cars? Those who downvote me think the first batch…
> and ship bug fixes for each person their prior code killed My question is always, who is responsible for those deaths? Or will we just have so little care for life that we consider them "for the cause"?
However, also valid to note that 38k+ people die on US roads each yeah, and as I understand it, most of those are chalked up to being freak, unpreventable "accidents". So maybe there's a step here even ahead of autonomous vehicles where we commit to abandoning this way of thinking and insist that every road death is fully root-caused. Not just back to human error, but in the FAA sense, back to why equipment, processes, and infrastructure were in place that allowed a single moment of human inattention to be so deadly.
Re: AI Is No Match for the Quirks of Human Intelligence
#50Earlier quoted context omitted.
The word "smarter" masks some of the complexity here. If you define it as "higher performance on a task widely considered to require intelligence", then we've had computers that are smarter than humans for at least decades. If you define it as "higher performance on every task widely considered to require intelligence", then I'll take that bet, please.
We have beat humans on every single atari game by at least one order of magnitude, and we do that consistently, and it really only took 5 or so years since the first solution that provided tangible results. It has only been 8 or 9 years since GPGPUs were used for ML research. We are also seeing models that are able to generate code given prompts. Given enough representational power, I don't see why a model that learn…
There's mechanical skill involved, it's not purely intelligence.
> We are also seeing models that are able to generate code given prompts.
This has been discussed a lot, but the generated code is nowhere close to good enough for large projects where you really need intelligence.
> Given enough representational power, I don't see why a...
Except that it's not linear scaling. The larger NLP models consume absurdly large resources, it's not straightforward to "get enough representational power"
Also, most models fail to adapt to new tasks outside of their narrow training scope, that's a massive problem. Even if you make models large, you will find that getting data covering all edge cases is exponentially expensive.