AI Pulse by Inblix

AI Glossary

41 terms and definitions. Learn the language of AI.

All A C D E F G H I L M N O P Q R S T V

AI Agents

Applications

Autonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals, often using LLMs as their reasoning engine.

LLMRAGFine-tuningReinforcement Learning

AI Alignment

AI Safety

The challenge of ensuring AI systems behave in accordance with human intentions, values, and goals, particularly as they become more capable.

RLHFAI SafetyAGIHallucination

AI Bias

AI Safety

Systematic errors or unfair outcomes in AI systems, often resulting from skewed training data, flawed model design, or societal inequalities reflected in the data.

AI SafetyAlignmentHallucinationFine-tuning

AI Orchestration

Applications

The coordination and management of multiple AI tools, models, agents, and workflows to accomplish complex tasks that no single model can handle alone.

AI AgentsRAGLLMPrompt Engineering

AI Safety

AI Safety

The field focused on ensuring artificial intelligence systems are developed and deployed in ways that are beneficial, aligned with human values, and do not cause unintended harm.

AlignmentRLHFHallucinationAI Bias

Artificial General Intelligence (AGI)

Fundamentals

A hypothetical form of AI that possesses human-level cognitive abilities across any intellectual task, capable of learning and adapting to any problem domain without specialized training.

Artificial IntelligenceDeep LearningLLMSuperintelligence

Artificial Intelligence (AI)

Fundamentals

The simulation of human intelligence in machines that are programmed to think, learn, and make decisions. AI encompasses a broad range of techniques from rule-based systems to machine learning and deep learning.

Machine LearningDeep LearningNeural NetworkAGILLM

Attention Mechanism

Models & Architecture

A technique that lets neural networks focus on the most relevant parts of input data, forming the core innovation behind the Transformer architecture.

TransformerLLMNeural NetworkEmbeddings

Chain-of-Thought (CoT)

Training & Techniques

A prompting technique where models are instructed or trained to break down complex reasoning into intermediate steps, dramatically improving accuracy on multi-step problems.

Prompt EngineeringFew-Shot LearningLLMReasoning

Computer Vision

Applications

A field of AI that trains computers to interpret and understand the visual world, enabling machines to identify objects, scenes, and activities in images and videos.

Deep LearningNeural NetworkMultimodal AICNN

Context Window

Fundamentals

The maximum amount of text (measured in tokens) that an LLM can process at once, including both input and generated output.

TokenLLMTransformerAttention

Deep Learning

Fundamentals

A subset of machine learning that uses multi-layered neural networks (deep neural networks) to model complex patterns in large amounts of data.

Machine LearningNeural NetworkTransformerLLMBackpropagation

Diffusion Models

Models & Architecture

A class of generative models that create data by gradually removing noise, reversing a process of adding random noise to training data. The technology behind modern AI image generators.

Stable DiffusionGenerative AIMultimodal AINeural Network

Edge AI

Infrastructure

The deployment of AI algorithms directly on local devices (smartphones, IoT devices, cameras) rather than in the cloud, enabling real-time processing with lower latency and improved privacy.

Artificial IntelligenceLLMOn-Device AI

Embeddings

Fundamentals

Numerical vector representations of data (text, images, audio) that capture semantic meaning, enabling machines to understand relationships and similarity between concepts.

RAGVector DatabaseTokenSemantic SearchLLM

Few-Shot and Zero-Shot Learning

Training & Techniques

Techniques where models perform tasks with few or no examples. Few-shot provides a handful of examples; zero-shot requires none, relying purely on instructions.

Prompt EngineeringLLMFine-tuningChain-of-Thought

Fine-Tuning

Training & Techniques

The process of taking a pre-trained model and further training it on a specific, typically smaller, dataset to adapt it for a particular task or domain.

LLMRAGTransfer LearningPre-trainingRLHFLoRA

Foundation Model

Models & Architecture

A large AI model trained on broad, diverse data that can be adapted to a wide range of downstream tasks through fine-tuning or prompting. The backbone of modern generative AI.

LLMGPTFine-tuningMultimodal AI

Generative AI

Fundamentals

A category of AI that creates new content — text, images, audio, video, or code — by learning patterns from existing data and generating novel outputs.

LLMStable DiffusionMultimodal AIDeep Learning

GPT (Generative Pre-trained Transformer)

Models & Architecture

A family of large language models developed by OpenAI based on the transformer architecture, known for their ability to generate coherent and contextually relevant text.

LLMTransformerOpenAIFine-tuningToken

Hallucination

AI Safety

A phenomenon where an AI model generates plausible-sounding but factually incorrect or nonsensical information, often with high confidence.

LLMRAGPrompt EngineeringAlignment

Inference

Fundamentals

The process of running a trained AI model on new input data to produce predictions or outputs, as opposed to the training phase where the model learns from data.

LLMQuantizationEdge AIToken

Large Language Model (LLM)

Models & Architecture

A deep learning model trained on massive text datasets to understand, generate, and manipulate human language. LLMs power modern chatbots, code generators, and text-based AI tools.

TransformerGPTTokenFine-tuningRAGPrompt Engineering

LoRA (Low-Rank Adaptation)

Training & Techniques

A parameter-efficient fine-tuning technique that adds small, trainable matrices to existing model weights, enabling fine-tuning of large models with minimal computational cost.

Fine-tuningLLMModel ParametersQuantization

Machine Learning (ML)

Fundamentals

A subset of AI that enables systems to learn and improve from experience without being explicitly programmed, using statistical techniques to find patterns in data.

Deep LearningNeural NetworkSupervised LearningUnsupervised LearningReinforcement Learning

Mixture of Experts (MoE)

Models & Architecture

A neural network architecture that uses multiple specialized sub-networks (experts) with a gating mechanism that activates only relevant experts for each input, improving efficiency and capability.

Model ParametersLLMTransformerDeep Learning

Model Parameters

Fundamentals

The numerical weights and biases that define a neural network's learned knowledge. Larger parameter counts generally indicate greater model capacity and capability.

LLMNeural NetworkDeep LearningFine-tuning

Multimodal AI

Models & Architecture

AI systems capable of processing and generating multiple types of data simultaneously, such as text, images, audio, and video, often within a single model.

LLMGPTComputer VisionEmbeddings

Natural Language Processing (NLP)

Fundamentals

A subfield of AI focused on enabling computers to understand, interpret, and generate human language in a meaningful way.

LLMTransformerTokenEmbeddings

Neural Network

Fundamentals

A computing system inspired by biological neural networks in the human brain, consisting of interconnected nodes (neurons) organized in layers that process information.

Deep LearningTransformerBackpropagationMachine Learning

Open-Source AI

Industry

AI models, tools, and frameworks that are publicly released with permissive licenses, allowing anyone to use, modify, study, and distribute them.

LLMFine-tuningHugging FaceLLaMAStable Diffusion

Prompt Engineering

Training & Techniques

The practice of designing and refining input prompts to guide LLMs toward producing desired outputs more reliably and accurately.

LLMRAGTokenFew-Shot LearningChain-of-Thought

Quantization

Infrastructure

A technique that reduces the precision of a model's numerical parameters (e.g., from 32-bit to 8-bit or 4-bit), decreasing memory usage and computational requirements with minimal accuracy loss.

Model ParametersEdge AILLMInference

Reinforcement Learning (RL)

Fundamentals

A machine learning paradigm where agents learn optimal behavior through trial and error, receiving rewards for good actions and penalties for bad ones.

Machine LearningRLHFAI AgentsDeep Learning

Reinforcement Learning from Human Feedback (RLHF)

Training & Techniques

A training technique that uses human preferences to fine-tune language models, aligning them with human values and making them more helpful, harmless, and honest.

Fine-tuningAlignmentLLMAI Safety

Retrieval-Augmented Generation (RAG)

Training & Techniques

A technique that combines information retrieval with text generation, allowing LLMs to access external knowledge sources to produce more accurate and up-to-date responses.

LLMFine-tuningEmbeddingsVector DatabasePrompt Engineering

Stable Diffusion

Applications

An open-source deep learning model for generating images from text descriptions, released by Stability AI in 2022.

Diffusion ModelsOpen-Source AIMultimodal AIGenerative AI

Synthetic Data

Training & Techniques

Artificially generated data that mimics real-world data, used to train AI models when real data is scarce, expensive, or privacy-sensitive.

Fine-tuningLLMData AugmentationAI Safety

Token

Fundamentals

The basic unit of text that an LLM processes. Tokens can be words, parts of words, or individual characters. LLMs have a maximum context window measured in tokens.

LLMContext WindowTokenizationPrompt Engineering

Transformer

Models & Architecture

A neural network architecture introduced by Google in 2017 that uses self-attention mechanisms to process sequential data. It is the foundation of virtually all modern LLMs.

LLMGPTAttentionNeural NetworkBERT

Vector Database

Infrastructure

A specialized database designed to store, index, and search high-dimensional vector embeddings efficiently using similarity search algorithms.

EmbeddingsRAGSemantic SearchLLM

About This Glossary

This glossary is curated and updated regularly to reflect the evolving language of artificial intelligence. Terms range from foundational concepts to cutting-edge techniques and tools. Definitions are written to be accessible to beginners while remaining accurate for professionals.