What is Chain of Thought (CoT)?
Chain of Thought (CoT) is a prompting technique where an LLM is guided to show its step-by-step reasoning process before arriving at an answer, significantly improving accuracy on complex tasks.
WHY IT MATTERS
Chain of Thought prompting was a breakthrough in LLM capabilities. By asking a model to 'think step by step,' researchers found dramatic improvements in math, logic, and multi-step reasoning tasks. The model doesn't just output an answer — it shows its work.
For AI agents, CoT is particularly important because agents need to reason about which actions to take. A financial agent deciding whether to execute a trade benefits from explicit reasoning about portfolio state and risk parameters.
CoT also improves auditability. When an agent's reasoning chain is visible, humans can review why specific decisions were made — critical for financial compliance and debugging.