A harbor-ferry tester asks a pre-trained model to draft a weekend-sailing test script from a user story rather than to classify last week’s tickets. Which type of AI does this use?
Select an answer to reveal the explanation.
Short Explanation
Think of a helper that writes a fresh draft from patterns it has seen, not one that only sorts old tickets. Generative AI creates new text, images, or code. Drafting a test script from a user story is that content-creating role, not a synonym for every AI type.
Full Explanation
Generative AI produces new artefacts by mimicking patterns learned during training. In testing work, that often means drafting cases, scripts, or other language artefacts from stories and requirements. Classifying last week’s tickets would align more with classical ML or related predictive uses. Symbolic AI and deep learning address rules and automatic feature learning respectively, so they are not the right label for a content-drafting request.