No history yet

Introduction to Artificial Intelligence

What is Artificial Intelligence?

At its heart, artificial intelligence is the science of making machines smart. It’s a broad field in computer science focused on building systems that can perform tasks that typically require human intelligence. This includes things like learning, reasoning, problem-solving, understanding language, and perceiving the world around them.

This introduction to this special issue discusses artificial intelligence (AI), commonly defined as “a system’s ability to interpret external data correctly, to learn from such data, and to use those learnings to achieve specific goals and tasks through flexible adaptation.”

Think of it this way: for most of computing history, we’ve had to give computers very specific, step-by-step instructions to get them to do anything. With AI, we create systems that can figure out some of those steps on their own. Instead of programming a computer to recognize a cat by describing ears, whiskers, and a tail, we show it thousands of cat photos and let it learn what a cat looks like for itself.

A Quick Trip Through Time

The idea of intelligent machines has been around for centuries, but the formal field of AI research began in the summer of 1956 at a workshop at Dartmouth College. It was there that the term “artificial intelligence” was coined.

The early years were filled with excitement and bold predictions. Researchers developed programs that could solve algebra problems, prove logical theorems, and speak simple English. But the initial excitement outpaced the technology. The computers of the day just weren't powerful enough, and the amount of data needed was immense. This led to periods known as "AI winters," when funding and interest dried up.

Lesson image

Things began to change in the late 1990s and early 2000s. The rise of the internet generated massive amounts of data, and significant improvements in computing power made it possible to process that data. These two ingredients, data and power, fueled a resurgence in AI, leading to the breakthroughs we see today.

The Two Types of AI

When people talk about AI, they're usually referring to one of two categories: narrow AI or general AI. It's an important distinction because one is all around us, and the other is still theoretical.

Artificial Narrow Intelligence

noun

Also known as Weak AI, this is AI that is designed and trained for a particular task. It operates within a limited, pre-defined range.

Virtually all the AI we use today is narrow AI. Your phone's voice assistant, the recommendation engine on a streaming service, and the software that helps fly a commercial airplane are all examples. They can be incredibly sophisticated and powerful, but only at the specific tasks they were built for. A chess-playing AI can beat any human grandmaster, but it can't tell you how to boil an egg.

Artificial General Intelligence

noun

Also known as Strong AI, this is a type of AI that possesses the ability to understand, learn, and apply its intelligence to solve any problem, much like a human being.

AGI is the kind of adaptable, flexible intelligence we see in humans. It's the stuff of science fiction—a single AI that can write a symphony, discover a new scientific principle, and have a meaningful conversation. While it’s a major goal for many researchers, we are not there yet. Creating a machine with the common sense and broad capabilities of a human is an incredibly complex challenge.

The Building Blocks of AI

So, how do you build an AI system? While the details can get very complex, all AI relies on a few core components.

  1. Data: This is the raw material. AI systems learn from data—it can be images, text, numbers, or sounds. The more high-quality, relevant data an AI has, the better it can learn.

  2. Algorithms: These are the recipes. An algorithm is a set of rules or instructions that the AI follows to learn from the data. Different tasks require different algorithms.

  3. Models: The model is what gets created after an algorithm has processed the data. It's the output of the training process. For example, after an algorithm processes thousands of spam emails (the data), the resulting spam filter (the model) can recognize new spam messages.

  4. Computing Power: Training an AI model, especially a complex one, requires a lot of computational muscle. Modern advancements in specialized computer chips, like GPUs, have been crucial for the progress of AI.

Think of it like baking a cake. The ingredients are your data, the recipe is the algorithm, and the finished cake is the model. The oven provides the computing power to make it all happen.

Crucially, this isn't a one-time process. AI systems get better through feedback and continuous learning. When a self-driving car makes a mistake, that information is used to update its model so it won't make the same mistake again. This cycle of performance, feedback, and refinement is what allows AI to improve over time.

Now that you understand the basic concepts, you're ready to explore how these building blocks come together.

Quiz Questions 1/5

What is the primary goal of artificial intelligence?

Quiz Questions 2/5

In the context of AI, what is a 'model'?