Skip to content

Agent

Medium — good to knowAI & ML

ELI5 — The Vibe Check

An AI agent is an LLM that doesn't just answer questions — it takes actions. It can browse the web, run code, read files, call APIs, and use tools to complete multi-step tasks autonomously. You give it a goal ('book me a flight') and it figures out all the steps. Agents are why vibecoding can feel like having an intern who never sleeps.

Real Talk

In AI, an agent is a system that perceives its environment and takes actions to achieve goals. LLM-based agents use the model as a reasoning engine, augmented with tool use (code execution, web search, API calls, file access). They operate in planning and execution loops, optionally with memory. Frameworks include LangChain, AutoGen, and Claude's tool use API.

When You'll Hear This

"The AI agent wrote the code and ran the tests autonomously." / "Multi-agent systems have agents that specialize in different tasks."

Made with passive-aggressive love by manoga.digital. Powered by Claude.