While these tips apply broadly to all Claude models, you can find prompting tips specific to extended thinking models here.
When faced with complex tasks like research, analysis, or problem-solving, giving Claude space to think can dramatically improve its performance. This technique, known as chain of thought (CoT) prompting, encourages Claude to break down problems step-by-step, leading to more accurate and nuanced outputs.
The chain of thought techniques below are ordered from least to most complex. Less complex methods take up less space in the context window, but are also generally less powerful.
<thinking> and <answer> to separate reasoning from the final answer.
An example-filled tutorial that covers the prompt engineering concepts found in our docs.