🎉

You found a secret!

Quick Quiz

🏠 All TopicsSuggest a TopicIranUkraineUS ElectionsClimate ChangeImmigrationGun ViolenceSpace Race Updated August 18, 2026
Current Events Explained
Student Edition · 8th Grade Social Studies

What Actually Is Artificial Intelligence?

How machines learned to think in patterns — and why that changes school, work, and everyday life.

A diagram of an artificial neural network — layers of connected nodes that learn patterns from data
Discovery Points: 0 pts
Answer quizzes to unlock hidden content
Why This Matters

AI is everywhere — and it's changing fast

Chatbots write essays. Doctors use the same kind of tools to help diagnose disease. As of August 2026, that speed is why understanding how AI works matters in school — not because the next headline will stay still.

Question 1

What Actually Is Artificial Intelligence?

Before you read

AI is changing fast. The ideas below are the parts that stay useful even when the headlines move. Check a trusted news source for anything newer than August 2026.

You've probably heard people talk about "AI." But what does it actually mean? Artificial intelligence is when a computer is built to do things that normally require human thinking. It can recognize faces. It can understand speech. It can make decisions.IBM

Here's the key part: most AI today doesn't "think" the way you do. It learns by looking at huge amounts of data. Then it finds patterns in that data. That's very different from a regular computer program. In a regular program, a programmer writes every rule by hand.Economist

How the brain inspired AI

The idea behind modern AI actually comes from the human brain. Your brain has about 86 billion tiny cells called neurons. These neurons send signals to each other. That's how you think, learn, and remember things.Journal of Comparative Neurology

Geoffrey HintonA British-Canadian computer scientist who spent decades studying neural networks and later won the 2024 Nobel Prize in Physics for that work. is one of the scientists who helped build modern AI. He explains it like this. Think of yourself as a brain cell. Other brain cells are sending you signals, like votes. Some are voting "go ping!" and some are voting "don't go ping!" If you get enough votes to go ping, you fire. The whole system learns by changing how strong those votes are.Hinton, 2025

"You have a whole bunch of brain cells, and brain cells sometimes go ping... Brain cells are listening to other brain cells going ping. And when one brain cell goes ping, it's kind of voting for whether another brain cell should go ping."

Geoffrey Hinton, Babbage, The Economist, 2025

In the 1980s, scientists figured out how to build a version of this inside a computer. They created artificial neural networks. This is software that copies the way brain cells connect and communicate. Instead of real neurons, you have virtual ones. Instead of changing real connections in your brain, the computer changes numbers called weightsNumbers inside a neural network that control how strong each connection is — like the strength of each 'vote.'.

Key Word — Artificial Intelligence (AI)

When computers are built to do things that normally require human thinking, like understanding language, recognizing images, or making decisions.

Key Word — Neural Network

A computer system inspired by the human brain. It has layers of connected "neurons" that learn to recognize patterns by adjusting the strength of their connections.

Key Word — Algorithm

A set of step-by-step instructions that a computer follows to solve a problem or complete a task.

The Economist Babbage — "The Science That Built the AI Revolution," Part 1: What is intelligence?
Bonus fact — unlocked after Discovery Points

Answer a quiz below to unlock a bonus fact about where the term "AI" came from.

  1. "What is artificial intelligence (AI)?," IBM. ibm.com
  2. "The Science That Built the AI Revolution — Part 1," Babbage, The Economist, March 6, 2024. Link
  3. Azevedo, F.A., et al. "Equal numbers of neuronal and nonneuronal cells make the human brain an isometrically scaled-up primate brain." Journal of Comparative Neurology, 2009. PubMed
  4. Geoffrey Hinton, interview on Babbage, The Economist, March 12, 2025. Link
Question 2

How Does a Machine Actually Learn Things?

Glen Beck and Betty Snyder programming the ENIAC, one of the first electronic computers, in the 1940s
Glen Beck and Betty Snyder program the ENIAC in Building 328 at the Ballistic Research Laboratory, c. 1947–1955. Wikimedia Commons (public domain, U.S. Army photo)

When you learn something new, your brain strengthens certain connections between neurons. A machine learns in a surprisingly similar way. It adjusts the weightsNumbers inside a neural network that control how strong each connection is — like the strength of each 'vote.' between artificial neurons. It keeps adjusting until it gets better at its task.Economist

Learning by example

Imagine you want to teach a computer to tell a cat from a dog in photos. You don't write rules like "cats have pointy ears." Instead, you show it thousands of photos of cats and dogs, each labeled. Every time it guesses wrong, it adjusts its internal connections. That makes it less likely to repeat the mistake. After enough examples, it learns the patterns on its own.

This process is called training. The method that makes it work is called backpropagationThe main method AI uses to learn — sending a signal backwards through the network to adjust its connections after a mistake.. Geoffrey Hinton, one of its inventors, describes it simply. You send signals backwards through the network. That tells each connection how to change. The goal is for the network to get better at predicting the right answer.Hinton, 2025

Key Word — Backpropagation

The main method AI uses to learn. When the AI makes a mistake, it sends a signal backwards through the network to adjust the connections — making it a little more accurate each time.

The magic of patterns

Here's where it gets wild. When a neural network learns words, it turns each word into a big list of numbers. This list is called a vectorA list of numbers that represents something — like a word — so a computer can do math with it and compare it to other things.. Words with similar meanings end up with similar numbers. You can actually do math with them.

Paris − France + Italy = Rome

If you take the number pattern for "Paris," subtract the pattern for "France," and add the pattern for "Italy" — you get a pattern that's closest to "Rome." The AI learned the relationship between countries and capitals entirely on its own, just from reading text.

Hinton demonstrated another example of this pattern-matching. He asked people a question. Which seems more likely: that all dogs are male and all cats are female, or the other way around? Almost everyone says dogs are male and cats are female. That's complete nonsense, of course. Why does everyone say it, then? In our language and culture, the patterns linked to "dog" are more similar to the patterns linked to "male." Neural networks pick up on exactly the same patterns.

Hinton likes to test this with a fun sentence: "She screamed him with the frying pan." You've never seen "screamed" used as a verb meaning "to hit" — but you instantly know what it means from context. That's exactly how modern AI understands language. It doesn't memorize definitions. It figures out meaning from how words are used together.Hinton, 2025

Think about it

If AI learns language the same way you do — by picking up patterns from context — does that mean it "understands" language? Or is it just really good at faking it?

Key Word — Training Data

The examples (images, text, audio, etc.) that an AI system learns from. The more diverse and high-quality the data, the better the AI tends to perform.

Key Word — Pattern Recognition

The ability to find meaningful patterns in data. This is the core skill that makes AI useful — from recognizing faces to translating languages.

The Economist Babbage — "The Science That Built the AI Revolution," Part 2: How machines learn
  1. "The Science That Built the AI Revolution — Part 2," Babbage, The Economist, March 13, 2024. Link
  2. Geoffrey Hinton, interview on Babbage, The Economist, March 12, 2025. Link
Question 3

What Suddenly Made AI So Powerful?

A Waymo self-driving car — one example of AI in everyday life
A Waymo self-driving car in Mountain View, California. Self-driving vehicles use AI to navigate roads. Wikimedia Commons (CC BY-SA 4.0)

For decades, most computer scientists thought neural networks were a dead end. Geoffrey Hinton remembers: "People in computer science thought neural nets were nonsense. I'm very confident about that."Hinton, 2025 So what changed?

Three things came together at once. Together, they transformed AI. It went from a niche research topic to the most talked-about technology in the world.

1. Massive datasets

In 2009, Stanford professor Fei-Fei Li and her team released ImageNet. It was a database of more than 14 million images, each labeled by hand. For the first time, neural networks had enough examples to learn from. Before ImageNet, AI researchers had tried to teach computers to see with just a few thousand images. It was like trying to learn a language from a single page of a book.

2. Powerful computer chips

Training a neural network takes billions of math calculations. Regular computer processors weren't fast enough. But a different kind of chip, the GPUA computer chip originally built for video games that turned out to be great at running neural networks too., turned out to be perfect for neural networks. It was originally designed for video games. One of Hinton's students, Alex Krizhevsky, "managed to make Nvidia GPUs talk to each other" and built a system dramatically faster than anything before.Hinton, 2025

3. AlexNet — the big bang moment (2012)

In 2012, Hinton's two students entered the annual ImageNet competition. Their names were Alex Krizhevsky and Ilya Sutskever. Sutskever later helped start the company OpenAI. Their system, called AlexNet, used deep neural networks trained on GPUs. It cut the error rate roughly in half compared to every other system.

AlexNet "finally convinced all the people doing computer vision that what they were doing was wrong and they should do neural nets."

Geoffrey Hinton
14M+
Images in ImageNetImageNet.org
~50%
Error rate cut by AlexNetHinton, 2025
$44M
Google paid for Hinton's companyHinton, 2025

The auction in the casino

After AlexNet's success, Hinton and his two students set up a company. Every major tech company wanted to buy it. They had "absolutely no idea" what they were worth. So a friend suggested they run an auction.

A $44 million poker game

"Our standard neural net conference was happening in a casino in Lake Tahoe... on the ground floor they had this casino with people pulling one-armed bandits and smoking. And upstairs in our hotel room, we were running this auction where you had to raise by $1 million... we were raking in $1 million every half hour, which is quite fun in a casino." Google won the auction for $44 million. Years later, a senior VP told Hinton "they were amazed that they got it so cheaply."

Hinton compared the resistance to neural networks to another famous example in science: Continental Drift. In the early 1900s, a scientist noticed something. South America and Africa fit together like puzzle pieces. He had strong evidence: matching rock formations, and similar fossils on both sides of the Atlantic. But geologists dismissed him. They believed the Earth was rigid. "It was like that," Hinton says. The evidence was right there. The established experts just couldn't see it.

Key Word — GPU (Graphics Processing Unit)

A computer chip originally designed for video games that turned out to be perfect for training AI. GPUs can do billions of math calculations at the same time, which is exactly what neural networks need.

Key Word — Dataset

A large collection of information (images, text, sounds, etc.) used to train an AI system. The quality and size of the dataset directly affects how well the AI learns.

Key Word — Computer Vision

The field of AI focused on teaching computers to "see" — to understand and interpret images and videos.

The Economist Babbage — "The Science That Built the AI Revolution," Part 3: The breakthrough
  1. Geoffrey Hinton, interview on Babbage, The Economist, March 12, 2025. Link
  2. "The Science That Built the AI Revolution — Part 3," Babbage, The Economist, March 20, 2024. Link. See also: ImageNet, image-net.org
Question 4

Where Is AI Today — and What Can It Do?

Screenshot of ChatGPT generating text
We could not confirm exactly where this screenshot came from.

For decades, AI was something only scientists and engineers thought about. Then everything changed. On November 30, 2022, a company called OpenAI released a chatbot called ChatGPT. The name is short for "Chat Generative Pre-trained Transformer" — and within two months, 100 million people were using it. That made it the fastest-growing consumer application in history.Reuters

Since January 2025, the pace of AI progress hasn't slowed down. By mid-2026, OpenAI, Anthropic, Google, and other companies had each released several new, more capable model generations. These newer versions could reason through harder problems. They could hold much longer conversations. They made fewer factual mistakes than the AI most people first tried back in 2022 and 2023.TechCrunch

The bigger change during this period wasn't just "smarter chatbots," though. It was AI learning to act on its own. By 2026, AI systems could handle multi-step jobs without a person doing each step. They could browse websites, fill out forms, and even write and run their own computer code. Some travel companies, for example, rolled out AI agents that could compare flight options. These agents could also handle guest messages for hotel partners automatically. That cut out a lot of the back-and-forth a human used to have to do.Booking.com This shift is called agentic AI — AI you chat with becoming AI that acts for you.

ChatGPT is an example of a Large Language ModelAn AI trained on huge amounts of text from the internet. ChatGPT, Gemini, and Claude are all examples., or LLM. It doesn't "know" facts the way you do. Instead, it predicts what word should come next. It bases that prediction on patterns it learned during training. Hinton built a tiny version of this back in the 1980s. Today's LLMs have billions of parametersAdjustable settings inside an AI model that control how it responds — the modern, much larger version of the 'weights' idea. and are trained on trillions of words.

900M
ChatGPT weekly users, Feb 2026TechCrunch, 2026
1M
Tokens an AI can read at once (~4-5 books)Anthropic, 2026

Generative AI — machines that create

Today's AI doesn't just analyze data. It creates new things. It can write essays, generate realistic images, compose music, and even write code. This is called generative AI. ChatGPT makes text. DALL-E and Midjourney make images. Suno makes music.

This has raised huge questions. If AI can write a school essay, what does that mean for learning? If it can create a photo of a person who doesn't exist, how do we know what's real? These are some of the biggest questions of our time.

Hallucinations — or as Hinton calls it, "confabulation"

One of the biggest problems with AI chatbots is that they sometimes make things up. They state "facts" that are completely wrong but sound convincing. Most people call this hallucination. But Hinton says that's actually evidence AI works more like the human brain than we thought.

"Most people have a completely wrong model of what memory is. They think of memory as like a file on a computer... When you want to recall something, what you do is you generate it. You make it up."

Geoffrey Hinton, Babbage, 2025

Hinton says AI chatbots are "a bit worse than us at present" at noticing their mistakes. But the newest models, like DeepSeek and OpenAI's reasoning models, can do more. They can now produce "strings of words that are their thinking" and then reflect on them to catch errors. "They're getting to the stage when they're going to be as good as people at noticing when they're making it up."

Key Word — GPT (Generative Pre-trained Transformer)

The type of AI behind ChatGPT. "Generative" means it creates new text. "Pre-trained" means it learned from huge amounts of text before you ever talk to it. "Transformer" is the architecture (design) that lets it pay attention to the most important words in a sentence.

Key Word — Large Language Model (LLM)

An AI system trained on enormous amounts of text to predict and generate language. ChatGPT, Gemini, and Claude are all LLMs.

Key Word — Generative AI

AI that creates new content — text, images, music, video, or code — rather than just analyzing existing data.

Key Word — Hallucination (Confabulation)

When an AI confidently states something that is incorrect. Hinton points out that humans do this too — we call it confabulation.

Think about it

If human memory is also a kind of "making things up" based on patterns — how confident should we be in our own memories? And how should that change the way we judge AI?

The Economist Babbage — "The Science That Built the AI Revolution," Part 4: Generative AI arrives
Bonus fact — unlocked after Discovery Points

Keep answering quizzes to unlock a bonus fact about a shock to the AI industry.

  1. "ChatGPT sets record for fastest-growing user base," Reuters/UBS, February 1, 2023. Link
  2. Geoffrey Hinton, interview on Babbage, The Economist, March 12, 2025. Link
  3. "The Science That Built the AI Revolution — Part 4," Babbage, The Economist, March 27, 2024. Link
  4. "OpenAI's GPT-5 is here," TechCrunch, August 7, 2025. Link
  5. "Booking.com Debuts Agentic AI Innovations," Booking.com, October 9, 2025. Link
Focus

AI & Your School — What Changes?

A student in a classroom using a laptop computer
A student uses a laptop in class. Schools everywhere are still figuring out where AI tools fit into schoolwork like this. Wikimedia Commons (CC BY-SA 4.0)

This might be the section that matters most to you. AI is already changing how schools work. Your generation is the first to deal with it.

In April 2025, the Center for Humane Technology podcast Your Undivided Attention brought together two experts to talk about exactly this. Maryanne Wolf is a brain scientist who studies how we learn to read. Rebecca Winthrop is an education expert at a research center called Brookings.

Your Undivided Attention — "Rethinking School in the Age of AI" (April 2025). Listen on humanetech.com →

Key takeaways

Past tech in classrooms often failed. Every generation gets excited about a new technology transforming education: radio, TV, desktop computers, iPads. But research from the OECDA group of 38 countries that study and compare education policy across nations. found that just putting computers in classrooms didn't actually help students learn better.

Screens affect how your brain develops. A study in JAMA, one of the world's top medical journals, found that too much screen time can slow down how quickly young kids learn to talk. A separate study in Singapore found that students who spent too much time on screens had a harder time paying attention.

But this moment is also an opportunity. Both experts argued against fighting AI or pretending it doesn't exist. Instead, they said schools should redesign around the skills AI can't replicate: curiosity, creativity, critical thinking, collaboration, and genuine human connection.

Human connection matters more than task completion. Wolf said the deepest learning happens through relationships — a teacher who sees what you're misunderstanding and gives you exactly the right nudge. AI tutors may eventually get good at this. As of the April 2025 conversation Wolf and Winthrop recorded, the human element is still irreplaceable.

Think about it

Your generation is the first to go through school with AI tools that can write essays, summarize readings, and solve problems for you. Does using AI to do your homework help you learn — or does it skip the part where learning actually happens?

Two problems that come with the territory

Cheating is already happening, mostly under the radar. In a 2024 nationally representative Common Sense Media survey of U.S. teens, 40% said they'd used generative AI to help with a school assignment — and 46% of those students did it without asking their teacher first. Only about half of the students who used AI for schoolwork said they checked whether what it told them was actually true.

Fake AI content is fooling teens too, not just adults. In a separate, later Common Sense Media survey, about 35% of teens said they had personally been deceived by AI-generated photos, videos, or other content online, and 22% said they had shared something that turned out to be fake. Spotting an AI deepfake is only getting harder as the technology improves — which is part of why the EU's new labeling rule for AI-generated content (see the Godfather's Warning section below) exists in the first place.

  1. "Rethinking School in the Age of AI," Your Undivided Attention, Center for Humane Technology, April 21, 2025. Guests: Maryanne Wolf, Rebecca Winthrop. Link
  2. OECD, "Students, Computers and Learning: Making the Connection," 2015. Link
  3. Madigan, S., et al., "Association Between Screen Time and Children's Performance on a Developmental Screening Test," JAMA Pediatrics, 2019. PubMed
  4. "The Dawn of the AI Era: Teens, Parents, and the Adoption of Generative AI at Home and School," Common Sense Media, September 18, 2024. Link
  5. "Teens, Trust, and Technology in the Age of AI," Common Sense Media, January 29, 2025; reported in "American teens are increasingly misled by fake content online, study shows," CNN, January 30, 2025. Common Sense Media · CNN
Focus

Will AI Take People's Jobs?

School is one place AI is already changing how people learn. Work is the other. Adults argue about whether AI will create new jobs, erase old ones, or both. As of August 2026, most people in the United States expect fewer jobs — not more.

A Pew Research Center survey published August 18, 2026, found that 71% of U.S. adults think AI will lead to fewer jobs in the United States over the next two decades. That is up from 64% in 2024. Only 5% think AI will lead to more jobs. Among adults under 30 — people close to your age who will enter the workforce next — 73% now say fewer jobs, up from 61% two years earlier.Pew Research Center, Aug. 18, 2026

71%
U.S. adults who expect fewer jobs from AIPew, Aug. 2026 · next 20 years
73%
adults under 30 who say the sameup from 61% in 2024
5%
who expect more jobsPew, Aug. 2026

Workers talking about their own jobs are a little more mixed. In a February 2025 Pew survey, 32% of U.S. workers said workplace AI would lead to fewer opportunities for them in the long run. Only 6% said it would lead to more. About 31% said it would not make much difference.Pew Research Center, Feb. 2025

Experts do not all agree with the public. Some researchers warn that AI could automate a lot of work. Others argue it will also create new kinds of jobs, the way earlier machines did. The 2025 Stanford Emerging Technology Review is one place researchers argue over how to govern that change — not over a single official "jobs lost" number. There isn't one number everyone accepts yet.

Key Word — Displacement

When a new tool or machine means a job that used to need a person no longer does — or needs far fewer people. Displacement is not the same as "every job disappears." Some jobs change. Some go away. Some new ones appear.

Think about it

If many adults think AI will mean fewer jobs, what skills are still worth practicing in school — the ones a chatbot can already do, or the ones it still can't?

Further reading

Talking to Animals Using AI

A field researcher holding a microphone on a boom pole and wearing headphones, recording bird calls outdoors
A researcher records bird calls in the field. AI projects like the Earth Species Project build on exactly this kind of raw animal-sound recording. Wikimedia Commons (CC BY-SA 4.0)

For years, using AI meant typing a question and reading an answer. But researchers are now using AI for something stranger and more ambitious. They're trying to understand what animals are actually saying to each other.

Your Undivided Attention — "Talking With Animals Using AI" (May 2023). Listen on humanetech.com →

Key takeaways

AI is learning to decode animal communication. The Earth Species Project is a nonprofit founded by Aza Raskin and Britt Selvitelle. It uses machine learning to find patterns in animal sounds that humans can't detect. Their goal is to translate animal communication. That means more than identifying species by sound. It means understanding what animals are actually saying to each other.

Scientists expect to synthesize animal calls within years. In May 2023, Raskin predicted that within 12 to 36 months, AI would be able to generate fake animal calls, like whale songs or monkey calls, that sound just like the real thing. This could let researchers "speak back" to animals for the first time in history.

This could save lives — literally. One practical use: playing whale calls to redirect whales away from shipping lanes. That could prevent deadly ship strikes. Over 20,000 whales are estimated to be killed by ship strikes worldwide each year. AI-generated calls could warn them away from danger.

But there are serious risks. The same technology that could protect animals could be used to exploit them. Poachers could use fake bird calls to lure endangered species. Ecotourism operators could manipulate wildlife behavior for profit. And we might read human meanings into animal communication that aren't actually there. Researchers call this problem anthropomorphismGiving human traits or meanings to something non-human — in this case, assuming an animal sound means what it would mean coming from a person..

Animal "language" is more complex than we thought. Researchers found that a type of monkey called the gelada makes sounds with a rhythm surprisingly similar to how humans talk. Across many species, certain sounds seem to carry similar meanings. Scientists call this "sound symbolism." This suggests communication systems far more sophisticated than simple alarm calls.

Think about it

If we could talk to animals, should we? What would it mean for conservation — and what could go wrong if the wrong people got access to this technology?

  1. "Talking With Animals Using AI," Your Undivided Attention, Center for Humane Technology, May 4, 2023. Guests: Aza Raskin, Britt Selvitelle. Link
  2. Rockwood, L., et al., "Estimating global whale mortality from vessel strikes," Marine Policy, 2017. See also: NOAA, "Reducing Ship Strikes to North Atlantic Right Whales." NOAA Link
  3. Bergman, T.J., "Speech-like Rhythm in a Voiced and Voiceless Primate Communication System," PLOS ONE, 2013. Link
Focus

The Godfather's Warning

A technician crouches with a laptop, working on a server rack at a scientific computing research center
Inside a real research computing center. Training the huge neural networks Hinton studies takes rooms full of servers like this one. Wikimedia Commons (public domain)
Babbage — "AI Is More Human Than You Think: An Interview With Geoffrey Hinton" (March 2025). Listen on economist.com →

Who is Geoffrey Hinton?

Geoffrey Hinton spent over 40 years working on neural networks, the technology behind modern AI. Almost nobody believed it would work. For decades, the mainstream AI community dismissed his research as a dead end. Then, in 2012, his student's system called AlexNet crushed the competition in an image recognition contest. Everything changed. As Hinton described it: "It felt validating. It feels like all those years of doing something that people thought was nonsense were okay."

Hinton went on to work at Google, where his research helped build the AI systems we use today. In 2024, he won the Nobel Prize in Physics for his foundational work on neural networks. But in 2023, he did something unexpected. He quit Google specifically so he could speak freely about the dangers of the technology he helped create.

Key insights from the interview

"Hallucinations" mean AI is more like us than we thought. When AI makes things up, most people see it as a bug. Hinton sees it differently: "What that tells us is they're even more like us than we thought." He explained that human memory works the same way. We don't store exact recordings of experiences. "You don't store any strings of words in your head... you make it up." The technical term for this is "confabulation," and humans do it all the time.

The cucumber experiment. Hinton described a fascinating study about short-term memory. If someone says a word very faintly, so faintly you can barely hear it, something interesting happens. You're more likely to understand it correctly if someone said that same word five minutes earlier. Your brain stored a trace of the word even though you weren't trying to remember it. AI systems show similar behavior.

Only about 1% goes into safety. Hinton warned that AI companies spend almost all their resources on making AI more powerful. Almost nothing goes toward making it safe: "It's probably 1% goes into safety... governments need to force them to work on safety." He compared this to the early days of the drug-making industry, before governments required companies to test medicines for safety.

The best case and the worst case are both real possibilities. Hinton described two plausible futures. In the best case, AI dramatically improves healthcare, education, and scientific research. It helps us solve problems we couldn't solve before. In the worst case, AI could become smarter than humans and start working toward goals we didn't choose. Or powerful leaders could use it to spy on people and build weapons that operate on their own. His honest assessment: "I sort of believe both those things are quite plausible."

Hinton's call for governments to step in didn't go unanswered. Starting August 2, 2026, new transparency rules under the European Union's AI Act require AI systems to tell people when they're talking to a machine, not a human.

Not every AI expert agrees that heavier regulation is the right call, though — some warn it could carry real costs of its own.

Hinton's position: regulate now

Hinton argues companies won't fix safety problems on their own, because it cuts into what they're racing to build. His view: "governments need to force them to work on safety" — the same way governments eventually forced drug companies to test medicines before selling them.Hinton, 2025

A researcher counter-view: regulate carefully, or risk backfiring

In the 2025 Stanford Emerging Technology Review, Stanford researchers Fei-Fei Li, Christopher Manning, and Anka Reuel make a more practical case against sweeping, one-size-fits-all AI rules: they probably won't survive contact with politics. Their assessment: "mandatory governance regimes for AI, even those to stave off catastrophic risks, will face stiff opposition from AI researchers and companies," while voluntary, self-governance approaches are more likely to actually gain support. They also point out that broad regulation of foundational AI technology is hard to enforce even among allied countries, whereas rules aimed at specific uses — like AI in healthcare or finance — can plug into regulatory systems that already exist. Given how few companies currently have the resources to build cutting-edge models from scratch, they suggest lighter, more targeted rules stand a better chance of actually working than heavy-handed ones that simply get fought off.Stanford SETR, 2025

Notably, Fei-Fei Li built ImageNet — the dataset that made Hinton's own 2012 breakthrough possible (see Question 3 above). Even researchers closely tied to this technology's rise don't fully agree on how it should be governed.

2024
Nobel Prize in Physics
40+
Years of neural network research
$44M
Google paid for Hinton's company (2013)
Think about it

Geoffrey Hinton helped create the technology behind modern AI — and then quit his job to warn people about it. When is it an inventor's responsibility to speak up about the risks of what they've built?

  1. "AI Is More Human Than You Think: An Interview With Geoffrey Hinton," Babbage, The Economist, March 12, 2025. Link
  2. "Geoffrey Hinton," Nobel Prize in Physics 2024, The Nobel Foundation. nobelprize.org
  3. "EU AI Act Omnibus Agreement — Postponed High-Risk Deadlines and Other Key Changes," Gibson Dunn, 2026: Article 50 transparency obligations "remain on the original schedule" of August 2, 2026, even as other AI Act deadlines were delayed. Link
  4. Li, F.F., Manning, C. & Reuel, A., "Artificial Intelligence," Stanford Emerging Technology Review 2025, Stanford University / Hoover Institution. Link
Focus

AI That Takes Action

A four-legged autonomous robot walking through an outdoor electrical substation, inspecting the equipment on its own
An autonomous inspection robot checks equipment at a power substation without a person guiding each step — a real-world example of the same "act on its own" idea behind agentic AI. Wikimedia Commons (CC BY-SA 4.0)

For years, using AI meant typing a question and reading an answer — you did the actual work yourself. That started to change by the mid-2020s, as companies began building AI that could carry out a whole task on its own, not just describe how to do it.

Key Word — Agentic AI

AI that can take multiple steps on its own to complete a task, like browsing a website, filling out a form, or writing and running code, instead of just answering one question at a time.

One real example: starting in April 2025, Amazon rolled out a feature called "Buy for Me." If Amazon doesn't sell something a shopper wants, the shopper can pick that item from another store's website without leaving the Amazon app. A person still reviews the order first, seeing the address, taxes, shipping cost, and payment method on an Amazon checkout screen. After that, the AI takes over: it visits the other store's website, fills in the shopper's name, address, and payment details, and completes the purchase there — a task that used to take a person several steps on a different website, now automatic once they've said yes.

Think about it

If an AI can complete tasks for you without you watching each step, how do you know it did what you actually wanted? What could go wrong — and how much of the process would you want to check yourself before you'd trust it?

  1. "Buy for Me button on Amazon Shopping app: Purchase items Amazon doesn't sell," Amazon, April 3, 2025: "Agentic AI is capable of performing specific tasks with minimal human intervention at the direction of and on behalf of a customer." Link
  2. "Buy for Me button on Amazon Shopping app," Amazon, April 3, 2025; "Amazon's new AI agent will shop third-party stores for you," TechCrunch, April 3, 2025. Amazon · TechCrunch
Timeline

AI Through the Decades

From a thought experiment to a technology that's changing everything — here's AI's story in key moments.

1950

The Turing Test

Alan Turing publishes "Computing Machinery and Intelligence," asking: "Can machines think?" He proposes the Turing Test. If a machine can fool a human into thinking it's human, it can be considered intelligent.

1957

The First Neural Network

Frank Rosenblatt at Cornell builds the Perceptron, the first machine that could learn from examples. It was inspired by how neurons in the brain connect to each other.

1969

The First AI Winter

Marvin Minsky and Seymour Papert publish Perceptrons, a book arguing that neural networks have fundamental limitations. Funding for neural network research dries up for over a decade.

1986

Backpropagation

Geoffrey Hinton, David Rumelhart, and Ronald Williams publish their paper on backpropagation. It's a way for neural networks to learn from mistakes by adjusting connections backward through the network. This becomes the foundation of all modern deep learning.

1997

Deep Blue Beats Kasparov

IBM's Deep Blue defeats world chess champion Garry Kasparov. It's a milestone. But Deep Blue used brute-force calculation, not the learning approach that would later define modern AI.

2009

Neural Nets Beat Speech Recognition

Hinton's team at the University of Toronto proves that neural networks can outperform traditional methods at recognizing speech. It's the first sign that the "dismissed" technology was about to take over.

2011

Watson Wins Jeopardy!

IBM's Watson beats two all-time Jeopardy! champions. Unlike Deep Blue, Watson had to understand natural language: puns, wordplay, and tricky clues.

2012

AlexNet: The Big Bang

Hinton's student Alex Krizhevsky builds AlexNet, a deep neural network that crushes the annual ImageNet image recognition competition. Error rates drop by 10 percentage points overnight. This is the moment the AI revolution truly begins.

2013

Google Buys Hinton's Company

Google, Microsoft, and Baidu get into a bidding war for Hinton's tiny company. Google wins for $44 million. Hinton later recalled that the buyers "were amazed they got it so cheaply."

2014

GANs: AI Learns to Create

Ian Goodfellow invents Generative Adversarial NetworksTwo neural networks that compete against each other — one creating fake images, one trying to catch the fakes — until the fakes get very convincing., or GANs. This is the birth of AI-generated images.

2016

AlphaGo Shocks the World

DeepMind's AlphaGo defeats Lee Sedol, one of the greatest Go players ever. Go has more possible positions than atoms in the universe, so brute force was impossible. AlphaGo had to develop intuition.

2017

"Attention Is All You Need"

A team at Google publishes the Transformer paper. This new design is based on an "attention" mechanism that lets AI focus on relevant words in a sentence. It becomes the foundation for ChatGPT, Gemini, and every major language model.

2020

GPT-3 Released

OpenAI releases GPT-3, a language model with 175 billion parameters that can write essays, code, poetry, and more. Researchers are stunned by its capabilities, and worried about misuse.

2022

ChatGPT Goes Viral

OpenAI launches ChatGPT in November. It reaches 100 million users in just two months, the fastest-growing consumer technology in history. AI goes from a research topic to a household word overnight.

2023

The AI Race Explodes

GPT-4, Google's Gemini, Meta's LLaMA, and dozens of open-source models launch. AI can now pass the bar exam, write code, and generate photorealistic images. Hinton quits Google to warn about AI risks.

2024

Nobel Prizes for AI

Geoffrey Hinton and John Hopfield win the Nobel Prize in Physics for neural network research. Demis Hassabis wins the Nobel Prize in Chemistry for AlphaFold, which predicted the shape of nearly every known protein.

2025

Reasoning Models & Regulation

China's DeepSeek and new "reasoning models" show AI systems that can think step-by-step. Governments worldwide debate AI regulation. As Hinton put it: "They can produce strings of words that are their thinking."

Oct 2025

"Agents" Become a Product, Not Just an Idea

OpenAI, the company behind ChatGPT, releases AgentKit. It's a toolkit that lets companies build their own AI agents instead of having to invent the technology from scratch. It's a sign that "agentic AI" has moved from a research idea to a core, named feature major companies build on.

Aug 2, 2026

Europe's AI Transparency Rules Take Effect

New parts of the European Union's AI Act take effect. It's one of the world's first major AI laws. Starting on this date, AI systems must tell people when they're talking to a machine instead of a human. AI-generated content like deepfakes must be clearly labeled.

Hidden History Unlocked

1956 — the name is born: The term "artificial intelligence" was coined for a summer research workshop at Dartmouth College, organized by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon. Their funding proposal claimed the project could make real progress "if a carefully selected group of scientists work on it together for a summer." It took closer to 70 years — and the field is still working on it.

  1. Turing, A.M., "Computing Machinery and Intelligence," Mind, 1950. Oxford Academic
  2. "The Perceptron: A Perceiving and Recognizing Automaton," Cornell Aeronautical Laboratory, 1957. Wikipedia
  3. Minsky, M. & Papert, S., Perceptrons, MIT Press, 1969. Wikipedia
  4. Rumelhart, D., Hinton, G. & Williams, R., "Learning representations by back-propagating errors," Nature, 1986. Nature
  5. "Deep Blue," IBM Archives. IBM
  6. "AI Is More Human Than You Think: An Interview With Geoffrey Hinton," Babbage, The Economist, March 12, 2025. Economist
  7. "Watson," IBM. IBM; "Smartest Machine on Earth," PBS Nova, 2011.
  8. Krizhevsky, A., Sutskever, I. & Hinton, G., "ImageNet Classification with Deep Convolutional Neural Networks," NeurIPS, 2012. NeurIPS
  9. Goodfellow, I., et al., "Generative Adversarial Nets," NeurIPS, 2014. arXiv
  10. Silver, D., et al., "Mastering the game of Go with deep neural networks and tree search," Nature, 2016. Nature
  11. Vaswani, A., et al., "Attention Is All You Need," NeurIPS, 2017. arXiv
  12. Brown, T., et al., "Language Models are Few-Shot Learners," OpenAI, 2020. arXiv
  13. Hu, K., "ChatGPT sets record for fastest-growing user base," Reuters, Feb 2, 2023. Reuters
  14. "Geoffrey Hinton quits Google to warn of AI dangers," BBC News, May 2, 2023. BBC
  15. "The Nobel Prize in Physics 2024," The Nobel Foundation. nobelprize.org; "The Nobel Prize in Chemistry 2024." nobelprize.org
  16. "OpenAI launches AgentKit to help developers build and ship AI agents," TechCrunch, October 6, 2025. Link
  17. "EU AI Act Omnibus Agreement — Postponed High-Risk Deadlines and Other Key Changes," Gibson Dunn, 2026. Link
Bonus

Key People in AI

Alan Turing

Alan Turing

Father of Computer Science

Created the concept of a "universal machine". Proposed the Turing Test in 1950: the idea that a machine is intelligent if it can fool a human in conversation. His work laid the theoretical foundation for all of computing.

We could not confirm exactly where this photo came from.
Geoffrey Hinton

Geoffrey Hinton

"Godfather of AI"

Pioneered backpropagation and deep learning over 40+ years when most researchers dismissed neural networks. Won the 2024 Nobel Prize in Physics. Quit Google in 2023 to warn about AI risks.

We could not confirm exactly where this photo came from.
Fei-Fei Li

Fei-Fei Li

Computer Vision Pioneer

Created ImageNet, the massive dataset of 14 million labeled images that proved neural networks could "see." Without ImageNet, the 2012 AlexNet breakthrough might never have happened. Now a professor at Stanford, and an advocate for human-centered AI.

We could not confirm exactly where this photo came from.
Yoshua Bengio

Yoshua Bengio

Deep Learning Pioneer

Helped develop foundational ideas behind modern language models and neural networks. Won the 2018 Turing Award, often called the "Nobel Prize of computing"A nickname for the Turing Award, computer science's top honor, comparing it to the prestige of a Nobel Prize., alongside Hinton and Yann LeCun. Now a leading voice for AI safety research.

We could not confirm exactly where this photo came from.
💼

Sam Altman

CEO of OpenAI

Leads the company behind ChatGPT, the AI chatbot that brought artificial intelligence to the mainstream in 2022. Under his leadership, OpenAI grew from a small research lab into one of the most influential tech companies in the world.

Timnit Gebru

Timnit Gebru

AI Ethics Researcher

Studies bias and fairness in AI systems. Co-authored landmark research showing facial recognition works worse on darker-skinned faces. Founded the DAIR Institute after a high-profile departure from Google. Now a leading voice for responsible AI.

We could not confirm exactly where this photo came from.
Demis Hassabis

Demis Hassabis

DeepMind Founder

Founded DeepMind, the lab behind AlphaGo and AlphaFold. AlphaFold predicted the 3D shape of nearly every known protein. Scientists had struggled with that problem for 50 years. Won the 2024 Nobel Prize in Chemistry.

We could not confirm exactly where this photo came from.
  1. "Alan Turing," Encyclopaedia Britannica. Britannica
  2. "Geoffrey Hinton," Nobel Prize in Physics 2024, The Nobel Foundation. nobelprize.org
  3. "Fei-Fei Li," Stanford University HAI. Stanford HAI
  4. "ACM A.M. Turing Award: Yoshua Bengio," Association for Computing Machinery, 2018. ACM
  5. "Sam Altman," OpenAI. OpenAI
  6. Buolamwini, J. & Gebru, T., "Gender Shades: Intersectional Accuracy Disparities in Commercial Gender Classification," Proceedings of Machine Learning Research, 2018. MLR Press
  7. "Demis Hassabis," Nobel Prize in Chemistry 2024, The Nobel Foundation. nobelprize.org
Watch & Listen

Videos & Podcasts

These videos and podcasts will help you go deeper into how AI works and what it means. Start with the shorter ones and work your way up.

Crash Course AI #1: What Is Artificial Intelligence? (~12 min)

A fast-paced, student-friendly introduction to the field.

3Blue1Brown: But What Is a Neural Network? (~19 min)

Beautiful visualizations of exactly how a neural network is structured and learns.

TED-Ed: How Does Artificial Intelligence Learn? (~5 min)

A short, clear explainer of the learning process behind AI.

PBS NewsHour: What Is Generative AI? (~6 min)

A quick overview of AI that creates new content, not just analyzes it.

Thinking prompts

As you watch, ask yourself: What surprised me? What questions do I still have? How does this connect to what we've read?

Podcasts used as sources

These are the podcast episodes referenced throughout the page. Listen to go deeper on any topic.

The Economist: "The Science That Built the AI Revolution" (4 parts). Part 1 shown here — parts 2–4 are embedded in each section above.
The Economist: Geoffrey Hinton Interview (March 2025)
Center for Humane Technology: "Rethinking School in the Age of AI." Listen on humanetech.com →
Center for Humane Technology: "Talking With Animals Using AI"
Resources

Ranked Reading

These resources are ranked by difficulty. Start with the easier ones and work your way up as you learn more.

Easier — great starting points

Crash Course
Crash Course AI (Full Series)

20 episodes covering everything from what AI is to ethics and the future. Fun, fast-paced, student-friendly.

Easier
PBS Learning
PBS LearningMedia: AI Lessons

Free classroom-ready lessons and videos about artificial intelligence from PBS. Designed for middle schoolers.

Easier
Code.org
Code.org: AI & Machine Learning

Interactive activities that let you train your own AI model. No coding experience needed — just curiosity.

Easier
Google
Google AI Experiments

Play with AI in your browser — draw with a neural network, make music, or teach a machine to recognize objects.

Easier

Medium — some reading required

NPR
NPR: Understanding AI

Balanced, accessible reporting on how AI is changing schools, work, and society.

Medium
BBC
BBC News: AI Coverage

Excellent global perspective on AI developments, from regulation in Europe to AI in developing countries.

Medium
Humane Tech
Your Undivided Attention Podcast

Deep conversations about how technology affects us. The AI & School and AI & Animals episodes are great starting points.

Medium
Vox
Vox: AI Explained

Clear, visual explainers that break down complex AI topics. Good for understanding the big picture.

Medium

Harder — for a real challenge

The Economist
The Economist: AI Coverage

In-depth analysis of AI's impact on the global economy, politics, and science — one of the sources behind the science below.

Harder
Stanford
Stanford HAI: AI Index Report

Annual report tracking AI progress worldwide. Charts, data, and analysis from one of the top AI research universities.

Harder
MIT Tech Review
MIT Technology Review: AI Section

Cutting-edge reporting on AI research and applications from MIT. For students ready for a real challenge.

Harder
3Blue1Brown
3Blue1Brown: Neural Networks

Beautiful math visualizations that explain exactly how neural networks learn. Best for students who like math.

Harder