PRODUCTION SCENARIO
A logistics team asks an Amazon Bedrock model to compute the cheapest shipping plan across three carriers that each apply tiered discounts. The model usually states a total immediately, and the total is wrong.
Which change to the prompt is MOST likely to improve the answers?
Answering here is anonymous. Nothing is saved unless you sign in.
Show answer and explanation
Answer: Instruct the model to work through the calculation step by step.
Guiding a model to think step by step and reason before it arrives at an answer is chain-of-thought prompting, which AWS recommends for multi-step analysis and math problems. Temperature and output length govern how tokens are sampled and how long a response may run, not whether the model reasons.