Definition
Anthropomorphism is attributing human mental states, motives, understanding, or emotion to an AI system because its behavior resembles a person's. Conversational fluency makes the tendency especially strong: first-person language, apologies, confidence, humor, memory claims, and apparent empathy invite users to infer an inner life or stable intention from generated behavior.
Why it matters
Human metaphors can make complex systems easier to discuss, but they can also distort responsibility and risk judgments. Saying a model "knows," "wants," "decides," or "refuses" may hide the roles of training, prompts, retrieval, tools, policies, operators, and stochastic inference. Users may overtrust confident language, disclose more information, or assume continuity that the application does not provide.
The remedy is not to ban every human verb. It is to separate shorthand from evidence. When a claim matters, restate it in observable terms: what input was provided, which component selected an action, what state persisted, what policy blocked the call, and who designed or approved that behavior.
Distinguish it from nearby terms
Agency is an operational property of pursuing goals and taking actions. Personification is a rhetorical device. Sentience and consciousness are claims about experience. Anthropomorphism is the human attribution that may occur with or without evidence for any of those claims. A system can have consequential agency without human-like motives.
Check your understanding
Someone says, "The agent got angry and deleted the files." What would a useful incident report say instead? Record the instruction, context, model and harness versions, tool selection, deletion authority, policy decision, and missing stop or confirmation control.