Agentic AI
An AI system that doesn't just answer — it acts. An agentic system can decide what to do next, call tools, write to a database, send a message, and then react to what happened. Contrast with a chatbot, which only produces text.
In practice, an agentic system has three parts: a reasoning model (usually a large language model), a set of tools it's allowed to call (APIs, databases, messaging apps), and a policy that decides when to stop. Faction AI's Faith OS is an agentic platform — eleven specialist agents that operate inside a configurable budget and audit log.
Agentic AI is harder to deploy safely than a chatbot because mistakes can change the world rather than just embarrass you. The mitigation is bounded autonomy: scope, budget, human-in-the-loop on irreversible actions.