Technology

Chain of Thought

A technique where AI models explain their step-by-step reasoning process, improving both output quality and explainability.

Full Definition

Chain of Thought (CoT) is a prompting and reasoning technique where AI language models articulate their intermediate reasoning steps before arriving at a final answer. For example, rather than directly answering a math problem, the model would show each computation step. CoT improves both the accuracy of AI outputs (by encouraging systematic reasoning) and the explainability of AI decisions (by making the reasoning process visible and auditable). In governance contexts, chain of thought traces provide critical evidence for audit trails — they enable forensic reconstruction of why an AI agent made a particular decision. However, CoT is not guaranteed to reflect the model's actual internal computation, which is why governance platforms combine CoT analysis with behavioral monitoring and output validation.