You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
History & Types of AI
History & Types of AI
Artificial intelligence (AI) is one of the most transformative technologies in human history. Understanding where AI came from, how it has evolved, and the different categories of intelligence it aims to replicate is essential for anyone working with or studying the field.
The Birth of an Idea
The concept of intelligent machines predates modern computing. Ancient myths featured mechanical servants, and 19th-century mathematicians like Ada Lovelace speculated about machines that could manipulate symbols beyond mere calculation. However, the formal field of AI began in the mid-20th century.
Alan Turing and the Turing Test
In 1950, British mathematician Alan Turing published his landmark paper "Computing Machinery and Intelligence", in which he posed the question: "Can machines think?" Rather than attempting to define thought, Turing proposed a practical test — now known as the Turing Test (originally the "imitation game").
How the Turing Test works: A human evaluator engages in natural language conversations with both a human and a machine, without knowing which is which. If the evaluator cannot reliably distinguish the machine from the human, the machine is said to have passed the test.
The Turing Test remains a cultural touchstone, though modern AI researchers often consider it an incomplete measure of intelligence.
The Dartmouth Conference (1956)
The term "Artificial Intelligence" was officially coined at the Dartmouth Summer Research Project on Artificial Intelligence in 1956. Organised by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon, this workshop brought together researchers who believed 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."
This conference is widely regarded as the founding event of AI as a formal academic discipline.
AI Winters and Springs
The history of AI has not been a smooth upward trajectory. It has been characterised by cycles of intense optimism followed by periods of disappointment and reduced funding.
The Cycle of Hype and Disillusionment
AI Timeline: Winters and Springs
═══════════════════════════════════════════════════════════════
1950s-60s ████████████████ SPRING — Early enthusiasm
1970s ░░░░░░░░░░░░░░░░ WINTER — Unfulfilled promises
1980s ████████████████ SPRING — Expert systems boom
Late 1980s ░░░░░░░░░░░░░░░░ WINTER — Expert systems collapse
1990s-2000s ███████████████ GRADUAL RECOVERY — Statistical ML
2010s+ ████████████████ SPRING — Deep learning revolution
First AI Spring (1950s–1960s): Early programmes could prove mathematical theorems, play checkers, and engage in simple dialogue. Researchers made bold predictions — Herbert Simon claimed that within 20 years, machines would be capable of doing any work a human could do.
First AI Winter (1970s): The ambitious promises went unfulfilled. The 1973 Lighthill Report in the UK criticised AI research for failing to deliver on its grand claims, leading to significant funding cuts.
Second AI Spring (1980s): Expert systems — rule-based programmes encoding domain-specific knowledge — found commercial success. Companies invested heavily, and the Japanese government launched the Fifth Generation Computer Project.
Second AI Winter (late 1980s–1990s): Expert systems proved brittle and expensive to maintain. The market collapsed, and AI again fell out of favour with investors and governments.
The Modern AI Spring (2010s–present): Fuelled by massive datasets, powerful GPUs, and breakthroughs in deep learning, AI has surged back. This current wave shows no signs of subsiding.
Types of Artificial Intelligence
AI can be classified in several ways. The most common taxonomy distinguishes three levels based on capability.
Narrow AI (Weak AI)
Narrow AI (also called Weak AI or Artificial Narrow Intelligence — ANI) is designed to perform a specific task or a narrow set of tasks. It does not possess general understanding or consciousness.
- Examples: Spam filters, recommendation engines (Netflix, Spotify), voice assistants (Siri, Alexa), chess engines, image classifiers
- Key characteristic: Excels at its specific task but cannot transfer its knowledge to other domains
- Status: This is the only type of AI that exists today
Note: Despite the term "weak", narrow AI can be extraordinarily powerful within its domain. AlphaGo, for instance, defeated the world champion in Go — a feat many experts thought was decades away.
General AI (Strong AI)
General AI (also called Strong AI or Artificial General Intelligence — AGI) would possess the ability to understand, learn, and apply intelligence across any intellectual task that a human can perform.
- Characteristics: Transfer learning across domains, common-sense reasoning, abstract thinking, creativity, social intelligence
- Status: Does not yet exist
- Challenges: Requires breakthroughs in understanding consciousness, reasoning, and the nature of intelligence itself
Super AI
Artificial Superintelligence (ASI) refers to a hypothetical AI that would surpass the brightest human minds in every domain — science, creativity, social skills, and general wisdom.
- Status: Entirely theoretical
- Concerns: Prominent thinkers such as Nick Bostrom have raised concerns about the existential risks of superintelligence
| Type | Capability | Examples | Status |
|---|---|---|---|
| Narrow AI (ANI) | Excels at a specific task | Spam filters, chess engines, image recognition | Exists today |
| General AI (AGI) | Matches human intelligence across all domains | Hypothetical — no current examples | Does not yet exist |
| Super AI (ASI) | Surpasses all human intelligence | Hypothetical — no current examples | Entirely theoretical |
Timeline of Key Milestones
| Year | Milestone | Significance |
|---|---|---|
| 1950 | Turing publishes "Computing Machinery and Intelligence" | Introduced the Turing Test |
| 1956 | Dartmouth Conference | AI established as a formal academic field |
| 1966 | ELIZA chatbot created | First programme to simulate conversation |
| 1997 | IBM Deep Blue defeats Garry Kasparov | First computer to beat a world chess champion |
| 2011 | IBM Watson wins Jeopardy! | Demonstrated natural language understanding |
| 2012 | AlexNet wins ImageNet competition | Sparked the deep learning revolution |
| 2014 | Generative Adversarial Networks (GANs) introduced | Opened the door to realistic synthetic media |
| 2016 | AlphaGo defeats Lee Sedol | Conquered a game thought to be decades away |
| 2017 | Transformer architecture published | Foundation for all modern LLMs |
| 2020 | GPT-3 released by OpenAI | Showed that scale yields remarkable capabilities |
| 2022 | ChatGPT launched | Brought conversational AI to the mainstream |
| 2023 | GPT-4 released; Claude 2 launched | Multimodal capabilities; safer AI assistants |
| 2024 | Claude 3.5 Sonnet; open-weight models proliferate | Frontier performance from multiple providers |
| 2025 | Claude Opus 4; AI agents become mainstream | Agentic AI automates complex workflows |
Other Ways to Classify AI
Beyond the narrow/general/super taxonomy, AI systems can also be categorised by their approach:
- Symbolic AI (GOFAI): Uses explicit rules and logic. Dominated early AI research.
- Statistical/Machine Learning AI: Learns patterns from data. Dominates modern AI.
- Hybrid AI: Combines symbolic reasoning with learned representations.
Another classification by reactivity and memory:
- Reactive machines — Respond to current inputs only (e.g., Deep Blue)
- Limited memory — Use recent data to make decisions (e.g., self-driving cars)
- Theory of mind — Understand emotions and beliefs of others (not yet achieved)
- Self-aware — Have consciousness and self-awareness (entirely hypothetical)
Summary
- AI as a field was born in the 1950s, catalysed by Turing's foundational ideas and the Dartmouth Conference.
- The field has experienced dramatic cycles of optimism ("springs") and disappointment ("winters").
- Today's AI is entirely Narrow AI — systems that excel at specific tasks but lack general intelligence.
- AGI and ASI remain theoretical concepts, with significant debate about whether and when they might be achieved.
- Understanding this history helps us appreciate both the remarkable progress AI has made and the considerable challenges that remain.