News

Is Artificial Intelligence a Modern Myth? Cognition Politics in a Computerized Society

July 20, 2018 by Robert Keim

Does AI exist? If not, why do technology companies insist that it does?

Does AI exist? If not, why do technology companies insist that it does?

Once upon a time, I was a dedicated engineering student who occasionally had to spend time in philosophy classes. I remember a lecture in which the discussion turned to a famous scientist. This was a long time ago so the memory has faded a bit, but I’m almost certain it was Isaac Newton—arguably the greatest physicist of all time. Newton did not consider human cognition to be a purely material phenomenon, and he based this belief partially on the scientifically inexplicable bridge between thought and physical motion. An immaterial entity forms in the mind—“I’m going to move my arm”—and then something translates that mere intention into a moving arm.

A student in the class, perhaps somewhat uncomfortable with the elusive implications of this idea, disputed Newton’s interpretation. “It could all be an illusion,” he says. We think that the intention led to the action, but how do we know? If the human body is nothing more than a highly sophisticated machine, all it does is follow instructions—instincts, we call them.

But machines don’t have instincts. They have software. Is your brain programmed in C++ or Python?

 


 

What Is Artificial Intelligence?

To answer the question posed in the title of this article, we need to first address the question posed in the title of this section. In my opinion, the existence or non-existence of AI dangles from a tenuous thread—namely, the interpretation that we assign to the term, itself.

  1. If we define “intelligence” as “the ability to perform complex mathematical operations,” and if we define “artificial” as “not performed by a biological agent,” then yes—AI absolutely does exist and has existed for many years.
  2. If we change the definition of the second word to “having no connection with or dependence on biological agents,” the situation is not so straightforward. Where did the device’s intelligence originate? How did the device “learn” to understand speech, or predict the movements of a nearby vehicle, or identify fraudulent credit card transactions?
  3. If we define “intelligence” as involving fundamental actions that are not inherently mathematical, AI starts to look a bit suspicious. At the lowest level of computational activity, do processors really do anything beyond math and data transfer?
  4. And, finally, if we assert that human intelligence is more than the biochemical reactions that occur in the brain, AI becomes science fiction—surely not even the most brilliant engineering team would claim that when loading code into a DSP they also endow the processor with some sort of immaterial existence.

Why Split Hairs? Why Does This Matter?

Because there are many people in this world who do not have enough familiarity with electrical and computer engineering to understand that “artificial intelligence” is, perhaps, nothing more than marketing hype. How many non-technical folks understand that the latest Intel processor is not fundamentally different from a room-sized vacuum-tube computer? In both cases, you have storage elements and switches that turn on and off. Switches that turn on and off! Can this really be intelligence? Was Shakespeare made of tubes or MOSFETs?

 

Can this really be intelligence? Was Shakespeare made of tubes or MOSFETs?

 

Intelligence is an impressive thing; who could possibly look with indifference on the endless list of humanity’s artistic and technological triumphs? Thus, if a marketing team decides to attach the term “artificial intelligence” to a new product or service, people might subconsciously—or not so subconsciously—associate it with the awe-inspiring accomplishments of human intelligence. The trouble is, at the end of the day all you’re getting is software.

 

Software vs. AI

Nowadays it would be comical to create an advertisement in which a high-tech product is hailed as “having software.” You might draw a little more attention if you say that it has “advanced software” or “sophisticated software,” but advanced software is everywhere these days.

So let’s up the ante and say that it has “artificial intelligence.” Now we’re listening. You mean, it thinks? It learns? Like a person? Actually, even better—like a person that rarely forgets, and doesn’t complain, and can stay up all night, and never drinks too many glasses of wine.

The trouble is, how do you draw the line between software and AI?

Software has been doing complicated things for a long time—is there some “complexity threshold” at which you have the right to call your code artificial intelligence instead of plain old software? Twenty years from now, when software is even more sophisticated than it is today, what will we call it? Artificial brilliance? Artificial omniscience? In my opinion, we should call it what it is: software, i.e., instructions written by human beings and carried out by processors.

No-So-Artificial Intelligence

I’m going to go a step further and say that the term “artificial intelligence” is fundamentally flawed. It’s composed of two words, an adjective and a noun. The adjective “artificial” is describing the noun “intelligence.” Has anyone else noticed how inaccurate this is? The “intelligence” inside these devices is not artificial—it all comes from software written by human beings! The artificiality is related to the means of utilizing and manifesting this intelligence; the processor is like a pencil that gives material form to the intelligence of an architect.

There is no doubt that electronic systems can “learn” to function more effectively without direct intervention from humans; neural networks do this by processing training data. But in the end, the system is merely following the very specific instructions created by the intelligent individual who designed the network.

Your Thoughts

What does “artificial intelligence” mean to you? Is there any scientifically robust way to use this term, considering that a machine has never demonstrated any ability to possess the sort of intelligence that we associate with humans or even with higher animals? Is there a clearly defined technical distinction between software and AI, or does the distinction exist primarily within the perception of those who are designing, marketing, or buying the product?

21 Comments
  • MA321 July 20, 2018

    Man, It’s not “Intelligence”, it is “Artificial Intelligence”! The difference between “Intelligence” and “Artificial Intelligence” is like the difference between “Analogue” and “Digital”. If you increase the bit resolution, you can get more accurate result. You can never reach to accurate result as much as “Analogue” data. (But regardless to the AI - Nowadays “Digital” is so faster, simpler and accurate enough to getting under process.)

    By the way, what you simply call “fundamentally flawed”, is what some software and hardware engineers have taken a long time on learning, researching and working on it in their life.

    Like. Reply
    • RK37 July 21, 2018
      I said that the _term_ "artificial intelligence" is fundamentally flawed, not the technological or mathematical systems that are associated with the term. Engineers spend most of their time learning about, researching, and working on systems, devices, algorithms, etc.—not terminology.
      Like. Reply
      • MA321 July 22, 2018
        Actually I'm not an specialist in AI, but I had written some programs with something which they call "AI Algorithms". AI divides to 3 different part: The first part is logical calculations (or what you call "the ability to perform complex mathematical operations") The second part is predicting the future (the future in AI basically means only a few seconds later). And the third part is "self training" (which probably you think it is impossible). Yesterday I was watching "NASCAR" competition. I simply can claim a computer program can be able to win a competition like that (Like computer games and it is kind of AI program including the fist and second part), but what separates "AI" from "NON-AI" is if the "AI Car" participates in that competition for the next time, will upgrade its own record, or in other word, it will be better than another "NON-AI" car. My too few experience in AI doesn't let me to claim that it is possible, but in my opinion it logically can be possible. Because a computer can record everything that happens in the competition, and does some process on it and will not do the mistakes again (also it may does some new mistakes). Do you think it is possible or not?
        Like. Reply