LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Chain-of-Thought (CoT)

Chain-of-Thought (CoT) is a prompting and training technique in which a language model is encouraged to reason step-by-step before producing its final answer — improving accuracy on math, logic, and multi-hop reasoning by 10-40 percentage points on standard benchmarks.

Full definition

CoT was demonstrated by Wei et al. (2022) by simply appending "Let's think step by step" or providing few-shot examples of stepwise reasoning. The 2024-2025 reasoning-model wave (OpenAI o1/o3, DeepSeek R1, Anthropic's extended thinking) extends CoT into post-training: models are trained to spend variable amounts of inference compute on reasoning before answering.

Why it matters

CoT and reasoning models change AI unit economics: paying 5-10× more per inference can deliver 30-60% higher accuracy on hard tasks. For high-stakes workflows (financial analysis, medical reasoning, code generation, legal research) the trade-off is usually worth it.

Example

On the GSM8K math benchmark, GPT-3.5 jumped from 18% accuracy with direct prompting to 56% with chain-of-thought prompting — without any model change.

Source & further reading

Primary source: Wei et al. — "Chain-of-Thought Prompting Elicits Reasoning in Large Language Models" (2022).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/sv/glossary/chain-of-thought/.