Zenaique
Glossary · Tooling

Chain-of-Thought (CoT)

Also known as: CoT, Chain of thought, Step-by-step reasoning

Ask the model to think step by step before answering. It boosts accuracy on reasoning tasks.

A prompting technique that asks the model to produce intermediate reasoning steps before the final answer. Improves performance on multi-step reasoning tasks; closely related to how 'reasoning models' like o1 and DeepSeek-R1 are trained.

In practice

Foundational prompting pattern. Modern reasoning models bake CoT into their RL training, so understanding it explains o1/R1's behavior.

How it compares

CoT is a specific prompting technique; prompt engineering is the broader practice.

Comparisons that include Chain-of-Thought (CoT)

Related topics

Related terms