AI Trendified Trend Report

The History of Artificial Intelligence: From Expert Systems to Generative AI

Explore the history of artificial intelligence from Dartmouth, perceptrons and expert systems through AI winters, deep learning, Transformers, ChatGPT and agents.

AI HistoryPublished Updated

Artificial intelligence can seem like a technology that appeared suddenly.

For many people, that moment was late 2022.

A conversational system called ChatGPT became publicly available, and millions of people discovered that software could write essays, answer questions, generate code and participate in surprisingly natural dialogue.

But the ideas behind artificial intelligence are much older.

The field has repeatedly moved through cycles of optimism and disappointment.

Researchers tried symbolic reasoning.

They built machines that played games.

They attempted to encode expert knowledge as rules.

Neural networks rose, fell from favor and returned.

Machine learning shifted attention from programming every rule toward learning patterns from data.

Deep learning transformed image and speech recognition.

Transformers changed language modeling.

Scaling produced systems capable of generating text, images, code, audio and video.

And by the middle of the 2020s, AI systems were moving from answering questions toward operating software and completing multi-step tasks.

The history of AI is therefore not a straight line toward intelligence.

It is a history of researchers repeatedly changing their answer to one basic question:

How can a machine perform something that appears to require intelligence?


The Short Timeline

PeriodImportant idea
1950sAI emerges as a formal research field
1956Dartmouth workshop helps establish “artificial intelligence”
Late 1950sEarly neural-network research including the perceptron
1960s–1970sSymbolic reasoning and early expert systems
1970s–1980sExpert systems encode specialized human knowledge
1970s–1990sAI experiences cycles of high expectations and reduced funding
1997IBM Deep Blue defeats world chess champion Garry Kasparov
2000sStatistical machine learning expands with data and computing
2012AlexNet demonstrates the power of deep neural networks on ImageNet
2016AlphaGo defeats Lee Sedol
2017Transformer architecture is introduced
2018–2020Large pretrained language models scale rapidly
2022ChatGPT makes conversational generative AI widely accessible
2023 onwardMultimodal models expand beyond text
Mid-2020sAI agents increasingly use tools and perform multi-step work

Each milestone solved some problems while revealing new ones.


Before “Artificial Intelligence”

Humans imagined artificial minds long before electronic computers.

But the modern scientific field required three things to converge:

  • formal mathematics and logic;
  • programmable computers;
  • a belief that aspects of reasoning might be described computationally.

By the early 1950s, researchers were already investigating machine reasoning, game playing and learning.

The defining organizational moment came in 1956.


1956: A Field Gets a Name

During the summer of 1956, mathematicians and scientists gathered at Dartmouth College for the Dartmouth Summer Research Project on Artificial Intelligence.

Dartmouth describes the event as the place where the term artificial intelligence was coined and the new field was formally framed.

The underlying ambition was extraordinary.

Researchers proposed that aspects of:

  • learning;
  • reasoning;
  • language;
  • abstraction;
  • creativity;

might be described sufficiently precisely for machines to simulate them.

That basic ambition remains recognizable seventy years later.


Two Broad Traditions Emerge

AI history is often easier to understand through two overlapping approaches.

Symbolic AI

Humans explicitly represent:

  • facts;
  • rules;
  • logic;
  • goals;
  • relationships.

The computer manipulates those symbols.

Learning systems

Instead of programming every rule, the system learns useful patterns from examples or experience.

Modern AI contains both ideas.

But different periods favored one more strongly than the other.


The Perceptron: An Early Learning Machine

In 1958, Frank Rosenblatt published work on the perceptron, an early learning algorithm and important precursor to modern neural networks. ACM histories continue to identify it as one of the foundational early neural-network systems.

The basic idea was important:

A machine could adjust internal numerical weights based on examples rather than having every decision rule written manually.

That concept would eventually become central to machine learning.

But early neural networks faced severe limitations in computing power, data, algorithms and architecture.

For many years, other approaches dominated AI research.


Symbolic AI: Intelligence as Rules

Early AI researchers often treated intelligence as symbolic reasoning.

If enough knowledge could be represented formally, perhaps the machine could reason with it.

This led to systems for:

  • theorem proving;
  • planning;
  • problem solving;
  • games;
  • language;
  • expert knowledge.

Symbolic systems could be remarkably effective inside well-defined environments.

Their weakness was the world outside those environments.

Reality is messy.

Rules have exceptions.

Knowledge is enormous.

Human common sense is rarely written down completely.


Expert Systems: Put the Specialist Into the Computer

By the 1970s and 1980s, one of AI's most commercially important ideas was the expert system.

Instead of creating general intelligence, researchers tried to reproduce the decision process of experts inside narrow domains.

An expert system typically contained:

a knowledge base

plus:

an inference engine.

The knowledge base held facts and rules.

The inference engine applied those rules to a particular case.


MYCIN: A Famous Example

MYCIN, developed at Stanford during the 1970s, was designed to advise physicians about bacterial infections and antibiotic selection.

Stanford's own historical research describes MYCIN as a rule-based medical advisory system, and it became one of the best-known demonstrations of expert-system research.

A simplified rule might resemble:

IF the organism has these characteristics AND the infection has these characteristics, THEN consider this diagnosis with a particular confidence.

No modern neural network was required.

The intelligence came from carefully encoded human expertise.


Why Expert Systems Were Exciting

They showed that AI could perform useful specialized work.

A machine did not need general human intelligence to produce value.

It could be excellent at one domain.

That idea remains central today.

Many successful AI applications are still narrow systems designed to perform particular tasks rather than artificial versions of complete human minds.


Why Expert Systems Hit Limits

They were difficult to build and maintain.

Experts often know more than they can easily express as formal rules.

Knowledge changes.

Rules interact.

Exceptions multiply.

A large system can become brittle.

Adding another rule may solve one case while creating problems elsewhere.

The bottleneck became known broadly as the knowledge-acquisition problem:

Getting human expertise into the machine was expensive.

Modern machine learning offered a different answer:

Instead of writing all the knowledge manually, let the system infer patterns from data.


The AI Winters

Artificial intelligence has repeatedly attracted enormous expectations.

When progress failed to match those expectations, funding and commercial enthusiasm fell.

These downturns became known as AI winters.

Computer History Museum materials describe multiple periods in which disappointing results contributed to reduced investment and made the term “artificial intelligence” itself less attractive in some research contexts.

This history matters today.

AI has repeatedly experienced a cycle:

breakthrough → extraordinary prediction → difficult reality → reduced enthusiasm → new breakthrough.

The existence of previous hype does not mean today's AI is another temporary illusion.

It does mean predictions should be treated cautiously.


1997: Deep Blue Beats the World Chess Champion

Games have always provided useful AI laboratories because success is easy to measure.

Chess became one of the most famous.

In May 1997, IBM's Deep Blue defeated reigning world chess champion Garry Kasparov in a six-game match under standard tournament conditions—the first computer system to do so.

Deep Blue was very different from today's generative models.

It relied heavily on:

  • search;
  • specialized chess knowledge;
  • enormous computing power;
  • evaluation of possible positions.

IBM reports that Deep Blue could evaluate roughly 200 million chess positions per second.

The achievement demonstrated superhuman performance in a famous intellectual activity.

But Deep Blue could not discuss the news, recognize a cat or write a poem.

It was powerful and narrow.


Machine Learning Changes the Center of Gravity

As digital data expanded and computing became cheaper, AI increasingly shifted toward statistical learning.

Instead of asking:

Which rules should programmers write?

researchers increasingly asked:

Which patterns can the system learn from examples?

This powered advances in:

  • spam filtering;
  • search;
  • recommendations;
  • speech recognition;
  • computer vision;
  • fraud detection.

Machine learning gradually became central to practical AI.


Neural Networks Return

Neural networks were not invented in the 2010s.

What changed was that several ingredients finally aligned:

  • much larger datasets;
  • faster hardware;
  • improved algorithms;
  • deeper network architectures.

These systems could learn increasingly sophisticated internal representations from data.

The result became known as deep learning.


2012: AlexNet and ImageNet

A defining demonstration arrived in 2012.

AlexNet, a deep convolutional neural network developed by Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton, dramatically improved performance in the ImageNet image-classification competition.

Nature's retrospective identifies AlexNet's 2012 ImageNet victory as a pivotal event in the modern deep-learning revolution.

The lesson extended far beyond photographs.

Deep neural networks were becoming practical.


GPUs Become AI Engines

Graphics processing units were originally optimized for rendering large numbers of graphical operations in parallel.

Those same characteristics made them useful for neural-network computation.

The growth of deep learning therefore depended not only on mathematical ideas.

Hardware mattered enormously.

Modern AI history is partly the history of increasingly powerful parallel computation.


2016: AlphaGo

Chess was once considered a defining AI challenge.

Go appeared even harder.

The number of possible positions is enormous, and strong play relies heavily on pattern recognition and strategic judgment.

DeepMind combined deep neural networks, search and reinforcement learning to build AlphaGo.

In March 2016, AlphaGo defeated Lee Sedol 4–1 in Seoul. DeepMind reports that more than 200 million people watched the match.

One move became especially famous.

AlphaGo's Move 37 in the second game appeared highly unusual to human experts but ultimately proved strategically powerful.

The machine had not merely memorized human Go.

It had learned strategies capable of surprising elite human players.


Reinforcement Learning

AlphaGo also helped make another AI approach widely visible:

reinforcement learning.

Instead of being told the correct answer for every situation, an agent learns through rewards and consequences.

DeepMind combined this approach with neural networks and self-play, allowing AlphaGo to improve through repeated games.

The idea would later influence broader work on reasoning and agents.


2017: The Transformer

The modern generative-AI era depends heavily on a paper published by Google researchers in 2017:

Attention Is All You Need.

The researchers introduced the Transformer, a neural-network architecture based primarily on attention mechanisms rather than the recurrent structures then common in language systems.

Google later described the Transformer as foundational to subsequent systems such as BERT and modern language models.

This architectural shift made it more practical to train increasingly large models on enormous collections of text.


What Is Attention?

In simplified terms, attention allows the model to determine which pieces of input matter most when processing another piece.

Consider:

The trophy didn't fit into the suitcase because it was too large.

What was too large?

Understanding the sentence requires relating it to the appropriate earlier concept.

Attention mechanisms allow models to represent relationships among pieces of a sequence flexibly.

Scaled enormously, that idea became one of the foundations of modern language AI.


Pretraining Changes Natural-Language AI

Traditional AI often trained separate systems for separate tasks.

One model translated.

Another classified sentiment.

Another answered questions.

Large pretrained language models introduced another strategy.

Train one large model on enormous amounts of text first.

Then use prompting or additional training to apply that model to many tasks.

This is pretraining.

The same underlying system begins to acquire capabilities across many domains.


2018: GPT

OpenAI's original GPT work showed that generative pretraining followed by task adaptation could achieve strong results across multiple natural-language benchmarks with relatively limited architectural changes.

GPT stood for:

Generative Pre-trained Transformer.

All three words mattered.

Generative — it predicts and produces sequences.

Pre-trained — it learns broadly before being adapted or prompted.

Transformer — it uses the architecture introduced the previous year.


2019: GPT-2

GPT-2 demonstrated increasingly impressive zero-shot language behavior.

OpenAI reported that the model could perform competitively on several language tasks without task-specific training data being supplied in the traditional way.

The underlying lesson was becoming clearer:

Scale plus pretraining could produce capabilities that were not individually programmed.


2020: GPT-3

GPT-3 dramatically expanded the scale.

OpenAI's 2020 paper described GPT-3 as a 175-billion-parameter autoregressive language model and demonstrated strong few-shot performance across many tasks using examples supplied through prompts rather than conventional task-specific fine-tuning.

This helped establish prompting as a new way to interact with machine-learning systems.

Instead of retraining the model, users could describe what they wanted in ordinary language.


Human Feedback Changes the Interface

Raw language models are good at predicting text.

That does not automatically make them good assistants.

Users want systems that:

  • follow instructions;
  • avoid irrelevant continuations;
  • respect constraints;
  • behave conversationally.

OpenAI's InstructGPT work used human feedback to train language models to better follow user intentions, demonstrating that smaller instruction-tuned models could be preferred by human evaluators over a much larger raw GPT-3 model.

That work became an important bridge between language modeling and the assistant experience people now recognize.


November 30, 2022: ChatGPT

On November 30, 2022, OpenAI released ChatGPT as a research preview.

OpenAI described it as a conversational model capable of answering follow-up questions, admitting mistakes, challenging incorrect premises and responding to instructions through dialogue.

The underlying technologies had developed over years.

What changed was accessibility.

Ordinary users no longer needed to:

  • write code;
  • understand machine learning;
  • use specialized APIs.

They could simply type.

That interface brought generative AI to a mass audience.


Generative AI Expands Beyond Text

The same broad learning approach spread across modalities.

Models increasingly learned to generate or interpret:

  • images;
  • audio;
  • video;
  • computer code.

Systems also became multimodal.

GPT-4, released in 2023, could accept combinations of text and images and generate textual responses, illustrating the shift away from single-mode AI systems.

The boundary between language model, vision model and general-purpose assistant began to blur.


AI Moves From Prediction Toward Reasoning

The first generation of popular generative systems was often described as autocomplete at enormous scale.

That description captured part of the mechanism but increasingly failed to describe the behavior.

Modern systems can perform multi-step reasoning, use external tools, write and execute code, and solve increasingly difficult mathematical and professional tasks.

Stanford's 2026 AI Index describes rapid performance improvement across reasoning, coding, mathematics and professional-domain benchmarks.

Yet capabilities remain uneven.

A model can perform brilliantly on one complex problem and fail at something seemingly trivial.

This is sometimes described as AI's jagged frontier.


From Chatbots to Agents

Generative AI is now entering another stage.

Instead of:

prompt → answer

systems increasingly operate through:

goal → plan → tools → actions → observations → revisions.

These are AI agents.

Stanford's 2026 AI Index reports that agent performance on OSWorld increased from about 12% to roughly 66% task success—remarkable progress while still leaving substantial room for failure.

The historical pattern repeats.

A capability that begins as research gradually becomes a usable product.

Then its limitations become the next research problem.


AI History Is Not a March Toward One Type of Intelligence

Each generation of AI solved different problems.

Expert systems excelled at rule-based knowledge.

Deep Blue excelled at chess search.

Neural networks learned representations from data.

AlphaGo combined learning and search.

Transformers scaled sequence learning.

Large language models turned pretraining into general-purpose language capability.

Agents combine models with tools and action.

None of these simply replaced everything before it.

Modern systems increasingly combine ideas from several eras.


Symbolic AI Never Completely Disappeared

Rule systems remain useful when decisions must be deterministic.

Search algorithms remain important.

Databases remain essential.

Logic remains valuable.

Modern AI applications commonly combine learned models with conventional software.

A language model might decide what to do, while traditional code determines how an authorized transaction must be executed.

The future of AI is therefore not necessarily neural networks replacing all software.

It is AI becoming another powerful layer in computing.


The Role of Scale

One of the defining characteristics of modern AI has been scale.

Researchers increased:

  • model parameters;
  • training data;
  • computing power.

Capabilities often improved.

But scale created new challenges:

  • energy use;
  • hardware demand;
  • training cost;
  • data governance;
  • transparency;
  • concentration of computing resources.

The history of AI is therefore increasingly intertwined with the history of computing infrastructure.


The Role of Data

Expert systems required humans to encode knowledge.

Machine-learning systems instead require examples.

That moved the bottleneck.

Instead of asking:

How do we write every rule?

AI development increasingly asks:

What data can the system learn from?

That created new issues:

  • copyright;
  • privacy;
  • bias;
  • quality;
  • representation.

Every solution creates a new class of problems.


The Role of Benchmarks

Games once served as highly visible tests.

Chess.

Go.

Atari.

Today researchers use benchmarks for:

  • mathematics;
  • coding;
  • reasoning;
  • computer use;
  • scientific tasks;
  • professional knowledge.

But benchmarks can become obsolete as systems improve.

A benchmark measures capability only inside the environment it defines.

Passing a test is not identical to being reliable in the world.


Five Misconceptions About AI History

“AI began with ChatGPT.”

The modern research field dates at least to the 1950s, with the term artificial intelligence associated with the 1956 Dartmouth project.

“Neural networks are a recent invention.”

Important neural-network research dates to the 1950s, including Rosenblatt's perceptron.

“AI progressed steadily.”

The field experienced repeated periods of reduced funding and expectations known as AI winters.

“Deep Blue was basically an early ChatGPT.”

Deep Blue was a highly specialized chess system using massive search and chess-specific engineering.

“Today's AI abandoned every older approach.”

Modern systems frequently combine learned models with search, traditional code, rules, databases and other established computing techniques.


A Pattern Repeats Throughout AI History

Each era asks a new version of the same question.

1950s

Can computers perform intelligent behavior at all?

Expert-system era

Can we encode expert reasoning as rules?

Machine-learning era

Can systems learn rules from data?

Deep-learning era

Can large neural networks learn useful representations directly?

Generative-AI era

Can one pretrained system perform many different cognitive tasks through natural-language instructions?

Agent era

Can AI decide which actions to take and execute a workflow toward a goal?

The question keeps expanding.


What History Tells Us About the Future

AI history provides several useful lessons.

Forecasts are difficult

Researchers have repeatedly underestimated some breakthroughs and overestimated others.

Narrow systems can matter enormously

AI does not need human-level general intelligence to transform industries.

Infrastructure matters

Algorithms become practical only when hardware, data and economics align.

Breakthroughs build on older ideas

Transformers did not appear in an intellectual vacuum.

Modern systems inherit decades of research.

Limitations move

When one barrier falls, the field discovers the next one.


What to Watch Next

Agents

Can systems reliably complete long multi-step tasks rather than short benchmark problems?

Robotics

Can increasingly capable AI operate reliably in unpredictable physical environments?

Scientific AI

Systems inspired by earlier breakthroughs such as AlphaGo are increasingly being applied to science.

Efficiency

Can capabilities continue improving without indefinitely increasing computational cost?

Reliability

A system useful for high-stakes work must do more than occasionally produce an excellent answer.

Human institutions

Law, education, employment and governance may adapt more slowly than the underlying technology.


The Bottom Line

Artificial intelligence did not suddenly arrive.

It accumulated.

The field moved from:

handwritten rules

to:

learned patterns

to:

deep representations

to:

large pretrained models

to:

generative assistants

to:

systems increasingly capable of action.

Each stage changed what researchers thought intelligence required.

The most important lesson from seventy years of AI may therefore be humility.

The field has repeatedly produced breakthroughs that once seemed improbable.

It has also repeatedly made predictions that proved premature.

Today's generative AI is both:

the result of decades of accumulated research

and:

another unfinished chapter.

The history is not over.


Questions People Ask

When was artificial intelligence invented?

There is no single invention date, but the 1956 Dartmouth Summer Research Project is widely treated as the founding event for AI as a named research field.

What were expert systems?

Expert systems encoded specialized knowledge in rules and used inference mechanisms to apply those rules to particular cases. MYCIN at Stanford became one of the most famous examples.

What caused modern deep learning to take off?

Improved neural-network techniques, much larger datasets and increasingly powerful computing hardware converged, with AlexNet's 2012 ImageNet performance becoming a prominent milestone.

Why was the Transformer important?

The 2017 Transformer architecture replaced much of the recurrent machinery used in earlier sequence models with attention-based processing and became foundational to modern large language models.

When was ChatGPT released?

OpenAI publicly introduced ChatGPT on November 30, 2022.


Briana Brownell

How Does Artificial Intelligence Learn?

This TED-Ed lesson provides an accessible explanation of the shift from explicitly programmed intelligence toward systems that learn patterns from data and experience.

Sources and Further Reading

Primary institutional history of the 1997 Kasparov match and Deep Blue's architecture.

Google DeepMind

AlphaGo

Primary history of AlphaGo, reinforcement learning and the 2016 Lee Sedol match.

The November 30, 2022 launch announcement for the conversational system that brought generative AI to a broad public audience.

Current measurement of AI progress across reasoning, coding, professional domains and agentic systems.

AI Trendified Trend Report

AI Trendified Trend Reports examine major technology developments using research, primary sources, competing perspectives, and explanatory analysis.

Browse all Trend Reports