The role of data in AI
Definition
Data is the foundation of every AI system, because a model can only learn patterns that are present in the data it is given; the quality, quantity and representativeness of that data set the limits on what the system can do.
Example
A face-recognition system trained mostly on photographs of one demographic group performs measurably worse on everyone else. The algorithm is not biased in itself — the data was unrepresentative, and the model faithfully learned that imbalance.
Detailed Explanation
This is the meaning of "garbage in, garbage out" in an AI context, but the AI version is worse: the system does not fail visibly. It produces confident, well-formatted, plausible answers that happen to be wrong for the people missing from its training data.