Chain-of-Thought (Step by Step)
Asking the AI to 'think step by step' dramatically improves accuracy on reasoning tasks — math, logic, analysis, and planning. It forces the model to work through the problem rather than jumping to a conclusion.
{{question}}
Think through this step by step:
1. First, identify the key factors involved
2. Then, analyze each factor
3. Consider potential issues or edge cases
4. Finally, provide your recommendation with reasoning
Show your thinking process before giving the final answer.Variables to customize
Why this prompt works
Asking the AI to 'think step by step' dramatically improves accuracy on reasoning tasks — math, logic, analysis, and planning. It forces the model to work through the problem rather than jumping to a conclusion.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Requesting confidence and key phrases forces the model to justify its classification rather than guessing. The structured output format works zero-shot because sentiment analysis is well-understood by LLMs.
Key Information ExtractionListing the exact fields to extract removes guesswork. The 'Not specified' instruction prevents hallucination when information is missing -- a common failure mode without this guardrail.
Question Answering with SourceGrounding the answer in source material and instructing the model to refuse when information is missing dramatically reduces hallucination -- the biggest risk in zero-shot Q&A.
Math Word Problem ReasoningExplicit numbered steps force the model to decompose the problem rather than guessing. The verification step catches arithmetic errors before the final answer.