We Compare AI

Chain of Thought (CoT)

Techniques
Simple Definition

A prompting technique where the AI is guided to reason step-by-step before producing a final answer, significantly improving accuracy on complex tasks.

Full Explanation

Simply adding 'Let's think step by step' to a prompt — or showing examples of step-by-step reasoning — dramatically improves LLM performance on math, logic, and multi-step reasoning tasks. Chain of thought works because it forces the model to allocate more 'compute' to reasoning rather than jumping to an answer.

Example

Instead of asking 'What is 25% of 480?', ask 'What is 25% of 480? Let's think step by step.'

Last verified: 2026-03-30← Back to Glossary