
Explanation:
The question asks for the solution with the LEAST implementation effort to automatically adjust a generative AI model's response style based on user age range. The key constraints are:
A: Fine-tune the model using additional training data
B: Add a role description to the prompt context
C: Use chain-of-thought reasoning
D: Summarize the response text depending on user age
In AWS AI/ML solutions, prompt engineering is recognized as a low-effort, high-impact approach for adapting generative AI models. AWS Bedrock and other services emphasize prompt engineering as a first-line solution for customizing model behavior without retraining. The approach in option B aligns with AWS best practices for minimizing implementation complexity while achieving desired outcomes.
Option B represents the most efficient solution because it uses existing model capabilities through strategic prompt design, requires no model modifications or additional training, and can be implemented immediately with minimal development effort.
Ultimate access to all questions.
No comments yet.
An education provider is developing a Q&A application that uses a generative AI model to explain complex concepts. They need to automatically adjust the response style based on the age range of the user asking the question. Which solution meets these requirements with the LEAST implementation effort?
A
Fine-tune the model by using additional training data that is representative of the various age ranges that the application will support.
B
Add a role description to the prompt context that instructs the model of the age range that the response should target.
C
Use chain-of-thought reasoning to deduce the correct style and complexity for a response suitable for that user.
D
Summarize the response text depending on the age of the user so that younger users receive shorter responses.