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.
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.
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.
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.
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.