Computer ScienceChapter 14 min read

Ch1. What is AI — History and Current State of Artificial Intelligence

O
OIYO EditorialContributor
1/8

What is Artificial Intelligence?

Artificial Intelligence (AI) is the field of computer science dedicated to creating systems capable of performing tasks that normally require human intelligence — learning, reasoning, problem-solving, language understanding, and perception.

The term was coined by John McCarthy at the 1956 Dartmouth Conference, which is considered the birth of AI as a formal discipline. Since then, AI has experienced cycles of enthusiasm and disillusionment known as “AI winters.”


A Brief History of AI

PeriodEventSignificance
1950Alan Turing proposes the Turing TestConceptual foundation for machine intelligence
1956Dartmouth ConferenceAI officially born as a field
1960s–70sFirst AI boomRule-based systems, inflated expectations
1974–80First AI winterFunding cuts, technical limitations exposed
1980sExpert systems riseDomain-specific problem solving
1987–93Second AI winterHardware limitations, unmet expectations
1997Deep Blue defeats chess world championNarrow AI’s potential proven
2012AlexNet wins ImageNetDeep learning renaissance begins
2016AlphaGo defeats Lee SedolReinforcement learning breakthrough
2022–ChatGPT, generative AI goes mainstreamA new inflection point in AI history

Narrow AI vs. General AI

Every AI system in use today is Narrow AI. ChatGPT, image generators, self-driving cars — they can outperform humans at specific tasks, but cannot think and adapt the way humans do across arbitrary domains.

Narrow AI (Weak AI)

  • Specialized for specific tasks
  • Chess, image recognition, translation, chatbots
  • All currently deployed commercial AI falls here

Artificial General Intelligence (AGI)

  • Can perform any intellectual task a human can
  • Does not yet exist; researchers debate timelines of 10–50 years
  • Some researchers argue it is fundamentally impossible

Artificial Super Intelligence (ASI)

  • Exceeds human intelligence across all domains
  • Currently a theoretical concept central to AI safety research

The Three Major Areas of AI

Artificial Intelligence (AI)
├── Machine Learning (ML)
│   ├── Supervised Learning
│   ├── Unsupervised Learning
│   └── Reinforcement Learning
│       └── Deep Learning
│           ├── CNN (images)
│           ├── RNN/LSTM (sequences)
│           └── Transformer (language, multimodal)
└── Expert Systems, Rule-Based Systems, etc.

Real-World AI Applications

DomainApplicationCore Technology
HealthcareMedical imaging, drug discoveryDeep learning, CNN
FinanceCredit scoring, algorithmic tradingML, time series
TransportationObject detection, path planningComputer vision, RL
LanguageTranslation, chatbots, summarizationLLM, Transformer
ManufacturingDefect detection, predictive maintenanceImage classification
EntertainmentRecommendation systems, generative contentCollaborative filtering, GenAI

Big Data → The fuel of AI. Modern AI cannot function without large-scale data.

Cloud Computing → The infrastructure of AI. On-demand GPU resources for training.

IoT → The sensory organs of AI. Collecting real-world data in real time.


Key Concept Cards

Narrow AI vs. AGI ★★★★★ : All current AI is narrow (task-specific). AGI (general-purpose) does not yet exist. Exam point: “ChatGPT is AGI” → False. AGI does not yet exist.

The Deep Learning Renaissance ★★★★★ : AlexNet (2012) sparked the modern era. The combination of big data + GPUs + algorithmic breakthroughs.

AI Winters ★★★★☆ : Periods of sharply reduced funding after inflated expectations met technical reality. First (1974–80), Second (1987–93).


Practice Quiz

Q1. Is ChatGPT narrow AI or AGI? Explain.

ChatGPT is narrow AI. It excels at language-related tasks but cannot generalize the way humans do. It cannot learn from new experiences in real-time, form its own goals, or apply reasoning across fundamentally different domains without specialized retraining.

Q2. Why have AI winters recurred throughout history?

A mismatch between inflated expectations and technical reality. Each boom attracted heavy investment and optimistic predictions. When hardware limitations, lack of data, and algorithmic constraints prevented the promised breakthroughs, funding and interest collapsed rapidly — until the next wave of innovation restarted the cycle.

O

OIYO Editorial

Editorial Desk

The OIYO editorial desk researches money, law, lifestyle, and self-understanding topics against primary sources and public statistics. Every piece carries source notes and is reviewed on a regular cycle for accuracy and usefulness.