Home · Glossary · ReAct (Reason + Act)
Enterprise AI glossary · Agentic AI & Orchestration

ReAct (Reason + Act)

An agent design pattern where the LLM alternates between explicit reasoning steps ("thought") and tool-using action steps ("action"), looping until the goal is met.

Definition

What ReAct (Reason + Act) means in practice

ReAct is the foundational agent design pattern, introduced in a 2022 paper and now baked into most production agent frameworks. The model is prompted to emit alternating Thought/Action/Observation triples: it reasons about the next step, takes an action (typically a tool call), observes the result, and continues. The pattern's strength is interpretability — every step in the chain is human-readable and replayable. Its weakness is verbosity and latency. Production enterprise agents typically use ReAct for the planning loop and switch to a more compact format (just tool calls with minimal reasoning) for the execution loop, balancing auditability against cost.

Go deeper
Agentic AI in production →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →