DEV Community

Discussion on: AI is a threat! Really?

Collapse
 
cheetah100 profile image
Peter Harrison

I've been following artificial intelligence since I was a boy in about 1985. I'm quite well informed about classic AI approaches and the current crop of Deep Learning systems. Prior to 2012 neural networks had fallen out of favour. In fact I don't know of any neural network technology used for real world applications prior to 2012. Deep Learning or deep neural networks along with big data and GPUs convirging have made it possible to build and deploy commercially successful AI.

But it isn't programming, rather it is cleaning and piping data into a predictive neural network which usually classifies. The surprising thing is that this is astonishingly effective in solving problems such as visual recognition that are impossible for programmed solutions.

Look at how fast the barriers fell down and how quickly many applications have been developed to leverage this kind of capability. Further, we got something fudamentally right with neural networks. It wasn't just a faster processor or larger RAM. There was a fundamental shift in capability by using existing technology in a new way that was orthogonal to traditional software development.

But we have not arrived at human level intelligence yet. But how far away is it? Well in 1982 I got my first PC, a ZX81 with 1K of RAM and a clock speed in the Khz range. That was about 40 years ago. Before the Internet was available to me, before hard drives were on home computers. I want to exphasise this difference because if you think that we will achieve less in the next 50 years than we have in the last 40 I have news for you.

The barrier to human level instelligence isn't hardware. There are a few key problems right now, but if solved I would expect human level intellilect to become pervasive almost overnight, just as voice recogntion has in smart phones. Even without such advances AI is already presenting harms. We have already surrendered to facebook and YouTube. Machines already control the information re receive and who we can communicate with. AI is now deeply entrenched in these systems. And it is only going to get smarter.

Sweet dreams.

Collapse
 
developertharun profile image
Tharun Shiv

Great answer, thanks for sharing your knowledge on AI. True.