AI Glossary

Plain-language explanations of essential AI and machine-learning concepts.

171terms
10categories

171 terms

A16
A/B TestTechnical terms+4 aliases

An experimental method of exposing two or more versions simultaneously to statistically compare which one is more effective.

View details
AGIAI concepts+2 aliases

Refers to artificial intelligence that can perform intellectual tasks at or above the human level in various domains without explicit human intervention. Unlike conventional AI, which is limited to specific tasks, it refers to systems with general-purpose capabilities that solve complex problems and create new knowledge through self-learning and reasoning.

View details
AI IDETechnical terms+3 aliases

An intelligent integrated development environment where AI agents understand the context of the entire codebase to autonomously write code, modify multiple files, execute terminal commands, and fix errors.

View details
AI SDKTechnical terms+3 aliases

A collection of software libraries, API clients, documentation, and development tools that support the easy integration of AI model capabilities into applications.

View details
AI SDRBusiness+3 aliases

An AI-powered sales solution that autonomously performs top-of-funnel sales tasks, including lead generation, hyper-personalized messaging using real-time data, and meeting scheduling.

View details
AI AcceleratorInfrastructure+3 aliases

A dedicated hardware designed to quickly process large-scale matrix operations of artificial intelligence models, focusing more on parallel processing and power efficiency than a CPU.

View details
AI AgentAI concepts+3 aliases

An intelligent system that autonomously sets goals and uses tools (APIs, the web, etc.) to perform complex tasks. Moving beyond simply generating answers, it repeats a reasoning, planning, and execution loop to solve problems on its own.

View details
AI OrchestrationTechnical terms+3 aliases

A technology that centrally manages the entire workflow by defining the execution sequence of multiple AI models, data sources, and tools, and automating data flows to achieve complex business goals.

View details
AI Coding AssistantTechnical terms+3 aliases

An intelligent development assistance tool based on Large Language Models (LLMs) that helps increase software development productivity by supporting real-time code auto-completion, refactoring, bug fixes, and unit test generation.

View details
AIOpsInfrastructure+2 aliases

A technological methodology that combines artificial intelligence and big data analytics to manage the complexity of IT infrastructure and intelligentize overall operations, from system monitoring to anomaly detection and automated response.

View details
APITechnical terms+2 aliases

A standard interface for exchanging data and functionality between software applications. In AI, it serves as a core tool to connect cloud-hosted Large Language Models (LLMs) to external apps, enabling immediate implementation of features like text generation and image analysis.

View details
ARRBusiness+2 aliases

Annual Recurring Revenue (ARR) is the sum of recurring revenues generated over a year in a subscription-based business. Calculated by converting pure subscription revenue (excluding one-time fees) into an annual figure, it is the most critical metric for measuring the growth potential and financial stability of SaaS and AI service companies.

View details
AttentionAI concepts+4 aliases

A mechanism that assigns higher weights to the information most important to the current task among all elements in the input sequence. It overcomes the limitations of fixed vector sizes and precisely extracts variable contexts to enhance the AI's understanding.

View details
Air-gappedInfrastructure+4 aliases

Refers to the highest level of security environment that is completely physically disconnected from external networks and the internet to fundamentally block data leakage and external intrusion.

View details
Audio SeparationTechnical terms+4 aliases

A technology that uses AI models to analyze and extract individual sound source components (Stems), such as vocals, drums, and bass, from complex audio signals into independent tracks.

View details
AutomationTechnical terms+3 aliases

A process that minimizes human intervention and runs tasks independently through technology. It has evolved from classical methods that follow simple, repetitive rules to intelligent automation, where AI assesses situations and processes complex workflows.

View details
B5
C15
Chain-of-ThoughtAI concepts+3 aliases

A prompting and reasoning technique that improves problem-solving accuracy for complex questions by prompting the AI to go through intermediate logical reasoning steps before outputting the final answer.

View details
CI/CDTechnical terms+2 aliases

A software development automation framework that continuously integrates (CI) code changes and immediately deploys (CD) them to production after automated validation. It is an essential methodology in modern development to ensure both quality and speed by detecting errors early and shortening deployment cycles.

View details
CNNAI concepts+2 aliases

A deep learning neural network architecture specialized in image recognition that learns local patterns in images using convolutional layers.

View details
CRMBusiness+2 aliases

A strategic system that helps businesses consolidate and manage customer data to strengthen relationships and increase profitability. Modern CRM has evolved beyond simple data tracking into an intelligent platform that uses AI to predict customer intent and automate marketing, sales, and service processes, playing a key role in delivering hyper-personalized customer experiences.

View details
Customer SimulationAI concepts+3 aliases

A technology that builds AI personas and virtual environments to simulate the behaviors, decisions, and reactions of real customers, deriving data-driven market insights.

View details
Copyright ComplianceCompliance+2 aliases

A standard that ensures AI tools use training data legally and guarantees the protection of intellectual property rights and commercial utilization of the outputs generated by users.

View details
ChatbotAI concepts+4 aliases

Software that engages in natural language conversations with users via text or voice. Recently, it has evolved beyond simple rule-based responses into intelligent assistants that understand complex context and perform professional tasks by combining Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) technologies.

View details
ChunkingData+3 aliases

The process of splitting long documents into smaller segments suitable for retrieval and embedding, serving as the foundation of RAG quality.

View details
Context WindowAI concepts+3 aliases

The maximum range of data (tokens) that an AI model can process and remember at one time in a single request (prompt). It refers to the model's 'short-term memory' and workspace size.

View details
Computer VisionAI concepts+2 aliases

A field of AI technology that enables computers to understand and analyze visual data, such as images and videos, to make decisions like humans do. It goes beyond simple pixel-by-pixel screen analysis to perform object recognition, situational understanding, and 3D spatial comprehension.

View details
ComplianceCompliance+2 aliases

The state of demonstrating strict compliance with the laws of the country where the AI tool is introduced, industry-specific regulations, internal security policies, and ethical guidelines.

View details
Code GenerationAI concepts+3 aliases

A technology in which AI automatically writes programming code based on natural language descriptions or the context of existing code.

View details
Cold StartTechnical terms+3 aliases

The response latency that occurs when an AI system is launched from an inactive state, or the phenomenon in recommendation systems where accurate results cannot be provided to new users due to a lack of data.

View details
CrawlingTechnical terms+4 aliases

An automation technology where bots navigate the internet, discover web pages, and collect information. Beyond simple data extraction, it is a core process that serves as the foundation for search engine indexing or building large-scale datasets for AI model training.

View details
CloudInfrastructure+2 aliases

An IT model that provides computing resources on-demand over the internet. In the AI field, it serves as a core foundation for flexibly scaling the high-performance computing resources needed for large model training and inference—without building expensive GPU hardware—and instantly leveraging the latest AI models via APIs.

View details
D16
DevOpsTechnical terms+1 aliases

A culture and methodology that integrates software development (Dev) and IT operations (Ops) to automate software deployment and operations.

View details
DevSecOpsTechnical terms+2 aliases

An automated collaborative framework that integrates security into all stages of software development (Dev) and operations (Ops), detecting and responding to security vulnerabilities early without hindering development speed.

View details
DockerTechnical terms+3 aliases

An open-source platform that packages applications together with all necessary libraries and environment settings into independent packages called 'containers,' allowing them to run consistently regardless of OS or hardware constraints. It is utilized as a standard infrastructure technology for cloud-native development and AI model deployment.

View details
Data DriftMLOps+2 aliases

A phenomenon where the statistical properties of the data used to train an AI model diverge from the distribution of incoming data in production, leading to a decline in the model's predictive performance.

View details
Data LabelingData+3 aliases

The process of assigning correct answers (labels) to data for supervised machine learning, serving as the foundation of model quality.

View details
Data ResidencyData+3 aliases

The specific geographical location or country where data collected by an AI service is physically stored and processed, serving as a key benchmark for compliance and security policy development.

View details
Data MiningData+1 aliases

A technology that utilizes statistical and machine learning techniques on large datasets to discover meaningful patterns, correlations, and trends. It is a core process that goes beyond simple queries to uncover hidden insights, supporting business forecasting and decision-making.

View details
Data AnalysisData+3 aliases

The process of collecting, cleaning, and interpreting data to derive insights needed for decision-making. It has evolved beyond simple statistics into intelligent analysis that uses AI to predict the future and recommend optimal courses of action.

View details
Data ConnectorFeatures+2 aliases

A technical gateway that allows AI models to access and retrieve information in real time from external data sources such as SaaS, databases, and files.

View details
Domain-Specific ModelAI concepts+4 aliases

An artificial intelligence model trained intensively on knowledge and data from a specific industry or domain, allowing it to process specialized terminology and context more precisely and accurately than general-purpose models.

View details
Digital TwinTechnical terms+2 aliases

A technology that duplicates physical objects or systems in a virtual world by synchronizing real-time data, helping decision-making through simulation and prediction.

View details
Digital HumanTechnical terms+3 aliases

An intelligent virtual being implemented to replicate human appearance, voice, and behavior by combining AI technology and computer graphics, enabling real-time interaction.

View details
Deep ResearchAI concepts+3 aliases

An advanced reasoning process where an AI independently formulates a search plan to achieve complex research goals, autonomously analyzes numerous online sources, and generates expert-level, in-depth reports.

View details
Deep LearningAI concepts+2 aliases

A branch of machine learning that learns complex, non-linear relationships in data through multi-layered artificial neural networks. It automatically extracts features from data and serves as a core technology in fields requiring high cognitive abilities, such as image recognition, natural language processing, and generative AI.

View details
Deepfake DetectionTechnical terms+3 aliases

A security technology that verifies authenticity and ensures media reliability by analyzing biological signals and subtle data patterns in images, videos, and voices generated or manipulated by AI.

View details
Diffusion ModelAI concepts+2 aliases

A dominant AI technique for image and video generation that starts with random noise and generates data by removing noise step-by-step.

View details
E6
ERPBusiness+2 aliases

A system that integrates and manages core business processes (finance, HR, manufacturing, supply chain, etc.) in real time on a single data platform. Recently, it has evolved into intelligent ERP, which combines AI and cloud computing to automate data analysis and support decision-making.

View details
ETLTechnical terms+2 aliases

A core data integration process that extracts distributed source data, transforms it into a format suitable for analysis, and loads it into a target repository.

View details
EnterpriseBusiness+2 aliases

The highest service tier designed for the security, compliance, and administrative efficiency of large organizations. It guarantees data training exclusion, SSO integration, precise permission controls, and dedicated technical support, and is typically adopted through custom contracts.

View details
Edge ComputingInfrastructure+2 aliases

A distributed computing paradigm that processes data near where it is generated (the edge) to improve response times and save bandwidth costs.

View details
Embedded AITechnical terms+2 aliases

A technology that directly runs AI models inside devices to ensure real-time data processing and privacy without going through cloud servers.

View details
EmbeddingData+2 aliases

A technology that converts unstructured data, such as text and images, into high-dimensional numerical vectors that preserve meaning so that AI can process them. Beyond simple numerical conversion, it mathematically represents contextual relationships and similarity between data points.

View details
F4
G7
GANAI concepts+2 aliases

A deep learning architecture where a generator and a discriminator compete to generate realistic data. Because its generation speed is significantly faster than diffusion models, it is mainly used for real-time video translation and high-resolution restoration.

View details
GDPR (General Data Protection Regulation)Data+3 aliases

A regulation enacted to protect the personal data of EU citizens, serving as a legal standard applicable to all organizations worldwide that process data of data subjects within the EU, regardless of the company's location.

View details
GPTAI concepts+1 aliases

A series of Transformer-based generative AI models developed by OpenAI that understand context, generate natural text, code, and images, and perform complex reasoning and multimodal tasks.

View details
GPUInfrastructure+2 aliases

A processor specialized in parallel computing through thousands of cores, serving as the core infrastructure that determines the training and inference performance of AI models. Optimized for deep learning matrix operations beyond graphics processing, it has recently emerged as the standard for running Large Language Models (LLMs) by integrating High Bandwidth Memory (HBM).

View details
GroundingAI concepts+1 aliases

A technique that secures the accuracy of AI model outputs by linking them to reliable external data or specific knowledge bases. By allowing the model to reference up-to-date information or internal data not included in its training, it suppresses hallucinations and provides grounds for the responses.

View details
GuardrailsAI concepts+3 aliases

A technical security layer that inspects and controls inputs and outputs in real time to ensure AI models remain within corporate policies and safety standards. It secures business stability by preventing inappropriate answers, data leaks, and hallucinations.

View details
Generative AIAI concepts+3 aliases

An artificial intelligence technology that learns from large-scale data to understand patterns and structures, and based on this, generates original new content such as text, images, audio, and code.

View details
H6
HIPAA (Health Insurance Portability and Accountability Act)Business+2 aliases

A US federal law designed to protect patients' protected health information (PHI), serving as a crucial security and privacy standard that AI services processing or storing medical data must comply with.

View details
Hugging FaceAI concepts+2 aliases

The world's largest open-source AI platform for sharing and collaborating on AI models, datasets, and demos. It shortens development cycles with millions of pre-trained models and is the hub of the ecosystem, often referred to as the 'GitHub of AI.'

View details
Hybrid SearchAI concepts+2 aliases

A technology that combines traditional keyword matching (BM25) with AI-based semantic vector search, performing both exact keyword matching and contextual understanding to optimize search precision and recall.

View details
HallucinationAI concepts+3 aliases

A phenomenon in which an AI model, in the process of predicting the next word based on statistical probability, logically and confidently generates incorrect or groundless information as if it were the truth.

View details
Hallucination DetectionTechnical terms+3 aliases

A technology that checks whether responses generated by a large language model (LLM) are grounded in provided reference documents or contradict objective facts to identify potential misinformation.

View details
Human-in-the-Loop (HITL)AI concepts+2 aliases

An interactive process that integrates human intervention into the training, operation, and decision-making processes of AI models to validate the quality of outputs and ensure system safety and accountability.

View details
I6
IoTInfrastructure+2 aliases

A technology that embeds sensors and software in physical objects to exchange data in real time over the internet. It is a core infrastructure that connects home appliances, vehicles, and industrial equipment to a network, enabling automated control and data analysis.

View details
Incident ResponseTechnical terms+3 aliases

A systematic management activity performed according to predefined procedures to minimize the scope of damage and restore normal service operations when a security threat or breach occurs.

View details
Image GenerationAI concepts+3 aliases

A technology in which artificial intelligence analyzes text or reference images to generate new visual outcomes. Moving beyond simple image combinations, it implements original images at the pixel level, reflecting composition, art style, lighting, and more based on trained data.

View details
Intelligent AutomationTechnical terms+2 aliases

A technology that combines the execution power of RPA with the judgment of AI to autonomously perform complex decision-making and unstructured data processing beyond simple repetitive tasks.

View details
Inference PerformanceTechnical terms+2 aliases

The speed and efficiency with which an AI model processes user inputs to generate outputs, primarily measured by Time to First Token (TTFT) and Tokens Per Second (TPS).

View details
Inference InfrastructureTechnical terms+2 aliases

The total ecosystem of computing hardware and software optimization engines that enables trained AI models to respond to user requests in real time within production services.

View details
K3
L4
M10
MCP ServerTechnical terms+2 aliases

A connection server that provides a standardized pathway for AI models to access external data sources such as local files, databases, and SaaS tools.

View details
MLOpsTechnical terms+2 aliases

A framework for automating and managing the lifecycle of machine learning models. It is an extension of DevOps that combines software engineering's CI/CD with 'Continuous Training (CT)' to maintain model performance and stability in production environments.

View details
MoE (Mixture of Experts)Technical terms+3 aliases

A neural network architecture that selectively activates only a subset of 'expert' subnetworks required to process input tokens out of the model's total parameters, simultaneously securing the massive knowledge capacity of large models and efficient computation speeds.

View details
MRRBusiness+2 aliases

The sum of recurring revenues generated each month in a subscription business. Calculated by normalizing regular subscription payments while excluding one-time fees, it is a key metric demonstrating the business's predictability and growth potential.

View details
MicroserviceTechnical terms+3 aliases

A cloud-native architecture that builds and deploys an application as a collection of independent, small-scale services centered around business capabilities.

View details
Machine LearningAI concepts+3 aliases

A core AI technology that learns from data and discovers patterns to make optimal predictions or decisions. It extracts statistical rules from vast amounts of data without explicit programming, and is the most common mechanism used by modern AI to solve complex problems.

View details
Multi-Agent SystemTechnical terms+1 aliases

An intelligent system where multiple AI agents with specialized roles collaborate to accomplish complex goals that are difficult for a single AI to solve.

View details
MultimodalAI concepts+3 aliases

An AI model that understands and processes two or more data formats, such as text, images, audio, and video, together.

View details
Model BenchmarkTechnical terms+3 aliases

An objective, quantified metric that measures specific capabilities of an artificial intelligence model—such as knowledge, reasoning, and coding—using standardized datasets. It serves as a benchmark to assess the model's absolute technical level and fairly compare performance across different models.

View details
Medical Imaging AnalysisFeatures+2 aliases

A technology where AI analyzes medical images such as X-rays, CTs, and MRIs to detect the location of diseases and precisely measure lesions, helping medical staff interpret the images.

View details
N3
O8
OAuthTechnical terms+2 aliases

An open standard protocol that securely delegates access permissions for specific data or features to third-party services without directly sharing passwords. It primarily provides a token-based authorization framework.

View details
OCRAI concepts+2 aliases

A technology that converts text in images, scanned documents, or photos into computer-editable and searchable text data.

View details
OpenAIAI concepts+1 aliases

An AI research and deployment company aiming to develop artificial general intelligence (AGI) that benefits all of humanity. It sets global standards in multimodal interaction and advanced reasoning performance through leading generative AI technologies such as ChatGPT, GPT-4o, and the o1 model.

View details
ObservabilityTechnical terms+3 aliases

The ability to understand and diagnose the internal state, performance, quality, and root causes of costs in an AI system through its external outputs: logs, metrics, and traces.

View details
Open-weightsTechnical terms+3 aliases

A model deployment method that publishes the weights (parameters), which are the core values of an AI model, allowing users to directly install and run them on their own servers or local environments without external APIs.

View details
Open SourceTechnical terms+2 aliases

A development methodology where source code is made public, allowing anyone to freely view, modify, and distribute it. In the AI field, according to the 'Open Source AI Definition (OSAID)' announced in 2024, it refers to systems where not only model weights but also training data information and training code are transparently disclosed, enabling replication and improvement.

View details
On-device AIInfrastructure+3 aliases

A technology that helps improve security and real-time responsiveness by directly running AI models through hardware (NPU) inside user devices such as smartphones and PCs, without going through cloud servers.

View details
On-premiseInfrastructure+3 aliases

A model where an enterprise directly installs and operates hardware in its own data center or physical server room. It is an essential model for the financial and public sectors where data sovereignty and security are critical, and has recently gained renewed attention as key infrastructure due to the growing demand for 'private AI' using sensitive internal data and local inference of open-source LLMs.

View details
P10
PII (Personally Identifiable Information)Data+2 aliases

Refers to information that can identify a specific individual on its own or in combination with other details, such as names, resident registration numbers, and contact details. It is a critical management subject for preventing data leakage and ensuring legal compliance during AI adoption.

View details
PII MaskingSecurity+2 aliases

A security technology that replaces Personally Identifiable Information (PII) such as names, phone numbers, and resident registration numbers within data with specific symbols or dummy data to prevent privacy exposure during AI model processing.

View details
PersonalizationAI concepts+3 aliases

A technical process where AI analyzes user behavior data, preferences, and real-time context to automatically deliver optimized content, products, and services to individual users.

View details
Pricing ModelBusiness+3 aliases

A framework for calculating the cost of using AI services, evolving from traditional flat-rate, seat-based subscriptions toward dynamic structures that bill based on token consumption or the outcome of tasks completed by the AI.

View details
Pre-trainingAI concepts+2 aliases

The initial stage preceding fine-tuning, where a model is first trained on large-scale data to acquire foundational language and knowledge capabilities.

View details
ParameterData+3 aliases

Internal variables (weights and biases) that an AI model saves through learning. Larger numbers allow the model to learn complex patterns, but also increase computational and memory costs.

View details
PipelineData+3 aliases

A system that connects a sequence of processes—from data collection and processing to model training and deployment—into an automated workflow. It improves operational efficiency by maintaining data integrity and building a reproducible experimental environment.

View details
Prompt EngineeringAI concepts+2 aliases

The technique of designing and refining instructions, context, and examples in input prompts to get desired outputs from AI models.

View details
Prompt InjectionTechnical terms+2 aliases

A security attack where a user manipulates an AI to bypass its original system instructions using malicious inputs or corrupted external data, leading to unintended actions or confidential data leaks.

View details
Prompt cachingAI concepts+3 aliases

An LLM optimization technique that reduces response costs and latency by caching and reusing the repeating prefix of a prompt.

View details
Q1
R10
RAGAI concepts+2 aliases

RAG is a technology that merges real-time database search results with AI responses. It has evolved beyond 'Naive RAG,' which simply locates documents, into 'Agentic RAG,' where the AI autonomously repeats search and verification cycles. It has become a key standard for enterprise knowledge management, leveraging large-scale data without retraining while reducing hallucinations and generating well-sourced answers.

View details
RESTTechnical terms+3 aliases

A software architectural style that manages resources on the web by leveraging the strengths of the HTTP protocol. It identifies each resource with a unique URI and transfers states via standard HTTP methods, making it the most widely used API design standard for data integration and model deployment in AI services.

View details
RLHFAI concepts+2 aliases

A reinforcement learning technique that uses human preferences as reward signals to fine-tune AI models to align with user intent and values.

View details
RNNAI concepts+3 aliases

A deep learning neural network that processes sequential data by feeding back the output of previous time steps, with LSTM and GRU being representative examples.

View details
ROIBusiness+2 aliases

The ratio of net profit generated to investment cost, serving as a key metric to measure the economic viability of a project. When adopting AI, it quantifies and evaluates multifaceted business value, including productivity gains, revenue growth, and risk reduction, rather than just simple cost savings.

View details
RPATechnical terms+2 aliases

A technology where software robots automate repetitive and rule-based tasks in business processes. By mimicking human actions, they input or extract data and transfer information between systems. Recently, it has evolved into intelligent automation that handles unstructured data by integrating with generative AI.

View details
Red TeamingTechnical terms+3 aliases

An independent verification process that performs intentional adversarial attacks from an attacker's perspective to proactively identify security vulnerabilities, biases, and harmful outputs of AI systems.

View details
RerankerAI concepts+4 aliases

A model that precisely re-orders candidate documents retrieved from a primary search based on their relevance to the query.

View details
Role-Based Access Control (RBAC)Infrastructure+3 aliases

A security management method that systematically controls access to AI models, data, and system functions by defining job-based 'roles' rather than granting individual permissions to users within an organization.

View details
Reasoning ModelAI concepts+3 aliases

An AI model specialized in complex reasoning, trained to go through a step-by-step thinking process internally before generating an answer.

View details
S19
SaaSBusiness+2 aliases

A service model where software is subscribed to and used over the internet as needed. It is a cloud-based approach that allows users to instantly utilize the latest AI features through a web browser or API without separate installation or server setup.

View details
SDKTechnical terms+2 aliases

A package that bundles the tools, libraries, and documentation required to develop software for a specific platform or service. In the AI field, it is a core tool that abstracts model API calls to help implement complex authentication, streaming, and error handling with concise code.

View details
SEOTechnical terms+3 aliases

A strategy to optimize websites for higher exposure at the top of search results. Beyond simply boosting rankings, it is a key digital marketing technology that drives high-quality traffic by satisfying user intent and E-E-A-T (Experience, Expertise, Authoritativeness, and Trustworthiness).

View details
SLM (Small Language Model)Technical terms+3 aliases

An efficient model with billions of parameters that delivers high performance even on low-spec hardware, optimized for on-device AI and task-specific specialization.

View details
SOC 2Business+3 aliases

A security control standard established by the American Institute of Certified Public Accountants (AICPA). It is a report verified by an independent auditor confirming whether cloud and AI service providers have designed and are actually operating appropriate internal control systems to protect customer data.

View details
SSOTechnical terms+2 aliases

A unified authentication method that allows users to access multiple integrated software services with a single login (ID/PW) without additional sign-ins. As a core component of enterprise security frameworks, it eliminates the hassle of managing individual accounts for each service and enables centralized access control.

View details
Stable DiffusionAI concepts+2 aliases

An open-source text-to-image generation model released by Stability AI, based on latent diffusion models.

View details
STTAI concepts+5 aliases

An AI technology that converts voice signals into computer-readable text data. Recently, deep learning models such as Whisper and Gemini offer high accuracy even in noisy environments, making it useful for automatic subtitling and meeting transcription.

View details
Supply Chain SecurityInfrastructure+3 aliases

A framework that protects the integrity of data, model weights, third-party libraries, and infrastructure, and manages vulnerabilities across the entire process from AI model development to deployment.

View details
Structured OutputAI concepts+4 aliases

A feature that forces LLM responses to conform to a predefined schema format like JSON, facilitating easy system integration.

View details
SandboxTechnical terms+3 aliases

A safe virtual environment isolated from external systems, providing an independent testing space where AI-generated code can be executed safely to block security threats, or where new services can be tested without legal or technological constraints.

View details
ServerlessInfrastructure+2 aliases

A cloud computing model where you run code or services without managing infrastructure, featuring automatic scaling and billing based on actual usage (number of invocations, execution time).

View details
Self-hostingTechnical terms+2 aliases

A deployment model where AI models and software are installed and run on servers directly owned by an enterprise or individual, or on an independent cloud instance, rather than using an external vendor's cloud service (SaaS).

View details
Secret ScanningTechnical terms+3 aliases

A technology that automatically detects sensitive credentials such as API keys, authentication tokens, and passwords exposed in source code, datasets, and configuration files to prevent security leaks.

View details
SummarizationAI concepts+4 aliases

A natural language processing (NLP) technology that compresses vast amounts of information focusing on key content to increase the efficiency of acquiring information.

View details
Semantic SearchData+2 aliases

A search technology that understands the meaning and intent of a query to find highly relevant results, rather than relying on exact keyword matches.

View details
Static AnalysisDevelopment & operations+2 aliases

A technology that analyzes the structure and logic of source code without executing the software to detect security vulnerabilities, bugs, and coding standard violations early.

View details
Synthetic DataData+3 aliases

Artificially generated data, rather than real-world measurements, created through AI algorithms or statistical models that retains the statistical characteristics and patterns of the original data to be used for analysis and model training.

View details
Speaker DiarizationAI concepts+5 aliases

A technology that segments an audio recording with multiple speakers to identify 'who spoke when' for each segment. In meetings with multiple participants, it separates each utterance by speaker, allowing transcription results to be organized into a dialogue format.

View details
T11
TPUInfrastructure+2 aliases

A custom AI accelerator chip designed by Google for machine learning matrix operations, used through Google Cloud.

View details
TTSAI concepts+3 aliases

An AI technology that converts input text into natural-sounding speech, as if spoken directly by a human.

View details
TemperatureAI concepts+3 aliases

A value that controls the degree of randomness when an LLM selects the next word, determining the consistency and creativity of the output.

View details
TranscriptionAI concepts+4 aliases

The process of listening to spoken words in audio or video and converting them directly into text. Historically performed manually by humans, it is now automated using STT technology to convert recordings of meetings, interviews, and lectures into text, serving as the foundation for search and summarization.

View details
Transfer LearningAI concepts+1 aliases

A technique that reuses the knowledge of a model trained on a specific task (Source Task) for a similar or new task (Target Task). It is a core paradigm of modern AI development that enables rapid construction of high-performance models even in data-scarce environments.

View details
Tactile IntelligenceTechnical terms+2 aliases

An AI's technological ability to interpret signals such as pressure, friction, and vibration generated during physical contact to understand the state of an object and perform precise physical interactions.

View details
Text GenerationAI concepts+3 aliases

A technology in which Large Language Models (LLMs) understand context to automatically generate natural, human-like text. Beyond simply completing sentences, it can execute complex instructions or write creative content and code.

View details
Text-to-ImageAI concepts+3 aliases

A generative AI technology that analyzes text descriptions and converts them into visual images. Moving beyond simple image generation, it is used throughout practical workflows such as design drafts and marketing asset creation. Recently, typography expression in images and commercial copyright safety have become key metrics for tool selection.

View details
TokenData+2 aliases

The basic unit through which an LLM recognizes and generates text, created by breaking sentences into semantic pieces smaller than words or characters. It is a key metric that determines the computational cost of the AI model, response speed, and the amount of information it can remember at once (context window).

View details
Token OptimizationTechnical terms+4 aliases

An optimization process that strategically manages the usage of tokens, which are the basic units of data processed by LLMs, to reduce API call costs and improve the model's Time to First Token (TTFT) and overall inference performance.

View details
TransformerAI concepts+2 aliases

A deep learning architecture that parallelizes input sequence processing with self-attention at its core, serving as the foundation for most modern LLMs.

View details
U3
V5
W2
Z1