what actually makes a system agentic?
LLM + Tools ≠ Agent I used to think an AI agent was simply: LLM + tools = Agent After exploring agentic system design, I'm starting to see it differently. A basic LLM application looks like: "Input → LLM → Response" An agentic system looks more like: "Goal → Reason → Act → Observe → Reason → Act →...
