Which statement best describes the relationship between artificial intelligence (AI), machine learning (ML), and generative AI?
Choose one.
The gen AI concept hierarchy: AI is the umbrella field, machine learning is a subset of AI that learns from data instead of following hand-written rules, and generative AI is a subset of ML that produces new content such as text, images, code, or video.
Option (a) states the nesting correctly: AI ⊃ ML ⊃ gen AI. Option (b) inverts the hierarchy, making ML a child of gen AI. Option (c) wrongly treats the fields as unrelated when gen AI literally depends on ML techniques like neural networks. Option (d) conflates a specific capability (generating content) with the entire AI discipline, which also covers non-generative tasks like prediction and classification.
- Start with AI: any technique that lets machines perform tasks normally requiring human intelligence.
- Narrow to ML: systems that learn patterns from data rather than being explicitly programmed.
- Narrow again to generative AI: ML models (typically foundation models) that create new content rather than only predicting or classifying.
Exam tip: Remember the nesting AI > ML > generative AI; gen AI is the content-creating subset of machine learning.
Generative AI Concepts: Foundation Models, LLMs, and Business Use Cases — the lesson that teaches this.