Difficulty: Easy
Correct Answer: conceptualization
Explanation:
Introduction / Context:
AI projects move through recognizable stages: discovering and framing the problem, choosing an approach, representing knowledge mathematically or symbolically, building the system, and validating it. Knowing which phase links the problem to a candidate solution informs good project planning and communication with stakeholders.
Given Data / Assumptions:
Concept / Approach:
The first point where the problem is tied to a particular way of solving it is conceptualization. Here, teams decide whether to use rules, constraints, probabilistic models, or search/planning; they outline data needs and systems boundaries. Only after that is the approach formalized into specific structures (e.g., production rules, Bayesian networks) and algorithms.
Step-by-Step Solution:
Verification / Alternative check:
Project lifecycles in AI texts and software engineering show this ordering consistently: identify → conceptualize → formalize → implement → test.
Why Other Options Are Wrong:
Identification: Problem discovery, not solution modeling.
Formalization: Precise representation after choosing an approach.
Implementation / testing: Construction and validation occur after design.
Common Pitfalls:
Jumping to implementation before conceptual clarity; skipping formalization leads to brittle systems.
Final Answer:
conceptualization
Discussion & Comments