Recently added AI concepts

Fresh entries and updates across the QwickAI glossary.

  • A* search — A* search is a pathfinding algorithm that finds the shortest path between two points in a graph.
  • A/B testing — A statistical method comparing two versions (A and B) of something to see which performs better.
  • Abductive logic programming (ALP) — Abductive logic programming (ALP) is a framework for solving problems by finding the simplest explanations for observations.
  • Abductive reasoning — Abductive reasoning infers the most likely explanation for a set of observations, unlike deductive reasoning which proves.
  • Ablation — Ablation involves removing a component of an AI system to study its impact on overall performance.
  • Ablation Study — An experiment that removes one component of a system at a time to measure its individual contribution.
  • Abstract data type — An abstract data type (ADT) defines data behavior by specifying possible values and operations, independent of implementation.
  • Abstraction — Abstraction is the process of simplifying complex systems by focusing on essential features and ignoring details.
  • Accelerating change — Accelerating change refers to the perceived historical trend of technology advancing at an ever-increasing rate.
  • Accelerator — Any specialized hardware designed to run AI workloads faster or more efficiently than a general CPU.
  • Accelerator chip — Specialized hardware that speeds up computationally intensive AI tasks like deep learning.
  • Accuracy — The fraction of predictions a model gets correct on a labeled dataset.
  • Act — The stage in an agent's loop where it executes a chosen action, like sending an API request.
  • Action — The mechanism by which an agent in reinforcement learning changes the state of its environment.
  • Action language — An action language formally describes how actions affect the state of a system over time, used in AI and robotics.
  • Action model learning — Action model learning focuses on agents learning about the effects and prerequisites of actions in their environment.
  • Action selection — Action selection is the fundamental problem of deciding "what to do next" for intelligent systems.
  • Action space — The set of all possible actions an agent can take to interact with its environment.
  • Activation Function — A non-linear function applied to a neuron's output, enabling the network to learn complex, non-linear relationships.
  • Activation Patching — An interpretability technique that swaps activations from one forward pass into another to causally localize where a behavior lives in a model.
  • Active Learning — An ML approach where the model selects which examples it most wants labeled next.
  • AdaGrad — A gradient descent optimization algorithm that adapts the learning rate for each parameter individually.
  • Adaptation — A synonym for tuning or fine-tuning a pre-trained AI model on new data.
  • Adaptive algorithm — An adaptive algorithm modifies its behavior during execution based on predefined criteria or rewards.
  • Adaptive Learning Systems — Educational technologies powered by AI that personalize learning paths and content based on an individual's progress and needs.
  • Adaptive neuro fuzzy inference system (ANFIS) — ANFIS integrates neural networks and fuzzy logic to approximate nonlinear functions and learn from data.
  • Admissible heuristic — An admissible heuristic never overestimates the cost to reach a goal, ensuring optimal pathfinding.
  • Adversarial Attack — An input crafted to fool a model into making a wrong prediction.
  • Adversarial Examples — Inputs crafted by an attacker to intentionally cause a machine learning model to make an incorrect prediction.
  • Affective computing — Affective computing develops systems that can recognize, interpret, and simulate human emotions.
  • Affective Robots — Robots designed with the ability to perceive, express, and potentially experience emotions, enabling more natural human interaction.
  • Agent architecture — An agent architecture is a blueprint detailing the components and arrangement of a software or intelligent agent.
  • Agent Assist — AI tools that support human customer service agents with real-time information and suggestions.
  • Agent Framework — A software library or toolkit that simplifies the development of AI agents capable of planning, executing, and adapting tasks.
  • Agent orchestration — Agent orchestration is the management of multiple AI agents or LLM calls to efficiently handle complex tasks.
  • Agent Sandbox — A controlled, isolated environment used to safely develop, test, and evaluate the behavior of AI agents without impacting external systems.
  • Agent-Based Model — A computational model simulating the actions and interactions of autonomous agents to observe system-level properties.
  • Agentic — Agentic describes qualities associated with agents, such as autonomy and the ability to act independently.
  • Agentic AI — AI systems designed to independently plan, execute, and adapt actions to achieve a given goal, often involving multiple steps and external tools.
  • Agentic Commerce — Commerce driven by AI agents that compare, negotiate, and purchase on behalf of buyers or sellers.
  • Agentic loop — An agentic loop is a cycle where an agent observes, reasons, acts, and receives feedback until a set goal is met.
  • Agentic workflow — An agentic workflow is a dynamic process where an AI autonomously plans and executes actions to reach a goal, potentially self-correcting.
  • Agglomerative clustering — Agglomerative clustering is a bottom-up hierarchical clustering method that iteratively merges the closest clusters.
  • AI accelerator — Specialized hardware designed to speed up AI computations, especially for neural networks.
  • AI Agent — An AI system that autonomously plans, uses tools, and takes actions to accomplish goals through iterative reasoning.
  • AI Alignment — The research field aimed at making AI systems pursue the goals their developers and users actually intend.
  • AI as a Service (AIaaS) — The provision of AI capabilities and tools, such as pre-trained models or API access, by third-party providers via cloud platforms.
  • AI Assistant — A software program designed to help users with tasks, information retrieval, and productivity through conversational interfaces.
  • AI bubble — A theorised stock market bubble focused on rapid investment increases in AI, impacting the broader economy.
  • AI Compliance — Adhering to legal requirements — notably the EU AI Act — for how AI systems are built and operated.
  • AI data center — A specialized data center optimized for the intensive computational needs of AI and machine learning model training and deployment.
  • AI Ethics — A field studying the moral principles and values that should guide the design, development, and use of artificial intelligence.
  • AI Ethics Principles — A set of guiding rules or values (e.g., fairness, transparency, accountability) used to steer responsible AI development and deployment.
  • AI Factory — An integrated system or process for rapidly developing, training, deploying, and managing multiple AI models at scale within an organization.
  • AI for Accessibility — The application of artificial intelligence technologies to assist individuals with disabilities, making technology and information more accessible.
  • AI for Social Good — The application of AI technologies to address global challenges and contribute to positive societal impact.
  • AI Governance — The framework of policies, regulations, and principles designed to guide the development and deployment of AI technologies.
  • AI in Education — The application of artificial intelligence technologies to enhance teaching, learning, assessment, and administrative tasks in educational settings.
  • AI Lifecycle Management — The holistic process of planning, developing, deploying, monitoring, and maintaining AI models throughout their entire operational lifespan.
  • AI Red Teaming — A structured process of rigorously testing an AI system, often by adversarial attack simulations, to identify vulnerabilities, biases, and potential for misuse.