Loading lesson…
Telling the AI to 'think step by step' before answering dramatically improves its accuracy on reasoning problems. Here's why and when.
Adding 'think step by step' or 'let's work through this carefully' to a prompt can flip an AI from wrong to right on math, logic, and planning problems. Researchers call this technique chain-of-thought, or CoT.
WITHOUT CoT:
Q: A shirt costs $20 and is 25% off. Then you use a $5 coupon on the discounted price. What do you pay?
A: $10. <-- often wrong
WITH CoT:
Q: A shirt costs $20 and is 25% off. Then you use a $5 coupon on the discounted price. What do you pay? Think step by step.
A:
- Original price: $20.
- 25% of $20 is $5.
- Discounted price: $20 - $5 = $15.
- Apply $5 coupon: $15 - $5 = $10.
Final answer: $10. <-- shows reasoning, more reliably correctCoT turns a guess into a verifiable chain.Here the final number is the same, but with CoT you can check each step. If a step is wrong, you see it. Without CoT, the AI could give you '$15' and you wouldn't know why.
| Use CoT | Skip CoT |
|---|---|
| Multi-step math. | Quick factual lookup. |
| Logic puzzles. | Creative writing. |
| Planning and scheduling. | Short answers or summaries. |
| Comparing options. | Simple translations. |
| Anywhere getting it wrong would matter. | Anywhere speed matters more than accuracy. |
You are a careful tutor. A student asks:
"I have 3 tests coming up. Math is worth 20%, Science is worth 35%, and History is worth 45% of my grade. If I scored 92, 78, and 85 respectively, what's my final grade?"
Before you give a final number:
1. Write out what each score contributes.
2. Show the math.
3. Only then give the total.
Format:
**Step 1:** ...
**Step 2:** ...
**Step 3:** ...
**Final grade:** ...Structured CoT — you can verify each step.15 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-prompting-chain-of-thought-builders
What is the core idea behind "Chain-of-Thought: Make the AI Show Its Work"?
Which term best describes a foundational idea in "Chain-of-Thought: Make the AI Show Its Work"?
A learner studying Chain-of-Thought: Make the AI Show Its Work would need to understand which concept?
Which of these correctly reflects a principle in Chain-of-Thought: Make the AI Show Its Work?
Which of these does NOT belong in a discussion of Chain-of-Thought: Make the AI Show Its Work?
What is the key insight about "Why it works" in the context of Chain-of-Thought: Make the AI Show Its Work?
What is the key insight about "CoT is not proof" in the context of Chain-of-Thought: Make the AI Show Its Work?
What is the recommended tip about "Level up your prompts" in the context of Chain-of-Thought: Make the AI Show Its Work?
Which statement accurately describes an aspect of Chain-of-Thought: Make the AI Show Its Work?
What does working with Chain-of-Thought: Make the AI Show Its Work typically involve?
Which best describes the scope of "Chain-of-Thought: Make the AI Show Its Work"?
Which section heading best belongs in a lesson about Chain-of-Thought: Make the AI Show Its Work?
Which section heading best belongs in a lesson about Chain-of-Thought: Make the AI Show Its Work?
Which section heading best belongs in a lesson about Chain-of-Thought: Make the AI Show Its Work?
Which of the following is a concept covered in Chain-of-Thought: Make the AI Show Its Work?