An Honest Definition to Start

If you look up "Artificial Intelligence" in ten different books, you'll get ten different answers. That's not laziness on the authors' part, the term really is fuzzy. The most useful explanation goes roughly like this:

Artificial Intelligence is the attempt to get machines to solve tasks that we would normally need human intelligence for.

Understanding language, recognizing images, making decisions, learning from experience. When a computer does something like that, we like to say "the AI did it". What matters here: it's not about the machine "thinking" like a human. It's about the fact that, in the end, there's a result that used to be considered a purely human achievement.

Key takeaway

AI doesn't mean "electronic brain" or "thinking machine". AI is an umbrella term for an entire family of methods that let computers take on tasks that used to be possible only for humans.

The Term Is Much Older Than You Think

Many people associate AI with ChatGPT and believe the topic was suddenly invented in 2022. In fact, the term is over seventy years old. Back in 1950, the British mathematician Alan Turing asked in a famous essay: "Can machines think?" He devised a small test, known today as the Turing test, in which a human writes with a machine over a screen and is not supposed to notice that no human is replying.

In 1956, a summer workshop took place at Dartmouth College in the USA, where the term "Artificial Intelligence" was used officially for the first time. The researchers there believed at the time that they could solve the most important problems in a few weeks. They were off by a few decades.

Since then there have been waves: phases full of enthusiasm, in which everyone believed the breakthrough had finally arrived, followed by phases of disillusionment known as "AI winters". What we're experiencing right now is the biggest wave so far, but just one in a long series.

A Brief History of AI
The most important milestones. AI has been around far longer than ChatGPT.
1950
Turing test: Alan Turing asks "Can machines think?" and proposes a test.
1956
Dartmouth conference: The term "Artificial Intelligence" is born.
1997
Deep Blue beats Kasparov: A machine wins a chess game against the world champion for the first time.
2012
Deep learning breakthrough: Neural networks suddenly start winning image-recognition competitions by a landslide.
2017
Transformer architecture: A new model design that later enables all major language models.
2022
ChatGPT for everyone: AI becomes a mass phenomenon, 100 million users in two months.
today
Multimodal models, agents, MCP: AI turns from a chatbot into a tool that solves tasks on its own.
Analogy

Think of AI like the word "vehicle". A bicycle is a vehicle. A truck is a vehicle. So is a spaceship. They all have something in common, but they're very different technically and practically. It's the same with "AI": very different things fit under the same umbrella term.

Weak AI and Strong AI, the Most Important Distinction

If you want to remember just one term from this chapter, make it this one: there is a huge difference between weak AI and strong AI. The two are cheerfully mixed up in everyday life and in the media, and that's exactly where most misunderstandings come from.

Weak AI, What Actually Exists

Weak AI (also called narrow AI) is AI that's good at exactly one specific task. A spam filter recognizes junk mail. A translation AI translates text. A language model like ChatGPT generates sentences. Each of these AIs is genuinely good within its narrow area, but as soon as you take it out of that area, nothing works anymore. The spam filter can't drive a car. The translation AI can't recognize images.

Everything you see labeled "AI" today is weak AI. Really, all of it. Even though ChatGPT sometimes seems as if it understands everything, at its core it solves a very narrow task (predicting the next word) and uses an extreme amount of training to do it.

Strong AI, the Science-Fiction Image

Strong AI (also called general AI or AGI) would be a machine with a kind of general intelligence like us humans. It could cook in the morning, write a book at noon, play chess in the evening, and learn to practice piano on the side, all without anyone having trained it specifically for any of that. This form of AI does not exist. It's a research topic, it's speculation, it's Hollywood. But it's not what's inside your smartphone.

Careful

If someone tries to sell you something "that thinks like a human" or "has its own consciousness", that's marketing or wishful thinking. Current AI systems are incredibly good at specialized tasks, but they have no understanding, no intent, and no consciousness in the human sense.

Everything you call AI today is weak AI. Strong AI is a promise, not a product.

Where You've Already Been Using AI Today

You've probably already dealt with AI several times today without thinking about it. Here are a few examples from everyday life:

Example

You type a message and your phone suggests the next word. On a small scale, that's exactly what a large language model like ChatGPT does on a large scale: it guesses what's likely to come next. Just with an unimaginable amount more training and computing power.

The Decisive Difference: Programming vs. Learning

Until now, software always worked like this: a programmer writes down rules. If the user clicks this button, then open this window. If the date is a Sunday, then show "closed". That's classic programming, and it works excellently for clear, unambiguous tasks.

But for many interesting tasks, rules don't get you very far. Try writing down how you'd recognize a cat in a photo. Four legs? Dogs have four legs too. Pointy ears? Some cats have round ones. Fur? Sphynx cats have almost none. You'll never manage to create a complete list of rules. The human brain does it differently, it has seen thousands of cats and developed a feel for what a cat is.

And that's exactly where modern AI comes in. Instead of programming in rules, you show the system thousands or millions of examples and let it figure out on its own which patterns matter. An AI is not directly programmed, it is trained.

Classic Software

  • Human writes rules
  • "If X, then Y"
  • Only works in clear cases
  • Behavior is predictable
  • On error: adjust the rule

AI / Machine Learning

  • System learns from examples
  • Patterns instead of fixed rules
  • Also works on "unclear" tasks
  • Behavior is statistical
  • On error: more/better data

This has two enormous consequences. First: AI can take on tasks for which there simply are no clean rules. Recognizing images, understanding language, gauging moods. Second: you can no longer "debug" AI in the classic sense. If the system classifies a cat as a dog, there isn't one broken line of code you can fix. You have to adjust the training, or live with the error.

So What Do "Machine Learning" and "Deep Learning" Mean?

You'll hear these two terms often. They all fall under the umbrella of "AI", but they are not the same thing:

01

Artificial Intelligence

The umbrella term for all attempts to get machines to perform human-like tasks.

02

Machine Learning

A subfield of AI. Here the system learns from data instead of being given fixed rules.

03

Deep Learning

A special kind of machine learning that works with deep neural networks. Currently makes most of the headlines.

04

Generative AI

AI that creates new content: text, images, music. ChatGPT and image generators fall into this category.

So these terms aren't synonyms, they're nested inside each other like Russian dolls: generative AI is an application of deep learning, deep learning is a form of machine learning, machine learning is a part of AI.

Key takeaway

When someone says "AI" today, they almost always mean one of these: machine learning, deep learning, or generative AI. The exciting developments of recent years, ChatGPT, image AI, translation, are all deep learning.

What AI Is Not

Finally, a short list of things AI is not, even if films, advertising, or headlines often make it sound otherwise:

If you remember this, you already have a better grasp of AI than a lot of people who talk about it every day. In the next chapter, we'll look at how an AI actually arrives at its answers, and why it can rightly be called a "very good guessing system".

In three sentences

What You Now Know

  • AI is an umbrella term for getting machines to solve tasks that we would normally need human intelligence for, the term is over 70 years old and didn't just appear with ChatGPT.
  • Weak AI (specialized for a specific task) is everywhere: in spam filters, navigation systems, recommendation systems, and face unlock. Strong AI in the sense of human-like general intelligence does not exist, it's science fiction.
  • The core difference from classic software: AI is not programmed with fixed rules, it learns patterns from examples. That makes it powerful, but also unpredictable.