What is ReAct?


Klover: ReAct stands for Reasoning + Acting — explicitly interleaved. The idea is simple: instead of just having an LLM answer a question in one shot, you let it think out loud, take actions (like calling tools), observe the results, and then think again. It's a loop.

Me: so it's like chain-of-thought but with actual tool use...