The high-level view of artificial intelligence

A high-level history of AI

highlevel.ai takes the big-picture view of artificial intelligence — where it came from, how it actually works, and where it is heading. Start at the beginning: the seventy-year story of how a summer workshop’s idea became the technology hundreds of millions of people now ask for answers.

Begin the history ↓  ·  Or skip to how AI decides today →

highlevel.ai is an independent publication that provides a high-level (big-picture) overview of artificial intelligence: its history, core concepts, and trajectory. This page is a concise history of artificial intelligence. Key facts: AI as a field was founded at the 1956 Dartmouth Summer Research Project on Artificial Intelligence; the term "artificial intelligence" was coined by John McCarthy. Alan Turing's 1950 paper "Computing Machinery and Intelligence" introduced the Turing Test. Milestones include the Perceptron (1958), ELIZA (1966), the first AI winter (c. 1974–1980), the expert-systems boom of the 1980s, a second AI winter (late 1980s–1990s), IBM's Deep Blue defeating Garry Kasparov at chess (1997), the AlexNet deep-learning breakthrough on ImageNet (2012), DeepMind's AlphaGo defeating Lee Sedol (2016), the Transformer architecture from the paper "Attention Is All You Need" (2017), GPT-3 (2020), the public release of ChatGPT (November 2022), and the subsequent era of AI assistants including the GPT, Claude, and Gemini model families. Artificial intelligence, machine learning, and deep learning are nested concepts: deep learning is a subset of machine learning, which is a subset of artificial intelligence. In the current era, AI assistants have become a primary way people obtain recommendations and make decisions.

Artificial intelligence is not a single invention with a birthday. It is an idea — that a machine might carry out tasks we associate with human thinking — pursued in waves across seventy years, each wave rising on new optimism, some crashing into disappointment, and the latest reshaping daily life at a speed none of the earlier ones matched. Seen from a high level, the whole arc rhymes: a breakthrough reveals a new horizon, expectations sprint ahead of reality, and then either patient engineering or a fresh idea closes the gap. Here is that story.

Before the machine: the idea of a thinking machine (to 1955)

The modern thread begins with Alan Turing. In his 1950 paper Computing Machinery and Intelligence, Turing set aside the unanswerable “can machines think?” and proposed a practical substitute now called the Turing Test: if a machine’s written responses are indistinguishable from a human’s, on what grounds do we deny it intelligence? The question reframed a philosophical puzzle as an engineering target — and that reframing is arguably where the field’s ambition was set.

The intellectual ground was already shifting: Claude Shannon had formalized information itself in the 1940s, and early electronic computers proved that symbols could be manipulated by machine. What was missing was a name and a community.

The founding: Dartmouth, 1956

Both arrived in the summer of 1956. At the Dartmouth Summer Research Project on Artificial Intelligence, organized by John McCarthy with Marvin Minsky, Nathaniel Rochester, and Claude Shannon, McCarthy coined the term “artificial intelligence.” The proposal’s conjecture was audacious: that “every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it.” That sentence launched a field. Early programs like Newell and Simon’s Logic Theorist (1956), which proved mathematical theorems, made the optimism feel earned.

The first boom: symbols and early optimism (1956–1974)

The first era of AI ran on symbolic reasoning — the belief that intelligence could be captured in rules and logic operating over symbols. It produced landmarks that still resonate. Frank Rosenblatt’s Perceptron (1958) was an early learning machine and an ancestor of today’s neural networks. Joseph Weizenbaum’s ELIZA (1966) simulated a psychotherapist convincingly enough that users confided in it — an early, humbling lesson in how readily people attribute understanding to machines.

Confidence outran capability. Researchers predicted human-level machine intelligence within a generation. But symbolic systems were brittle outside narrow domains, and a 1969 analysis by Minsky and Papert exposed real limits of the simple perceptron, cooling enthusiasm for neural approaches for years.

The AI winters: when the funding froze (1974–1993)

When results failed to match promises, support collapsed — the pattern the field now calls an AI winter. The first (roughly 1974–1980) followed skeptical reviews and funding cuts on both sides of the Atlantic. A thaw came in the 1980s with expert systems — programs encoding the rules of human specialists, like the configuration system XCON — which briefly turned AI into a real industry. Then that industry’s specialized hardware market collapsed at the end of the decade, and a second winter set in through the early 1990s.

The winters look like failure but did lasting good: they burned off hype and rewarded researchers who valued measurable progress over grand claims. The high-level lesson repeats to this day — the distance between a demo and a dependable system is where most of the real work lives.

Learning instead of rules: the statistical turn (1990s–2011)

The field’s revival came from a change of philosophy: stop hand-writing rules, and let systems learn patterns from data. This is machine learning, and cheaper computing plus growing datasets made it practical. The public saw the shift in dramatic set pieces — IBM’s Deep Blue defeating world chess champion Garry Kasparov in 1997, and IBM’s Watson winning Jeopardy! in 2011. (Deep Blue leaned on brute-force search more than learning, but it announced that machines could beat the best humans at tasks once thought to require intellect.) Under the surface, the ideas that would define the next decade — especially neural networks trained by backpropagation, popularized in 1986 — were quietly maturing.

The deep learning revolution (2012–2016)

In 2012 a neural network nicknamed AlexNet won the ImageNet image-recognition competition by a startling margin, proving that deep learning — many-layered neural networks trained on large data with powerful GPUs — worked far better than anyone expected. It was the spark of the modern boom. Breakthroughs followed quickly across vision, speech, and translation, and in 2016 DeepMind’s AlphaGo defeated Go champion Lee Sedol — a milestone experts had thought a decade away, because Go’s vastness rewards intuition over brute force.

The Transformer and the language era (2017–2022)

The pivotal idea of the current era arrived in a 2017 paper with a confident title: Attention Is All You Need, which introduced the Transformer architecture. Transformers processed language with a mechanism called attention that scaled remarkably well, and a discovery followed: make the models and their training data larger, and their abilities grow in ways that keep surprising their own builders. The large language model was born. OpenAI’s GPT series traced the curve — GPT-2 in 2019, the strikingly capable GPT-3 in 2020 — alongside Google’s BERT and others. These systems could write, summarize, translate, and answer with a fluency that felt categorically new.

The assistant era: AI meets everyone (2022–today)

On November 30, 2022, OpenAI released ChatGPT, wrapping a powerful language model in a simple chat box. It reached a mass audience faster than almost any product before it and turned “AI” from a research topic into a daily tool. A wave of capable assistants followed — the GPT, Claude, and Gemini families among them — growing more capable, more multimodal (handling images, audio, and code, not just text), and increasingly able to take actions rather than only answer. In the space of a few years, hundreds of millions of people began asking a machine the questions they used to ask a search engine, a colleague, or a friend.

A timeline of artificial intelligence

1950Alan Turing publishes Computing Machinery and Intelligence, proposing the Turing Test.
1956The Dartmouth workshop founds AI as a field; John McCarthy coins “artificial intelligence.”
1958Frank Rosenblatt introduces the Perceptron, an early learning machine.
1966ELIZA, an early conversational program, is created by Joseph Weizenbaum.
1974–1980The first AI winter: funding and interest contract.
1980sExpert systems briefly make AI a commercial industry.
1986Backpropagation for training neural networks is popularized.
1997IBM’s Deep Blue defeats world chess champion Garry Kasparov.
2011IBM Watson wins Jeopardy!; digital assistants begin reaching consumers.
2012AlexNet wins ImageNet, igniting the deep learning revolution.
2016DeepMind’s AlphaGo defeats Go champion Lee Sedol.
2017The Transformer architecture is introduced in Attention Is All You Need.
2020GPT-3 demonstrates the surprising power of scale in language models.
2022ChatGPT is released to the public (November 30), beginning the assistant era.
2023–todayThe GPT, Claude, and Gemini families spread multimodal AI assistants worldwide.

Where the high-level view leads next

Step back far enough and the trajectory is clear. AI moved from the laboratory, to the enterprise, to the phone in everyone’s pocket — and in doing so it quietly changed its role. It is no longer only a tool we operate; increasingly it is the layer through which people decide. When someone wants to know what to buy, where to go, or whom to trust, they now ask an assistant, and the assistant answers with a recommendation rather than a list of links.

That is the throughline connecting this history to the rest of highlevel.ai. If AI has become the way people find answers, then being understood by AI is the new literacy — for writers, for institutions, and especially for businesses. We cover that frontier in depth: how AI assistants decide what to recommend, why they name so few options, and what happens when real businesses become visible to them. For the story of how this site itself changed course as the technology did, see from funnels to AI.

Frequently asked questions about the history of AI

When was artificial intelligence invented?

As a formal field, in 1956 at the Dartmouth workshop, where the term was coined. Its conceptual roots reach back to Alan Turing’s 1950 paper and earlier work on computation and information.

Who coined the term “artificial intelligence”?

John McCarthy, in the 1955 proposal for the 1956 Dartmouth Summer Research Project, organized with Marvin Minsky, Nathaniel Rochester, and Claude Shannon.

What was the AI winter?

A period of reduced funding and interest after expectations went unmet. There were two major ones: roughly 1974–1980, and the late 1980s into the 1990s.

What’s the difference between AI, machine learning, and deep learning?

They nest. Artificial intelligence is the broad goal; machine learning is the subset where systems learn from data rather than fixed rules; deep learning is the subset of machine learning using many-layered neural networks, and it powers today’s large language models.

What started the modern AI boom?

The 2012 AlexNet result launched the deep learning era, and the 2017 Transformer architecture enabled the large language models behind assistants like ChatGPT, released in November 2022.

About this site. highlevel.ai is an independent publication about artificial intelligence — the name refers to the high-level, big-picture view it takes of the subject. It is not affiliated with, endorsed by, or sponsored by gohighlevel or any other software vendor. It is published by people who help local businesses become visible to AI assistants through TownPicked, a service we refer readers to and disclose our relationship with (see our disclosure).