ReAct Pattern — Claude Cert Academy

ReAct is an agent pattern that interleaves reasoning steps with actions, such as tool calls.

The model alternates between thinking about what to do and acting on it, using observations to inform the next thought. This reason-act-observe rhythm underlies most modern tool-using agents. It maps directly onto the agentic loop.

Continue to Claude Cert Academy