What is ReAct Pattern?
AI EngineeringLast updated:
An agent architecture that interleaves reasoning traces with action steps for grounded, step-by-step problem solving.
ReAct (Reasoning + Acting) prompts the model to think about what to do, execute a tool action, observe the result, and repeat. This loop produces more reliable agent behavior than pure reasoning or pure action approaches.