1. Artificial Intelligence (AI): AI refers to systems designed to perform tasks that typically require human intelligence, such as decision-making, pattern recognition, and automation.
2. Machine Learning (ML): Machine Learning is a subset of AI where systems learn from data instead of being explicitly programmed. It is commonly used for predictions, recommendations, and pattern detection. The more relevant data it receives, the better it performs over time.
3. Generative AI: Generative AI creates new content such as text, images, code, or audio based on patterns learned from existing data. It powers applications like chatbots, content generation tools, and AI assistants. Most modern GenAI solutions rely on large language models (LLMs).
4. AI Agent: An AI agent is a system that can perform tasks autonomously by understanding inputs, making decisions, and taking actions. It often interacts with tools, APIs, or workflows to complete goals. AI agents are widely used in automation and enterprise applications.
5. Agentic AI: Agentic AI refers to advanced AI systems capable of independent reasoning, planning, and executing multi-step tasks. These systems can adapt to changing inputs and operate with minimal human intervention. They are commonly used in complex workflows and decision systems.
6. Large Language Model (LLM): An LLM is a type of AI model trained on vast amounts of text data to understand and generate human-like language. It powers chatbots, virtual assistants, and generative AI applications. Examples include models used in conversational AI systems.