AI Terminology
/Advanced
Chain of Thought
Definition
A prompt engineering technique that forces the LLM to explicitly write out its step-by-step reasoning process before outputting the final answer, dramatically increasing its accuracy on complex logic and math problems.
Explain Like I'm New
Asking the AI to 'Show its work' like in a math class. If you just ask for the answer, the AI might guess and get it wrong. If you say 'Think step-by-step', the AI talks to itself, processes the logic slowly, and gets it right.
Real World Example
Prompt: 'If John has 5 apples, eats 2, buys 10, and splits them with Mary, how many does he have? THINK STEP BY STEP.' The AI writes out every math operation on a new line before giving the final answer.
Common Use Cases
- •Math problems
- •Logic puzzles
- •Complex decision making
Interview Questions
basic
- What is the magic phrase used to trigger Chain of Thought reasoning in a basic prompt?
intermediate
- Mechanically, why does Chain of Thought make the AI smarter?