What is Artificial Intelligence (AI)

Artificial Intelligence (AI) is the field of building systems that perform tasks that normally require human intelligence — reasoning, perception, language understanding, planning, and decision making under uncertainty.

The birth of AI (1956 Dartmouth Conference)

AI became a formal research discipline at the Dartmouth Summer Research Project in 1956, organized by John McCarthy with pioneers including Marvin Minsky, Nathaniel Rochester, and Claude Shannon. Their working hypothesis: every aspect of learning or intelligence can be precisely described so that a machine can simulate it.

Behavioral intelligence: the Turing Test (1950)

Alan Turing proposed the Imitation Game: a human judge chats via text with a human and a machine. If the judge cannot reliably identify the machine, the system demonstrates behavioral intelligence. Early systems like ELIZA (1966) fooled users with pattern matching and reflection — not true understanding, but a useful benchmark for conversational interfaces.

The four quadrants of AI

AI is often classified along two axes — process vs. behavior and human-like vs. rational:

Modern enterprise AI is overwhelmingly aligned with acting rationally: minimize objective loss, hit task goals reliably, rather than mimic human cognitive quirks.

Classical AI (GOFAI) and expert systems

Good Old-Fashioned AI (GOFAI) relied on symbolic, hand-built knowledge:

Expert systems (1970s–80s) split a knowledge base (domain rules from experts) from an inference engine that applied them. MYCIN (1975) diagnosed blood infections and recommended antibiotics — a landmark commercial symbolic system.

Why GOFAI failed and AI winters followed

flowchart LR A[Symbolic AI / GOFAI] --> B[Expert Systems] B --> C[AI Winters] C --> D[Machine Learning] D --> E[Deep Learning] E --> F[Generative AI]

Real-world examples today