Category Archives: Agents

ReAct and Agents in AI

In the previous post, we looked at the use of Chain of Thought (CoT) reasoning in the context of LLMs. For an LLM to take action in the world, however, it needs agents. The paradigm for this is called ReAct—that … Continue reading

Posted in Agents, AI | Tagged , | Leave a comment

AI Reasoning and Planning

Until very recently, it was observed that LLMs had a very hard time with complex problems. Context was lost, memory of previous steps was distorted, and so forth. This led to unreliable results (hallucinations) and, consequently, to a lack of … Continue reading

Posted in Agents, AI, Essentials | Tagged , , | Leave a comment

PEAS for Agent AI

A classic AI framework to define an agent’s task environment is PEAS. It stands for:

Posted in Agents, AI, Programming | Tagged , , | Leave a comment