Category
autonomous-agents
2 articles in this category

Multistep AI Agents: The Power of Planning
TLDR: A simple ReAct agent reacts one tool call at a time. A multistep agent plans a complete task decomposition upfront, then executes each step sequentially — handling complex goals that require 5-10 interdependent actions without re-prompting the ...
•5 min read

AI Agents Explained: When LLMs Start Using Tools
TLDR: A standard LLM is a brain in a jar — it can reason but cannot act. An AI Agent connects that brain to tools (web search, code execution, APIs). Instead of just answering a question, an agent executes a loop of Thought → Action → Observation unt...
•5 min read
