AWS documentation identifies hallucinations and inaccuracies as a key challenge when deploying generative AI models in production environments. Hallucinations occur when a model generates responses that are plausible-sounding but factually incorrect, unsupported, or misleading .
Generative AI models are probabilistic by nature and do not have an inherent understanding of truth. AWS emphasizes that these models generate outputs based on patterns learned from training data, which can lead to confident but incorrect responses, especially when prompts lack sufficient context or when the model is asked about information outside its training scope.
The other options do not represent disadvantages. High accuracy and reliability are desired outcomes, not limitations. Deterministic behavior is not typical of generative models and is not a disadvantage. Negligible computational requirements are incorrect, as generative models typically require significant compute resources.
AWS recommends mitigation strategies such as Retrieval Augmented Generation, human review, prompt engineering, and output validation to reduce hallucinations. Nevertheless, hallucinations remain a known risk, making this option the correct answer.
Submit