What is AI?
Start with the system, not the hype.
What is AI? (Simple Explanation)
Artificial intelligence is a category of machine-based systems, not one single recipe.
NIST describes AI as a machine-based system that can, for human-defined objectives, make predictions, recommendations, or decisions that influence real or virtual environments. The OECD's updated definition emphasizes a machine-based system that infers from inputs how to generate outputs such as predictions, content, recommendations, or decisions.
Those definitions are not identical, but they point to the same useful beginner question:
What goes in, what comes out, and what method turns one into the other?
Examples:
- A spam filter takes email features as input and outputs a classification.
- A recommendation system takes information about users and items and outputs recommendations or rankings.
- A generative model takes a prompt or other input and outputs text, images, audio, video, code, or other content.
- An AI agent may take a goal plus context, choose actions, use tools, observe results, and continue until it reaches a stopping condition.
AI is not the same thing as machine learning
Machine learning is one major family of methods used to build AI systems. Many modern systems learn statistical patterns from data, but AI also includes approaches such as search, planning, optimization, rules, symbolic reasoning, and combinations of methods.
So “it learns from examples” can describe machine learning. It is not a complete definition of AI.
Key Ideas
AI is the category. Machine learning, deep learning, foundation models, generative AI, and agents describe methods or kinds of systems within the broader landscape.
Inputs → method → outputs. When someone says “this uses AI,” ask what information the system receives, what it produces, and how it gets from one to the other.
Capabilities are not consciousness. A system can generate useful outputs, reason over some tasks, use tools, or act across multiple domains without that proving subjective experience or human-like understanding.
References
National Institute of Standards and Technology (NIST) (2026). Artificial Intelligence — Glossary. NIST Computer Security Resource Center.
Organisation for Economic Co-operation and Development (OECD) (2024). Explanatory memorandum on the updated OECD definition of an AI system. OECD Artificial Intelligence Papers.
Citation Note: Some citations are open access (arXiv or DOI, where linked). Others are books or journal articles that may sit behind a publisher paywall. Use the linked DOI or arXiv when available. If you notice any citation errors, please let us know.