Most people think of artificial intelligence as something new, full of robots and smart devices. We see AI helping us with daily tasks, from recommending movies to guiding self-driving cars.
But the story of AI is much older, and it went through a major, almost silent, transformation. The kind of AI we mostly interact with today is very different from the AI scientists first dreamed up decades ago.
The AI We Used to Know (Good Old Fashioned AI)
For a long time, artificial intelligence was built on rules. Think of it like a very smart instruction manual. Programmers would write down every single step and condition an AI needed to follow to solve a problem.
This approach was called Good Old Fashioned AI, or GOFAI for short. It worked well for tasks with clear rules, like playing chess. The computer knew every possible move and had a strategy for each one, all coded by humans.
GOFAI systems were logical and predictable. If you asked a GOFAI program a question, it would use its programmed rules to find an answer. Early chatbots, for example, would respond to certain keywords with pre-written phrases, following a strict script.
Why Old AI
Hit a Wall
While rule-based AI was clever, it had big problems. The real world is messy and complicated, not always following neat rules. Imagine trying to write down every single rule for how a human recognizes a cat. It would be impossible.
GOFAI struggled with things that seemed easy for humans, like understanding natural language or seeing objects in a picture. There were simply too many rules to program, and the systems became too complex and brittle. If something new came up that wasn't in its rulebook, the AI would get stuck.
"The challenge was not in making a computer smart, but in giving it common sense," one early AI researcher noted. "How do you program millions of tiny, unspoken rules about the world?"
Even small changes in a problem could break a GOFAI system. It was like building a house of cards, where one missing card brought the whole thing down. This made it very hard for GOFAI to deal with real-world problems that needed flexibility.
Enter the New Kids: Learning from Data
Around the turn of the century, a new way of building AI started to gain serious traction. Instead of giving computers explicit rules, what if we let them learn the rules themselves by looking at lots of examples? This idea led to New-Fangled AI, or NFAI.
NFAI is mostly what we call *machine learning
- today. Instead of being told what a cat is, a machine learning system is shown thousands of pictures, some with cats, some without. Over time, it learns to spot the patterns that define a cat on its own.
This shift was huge. It moved AI from being about careful human programming to being about data and algorithms. The more data you feed these systems, the better they become at recognizing patterns, making predictions, and solving problems.
How Neural Networks
Changed the Game
A big part of NFAI's success comes from neural networks. These are computer systems designed to work a bit like the human brain, with layers of interconnected nodes that process information.