From answering to acting
Read · 7 minAn agent is a model wired to take actions, not just produce text. The mechanism is function calling: the model emits a structured request — 'search for X', 'run this code', 'query this database' — an external system executes it, and the result is fed back into the model's context. Loop that, and the model can plan, act, observe and adjust across many steps toward a goal. Standards such as the Model Context Protocol (MCP) provide a common socket so tools and data sources can be connected once and reused, rather than hand-wired into every application. The capability is genuinely new; so is the surface area for things to go wrong.