ReAct (Reasoning and Acting) is an agent paradigm that interleaves thinking (reasoning traces) with doing (actions and tool calls). The model explicitly reasons about what to do next, takes action, observes the result, then reasons again, creating a transparent problem-solving loop.
ReAct is the most common pattern for building AI agents, combining the strengths of chain-of-thought reasoning with tool use.