Nettms · Building TomorrowAcademy of AI &
Engineering
CareersEvents
Sign inStart free →
← All glossary termsAgentic AI & Agents

ReAct (Reason + Act) Pattern

The canonical agent loop where the LLM alternates between reasoning steps and tool-use steps.

What is ReAct (Reason + Act) Pattern?

ReAct, introduced in a 2022 paper, is the foundational pattern behind almost every modern agent. The LLM emits a **Thought** (reasoning), then an **Action** (tool call), reads the **Observation** (tool result), and repeats. The visible reasoning makes the agent debuggable.

A ReAct trace looks like: "Thought: I need the customer's order history. Action: query_db(customer_id=123). Observation: [3 orders]. Thought: Customer's last order failed; check refund status. Action: ..."

Modern frameworks (LangChain, LangGraph, OpenAI Agents SDK, Claude Agents) abstract the ReAct loop but the underlying pattern is the same. Knowing what is happening under the hood is what separates engineers who debug agents successfully from those who don't.

Why this matters

ReAct is the mental model for understanding any modern agent. Every Indian agent-engineering interview probes it.

Real-world example (India)

A Pune support-automation agent handles refund requests in a ReAct loop: read ticket → check policy → look up order → decide eligibility → either approve or escalate. The visible reasoning trace lets engineers debug bad decisions in minutes instead of hours.

Related terms

  • AI Agent
  • Agentic AI
  • Chain of Thought (CoT)
  • Tool Use
  • LangGraph

Want to master this?

Learn ReAct (Reason + Act) Pattern in a structured cohort

3-month live program with mentors, real projects, and 50+ partner placement support.

View the program →
Nettms · Building TomorrowAcademy of AI &
Engineering

Free masterclasses, live cohorts, and pan-India placement support. Building Tomorrow.

ISO CertifiedStartup IndiaPractitioner-taught

Programs

  • Applied AI Engineer
  • BIM
  • All programs

Free Tools

  • Python Playground
  • AI Glossary
  • Success Stories

Free Learning

  • Free Masterclass
  • Blog
  • Events
  • WhatsApp Channel
  • Newsletter

Workshops

  • AI Workshop
  • BIM Workshop
  • Refer & Earn

Company

  • About
  • Careers at Nettms
  • Contact
  • Privacy
  • Terms
  • Refund policy

Get the weekly drop.

One email a week — career insights, free masterclass invites, and what India's top employers are hiring for.

© 2026 Nettms Urban Habitat Pvt. Ltd. · 🌱 Building Tomorrow

Hyderabad, India · GSTIN: [GSTIN_PLACEHOLDER]

  • Home
  • Programs
  • Practice
  • Free
  • Account