Gen-AI Developer Classroom notes 11/Apr/2026

ReAct => Reasoning + Acting

  • Its a technique where an LLM

    • Thinks (reasoning step)
    • Takes an action
    • Observes the result
    • Repeats until it can answer
  • ReAct was introduced in the Research Paper React: Synergizing Reasoning and Acting in Language Models

  • Core Idea

Thought -> Action -> Observation -> Thought -> Action -> Observation -> Final Answer

Two core ideaa

  • using llms in langgraph
  • ToolNode

  • Refer Here to basic code where we have llm and tool node

  • This code is not completely functional and its fixed after adding a loop Refer Here

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading