Agents
Chain of Thought
Chain of thought (CoT) is a prompting technique in which a language model is guided to produce intermediate reasoning steps before its final answer. CoT consistently improves accuracy on multi-step reasoning, arithmetic, and planning tasks by forcing the model to decompose problems rather than pattern-match to a surface answer.
Extended thinking variants (used in Claude's extended thinking mode and OpenAI's o-series) internalize CoT into the model's inference process, enabling deeper reasoning without requiring the prompt to explicitly request step-by-step output.
Related terms
- AI Agent — An AI agent is a software system that takes a goal, plans a sequence of steps to reach it, executes those steps using tools (APIs, databases, browsers, code), and adapts when steps fail.
- Agentic AI — Agentic AI describes systems that pursue goals autonomously over multiple steps without per-step human approval.