When your phone's autocorrect guesses the word you were about to type, that is artificial intelligence at work. When Netflix suggests your next series, that too. There is no mind trapped inside the device, no robot with a conscience: there is a program that learned to recognize a pattern and bet on the most likely answer. That is the dull, true part. The spectacular part (machines that feel, that rebel, that dream) is the movies.
So let us start by pulling the two apart. Because most of what you think you know about what artificial intelligence is you picked up in a movie theater, not in a laboratory. And that confusion costs you: it makes you fear what it is not and trust what you should not.
01 · the definitionWhat artificial intelligence is, in a single sentence
Let us go with an operational definition, the kind that helps you work rather than just show off: artificial intelligence is the discipline that builds systems able to carry out tasks that, done by a person, you would say require intelligence. Recognizing a face. Translating a text. Winning at chess. Driving. Writing a paragraph that makes sense.
Notice what the definition deliberately avoids. It does not say the machine "thinks" or "understands". It says it does. It is a definition by behavior, not by consciousness. And that is no modern trick: it is the old idea underneath. In 1950, Alan Turing proposed dropping the question "can machines think?" (one he considered too vague) and swapping it for one that can actually be measured: can a machine hold a conversation that is indistinguishable from a person's? [1] He moved the question from the soul to behavior. And there it remains.
AI is not measured by what the machine feels. It is measured by what the machine achieves.
The name itself is young. It was coined by the mathematician John McCarthy in 1955, in the proposal for a summer workshop at Dartmouth College planned for 1956, where he gathered a handful of researchers to conjecture that "every aspect of learning can be described so precisely that a machine could simulate it". [2] That optimism founded the field. It also founded, along the way, half a century of broken promises. But the practical definition we use today is still his: getting machines to solve problems that today only people can solve.
02 · the engineHow a machine learns (without anyone dictating the rules)
Here is the shift that explains almost everything. For decades, programming a machine meant writing the rules by hand: "if the email says FREE and VIAGRA, it is spam". The problem is obvious: life has too many exceptions to write them all down. Nobody ever finishes that list.
Modern AI flipped the whole thing over. Instead of giving it the rules, you give it examples. Thousands, millions. "These thousand emails are spam; these thousand are not. You figure out the difference." The machine adjusts its calculations until it gets it right, and by the end it holds a rule nobody wrote: it deduced it alone from the examples. That is machine learning, the heart of almost all the AI you use today.
Think of it as teaching a child what a dog is. You do not recite a definition listing the number of legs and the shape of the ears. You point at dogs. Many of them. Big, small, furry, hairless. At some point the child sees one never seen before and says "dog". No list was memorized: the pattern was grasped. The machine does the same, only with arithmetic instead of intuition.
Because the machine learns from examples and not from explicit rules, it inherits whatever was in those examples: their gaps and their biases. If it never saw a hairless dog, it will hesitate at one. If the data came in crooked, the answer will come out crooked. It is neither malice nor whim: it is a reflection of what you gave it to read.
03 · the mapNarrow, general, and the line we have not crossed
Now the distinction that puts the whole landscape in order and deflates almost all the panic. There are two very different ideas crammed under the same acronym.
Narrow AI is the only kind that exists today. It does one thing, and only one, sometimes better than any human. The program that plays Go like no one else has no idea how to order a pizza. The one that spots tumors in X-rays cannot drive. It is a brilliant, absolute specialist, blind to everything else. All the AI you have ever touched (your search engine, your translator, your voice assistant) is narrow AI.
General AI would be a machine with the flexibility of a person: learning any task, carrying what it learned from one field into another, understanding the world broadly. It does not exist. We do not know whether it will exist, or when. It is a research hypothesis, not a product. When a movie shows you a robot that loves, plots, or fears death, it is showing you general AI, which is to say, science fiction.
Everything that exists today is a brilliant, blind specialist. The machine that "understands everything" is still a script, not a product.
And what about the language models, the ones that write text and seem to understand everything? They are the most confusing case, because they do so many different things that they look general. But underneath they are still specialists at one task: predicting the next likely word. That so much versatility emerges from that single skill is astonishing (and it is a matter for another article), but it does not turn them into the complete mind of the movies.
So the next time someone tells you AI is going to "wake up", you have something to answer with. Artificial intelligence is not a creature: it is a method. A method for machines to learn from examples and solve concrete tasks, one by one. Powerful, useful, with its edges and its limits. And far more interesting truly understood than feared by rumor.
Sources
- Turing, A. M. (1950). Computing Machinery and Intelligence. Mind, vol. LIX, n.º 236, pp. 433-460. Oxford University Press. (Introduces the "imitation game", known today as the Turing test.) doi.org/10.1093/mind/LIX.236.433
- McCarthy, J., Minsky, M. L., Rochester, N. & Shannon, C. E. (1955). A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence. (The document that coined the term "artificial intelligence"; the workshop was held in 1956.) Reprinted in AI Magazine, vol. 27, n.º 4 (2006), pp. 12-14.
- Chollet, F. (2017). Deep Learning with Python, ch. 1. Manning Publications. (Presents the classical paradigm, rules + data → answers, against machine learning, data + answers → rules.)
- Russell, S. & Norvig, P. (2021). Artificial Intelligence: A Modern Approach, 4th ed., ch. 1. Pearson. (Defines the field by rational behavior and discusses narrow versus general AI.)