Agents & MCP

AI agent

An AI system that doesn't just answer once but works toward a goal over multiple steps — planning, calling tools, reacting to results, and looping until done. Because an agent can make many calls per task, it can spend far more than a single prompt, and it spends without a human watching each step.

Example

You ask an agent to "research our top five competitors and draft a summary." It makes 40 model calls and a dozen web fetches on its own before returning one document. The spender is no longer a person clicking send — it's software in a loop.