AI Assistant
An AI Assistant is a software tool that carries out tasks through natural-language conversation, interpreting a request, deciding what to do, and returning an answer or an action. Modern assistants are built on large language models, so the same interface handles drafting, summarizing, analysis, and coding without a separate feature for each. What separates a useful assistant from a chat box is access: connections to files, calendars, email, and internal systems, plus the ability to call tools and retrieve documents so answers reflect the user's own data rather than only training data. ChatGPT, Claude, and Gemini are the general-purpose examples, while domain assistants such as GitHub Copilot for code or Notion AI inside a workspace trade breadth for context they already hold. The direction of travel is toward agents that execute multi-step work with tool access, which raises the stakes of a wrong step. The pitfall is delegating verification along with the task. Assistants state incorrect facts confidently, and pasting confidential material into a consumer account can violate company policy. Treat assistant output as a draft from a capable but unaccountable colleague, and keep a human decision at the point where consequences begin.