ReAct Pattern

Agent action model: Reason, Act, Observe, Repeat.

Why it matters

ReAct gives agents a structured decision loop instead of acting blindly.

In practice

Claude Code follows ReAct: reasons about the task, acts (reads/writes files), observes results, plans next step.

Related terms

Back to glossary