What Are Agents
Tutorial · Beginner · 14 min
An AI agent is an LLM placed inside a loop, given tools and memory, and pointed at a goal — the model itself decides, at runtime, what step to take next.
DefinitionArchitectures
Includes Colab notebook
By: Anacodic Team
Start Reading →Agent Architectures
Tutorial · Beginner · 15 min
An agent architecture is the arrangement of four layers — reasoning, orchestration, memory, and tool-integration — plus the choice of how many agents you use and how…
DefinitionArchitectures
By: Anacodic Team
Start Reading →Reasoning Patterns
Tutorial · Beginner · 14 min
Reasoning patterns are the strategies an agent uses to think between tool calls — ReAct, Reflection/Reflexion, Plan-and-Execute, ReWOO, Tree-of-Thoughts, and the hum…
DefinitionArchitectures
By: Anacodic Team
Start Reading →Tool Use
Tutorial · Beginner · 15 min
An LLM alone can only produce text. It can't look up today's menu, run a price calculation, or query your database — it just predicts tokens.
DefinitionArchitectures
By: Anacodic Team
Start Reading →