Skip to content
AImpact
IT EN
Agents Beginner Also known as: Reasoning and Acting · Ragionamento e Azione

ReAct

/ree-act/

A pattern where an agent alternates textual reasoning steps (Thought) with concrete actions (Action) on tools, observing the result before the next step.

ShareLinkedInX

In practice

It is the backbone of most modern LLM agents: the model writes what it intends to do, calls a tool, reads the response, then decides the next step. It makes the agent's decisions inspectable and debuggable.

Related terms

← All terms