SYSTEMS NOTE // 04 · JULY 2026 · SGI RESEARCH
Chatbots, RPA, and RAG all look autonomous from the outside. None of them are. This note separates the three patterns routinely mistaken for agentic AI from the one architecture that actually qualifies — a loop that discovers, plans, delegates, and revises.
Click a legend tag to spotlight that block
Block A — Non-Agentic Patterns
Three Patterns Mistaken
For Agentic AI
A SCRIPT THAT CALLS TOOLS
IS NOT AN AGENT.
A MODEL THAT RETRIEVES
CONTEXT IS NOT AN AGENT.
NEITHER DECIDES WHAT
TO DO NEXT.
Block B — Agentic AI System
Inside An
Agentic Loop
Writes, edits, and executes code sub-tasks handed off by the orchestrator.
Pulls grounding data from knowledge bases, vector stores, or the web on request.
Traces claims in the output back to their sources before the answer is returned.
IF IT CAN'T LOOP,
DISCOVER, AND REVISE —
IT'S A PIPELINE,
NOT AN AGENT.