AI Growth Glossary
Every term you need to know, explained clearly. From AI fundamentals to growth metrics, marketing, infrastructure, and beyond.
A
A/B Testing
AI EngineeringA controlled experiment comparing two or more variants to determine which performs better on a defined metric, using statistical methods to ensure reliable results.
A/B Testing Personalization
Personalization & RecommendationsThe application of controlled experimentation to personalization strategies, comparing personalized experiences against non-personalized baselines to measure the incremental impact of personalization on user outcomes.
A2A Protocol (Agent-to-Agent)
AI AgentsA communication standard that enables AI agents built on different frameworks and by different vendors to discover, authenticate, and collaborate with each other. A2A protocol aims to create interoperability across the agent ecosystem.
AARRR Framework (Pirate Metrics)
Growth Metrics & StrategyA growth framework that organizes the customer lifecycle into five stages: Acquisition, Activation, Retention, Referral, and Revenue, providing a structured approach to identifying and fixing growth bottlenecks.
Acceptance Criteria
Product ManagementSpecific, testable conditions that a user story must satisfy to be considered complete. Acceptance criteria define the boundaries of a feature by specifying expected behavior, edge cases, and quality requirements in unambiguous terms.
Accessibility Testing
Product & Ad TestingThe evaluation of a digital product against accessibility standards and guidelines, primarily the Web Content Accessibility Guidelines (WCAG), to ensure that people with disabilities can perceive, understand, navigate, and interact with the product effectively.
Account-Based Marketing (ABM)
Marketing & CROA strategic marketing approach that focuses resources on a defined set of target accounts rather than casting a wide net. ABM coordinates personalized campaigns across channels to engage specific companies and their decision-makers.
Activation Experiment
Experimentation & Causal InferenceAn experiment specifically designed to increase the rate at which new users reach a product's activation milestone, the key early action that correlates with long-term retention, by testing changes to onboarding flows, first-run experiences, and value delivery.
Activation Function
AI FundamentalsA nonlinear mathematical function applied to each neuron's output in a neural network, enabling the network to learn complex, nonlinear patterns that a purely linear model could not represent.
Activation Rate
Growth Metrics & StrategyThe percentage of new signups who complete a key action (the 'aha moment') that correlates with long-term retention and product value realization.
Ad Attribution
AdTech & ProgrammaticThe process of identifying which advertising touchpoints contributed to a conversion, assigning credit across channels, campaigns, and creatives to understand what drove the user's decision to convert.
Ad Creative Testing
AdTech & ProgrammaticThe systematic process of evaluating different ad creative variations to determine which elements, messages, and designs produce the best performance across key metrics like click-through rate, conversion rate, and ROAS.
Ad Exchange
AdTech & ProgrammaticA digital marketplace that facilitates the buying and selling of advertising inventory between advertisers and publishers in real time, operating as a neutral auction platform connecting DSPs and SSPs.
Ad Fraud
AdTech & ProgrammaticDeceptive practices that generate fake ad impressions, clicks, or conversions to steal advertising revenue, including bot traffic, click farms, domain spoofing, and pixel stuffing. It costs the industry billions annually.
Ad Inventory
AdTech & ProgrammaticThe total supply of advertising space available for purchase across a publisher's digital properties, measured in available impressions and categorized by format, placement, audience characteristics, and quality tier.
Ad Network
AdTech & ProgrammaticAn intermediary that aggregates ad inventory from multiple publishers and sells it to advertisers as packaged audience segments or placement bundles, simplifying the buying process but adding a layer between buyer and seller.
Ad Placement
AdTech & ProgrammaticThe specific location on a webpage, within an app, or during a video stream where an advertisement is displayed, significantly influencing viewability, engagement rates, and overall campaign performance.
Ad Server
AdTech & ProgrammaticA technology platform that stores, delivers, and tracks ad creatives, making real-time decisions about which ads to serve to which users and recording impression, click, and conversion data for reporting.
Adaptive Experiment
Experimentation & Causal InferenceAn experiment design that modifies its parameters during execution based on accumulating data, including adjusting traffic allocation between variants, dropping underperforming arms, or modifying the sample size, while maintaining statistical validity through appropriate corrections.
Agent Authentication
AI AgentsThe process of verifying an agent's identity and authorizing its access to tools, data, and services. Agent authentication ensures that only approved agents can perform sensitive actions and that actions are traceable to specific agents.
Agent Benchmarks
AI AgentsStandardized evaluation suites that measure agent capabilities across tasks like web navigation, coding, tool use, and multi-step reasoning. Benchmarks provide comparable metrics for assessing different agent implementations and model versions.
Agent Caching
AI AgentsStoring and reusing the results of previous agent computations, tool calls, or model inferences to reduce latency and cost for repeated or similar requests. Agent caching operates at multiple levels from prompt caching to full response caching.
Agent Cost Optimization
AI AgentsStrategies for reducing the computational and financial cost of running AI agents, including model selection, prompt optimization, caching, and efficient tool use. Cost optimization ensures agent systems remain economically viable at scale.
Agent Debugging
AI AgentsThe practice of diagnosing and resolving issues in agent behavior by inspecting reasoning traces, tool call sequences, state transitions, and decision points. Agent debugging requires specialized tools beyond traditional software debugging.
Agent Error Handling
AI AgentsStrategies for detecting, recovering from, and learning from errors that occur during agent execution, including tool failures, reasoning errors, timeout exceptions, and unexpected model outputs.
Agent Evaluation
AI AgentsSystematic methods for measuring agent performance including task completion rate, accuracy, latency, cost, and user satisfaction. Agent evaluation is more complex than model evaluation because it must assess multi-step reasoning and tool use.
Agent Fallback
AI AgentsBackup strategies that activate when an agent's primary approach fails, including alternative models, simpler tool chains, cached responses, or human escalation. Fallbacks ensure continuity of service even during partial system failures.
Agent Guardrails
AI AgentsSafety mechanisms that constrain agent behavior within acceptable boundaries, preventing harmful actions, excessive spending, or unauthorized access. Guardrails operate at the prompt, tool, and system levels to enforce policies.
Agent Handoff
AI AgentsThe process of transferring a conversation or task from one agent to another, including relevant context and state. Agent handoffs enable specialized agents to collaborate on complex workflows without losing continuity.
Agent Loop
AI AgentsThe core execution cycle of an AI agent where it repeatedly processes input, reasons about next steps, executes actions, and evaluates results until a goal is achieved or a termination condition is met.
Agent Memory
AI AgentsSystems that allow AI agents to store, retrieve, and use information across interactions and sessions. Agent memory encompasses short-term context within a conversation and long-term persistence across separate sessions.
Agent Observability
AI AgentsThe practice of instrumenting agent systems to collect, visualize, and alert on operational metrics including latency, cost, error rates, reasoning quality, and task success rates. Observability enables proactive management of agent performance.
Agent Orchestration
AI AgentsThe coordination layer that manages how multiple agents, tools, and workflows interact to accomplish complex tasks. Agent orchestration handles routing, state management, error recovery, and resource allocation across the agent system.
Agent Rate Limiting
AI AgentsControls that restrict how frequently agents can invoke tools, call APIs, or consume resources within specified time windows. Rate limiting prevents agents from overwhelming external services, exceeding budgets, or running away in error loops.
Agent Routing
AI AgentsThe process of directing incoming requests to the most appropriate agent based on task type, complexity, user context, or current system load. Agent routing acts as the traffic controller for multi-agent systems.
Agent Safety
AI AgentsThe discipline of ensuring AI agents behave predictably, respect boundaries, and do not cause harm through their actions. Agent safety encompasses prompt injection defense, action validation, scope limitation, and impact assessment.
Agent Sandboxing
AI AgentsIsolating agent execution in restricted environments that limit access to system resources, networks, and data. Sandboxing prevents agents from performing unintended or harmful actions beyond their authorized scope.
Agent State Management
AI AgentsThe systems and patterns for tracking, persisting, and restoring an agent's working context across steps, sessions, and failures. State management enables agents to handle long-running tasks and recover gracefully from interruptions.
Agentic Workflow
AI AgentsA multi-step process where an AI agent autonomously plans, executes, and iterates on tasks using tools, reasoning, and feedback loops. Agentic workflows go beyond single-turn interactions to accomplish complex goals.
Agile
Product ManagementA set of values and principles for software development that prioritizes individuals and interactions, working software, customer collaboration, and responding to change. Agile emphasizes iterative delivery and continuous feedback over rigid planning.
AI Content Generation
Marketing & CROThe use of large language models and AI tools to create marketing content including blog posts, ad copy, email campaigns, social media posts, and product descriptions. AI content generation accelerates production while requiring human oversight for quality and brand alignment.
Alpha Testing
Product & Ad TestingAn early-stage internal testing phase conducted by the development team or a small group of trusted stakeholders to validate core functionality, identify critical defects, and assess whether the product meets basic acceptance criteria before external exposure.
Anchor Text
SEO & SearchThe visible, clickable text of a hyperlink that provides context about the linked page's content to both users and search engines. Anchor text is a ranking signal that helps search engines understand what the destination page is about.
Annual Recurring Revenue (ARR)
Growth Metrics & StrategyThe annualized value of recurring subscription revenue, calculated as MRR multiplied by 12, serving as the standard valuation metric for SaaS companies and the basis for growth rate benchmarking.
Anomaly Detection Analytics
Analytics & MeasurementThe automated identification of unusual patterns, unexpected changes, and statistical outliers in metrics data, using machine learning to flag deviations that require investigation without relying on manual monitoring.
API Gateway
AI EngineeringA server that acts as a single entry point for client requests, handling cross-cutting concerns like authentication, rate limiting, request routing, and protocol translation before forwarding to backend services.
API Gateway
Infrastructure & DevOpsA server that acts as the single entry point for all API requests, handling routing, authentication, rate limiting, and request transformation. API gateways decouple client applications from the internal microservice topology and centralize cross-cutting concerns.
API Versioning
AI EngineeringThe practice of managing changes to an API over time by maintaining multiple versions simultaneously, ensuring existing clients are not broken when the API evolves.
Application Performance Monitoring
Infrastructure & DevOpsThe practice of measuring and analyzing application behavior from the end-user perspective, tracking response times, error rates, throughput, and transaction traces. APM tools provide visibility into code-level performance issues that infrastructure monitoring cannot detect.
Assumption Mapping
Product ManagementA technique for identifying and prioritizing the assumptions underlying a product idea based on their importance and the team's confidence in them. High-importance, low-confidence assumptions are tested first to reduce risk early.
Attention Mechanism
AI FundamentalsA neural network component that dynamically weights the relevance of different parts of the input sequence when producing each output token.
Attention Metrics Testing
Product & Ad TestingThe measurement and optimization of how much cognitive attention users actually give to advertisements, going beyond viewability to quantify engagement depth through eye tracking, scroll behavior, interaction time, and predictive attention models.
Attribution Analytics
Analytics & MeasurementThe analytical practice of determining which marketing touchpoints, channels, and campaigns contributed to conversions, using models that range from simple last-click rules to sophisticated multi-touch algorithmic approaches.
Attribution Testing
Product & Ad TestingThe experimental evaluation of different attribution models and methodologies to determine which approach most accurately represents the contribution of marketing touchpoints to conversions, enabling more informed budget allocation and channel optimization decisions.
AUC (Area Under the Curve)
AI FundamentalsA summary metric computed as the area under the ROC curve, representing the probability that a classifier will rank a randomly chosen positive instance higher than a randomly chosen negative one.
Audience Segmentation Test
Product & Ad TestingAn experiment that evaluates different methods of dividing users into segments based on behavior, demographics, psychographics, or predicted attributes, measuring which segmentation approach produces the most actionable and impactful differentiation for targeting, personalization, and messaging strategies.
Audience Testing
Product & Ad TestingThe experimental evaluation of different audience segments, targeting criteria, and lookalike configurations in paid advertising to identify which audiences produce the best results in terms of cost per acquisition, return on ad spend, and customer lifetime value.
Auto-Scaling
Infrastructure & DevOpsThe automatic adjustment of compute resources based on real-time demand metrics. Auto-scaling adds instances when traffic increases and removes them when demand drops, maintaining performance during peaks while minimizing costs during quiet periods.
Autoencoder
AI FundamentalsA neural network trained to compress input data into a compact latent representation and then reconstruct the original input from that representation, learning efficient data encodings in the process.
AutoGen
AI AgentsA Microsoft framework for building multi-agent conversational systems where agents interact through natural language messages. AutoGen supports flexible conversation patterns including group chats, nested conversations, and human participation.
Autonomous Agent
AI AgentsAn AI system that independently pursues goals over extended periods, making decisions, using tools, and adapting its approach without continuous human oversight. Autonomous agents operate with broad mandates rather than step-by-step instructions.
Average Revenue Per User (ARPU)
Growth Metrics & StrategyThe mean revenue generated per active user or account over a given period, calculated by dividing total revenue by the number of users, used to track monetization efficiency.
B
Back-Pressure
AI EngineeringA flow control mechanism where a system signals upstream components to slow down when it cannot process incoming data fast enough, preventing resource exhaustion and maintaining system stability.
Backlink
SEO & SearchA hyperlink from one website to another, serving as a vote of confidence in the destination site's content quality and relevance. Backlinks remain one of the strongest ranking factors in Google's algorithm.
Backpropagation
AI FundamentalsThe algorithm that efficiently computes gradients of the loss function with respect to every weight in a neural network by propagating error signals backward from the output layer to the input layer.
Backup Strategy
Infrastructure & DevOpsA comprehensive plan for creating, storing, verifying, and restoring copies of data to protect against loss from hardware failure, software bugs, human error, or security breaches. An effective backup strategy defines backup frequency, retention periods, and storage locations.
Batch Inference
Data & PipelinesProcessing multiple ML predictions as a group at scheduled intervals rather than one-at-a-time on demand, optimizing for throughput and cost over latency.
Batch Normalization
AI FundamentalsA technique that normalizes layer inputs across the training batch to have zero mean and unit variance, stabilizing and accelerating neural network training by reducing internal covariate shift.
Bayesian A/B Testing
Analytics & MeasurementAn experimentation methodology that uses Bayesian statistics to calculate the probability that each variant is best and the expected magnitude of differences, providing more intuitive and decision-friendly results than frequentist approaches.
Bayesian Inference
Data & PipelinesA statistical framework that updates probability estimates as new evidence becomes available, combining prior beliefs with observed data to produce posterior probability distributions over hypotheses.
Bayesian Optimization
Experimentation & Causal InferenceA sequential decision-making framework that uses a probabilistic model of the objective function to efficiently search for the optimal configuration of parameters, balancing exploration of uncertain regions with exploitation of promising areas.
Behavioral Analytics
Analytics & MeasurementThe analysis of user actions, patterns, and sequences within digital products to understand motivations, predict future behavior, and optimize experiences based on how users actually behave rather than what they report.
Behavioral Segmentation
Personalization & RecommendationsA segmentation approach that groups users based on their observed actions and usage patterns rather than demographic attributes, including purchase behavior, feature adoption, engagement frequency, and content consumption.
Behavioral Targeting
AdTech & ProgrammaticAn advertising approach that targets users based on their past online behavior, including websites visited, searches performed, content consumed, and purchases made, to predict interests and purchase intent.
Benchmark Study
Product & Ad TestingA structured research effort that measures a product's current performance against established standards, competitor products, or its own historical data to create quantitative baselines for evaluating the impact of future changes.
Benchmarks
AI FundamentalsStandardized tests and datasets used to evaluate and compare AI model performance across specific tasks, providing consistent metrics for measuring progress and informing model selection decisions.
Beta Testing
Product & Ad TestingA pre-release testing phase in which a near-final version of a product or feature is distributed to a limited group of external users to uncover bugs, usability issues, and performance problems under real-world conditions before general availability.
Bias-Variance Tradeoff
AI FundamentalsThe fundamental tension in machine learning between bias (error from overly simplistic assumptions that cause the model to miss patterns) and variance (error from excessive sensitivity to training data fluctuations).
Bid Optimization
AdTech & ProgrammaticThe use of algorithms and machine learning to automatically adjust advertising bid amounts for each auction opportunity based on predicted conversion probability, competitive dynamics, and campaign objectives.
Blue-Green Deployment
AI EngineeringA release strategy that runs two identical production environments, switching traffic from the current version (blue) to the new version (green) once it passes validation, enabling instant rollback.
Blue-Green Deployment
Infrastructure & DevOpsA deployment strategy that maintains two identical production environments, blue and green. One environment serves live traffic while the other receives the new deployment. Traffic is switched atomically once the new version is verified, enabling instant rollback.
Bounce Rate
Analytics & MeasurementThe percentage of visitors who leave a website after viewing only a single page without taking any further action, indicating potential issues with content relevance, page quality, or user experience.
Brand Awareness
Marketing & CROThe extent to which consumers recognize and recall your brand when considering a purchase in your category. Brand awareness ranges from aided recognition (recognizing the name when prompted) to unaided recall (naming the brand spontaneously when thinking about the category).
Brand Equity
Marketing & CROThe commercial value derived from consumer perception of a brand name rather than the product itself. Positive brand equity allows a company to charge premium prices, attract customers more easily, and extend into new product categories.
Brand Lift Study
Product & Ad TestingA measurement methodology that evaluates the impact of advertising on brand perception metrics like awareness, favorability, consideration, and purchase intent by surveying users exposed to the advertising and comparing their responses to a control group that was not exposed.
Brand Safety
AdTech & ProgrammaticThe practice of ensuring that advertisements do not appear alongside content that could damage the advertiser's reputation, such as hate speech, violence, misinformation, or other objectionable material.
Brand Safety Testing
Product & Ad TestingThe verification and monitoring processes that ensure digital advertisements do not appear alongside content that could harm the advertiser's brand reputation, including extremist material, misinformation, adult content, and other categories deemed inappropriate by the brand.
Build-Measure-Learn
Product ManagementThe core feedback loop of the Lean Startup methodology. Teams build a small experiment, measure how users respond with quantitative and qualitative data, then learn whether to iterate, pivot, or scale the approach.
Burn Rate
Growth Metrics & StrategyThe rate at which a company spends its cash reserves in excess of revenue, typically measured monthly, determining how long the company can operate before needing additional funding or reaching profitability.
Buyer Persona
Marketing & CROA semi-fictional representation of your ideal customer based on market research and real customer data. Buyer personas describe demographics, goals, challenges, decision-making processes, and objections to guide marketing strategy and content creation.
C
Cache Invalidation
Infrastructure & DevOpsThe process of removing or updating stale data from caches when the underlying source data changes. Cache invalidation is notoriously difficult because it requires knowing exactly when cached data becomes stale across distributed systems.
Caching Strategy
Infrastructure & DevOpsA systematic approach to storing frequently accessed data in fast-access storage layers to reduce latency and backend load. Effective caching strategies define what to cache, where to cache it, how long to keep it, and when to invalidate stale entries.
Call to Action (CTA)
Marketing & CROA prompt that encourages users to take a specific next step, typically presented as a button, link, or form. Effective CTAs use clear, action-oriented language and create a sense of value or urgency to drive conversions.
Campaign Optimization
AdTech & ProgrammaticThe continuous process of improving advertising campaign performance by adjusting targeting, bidding, creative, placements, budgets, and scheduling based on real-time data analysis and machine learning recommendations.
Canary Release
AI EngineeringA deployment strategy that gradually rolls out changes to a small subset of users before expanding to the full population, allowing teams to detect issues early with minimal blast radius.
Cannibalization Testing
Product & Ad TestingThe experimental measurement of whether a new product, feature, channel, or campaign reduces the performance of existing offerings rather than generating purely incremental growth, quantifying the degree to which new initiatives eat into rather than add to total business outcomes.
Canonical URL
SEO & SearchAn HTML element that tells search engines which version of a page is the preferred one when multiple URLs serve similar or identical content. Canonical tags consolidate ranking signals and prevent duplicate content issues.
CAP Theorem
AI EngineeringA fundamental distributed systems principle stating that a system can guarantee at most two of three properties simultaneously: Consistency, Availability, and Partition tolerance.
Capacity Planning
Infrastructure & DevOpsThe process of determining the computing resources needed to meet current and future demand while balancing performance, cost, and reliability. Capacity planning uses traffic projections, load testing, and resource utilization data to make informed infrastructure decisions.
Card Sorting
Product & Ad TestingA user research technique in which participants organize content items, features, or topics into groups and label those groups, revealing mental models that inform information architecture, navigation design, and content categorization decisions.
Causal Forest
Experimentation & Causal InferenceA machine learning method based on random forests that estimates heterogeneous treatment effects, discovering how the impact of a treatment varies across different subgroups of users defined by their observable characteristics.
Causal Inference
Personalization & RecommendationsStatistical and machine learning methods that determine cause-and-effect relationships between actions and outcomes, going beyond correlation to understand whether a specific intervention actually caused an observed result.
Chain of Thought
AI AgentsA prompting technique that instructs the model to break down complex problems into sequential reasoning steps before producing a final answer. Chain of thought significantly improves accuracy on math, logic, and multi-step tasks.
Change Data Capture (CDC)
Data & PipelinesA technique for identifying and capturing changes made to a database in real time by reading the database's transaction log, enabling downstream systems to react to data changes as they occur.
Channel Testing
Product & Ad TestingThe experimental evaluation of different marketing channels and platforms to determine which deliver the best performance in terms of customer acquisition cost, return on investment, audience reach, and contribution to overall business growth.
Chaos Engineering
AI EngineeringThe discipline of experimenting on a system by intentionally injecting failures to uncover weaknesses and build confidence that the system can withstand turbulent real-world conditions.
Checkout Optimization Test
Product & Ad TestingA systematic experimentation program focused on reducing cart abandonment and increasing purchase completion rates by testing changes to the checkout flow including form design, payment options, trust signals, progress indicators, and friction-reducing interventions.
Churn
Growth Metrics & StrategyThe rate at which customers stop using or paying for a product over a given period, typically measured as monthly or annual churn percentage.
Churn Rate
Marketing & CROThe percentage of customers who stop using your product or cancel their subscription within a given period. Churn rate is the inverse of retention and directly determines the ceiling of your growth: high churn negates even strong acquisition efforts.
CI/CD (Continuous Integration / Continuous Deployment)
AI EngineeringAn automated software practice where code changes are continuously integrated into a shared repository, tested, and deployed to production, reducing manual intervention and accelerating delivery cycles.
Circuit Breaker
AI EngineeringA resilience pattern that monitors for failures in downstream service calls and temporarily stops making requests when a failure threshold is exceeded, preventing cascade failures across the system.
Classification
AI FundamentalsA supervised learning task that assigns input data to one of several predefined categories based on learned patterns, used for tasks like spam detection, sentiment analysis, and churn prediction.
Click-Stream Analysis
Personalization & RecommendationsThe process of analyzing the sequential record of user clicks and page views to understand navigation patterns, identify intent signals, discover usability issues, and predict future behavior within a digital product.
Click-Through Rate (SEO)
SEO & SearchThe percentage of search impressions that result in clicks to your page from the search results page. SEO CTR is influenced by title tags, meta descriptions, SERP features, ranking position, and URL structure.
Cluster Randomization
Experimentation & Causal InferenceAn experimental design that randomly assigns groups (clusters) of users rather than individual users to treatment conditions, used when individual randomization is not feasible or when interference between users within the same cluster would violate independence assumptions.
Clustering
AI FundamentalsAn unsupervised learning technique that groups similar data points together without predefined labels, discovering natural structure and segments within datasets based on feature similarity.
Code Interpreter
AI AgentsAn agent capability that allows the AI to write, execute, and iterate on code in a sandboxed environment. Code interpreters enable agents to perform data analysis, create visualizations, and solve computational problems dynamically.
Code Review
AI EngineeringThe systematic practice of having team members examine each other's code changes before merging, catching bugs, enforcing standards, sharing knowledge, and improving overall code quality.
Cognitive Walkthrough
Product & Ad TestingA task-based usability inspection method in which evaluators step through a sequence of actions required to complete a user goal, assessing at each step whether a new user would know what to do, understand the available options, and recognize that they are making progress.
Cohort Analysis
Growth Metrics & StrategyA method of analyzing user behavior by grouping users based on a shared characteristic (typically signup date) and tracking their metrics over time, revealing trends hidden in aggregate data.
Cohort Analysis
Analytics & MeasurementA technique that groups users by a shared characteristic or experience within a defined time period and tracks their behavior over subsequent periods, revealing how user behavior evolves and differs across groups.
Cold Start
AI EngineeringThe initial latency spike that occurs when a serverless function, container, or service instance is invoked after a period of inactivity and must initialize its runtime environment before processing the request.
Cold-Start Problem
Personalization & RecommendationsThe challenge of providing relevant recommendations or personalized experiences to new users with no interaction history or for new items with no engagement data, a fundamental limitation of data-driven personalization systems.
Collaborative Filtering
Personalization & RecommendationsA recommendation technique that predicts a user's preferences by analyzing behavior patterns across many users, based on the principle that people who agreed in the past tend to agree in the future.
Columnar Storage
Data & PipelinesA data storage format that organizes data by columns rather than rows, enabling highly efficient compression and dramatically faster analytical queries that access only a subset of columns.
Competitive Analysis
Marketing & CROA systematic evaluation of competing products, companies, and strategies to identify strengths, weaknesses, opportunities, and threats in your market. Competitive analysis informs positioning, pricing, feature development, and marketing strategy.
Competitive Moat
Growth Metrics & StrategyA sustainable competitive advantage that protects a business from competitors, creating durable barriers that are difficult or costly to replicate, such as network effects, proprietary data, or switching costs.
Competitive Usability Testing
Product & Ad TestingA comparative usability evaluation that tests your product and one or more competitor products using the same tasks, metrics, and participant pool to identify relative strengths and weaknesses and uncover competitive differentiation opportunities.
Computer Use Agent
AI AgentsAn AI agent that controls a computer by viewing the screen, moving the mouse, clicking elements, and typing keystrokes, effectively operating software like a human user. Computer use agents interact with any application through the visual interface.
Concept Testing
Product & Ad TestingA research method that evaluates user reactions to a product idea, feature concept, or value proposition before any development begins, using mockups, descriptions, or prototypes to gauge desirability, comprehension, and purchase intent.
Confidence Interval
Experimentation & Causal InferenceA range of values, derived from sample data, that is expected to contain the true population parameter with a specified probability, providing both an estimate of the treatment effect and the precision of that estimate.
Confusion Matrix
AI FundamentalsA table that visualizes a classification model's performance by showing the counts of true positives, true negatives, false positives, and false negatives across all predicted and actual class combinations.
Connected TV
AdTech & ProgrammaticTelevision sets or devices connected to the internet that enable streaming content and addressable advertising, including smart TVs, streaming sticks, and gaming consoles, merging TV's reach with digital targeting precision.
Connection Pooling
Infrastructure & DevOpsA technique that maintains a pool of reusable database or network connections rather than creating and destroying connections for each request. Connection pooling reduces the overhead of connection establishment and improves response times for database-heavy applications.
Consent Management
AdTech & ProgrammaticThe systems and processes that collect, store, and enforce user privacy preferences regarding data collection and advertising, ensuring compliance with regulations like GDPR, CCPA, and other privacy laws.
Constitutional AI
AI FundamentalsAn alignment approach developed by Anthropic where an AI is trained to follow a set of principles (a constitution) through self-critique and revision, reducing the need for human feedback on every example.
Container Orchestration
Infrastructure & DevOpsThe automated management of containerized applications across a cluster of machines, handling deployment, scaling, networking, and health monitoring. Kubernetes is the dominant orchestration platform, providing declarative configuration for complex distributed systems.
Content Cluster
SEO & SearchA group of interlinked content pieces organized around a central pillar page, where supporting articles cover specific subtopics in depth and link back to the pillar. Content clusters signal topical authority and create logical site architecture.
Content Delivery Network
Infrastructure & DevOpsA geographically distributed network of proxy servers that caches and delivers content from locations closest to end users. CDNs reduce latency, improve load times, and absorb traffic spikes by serving content from edge nodes rather than a single origin server.
Content Marketing
Marketing & CROA strategic marketing approach focused on creating and distributing valuable, relevant content to attract and retain a clearly defined audience. Content marketing builds trust and expertise that drives profitable customer action over time.
Content-Based Filtering
Personalization & RecommendationsA recommendation approach that suggests items similar to those a user has previously liked or interacted with, based on item attributes and features rather than the behavior of other users.
Context Window
AI FundamentalsThe maximum number of tokens an LLM can process in a single inference call, encompassing both the input prompt and the generated output, typically ranging from 4K to 1M tokens.
Contextual Bandit
Personalization & RecommendationsA machine learning framework that makes personalization decisions by balancing exploitation of known preferences with exploration of uncertain options, using contextual features about the user and situation to optimize actions.
Contextual Bandit Experiment
Experimentation & Causal InferenceAn adaptive experiment that uses user context (features like demographics, behavior history, and session attributes) to personalize which treatment variant each user receives, learning a policy that maps user characteristics to optimal treatments in real time.
Contextual Personalization
Personalization & RecommendationsTailoring user experiences based on situational context such as device type, location, time of day, weather, referral source, and current intent signals, adapting the experience to the moment rather than just the user profile.
Contextual Relevance Testing
Product & Ad TestingThe evaluation and optimization of ad placement relevance by analyzing the alignment between advertisement content and the surrounding editorial or page content, ensuring that ads appear in contexts that enhance rather than diminish their effectiveness.
Contextual Targeting
AdTech & ProgrammaticAn advertising targeting method that matches ads to the content of the page where they appear, using natural language processing to understand page topics, sentiment, and relevance without relying on user-level data.
Continuous Delivery
AI EngineeringA software engineering practice where code changes are automatically built, tested, and prepared for production release, ensuring the codebase is always in a deployable state with releases requiring only a manual approval step.
Continuous Discovery
Product ManagementA practice where product teams conduct regular, ongoing discovery activities rather than treating research as a discrete phase. Teams interview users weekly, run experiments continuously, and constantly refine their understanding of customer needs.
Conversational Agent
AI AgentsAn AI agent designed for multi-turn dialogue with users, maintaining context across messages and adapting its behavior based on the conversation flow. Conversational agents combine language understanding with task execution within natural dialogue.
Conversion Funnel
Marketing & CROA model representing the stages a user progresses through from initial awareness to completing a desired action. Each funnel stage narrows as some users drop off, and optimizing each stage's conversion rate improves overall throughput.
Conversion Lift Study
Product & Ad TestingAn experimental measurement methodology that isolates the incremental conversions directly caused by advertising by comparing conversion rates between a group exposed to ads and a randomized holdout group that is prevented from seeing the ads.
Conversion Rate Analytics
Analytics & MeasurementThe systematic measurement and analysis of the percentage of users who complete a desired action out of the total who had the opportunity, applied across multiple conversion points throughout the user journey.
Conversion Rate Optimization (CRO)
Marketing & CROThe systematic process of increasing the percentage of website visitors who take a desired action such as purchasing, signing up, or requesting a demo. CRO uses data analysis, user research, and A/B testing to improve conversion performance.
Convolutional Neural Network (CNN)
AI FundamentalsA neural network architecture designed for processing grid-structured data like images, using convolutional filters that slide over the input to detect local patterns like edges, textures, and shapes.
Cookie Deprecation
AdTech & ProgrammaticThe ongoing elimination of third-party cookies by major web browsers, fundamentally disrupting cross-site user tracking, behavioral targeting, frequency capping, and attribution measurement in digital advertising.
Copy Testing
Product & Ad TestingThe systematic evaluation of written marketing content, including headlines, body copy, calls to action, and value propositions, to determine which messaging resonates most effectively with the target audience and drives the desired response.
Core Web Vitals
SEO & SearchA set of three Google-defined metrics that measure real-world user experience for loading performance, interactivity, and visual stability. Core Web Vitals are a confirmed ranking factor in Google Search.
Cosine Similarity
Data & PipelinesA measure of similarity between two vectors based on the cosine of the angle between them, ranging from -1 (opposite) to 1 (identical), commonly used to compare embeddings.
Cost Optimization
Infrastructure & DevOpsThe ongoing practice of reducing infrastructure spending while maintaining required performance and reliability levels. Cost optimization involves right-sizing resources, leveraging pricing models, eliminating waste, and aligning spending with business value.
Cost Per Acquisition (CPA)
Marketing & CROThe total cost of acquiring one new customer, including all marketing and sales expenses from initial awareness through closed deal. CPA is the definitive efficiency metric for evaluating whether customer acquisition is economically sustainable.
Cost Per Action
AdTech & ProgrammaticThe price an advertiser pays when a user completes a specific desired action after interacting with an ad, such as a purchase, signup, or app install. Also called cost per acquisition (CPA).
Cost Per Click
AdTech & ProgrammaticThe price an advertiser pays each time a user clicks on their ad, commonly abbreviated as CPC. It directly ties ad spend to user engagement and is the standard pricing model for search and performance advertising.
Cost Per Lead (CPL)
Marketing & CROThe total marketing spend divided by the number of leads generated, representing the average cost to acquire one new lead. CPL is a fundamental efficiency metric for demand generation and helps compare cost-effectiveness across channels and campaigns.
Cost Per Mille
AdTech & ProgrammaticThe cost an advertiser pays for one thousand ad impressions served, commonly abbreviated as CPM. It is the standard pricing unit for display and video advertising across programmatic and direct buying channels.
Counter-Metrics
Analytics & MeasurementMetrics that are intentionally tracked alongside primary optimization targets to detect unintended negative consequences of optimization, ensuring that improvements in one area do not come at the expense of another.
CQRS
Infrastructure & DevOpsCommand Query Responsibility Segregation is an architectural pattern that separates read and write operations into distinct models. Write operations use command models optimized for validation and business logic, while read operations use query models optimized for data retrieval.
CQRS (Command Query Responsibility Segregation)
AI EngineeringAn architectural pattern that separates read and write operations into different models, allowing each to be independently optimized, scaled, and evolved for its specific access patterns.
Crawl Budget
SEO & SearchThe number of pages a search engine bot will crawl on your site within a given timeframe, determined by crawl rate limit and crawl demand. Crawl budget optimization ensures important pages are discovered and indexed efficiently.
Creative Rotation
Product & Ad TestingThe practice of systematically cycling through multiple ad creative variants within a campaign to combat creative fatigue, maintain audience engagement, and gather performance data that informs future creative development.
CrewAI
AI AgentsA Python framework for orchestrating multi-agent systems where agents are organized into crews with defined roles, goals, and task assignments. CrewAI emphasizes role-based agent design and sequential or parallel task execution.
CRM (Customer Relationship Management)
Marketing & CROA system for managing all interactions and relationships with current and potential customers. CRM platforms centralize contact data, track communication history, manage sales pipelines, and provide analytics on customer relationships.
Cross-Channel Personalization
Personalization & RecommendationsDelivering consistent, coordinated personalized experiences across all customer touchpoints including web, mobile app, email, push notifications, in-store, and advertising, maintaining context as users move between channels.
Cross-Validation
AI FundamentalsA model evaluation technique that splits data into multiple folds, training and testing on different subsets in rotation, providing a more reliable estimate of model performance than a single train-test split.
Crossing the Chasm
Growth Metrics & StrategyThe critical and difficult transition a technology product must make from early adopter customers to the pragmatic mainstream majority, as described in Geoffrey Moore's influential framework.
Crossover Design
Experimentation & Causal InferenceAn experimental design where the same subjects receive both the treatment and control conditions in different time periods, with each subject serving as their own control, reducing variance from between-subject differences.
Cumulative Layout Shift (CLS)
SEO & SearchA Core Web Vital that measures the total amount of unexpected layout shifts that occur during a page's entire lifespan. Good CLS is 0.1 or less, where layout shifts are calculated from the impact and distance of moving elements.
CUPED Variance Reduction
Experimentation & Causal InferenceA statistical technique (Controlled-experiment Using Pre-Experiment Data) that reduces metric variance in online experiments by adjusting for pre-experiment user behavior, increasing statistical power by 20-50% without requiring larger sample sizes.
Custom Dashboard
Analytics & MeasurementA purpose-built visual display that aggregates key metrics, charts, and data views relevant to a specific team, role, or business objective, providing at-a-glance monitoring and actionable insight without manual report generation.
Customer Acquisition Cost (CAC)
Growth Metrics & StrategyThe total cost of acquiring a new customer, calculated by dividing all sales and marketing spend by the number of new customers acquired in a given period.
Customer Data Platform
AdTech & ProgrammaticA software system that creates a persistent, unified customer database by collecting and integrating first-party data from multiple sources, making complete customer profiles accessible to marketing and advertising systems.
Customer Data Platform (CDP)
Marketing & CROA system that unifies customer data from multiple sources into a single, persistent customer profile accessible by other marketing systems. CDPs resolve identity across channels and devices to create a comprehensive view of each customer.
Customer Journey Map
Marketing & CROA visual representation of every interaction a customer has with your brand from initial awareness through purchase and beyond. Journey maps identify touchpoints, emotions, pain points, and opportunities across the complete customer experience.
Customer Lifetime Value (CLV/LTV)
Marketing & CROThe predicted total revenue a customer will generate throughout their entire relationship with your company. CLV is the cornerstone of acquisition economics, determining how much you can profitably spend to acquire and retain each customer.
Customer Segmentation
Growth Metrics & StrategyThe practice of dividing customers into distinct groups based on shared characteristics like behavior, demographics, needs, or value, enabling targeted strategies for acquisition, engagement, and retention.
D
Dark Funnel
Marketing & CROThe invisible portion of the buyer journey where prospects research, evaluate, and form opinions through channels that marketing cannot track, such as private conversations, community forums, word-of-mouth, and dark social sharing.
Data Catalog
Data & PipelinesA centralized inventory of all data assets in an organization, providing searchable metadata, documentation, lineage, and quality information to help teams discover and understand available data.
Data Clean Room
AdTech & ProgrammaticA secure, privacy-preserving environment where multiple parties can combine and analyze their datasets without directly sharing or exposing individual-level user data, enabling measurement and audience insights.
Data Deduplication
Data & PipelinesThe process of identifying and removing duplicate records from a dataset using exact matching, fuzzy matching, or probabilistic techniques to ensure each real-world entity is represented exactly once.
Data Democratization
Analytics & MeasurementThe practice of making data and analytics tools accessible to all team members regardless of technical skill level, empowering non-technical stakeholders to explore data and make data-informed decisions independently.
Data Drift
Data & PipelinesA change in the statistical properties of model input data over time compared to the training data distribution, potentially degrading model performance if left undetected and unaddressed.
Data Governance
Data & PipelinesThe framework of policies, processes, and standards that ensure data is managed consistently, securely, and in compliance with regulations throughout its lifecycle across an organization.
Data Lake
Data & PipelinesA centralized storage repository that holds vast amounts of raw data in its native format, including structured, semi-structured, and unstructured data, until it is needed for analysis.
Data Lakehouse
Data & PipelinesA hybrid data architecture that combines the low-cost scalable storage of data lakes with the structured querying and ACID transaction capabilities of data warehouses in a single platform.
Data Lineage
Data & PipelinesThe tracking of data's origin, transformations, and movement through systems over time, providing an audit trail that shows where data came from, how it was modified, and where it was delivered.
Data Mesh
Data & PipelinesA decentralized data architecture paradigm where domain teams own and operate their data as products, with federated governance and self-serve infrastructure replacing centralized data teams.
Data Normalization
Data & PipelinesThe process of organizing data to reduce redundancy and improve integrity through a series of normal forms, or the statistical process of scaling numeric features to a standard range for machine learning.
Data Partitioning
Data & PipelinesThe practice of dividing large datasets into smaller, manageable segments based on key attributes like date or region, improving query performance by allowing the system to scan only relevant partitions.
Data Pipeline
Data & PipelinesAn automated sequence of data processing steps that moves data from source systems through transformations to destination systems, enabling reliable and repeatable data flows across an organization.
Data Quality
Data & PipelinesThe measure of data's fitness for its intended use, assessed across dimensions including accuracy, completeness, consistency, timeliness, and validity, directly impacting the reliability of analytics and ML models.
Data Sampling
Data & PipelinesThe technique of selecting a representative subset from a larger dataset for analysis or model training, reducing computational cost while preserving the statistical properties of the full dataset.
Data Visualization
Analytics & MeasurementThe graphical representation of data and metrics using charts, graphs, maps, and other visual elements to communicate patterns, trends, and insights more effectively than raw numbers or tables.
Data Warehouse
Data & PipelinesA centralized analytical database optimized for complex queries across large volumes of structured historical data, designed for reporting, business intelligence, and data-driven decision making.
Database Indexing
Infrastructure & DevOpsThe creation of data structures that speed up data retrieval operations by providing efficient lookup paths to rows matching specific query conditions. Indexes trade additional storage space and slower write performance for dramatically faster read queries.
Database Migration
Infrastructure & DevOpsThe process of transforming a database schema or moving data between databases in a controlled, versioned manner. Migration tools track which changes have been applied, enabling reproducible database evolution across development, staging, and production environments.
Database Replication
Infrastructure & DevOpsThe process of copying data from one database server to one or more replicas to improve read performance, provide geographic distribution, and ensure data durability through redundancy. Replication can be synchronous or asynchronous.
Database Sharding
AI EngineeringA horizontal scaling technique that partitions data across multiple database instances based on a shard key, distributing load and enabling datasets to grow beyond single-server limits.
DAU/MAU Ratio
Analytics & MeasurementThe ratio of daily active users to monthly active users, expressing what percentage of monthly users engage on any given day. A higher ratio indicates stickier product engagement and stronger habitual usage patterns.
Day-1 Retention
Growth Metrics & StrategyThe percentage of new users who return to the product the day after their first visit, serving as the earliest indicator of whether initial experience delivered enough value to warrant a second session.
Dayparting
AdTech & ProgrammaticThe practice of scheduling ad delivery to specific hours of the day or days of the week based on when target audiences are most active or most likely to convert, optimizing budget allocation across time periods.
Deep Learning
AI FundamentalsA subset of machine learning that uses neural networks with many layers (deep architectures) to automatically learn hierarchical feature representations from raw data.
Definition of Done
Product ManagementA shared checklist of activities that must be completed before any work item is considered finished. The Definition of Done ensures consistent quality across the team by making quality standards explicit and non-negotiable.
Demand Generation
Marketing & CROA marketing strategy focused on creating awareness and interest in your product or service among potential buyers who may not yet know they have a problem you solve. Demand generation builds market demand rather than capturing existing demand.
Demand-Side Platform
AdTech & ProgrammaticA software platform that enables advertisers and agencies to purchase digital ad inventory across multiple ad exchanges through a single interface, using data and algorithms to optimize bidding and targeting decisions.
Design Sprint
Product ManagementA five-day structured process for rapidly prototyping and testing ideas with real users. Developed at Google Ventures, it compresses months of debate into a focused week of mapping, sketching, deciding, prototyping, and testing.
Design Thinking
Product ManagementA human-centered approach to innovation that integrates the needs of people, the possibilities of technology, and the requirements for business success. It follows five stages: empathize, define, ideate, prototype, and test.
Diary Study
Product & Ad TestingA longitudinal research method in which participants self-report their experiences, behaviors, and emotions related to a product or service over an extended period, capturing real-world usage patterns that cross-sectional studies miss.
Difference-in-Differences
Experimentation & Causal InferenceA quasi-experimental statistical method that estimates a treatment effect by comparing the change in outcomes over time between a group that receives a treatment and a group that does not, removing biases from time-invariant differences between groups and common time trends.
Differential Privacy
Personalization & RecommendationsA mathematical framework that provides provable privacy guarantees for individuals in a dataset by adding carefully calibrated noise to data or query results, enabling useful aggregate analysis while protecting individual records.
Diffusion Model
AI FundamentalsA generative AI model that creates data (typically images) by learning to gradually denoise random noise into coherent outputs, producing high-quality results through an iterative refinement process.
Digital Out-of-Home
AdTech & ProgrammaticProgrammatic advertising displayed on digital screens in public spaces such as billboards, transit stations, malls, and airports, combining physical location targeting with automated, data-driven ad delivery.
Dimensionality Reduction
Data & PipelinesTechniques that reduce the number of dimensions in high-dimensional data while preserving meaningful structure, used for visualization, compression, and noise removal.
Direct Preference Optimization (DPO)
AI FundamentalsAn alignment technique that fine-tunes LLMs directly on human preference data without training a separate reward model, simplifying the RLHF pipeline while achieving comparable results.
Disaster Recovery
Infrastructure & DevOpsThe set of policies, tools, and procedures designed to restore critical systems and data after a catastrophic failure. Disaster recovery planning defines Recovery Time Objectives and Recovery Point Objectives that determine acceptable downtime and data loss.
Display Advertising
AdTech & ProgrammaticVisual-based online advertising that appears as banners, images, or rich media on websites and apps, purchased through programmatic auctions or direct deals to build brand awareness and drive user actions.
Distributed Systems
AI EngineeringSystems composed of multiple networked computers that coordinate to achieve a common goal, appearing to end users as a single coherent system despite operating across many nodes.
Distributed Tracing
AI EngineeringA method of tracking requests as they flow through multiple services in a distributed system, recording timing and metadata at each step to enable end-to-end performance analysis and debugging.
DNS
Infrastructure & DevOpsThe Domain Name System translates human-readable domain names into IP addresses that computers use to route network traffic. DNS is a hierarchical, distributed naming system that underpins virtually all internet communication and is a critical factor in application performance.
Docker
AI EngineeringA platform for packaging applications and their dependencies into lightweight, portable containers that run consistently across any environment, from development to production.
Document Database
Data & PipelinesA NoSQL database that stores data as flexible, self-describing documents (typically JSON or BSON), allowing varied structures within the same collection without requiring a predefined schema.
Dogfooding
Product ManagementThe practice of using your own product internally before releasing it to customers. By experiencing the product as users do, teams discover bugs, usability issues, and missing features that might otherwise go unnoticed.
Domain Authority
SEO & SearchA third-party metric (originated by Moz) that predicts how likely a website is to rank in search results on a scale of 1 to 100. Domain authority is calculated from link signals and is widely used for competitive benchmarking despite not being a Google ranking factor.
Drip Campaign
Marketing & CROAn automated sequence of pre-written emails sent on a scheduled cadence triggered by a specific user action or enrollment event. Drip campaigns deliver the right message at the right time without manual intervention.
Drop-Off Rate
Analytics & MeasurementThe percentage of users who leave a process or sequence at a specific step without completing the next step, the inverse of step-level conversion rate, used to identify friction points in user flows.
Dropout
AI FundamentalsA regularization technique that randomly deactivates a fraction of neurons during each training step, forcing the network to learn redundant representations and preventing over-reliance on any single neuron.
Dual-Track Agile
Product ManagementAn approach that runs product discovery and product delivery as parallel, synchronized tracks. The discovery track validates what to build through research and experiments while the delivery track builds validated solutions in sprints.
Dwell Time
SEO & SearchThe duration a user spends on a page after clicking a search result before returning to the search results page. Dwell time is considered a user satisfaction signal, with longer times suggesting the content successfully met the searcher's needs.
Dynamic Content
Personalization & RecommendationsWebsite or application content that changes based on user attributes, behavior, context, or real-time data, replacing static one-size-fits-all pages with individualized experiences that adapt to each visitor.
Dynamic Creative Optimization
AdTech & ProgrammaticAn advertising technology that automatically assembles and optimizes ad creative in real time by testing different combinations of headlines, images, calls-to-action, and other elements to maximize performance for each user.
Dynamic Creative Testing
Product & Ad TestingAn automated advertising optimization technique that combines multiple creative elements like headlines, images, descriptions, and calls to action into numerous ad variants, then uses platform algorithms to test and identify the highest-performing combinations for each audience segment.
Dynamic Pricing
Personalization & RecommendationsA pricing strategy that adjusts prices in real time based on market demand, customer segments, competitive positioning, inventory levels, and other contextual factors, using algorithms to optimize revenue or conversion.
Dynamic Rendering
SEO & SearchA technique that serves different content versions to users and search engine crawlers: fully rendered HTML for bots and regular JavaScript-powered pages for users. Dynamic rendering is a workaround for JavaScript rendering challenges in SEO.
E
E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness)
SEO & SearchGoogle's quality evaluation framework that assesses content based on the creator's first-hand experience, subject expertise, site authoritativeness, and overall trustworthiness. E-E-A-T is not a direct ranking factor but guides Google's quality rater evaluations.
Edge Computing
Infrastructure & DevOpsA distributed computing paradigm that processes data closer to the source of generation rather than in a centralized data center. Edge computing reduces latency, conserves bandwidth, and enables real-time processing for latency-sensitive applications.
Edge Functions
AI EngineeringServerless functions that execute at CDN edge locations geographically close to the user, reducing latency by processing requests near the point of origin rather than in a central data center.
Edge SEO
SEO & SearchThe practice of implementing SEO changes at the CDN or edge computing layer rather than modifying the origin server or application code. Edge SEO uses edge workers or CDN rules to modify HTML responses before they reach users and search engines.
Effect Size
Experimentation & Causal InferenceA quantitative measure of the magnitude of a treatment's impact, expressed either as an absolute difference between groups or as a standardized metric like Cohen's d that allows comparison across different experiments and metrics.
ELT (Extract, Load, Transform)
Data & PipelinesA modern data integration pattern that loads raw data directly into a target system first and then transforms it in place, leveraging the processing power of cloud data warehouses.
Email Deliverability Testing
Product & Ad TestingThe process of evaluating whether marketing and transactional emails successfully reach recipients' inboxes rather than being filtered to spam folders, blocked by email providers, or bounced, using seed lists, authentication checks, and reputation monitoring.
Email Marketing
Marketing & CROThe practice of using email to communicate with prospects and customers for acquisition, nurturing, conversion, and retention purposes. Email marketing remains one of the highest-ROI marketing channels with average returns of $36-42 per dollar spent.
Embedded Analytics
Analytics & MeasurementThe integration of analytics capabilities, dashboards, and data visualizations directly within a product or application, providing users with data insights in context without requiring them to switch to a separate analytics tool.
Embedding-Based Recommendations
Personalization & RecommendationsA recommendation approach that represents users and items as dense numerical vectors in a shared latent space, using neural network embeddings to capture complex semantic relationships and enable similarity-based retrieval.
Embeddings
AI FundamentalsDense vector representations of text, images, or other data that capture semantic meaning in a high-dimensional space, enabling similarity search and clustering.
Engagement Experiment
Product & Ad TestingA controlled experiment designed to measure the causal impact of product changes, feature additions, or intervention strategies on user engagement metrics like session frequency, session duration, feature adoption, and content interaction depth.
Engagement Score
Growth Metrics & StrategyA composite metric that combines multiple user activity signals into a single score representing overall engagement health, used for segmentation, churn prediction, and identifying expansion opportunities.
Ensemble Methods
AI FundamentalsTechniques that combine multiple models to produce predictions that are more accurate and robust than any single model, leveraging the principle that diverse models make different errors that cancel out.
Epsilon-Greedy
Experimentation & Causal InferenceA simple exploration-exploitation algorithm used in multi-armed bandit experiments that exploits the current best-performing variant with probability (1-epsilon) and explores by randomly selecting any variant with probability epsilon, where epsilon is typically a small value like 0.1.
Error Budget
Infrastructure & DevOpsThe acceptable amount of unreliability allowed for a service within a given period, calculated as one minus the Service Level Objective. Error budgets create a quantitative framework for balancing the competing priorities of reliability and feature velocity.
ETL (Extract, Transform, Load)
Data & PipelinesA data integration pattern that extracts data from source systems, transforms it into a structured format suitable for analysis, and loads it into a target data warehouse or database.
Event Sourcing
Infrastructure & DevOpsAn architectural pattern that stores the full history of state changes as an immutable sequence of events rather than only the current state. The current state is derived by replaying events, providing a complete audit trail and enabling temporal queries.
Event Taxonomy
Analytics & MeasurementA structured naming convention and classification system for analytics events that ensures consistency, discoverability, and usability of tracking data across teams, platforms, and analysis tools.
Event Tracking
Analytics & MeasurementThe practice of recording specific user interactions within a digital product, such as clicks, form submissions, page views, and feature usage, as structured data events that can be analyzed to understand user behavior.
Event-Driven Architecture
AI EngineeringA software design pattern where services communicate by producing and consuming events asynchronously, enabling loose coupling, real-time reactivity, and scalable data processing.
Expansion Revenue
Growth Metrics & StrategyAdditional revenue generated from existing customers through upsells, cross-sells, add-ons, and increased usage, representing growth from the installed base without new customer acquisition.
Experiment Analysis Plan
Experimentation & Causal InferenceA pre-registered document specifying the hypothesis, primary and secondary metrics, statistical methods, sample size, analysis timeline, and decision criteria for an experiment, written before the experiment launches to prevent post-hoc rationalization and p-hacking.
Experiment Design
Product ManagementThe structured process of creating controlled tests to validate product hypotheses. Good experiment design specifies the hypothesis, metrics, sample size, duration, success criteria, and potential confounds before the experiment begins.
Experiment Documentation
Experimentation & Causal InferenceThe systematic recording of experiment hypotheses, designs, configurations, results, and learnings in a structured, searchable format that preserves institutional knowledge and enables evidence-based decision-making across the organization.
Experiment Review Board
Experimentation & Causal InferenceA cross-functional governance body that reviews experiment designs before launch and results before ship decisions, ensuring statistical rigor, alignment with organizational metrics, and prevention of common methodological errors.
Experiment Velocity
Experimentation & Causal InferenceThe rate at which an organization designs, launches, analyzes, and acts on experiments, typically measured as the number of experiments concluded per unit time, reflecting the speed of the organization's learning and iteration cycle.
Experimentation Platform
Analytics & MeasurementA software system that manages the full lifecycle of A/B tests and experiments, including experiment design, traffic allocation, variant assignment, metric collection, statistical analysis, and result reporting.
Explicit Feedback
Personalization & RecommendationsUser preference data provided through deliberate actions like star ratings, thumbs up/down votes, reviews, wishlists, and preference surveys, offering clear preference signals but suffering from low participation rates.
Exploration-Exploitation
Personalization & RecommendationsThe fundamental trade-off in personalization between exploiting known preferences to maximize immediate reward and exploring uncertain options to discover potentially better alternatives and improve long-term performance.
F
F1 Score
AI FundamentalsThe harmonic mean of precision and recall, providing a single metric that balances both types of classification error, ranging from 0 (worst) to 1 (perfect).
Factorial Design
Experimentation & Causal InferenceAn experimental design that simultaneously tests all possible combinations of two or more factors, each with multiple levels, enabling the estimation of both individual factor effects and interaction effects between factors in a single experiment.
False Discovery Rate
Experimentation & Causal InferenceThe expected proportion of false positives among all statistically significant results, offering a less conservative alternative to familywise error rate control that is more appropriate when many hypotheses are tested and some false discoveries are acceptable.
Feature Adoption
Growth Metrics & StrategyThe measurement of how widely and deeply users engage with specific product features, tracking discovery, trial, usage frequency, and sustained engagement to evaluate feature success and guide product development.
Feature Creep
Product ManagementThe gradual, uncontrolled addition of features beyond a product's original scope. Feature creep dilutes focus, increases complexity, delays releases, and often results in a product that does many things poorly instead of a few things well.
Feature Engineering
Data & PipelinesThe process of creating, selecting, and transforming raw data into meaningful input variables (features) that improve machine learning model performance and predictive accuracy.
Feature Flag
AI EngineeringA software mechanism that enables or disables features at runtime without deploying new code, used for gradual rollouts, A/B testing, and targeting specific user segments.
Feature Gating
Experimentation & Causal InferenceThe practice of controlling access to product features based on configurable rules, enabling gradual rollouts, targeted access, and experiments by dynamically determining which users see which features without code deployments.
Feature Store
Data & PipelinesA centralized repository for storing, managing, and serving machine learning features, ensuring consistency between the features used during model training and those served during real-time inference.
Featured Snippet
SEO & SearchA prominent search result displayed above the organic results that directly answers a search query with content extracted from a web page. Featured snippets appear as paragraphs, lists, tables, or videos and receive significant click-through rates.
Federated Learning
Personalization & RecommendationsA machine learning approach where models are trained across multiple decentralized devices or servers holding local data, without exchanging raw data, enabling personalization while keeping user data on their own devices.
Few-Shot Learning
AI FundamentalsA prompting technique where a small number of input-output examples are included in the prompt to guide the model's behavior on a specific task, improving consistency without fine-tuning.
Fine-Tuning
AI FundamentalsThe process of further training a pre-trained LLM on a domain-specific dataset to specialize its behavior, style, or knowledge for a particular task.
First-Click Testing
Product & Ad TestingA usability evaluation method that measures where users click first when attempting to complete a task on a page or screen, based on the finding that users who click correctly on their first attempt are significantly more likely to complete the task successfully.
First-Party Data
AdTech & ProgrammaticData collected directly from your own customers and users through your owned properties, including website behavior, purchase history, app usage, CRM records, and email engagement, with proper consent.
First-Touch Attribution
Marketing & CROAn attribution model that assigns 100% of the conversion credit to the first marketing touchpoint that introduced the customer to your brand. First-touch attribution values awareness and discovery channels over downstream conversion activities.
Five-Second Test
Product & Ad TestingA rapid usability testing method that shows participants a design for exactly five seconds and then asks them to recall what they saw, measuring whether the page communicates its core message, purpose, and brand impression within the critical first moments of exposure.
Flywheel Effect
Growth Metrics & StrategyA self-reinforcing business dynamic where each improvement in one area accelerates improvements in others, creating compounding momentum that becomes increasingly difficult for competitors to replicate.
Form Analytics
Analytics & MeasurementThe detailed analysis of how users interact with web forms, tracking field-level metrics like completion time, error rates, abandonment points, and hesitation patterns to identify and resolve friction in data collection flows.
Foundation Model
AI FundamentalsA large-scale AI model trained on broad data that can be adapted to a wide range of downstream tasks through fine-tuning or prompting, serving as a general-purpose base for specialized applications.
Freemium
Growth Metrics & StrategyA pricing model where a basic version of the product is offered for free while premium features, capacity, or support require a paid subscription, using the free tier as an acquisition and activation engine.
Frequency Capping
AdTech & ProgrammaticA control that limits the number of times a specific user sees a particular ad within a defined time period, preventing ad fatigue and wasted spend while maintaining a positive user experience.
Frequency Capping Test
Product & Ad TestingAn experiment that evaluates the optimal number of times an individual user should be exposed to an advertisement or message within a defined time period, balancing reach and reinforcement against diminishing returns and user fatigue.
Frequentist Testing
Experimentation & Causal InferenceThe classical statistical hypothesis testing framework used in most A/B tests, where decisions are based on p-values and confidence intervals derived from the sampling distribution of test statistics under the null hypothesis of no treatment effect.
Function as a Service
Infrastructure & DevOpsA serverless computing category where developers deploy individual functions that execute in response to events. FaaS platforms like AWS Lambda, Google Cloud Functions, and Azure Functions handle all infrastructure management, scaling each function independently.
Function Calling
AI AgentsA model capability where the AI generates structured JSON arguments for predefined functions rather than free-form text. Function calling provides a reliable bridge between natural language understanding and programmatic execution.
Funnel Analysis
Analytics & MeasurementThe process of tracking and measuring user progression through a defined sequence of steps toward a conversion goal, identifying where users drop off and quantifying the conversion rate between each stage.
Funnel Testing
Product & Ad TestingAn experimentation methodology that tests changes across an entire conversion funnel rather than individual pages, measuring the cumulative impact of modifications to multiple steps in the user journey from entry to final conversion.
G
GAN (Generative Adversarial Network)
AI FundamentalsA generative model architecture consisting of two neural networks, a generator and a discriminator, that compete against each other, with the generator learning to create increasingly realistic outputs.
Generative AI
AI FundamentalsAI systems that create new content such as text, images, code, audio, or video, rather than simply analyzing or classifying existing data, powered by models like LLMs and diffusion models.
Geo-Lift Testing
Product & Ad TestingAn incrementality measurement technique that uses geographic regions as experimental units, running advertising in some regions while withholding it from matched control regions, to measure the causal impact of marketing spend on business outcomes without individual-level tracking.
Geo-Targeting
AdTech & ProgrammaticThe practice of delivering advertising to users based on their geographic location, from broad country-level targeting down to specific zip codes, neighborhoods, or proximity to physical locations using IP and GPS data.
GitOps
AI EngineeringAn operational framework where Git repositories serve as the single source of truth for infrastructure and application configuration, with automated agents ensuring the live environment matches the declared state.
Go-to-Market Strategy
Marketing & CROA comprehensive plan that defines how a company will reach target customers and achieve competitive advantage when launching a product or entering a new market. GTM strategy encompasses target audience, messaging, channels, pricing, and sales approach.
Google Search Console
SEO & SearchGoogle's free tool for monitoring and troubleshooting your site's presence in Google Search results. Search Console provides data on search performance, indexing status, crawl errors, Core Web Vitals, and manual actions.
Graceful Degradation
AI EngineeringA system design approach where functionality progressively reduces in quality rather than failing completely when components malfunction, maintaining core functionality even under adverse conditions.
Gradient Boosting
AI FundamentalsAn ensemble technique that builds models sequentially, with each new model specifically trained to correct the errors of the previous ones, producing a powerful combined predictor through iterative refinement.
Gradient Descent
AI FundamentalsThe core optimization algorithm used to train neural networks, which iteratively adjusts model parameters in the direction that most reduces the loss function, guided by computed gradients.
Graph Database
Data & PipelinesA database that uses graph structures with nodes, edges, and properties to store and query data, excelling at traversing complex relationships that would require expensive joins in relational databases.
GraphQL
AI EngineeringA query language and runtime for APIs that lets clients request exactly the data they need in a single request, reducing over-fetching and under-fetching compared to REST.
Gross Margin
Growth Metrics & StrategyThe percentage of revenue remaining after subtracting the direct costs of delivering the product (hosting, infrastructure, support, AI inference costs), measuring fundamental business model efficiency.
Growth Accounting
Growth Metrics & StrategyA framework that decomposes net user or revenue growth into its constituent parts (new, resurrected, retained, and churned), revealing the underlying dynamics that drive the top-line number.
Growth Experimentation Framework
Experimentation & Causal InferenceA structured organizational process for systematically generating, prioritizing, running, and learning from experiments across the entire user lifecycle, designed to maximize the rate of validated learning and compound the impact of product improvements.
Growth Loop
Growth Metrics & StrategyA self-reinforcing cycle where each cohort of users generates inputs (data, content, referrals) that attract the next cohort, creating compounding growth.
gRPC
AI EngineeringA high-performance, open-source RPC framework that uses Protocol Buffers for serialization and HTTP/2 for transport, enabling efficient service-to-service communication with strong typing.
Guardrail Metric Testing
Experimentation & Causal InferenceThe practice of monitoring a set of critical business metrics during every experiment to detect unintended negative side effects, even when the primary experiment metric shows a positive result, ensuring that optimizing one metric does not degrade overall user experience or business health.
Guardrail Metrics
Analytics & MeasurementA set of critical metrics that must remain within acceptable thresholds during any experiment or optimization effort, providing safety boundaries that prevent changes from degrading core aspects of the user experience.
Guardrails
AI FundamentalsSafety mechanisms applied to AI system inputs and outputs that detect, filter, or modify content to prevent harmful, off-topic, or policy-violating responses in production.
Guerrilla Testing
Product & Ad TestingA fast, informal usability testing method in which researchers approach people in public spaces like coffee shops, coworking areas, or company lobbies and ask them to complete short tasks on a prototype or live product in exchange for minimal or no compensation.
H
Hallucination
AI FundamentalsWhen an LLM generates plausible-sounding but factually incorrect or fabricated information that has no basis in its training data or provided context.
Header Bidding
AdTech & ProgrammaticA programmatic technique where publishers simultaneously offer ad inventory to multiple demand sources before calling their primary ad server, increasing competition and revenue by allowing all bidders to compete on equal footing.
Heading Hierarchy
SEO & SearchThe structured arrangement of HTML heading tags (H1 through H6) on a page that establishes content organization and signals the relative importance of different sections to search engines and screen readers.
Health Check
AI EngineeringAn endpoint or probe that reports whether a service instance is functioning correctly, used by load balancers, orchestrators, and monitoring systems to detect and route around unhealthy instances.
Heatmap
Analytics & MeasurementA visual representation of user interaction data on a webpage or app screen, using color intensity to show where users click, move their cursor, scroll, and focus their attention, revealing actual usage patterns.
Heterogeneous Treatment Effects
Experimentation & Causal InferenceVariation in treatment effects across different subgroups of the population, where an intervention may have different impacts depending on user characteristics such as tenure, geography, device type, or behavioral patterns.
Heuristic Evaluation
Product & Ad TestingAn expert-based usability inspection method in which evaluators systematically assess a user interface against a set of established usability principles, known as heuristics, to identify design problems without user testing.
Holdout Testing
Experimentation & Causal InferenceAn experimental design where a small percentage of users are permanently excluded from receiving a new feature or set of features, serving as a long-term control group to measure the cumulative impact of product changes over time.
Horizontal Scaling
Infrastructure & DevOpsThe practice of increasing capacity by adding more machines to a system rather than upgrading existing ones. Horizontal scaling distributes load across multiple instances, providing better fault tolerance and theoretically unlimited growth potential.
Hreflang
SEO & SearchAn HTML attribute that specifies the language and optional geographic targeting of a page, helping search engines serve the correct language version to users. Hreflang prevents duplicate content issues across multilingual and multi-regional sites.
HTTP/2
Infrastructure & DevOpsA major revision of the HTTP protocol that improves performance through multiplexing, header compression, server push, and stream prioritization. HTTP/2 enables multiple concurrent requests over a single TCP connection, eliminating head-of-line blocking at the application layer.
HTTP/3
Infrastructure & DevOpsThe latest version of the HTTP protocol that replaces TCP with QUIC as the transport layer. HTTP/3 eliminates TCP head-of-line blocking, reduces connection establishment latency, and provides built-in encryption for improved performance on unreliable networks.
Human-in-the-Loop
AI AgentsAn agent design pattern where human review or approval is required at critical decision points before the agent proceeds. Human-in-the-loop balances AI automation speed with human judgment for high-stakes actions.
Hybrid Cloud
Infrastructure & DevOpsAn architecture that combines on-premises data center infrastructure with public cloud services, connected through networking and orchestration. Hybrid cloud allows organizations to keep sensitive data on-premises while leveraging cloud scalability for other workloads.
Hybrid Recommender
Personalization & RecommendationsA recommendation system that combines multiple recommendation techniques, such as collaborative filtering, content-based filtering, and knowledge-based methods, to leverage the strengths of each and mitigate individual weaknesses.
Hyperparameter Tuning
AI FundamentalsThe process of systematically searching for the optimal configuration settings (learning rate, batch size, architecture choices) that are set before training and control the learning process itself.
I
Idempotency
AI EngineeringA property of an operation where performing it multiple times produces the same result as performing it once, critical for building reliable systems that handle retries and network failures gracefully.
Image Alt Text
SEO & SearchA descriptive text attribute added to HTML image tags that describes the image content for screen readers and search engines. Alt text improves accessibility, enables image search visibility, and provides context when images fail to load.
Immutable Infrastructure
AI EngineeringAn approach where infrastructure components are never modified after deployment; instead, updates are made by replacing entire instances with new ones built from a common base image.
Impact Mapping
Product ManagementA strategic planning technique that connects business goals to deliverables through a four-level map: Why (goal), Who (actors), How (behavior changes), and What (deliverables). It ensures every feature traces back to a measurable business impact.
Implicit Feedback
Personalization & RecommendationsUser preference signals inferred from natural behavior patterns such as clicks, views, time spent, scrolls, and purchases, rather than explicitly stated preferences like ratings or reviews.
Inbound Marketing
Marketing & CROA marketing methodology that attracts customers by creating valuable content and experiences tailored to their needs, rather than interrupting them with outbound messages. Inbound marketing earns attention through relevance rather than buying it through advertising.
Incrementality Testing
Marketing & CROAn experimental method that measures the true causal impact of a marketing activity by comparing outcomes between a group exposed to marketing and a control group that is not. Incrementality testing reveals whether marketing activities drive additional conversions or just capture ones that would have happened anyway.
Indexing API
SEO & SearchGoogle's API that allows site owners to directly notify Google about pages that need to be crawled and indexed immediately. The Indexing API is officially supported for JobPosting and BroadcastEvent schema but is widely used for general content.
Inference
AI FundamentalsThe process of running a trained AI model on new inputs to generate predictions or outputs, as opposed to training where the model learns from data. This is what happens every time a user interacts with an AI feature.
Influencer Marketing
Marketing & CROA marketing strategy that partners with individuals who have established credibility and audience reach in a specific niche to promote products or services. Influencer marketing leverages trust that influencers have built with their followers.
Infrastructure as a Service
Infrastructure & DevOpsA cloud computing model that provides virtualized computing resources over the internet. IaaS offerings like AWS EC2, Google Compute Engine, and Azure Virtual Machines give teams full control over servers, storage, and networking without owning physical hardware.
Infrastructure as Code (IaC)
AI EngineeringThe practice of managing and provisioning computing infrastructure through machine-readable configuration files rather than manual processes, enabling version control, repeatability, and automation.
Infrastructure Monitoring
Infrastructure & DevOpsThe practice of tracking the health, performance, and availability of computing resources including servers, networks, databases, and cloud services. Infrastructure monitoring provides the foundation for understanding whether the systems supporting applications are functioning correctly.
Input Metrics
Analytics & MeasurementMetrics that measure the activities and actions teams directly control, such as features shipped, experiments run, or campaigns launched, representing the effort and execution that should drive output metric improvements.
Intent Data
Marketing & CROBehavioral signals that indicate a person or company is actively researching or considering a purchase in your category. Intent data is collected from web browsing behavior, content consumption patterns, search activity, and technology usage indicators.
Intent Detection
Personalization & RecommendationsThe process of identifying a user's underlying goal or purpose from their behavioral signals, search queries, and navigation patterns, enabling the system to proactively serve relevant content and experiences.
Intention-to-Treat
Experimentation & Causal InferenceAn analysis principle that evaluates experiment results based on the original random assignment of users to treatment groups, regardless of whether they actually received or engaged with the treatment, preserving the validity of randomization.
Interaction to Next Paint (INP)
SEO & SearchA Core Web Vital that measures the latency of all user interactions (clicks, taps, keyboard input) throughout the page lifecycle, reporting the worst interaction. Good INP is 200 milliseconds or less.
Interleaving Test
Experimentation & Causal InferenceAn experimentation method primarily used for ranking and recommendation systems where results from two algorithms are interleaved into a single list shown to each user, and user interactions with items from each algorithm determine which performs better.
Internal Linking
SEO & SearchThe practice of linking between pages within the same website to establish content hierarchy, distribute link equity, and help users and search engines navigate your site. Strategic internal linking strengthens important pages and clarifies topical relationships.
J
JavaScript SEO
SEO & SearchThe practice of ensuring search engines can fully render, understand, and index content generated by JavaScript frameworks. JavaScript SEO addresses the gap between what users see in a browser and what search engine crawlers can process.
Jobs to Be Done
Product ManagementA framework that defines customer needs as functional, emotional, and social jobs people hire products to accomplish. It shifts focus from demographic segments to the underlying progress customers are trying to make in specific circumstances.
JSON Mode
AI AgentsA model configuration that constrains the output to valid JSON format, ensuring responses are always parseable. JSON mode is a simpler alternative to full structured output when you need valid JSON but do not require strict schema adherence.
K
Kanban
Product ManagementA workflow management method that visualizes work, limits work-in-progress, and optimizes flow. Unlike Scrum's fixed sprints, Kanban uses a continuous flow model where items move through stages as capacity becomes available.
Kano Model
Product ManagementA theory of product development that classifies features into categories based on how they affect customer satisfaction: basic needs, performance needs, and delight factors. It reveals that not all features contribute equally to user happiness.
Key-Value Store
Data & PipelinesA simple, high-performance database that stores data as key-value pairs, optimized for fast lookups by key with minimal overhead, commonly used for caching, session storage, and feature serving.
Keyword Cannibalization
SEO & SearchA situation where multiple pages on the same website compete for the same keyword, causing search engines to split ranking signals between them rather than concentrating authority on one page. Cannibalization typically results in neither page ranking as well as a single optimized page would.
Keyword Difficulty
SEO & SearchA metric estimated by SEO tools that predicts how hard it will be to rank on the first page of search results for a specific keyword. Keyword difficulty is typically calculated from the authority and link profiles of currently ranking pages.
Keyword Research
SEO & SearchThe process of discovering and analyzing search terms that people enter into search engines, evaluating their traffic potential, ranking difficulty, and business relevance to prioritize content creation and optimization efforts.
Knowledge Distillation
AI FundamentalsA model compression technique where a smaller student model is trained to mimic the outputs of a larger teacher model, preserving most of the teacher's performance at a fraction of the compute cost.
Knowledge Graph Recommendations
Personalization & RecommendationsA recommendation approach that leverages structured relationships between entities, such as items, categories, attributes, and users, represented as a graph to discover non-obvious connections and improve explainability.
KPI Framework
Analytics & MeasurementA structured system for defining, organizing, and relating key performance indicators across an organization, establishing clear hierarchies from company-level objectives to team-level metrics and individual contributor goals.
Kubernetes
AI EngineeringAn open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of machines.
L
Lagging Indicator
Analytics & MeasurementA metric that reflects outcomes that have already occurred, such as revenue, retention rate, or customer lifetime value, providing definitive measurement of past performance but limited ability to influence future results.
Land and Expand
Growth Metrics & StrategyA go-to-market strategy where you acquire customers with a small initial deal (land) and then grow the account over time through additional seats, features, or departments (expand).
Landing Page
Marketing & CROA standalone web page designed specifically to receive traffic from a marketing campaign and drive a single conversion action. Landing pages remove navigation distractions and focus entirely on persuading visitors toward one goal.
Landing Page Testing
Product & Ad TestingThe systematic evaluation of landing page variants through A/B or multivariate testing to identify which combination of headline, layout, imagery, copy, social proof, and call-to-action design produces the highest conversion rate for a specific traffic source and audience.
LangGraph
AI AgentsA framework built on LangChain for creating stateful, multi-step agent workflows as directed graphs. LangGraph gives developers fine-grained control over agent state, branching logic, and cycle handling.
Largest Contentful Paint (LCP)
SEO & SearchA Core Web Vital that measures the time from page load start until the largest visible content element (image, video, or text block) is rendered on screen. Good LCP is 2.5 seconds or less.
Last-Touch Attribution
Marketing & CROAn attribution model that assigns 100% of the conversion credit to the final marketing touchpoint before conversion. Last-touch attribution values the closing channel and is the default model in most analytics platforms.
Latency Percentiles
AI EngineeringStatistical measures of response time distribution, where p50 represents the median latency and p99 represents the latency experienced by the slowest 1% of requests, revealing tail performance that averages hide.
Latin Square Design
Experimentation & Causal InferenceAn experimental design that controls for two known sources of variation by arranging treatments in a grid where each treatment appears exactly once in each row and column, efficiently balancing nuisance factors without requiring a full factorial experiment.
Lazy Loading
SEO & SearchA performance technique that defers the loading of non-critical resources (images, videos, iframes) until they are needed, typically when they approach the visible viewport. Lazy loading reduces initial page weight and improves loading performance.
Lead Scoring
Marketing & CROA methodology for ranking leads based on their perceived value to the organization using demographic fit and behavioral engagement signals. Lead scoring helps sales and marketing teams prioritize outreach to the most promising prospects.
Leading Indicator
Analytics & MeasurementA metric that changes before a corresponding lagging outcome metric, providing early signal of future performance and enabling proactive intervention before results materialize in business outcomes.
Lean Startup
Product ManagementA methodology for developing businesses and products through validated learning, rapid experimentation, and iterative releases. It emphasizes reducing waste by testing assumptions before building fully-featured solutions.
Lifecycle Marketing
Marketing & CROA marketing strategy that delivers targeted messages and experiences based on where each customer sits in their relationship journey with your brand. Lifecycle marketing optimizes communication for each stage from awareness through advocacy.
Lifetime Value (LTV)
Growth Metrics & StrategyThe total revenue a business can expect from a single customer account over the entire duration of their relationship, accounting for recurring payments, expansion, and churn probability.
Linear Attribution
Marketing & CROA multi-touch attribution model that distributes conversion credit equally across all touchpoints in the customer journey. Linear attribution treats every interaction as equally important in driving the conversion.
Link Building
SEO & SearchThe practice of actively acquiring hyperlinks from other websites to your own through outreach, content creation, partnerships, and digital PR. Link building increases domain authority and improves organic search rankings.
LLM (Large Language Model)
AI FundamentalsA neural network trained on massive text corpora that can generate, understand, and transform natural language for tasks like summarization, classification, and conversation.
Load Balancer
AI EngineeringA network component that distributes incoming traffic across multiple backend servers to maximize throughput, minimize response time, and ensure no single server is overwhelmed.
Load Balancing
Infrastructure & DevOpsThe process of distributing incoming network traffic across multiple servers to ensure no single server becomes overwhelmed. Load balancers improve application availability, reliability, and responsiveness by spreading requests evenly across healthy backend instances.
Load Testing
Product & Ad TestingA performance testing method that simulates expected and peak user traffic volumes against a system to measure response times, throughput, and resource utilization under load, identifying performance bottlenecks before they impact real users.
Log Aggregation
Infrastructure & DevOpsThe practice of collecting, centralizing, and indexing log data from multiple sources into a unified system for search, analysis, and visualization. Log aggregation tools like the ELK stack, Datadog, and Grafana Loki enable teams to troubleshoot issues across distributed systems.
Log File Analysis
SEO & SearchThe practice of analyzing server access logs to understand how search engine crawlers interact with your site, including which pages they crawl, how often, and what errors they encounter. Log file analysis reveals crawl behavior that is invisible in other SEO tools.
Logo Churn
Growth Metrics & StrategyThe percentage of customers (accounts or logos) lost in a given period, measuring customer count attrition regardless of revenue impact, where each account counts equally regardless of size.
Long-Running Experiment
Experimentation & Causal InferenceAn experiment maintained for weeks, months, or even years beyond the standard analysis period to measure the long-term and cumulative effects of a treatment, capturing delayed impacts on retention, revenue, and user behavior that short-term experiments miss.
Long-Tail Keywords
SEO & SearchSpecific, multi-word search phrases with lower individual search volume but higher conversion potential and lower competition than broad head terms. Long-tail keywords collectively represent the majority of all search queries.
Lookalike Audience
AdTech & ProgrammaticAn audience segment created by finding new users who share similar characteristics and behaviors with an advertiser's existing customers or high-value user base, using machine learning to identify statistical patterns.
LoRA (Low-Rank Adaptation)
AI FundamentalsA parameter-efficient fine-tuning method that trains small, low-rank matrices alongside frozen model weights, enabling task-specific adaptation with a fraction of the memory and compute of full fine-tuning.
Loss Function
AI FundamentalsA mathematical function that quantifies the difference between a model's predictions and the actual target values, providing the signal that guides the optimization process during training.
M
Magic Number
Growth Metrics & StrategyA SaaS sales efficiency metric calculated by dividing the change in quarterly recurring revenue by the previous quarter's sales and marketing spend, indicating whether growth investments are paying off.
Market Penetration
Growth Metrics & StrategyThe percentage of your total addressable market that you have captured as customers, measuring how much of the available opportunity you have converted and how much growth potential remains.
Marketing Attribution
Marketing & CROThe practice of identifying which marketing touchpoints contribute to conversions and assigning appropriate credit to each. Marketing attribution connects marketing activities to business outcomes, enabling data-driven budget allocation and strategy optimization.
Marketing Automation
Marketing & CROSoftware and processes that automate repetitive marketing tasks like email campaigns, social media posting, lead nurturing, and campaign tracking. Marketing automation enables personalized communications at scale while reducing manual effort.
Marketing Qualified Lead (MQL)
Marketing & CROA lead that has demonstrated sufficient engagement with marketing content and fits the target profile criteria to warrant sales follow-up. MQLs have shown buying intent beyond casual browsing but have not yet been evaluated by the sales team.
Marketing ROI
Marketing & CROThe return on investment generated by marketing activities, calculated as the revenue attributable to marketing minus marketing costs, divided by marketing costs. Marketing ROI quantifies the financial effectiveness of marketing spend.
Marketplace Experiment
Experimentation & Causal InferenceAn experiment conducted in a two-sided or multi-sided marketplace where treatment effects can propagate between buyer and seller sides, requiring specialized experimental designs that account for cross-side interference and equilibrium effects.
Matrix Factorization
Personalization & RecommendationsA mathematical technique used in recommendation systems that decomposes the large, sparse user-item interaction matrix into lower-dimensional latent factor matrices, revealing hidden patterns that predict user preferences.
Media Buying
AdTech & ProgrammaticThe process of purchasing advertising inventory across channels and platforms to reach target audiences, encompassing strategy, negotiation, execution, and optimization of ad spend across programmatic and direct buying methods.
Media Mix Modeling (MMM)
Marketing & CROA statistical analysis technique that measures the impact of various marketing channels and external factors on business outcomes like sales or signups. MMM uses historical aggregate data to determine optimal budget allocation across channels.
Media Mix Testing
Product & Ad TestingAn analytical and experimental approach to evaluating how different allocations of marketing budget across channels and tactics affect overall business outcomes, used to determine the optimal distribution of spend that maximizes total marketing return.
Message Queue
AI EngineeringAn asynchronous communication mechanism where producers send messages to a queue and consumers process them independently, decoupling system components and absorbing traffic spikes.
Message Testing
Product & Ad TestingThe systematic evaluation of different messaging strategies, value propositions, and communication frameworks to determine which narrative approach most effectively communicates a product's benefits and motivates the target audience to take action.
Messaging Framework
Marketing & CROA structured document that defines the core messages, value propositions, and proof points for communicating with different audiences across all marketing channels. Messaging frameworks ensure consistency while allowing adaptation for different contexts.
Meta Description
SEO & SearchAn HTML meta tag that provides a brief summary of a page's content, typically displayed as the snippet text beneath the title in search results. Meta descriptions influence click-through rates but are not a direct ranking factor.
Metric Decomposition
Analytics & MeasurementThe analytical technique of breaking down an aggregate metric into its component parts to identify which specific factors are driving changes, enabling precise diagnosis of metric movements and targeted optimization.
Metrics Tree
Analytics & MeasurementA hierarchical decomposition of a top-level business metric into its constituent sub-metrics and drivers, showing the mathematical and logical relationships that explain how component metrics combine to produce overall outcomes.
Microservices
AI EngineeringAn architectural pattern that structures an application as a collection of loosely coupled, independently deployable services, each responsible for a specific business capability.
Minimum Detectable Effect
Analytics & MeasurementThe smallest improvement in a metric that an experiment is designed to reliably detect with a given level of statistical power and significance, determining the practical sensitivity of the test.
Minimum Detectable Effect
Experimentation & Causal InferenceThe smallest treatment effect that an experiment is designed to detect with a specified level of statistical power, serving as the bridge between statistical capability and practical relevance in experiment planning.
Minimum Lovable Product
Product ManagementAn evolution of the MVP concept that emphasizes delivering enough quality and delight that early users genuinely love the product. It balances speed-to-market with the emotional engagement needed to drive organic word-of-mouth growth.
Minimum Viable Product
Product ManagementThe simplest version of a product that can be released to test a core hypothesis with real users. An MVP delivers just enough functionality to gather validated learning while minimizing development time and cost.
Mixture of Experts (MoE)
AI FundamentalsA neural network architecture that routes each input to a subset of specialized sub-networks (experts), achieving the capacity of a very large model while only activating a fraction of parameters per inference.
MLOps
AI EngineeringThe set of practices combining machine learning, DevOps, and data engineering to reliably deploy, monitor, and maintain ML models in production.
Mobile Analytics
Analytics & MeasurementThe measurement and analysis of user behavior within mobile applications, tracking app installs, session activity, feature usage, crash data, and in-app conversions, with platform-specific metrics and attribution challenges.
Mobile-First Indexing
SEO & SearchGoogle's practice of using the mobile version of a page's content for indexing and ranking instead of the desktop version. Mobile-first indexing reflects the reality that most searches now occur on mobile devices.
Model Context Protocol (MCP)
AI AgentsAn open standard that defines how AI models connect to external tools, data sources, and services through a unified interface. MCP enables agents to dynamically discover and invoke capabilities without hardcoded integrations.
Model Monitoring
Data & PipelinesThe practice of continuously tracking ML model performance, data quality, and system health in production to detect degradation, drift, and anomalies before they significantly impact users.
Model Quantization
AI FundamentalsA technique that reduces model size and inference cost by representing weights and activations with lower-precision numbers, such as converting 32-bit floats to 8-bit or 4-bit integers.
Model Serving
AI EngineeringThe infrastructure and systems that host trained ML models and handle inference requests in production, optimizing for latency, throughput, and cost.
Moderated Testing
Product & Ad TestingA usability testing format in which a trained facilitator guides participants through tasks in real time, asking follow-up questions, probing for deeper understanding, and adapting the session based on observed behavior to gather rich qualitative insights.
Monetization Experiment
Experimentation & Causal InferenceAn experiment focused on increasing revenue per user through changes to pricing, upsell flows, premium feature presentation, upgrade prompts, and payment mechanics, measuring both immediate revenue impact and long-term customer lifetime value.
Monitoring and Alerting
Infrastructure & DevOpsThe practice of continuously observing system health through metrics, logs, and traces, and automatically notifying the team when predefined thresholds are breached. Effective monitoring provides real-time visibility into system behavior and enables rapid incident response.
Monorepo
AI EngineeringA version control strategy where multiple projects, libraries, and services are stored in a single repository, enabling atomic cross-project changes, shared tooling, and simplified dependency management.
Monthly Recurring Revenue (MRR)
Growth Metrics & StrategyThe predictable, normalized monthly revenue from all active subscriptions, excluding one-time fees, providing the baseline metric for subscription business health and growth trajectory.
MoSCoW Method
Product ManagementA prioritization technique that categorizes requirements into Must-have, Should-have, Could-have, and Won't-have. It creates clear alignment on what is essential for a release versus what can be deferred or dropped entirely.
Multi-Agent Systems
AI AgentsArchitectures where multiple specialized AI agents collaborate to accomplish tasks that exceed the capability of any single agent. Each agent has defined roles, tools, and responsibilities within the system.
Multi-Armed Bandit
Data & PipelinesAn optimization algorithm that balances exploration of unknown options with exploitation of known good options, dynamically allocating more traffic to better-performing variants during an experiment.
Multi-Cloud
Infrastructure & DevOpsAn architecture strategy that uses services from multiple cloud providers to avoid vendor lock-in, leverage best-of-breed capabilities, and improve resilience. Multi-cloud deployments distribute workloads across providers like AWS, Google Cloud, and Azure.
Multi-Modal Agent
AI AgentsAn AI agent that can process and generate multiple types of content including text, images, audio, video, and code. Multi-modal agents handle tasks that require understanding or producing diverse media formats.
Multi-Objective Optimization
Personalization & RecommendationsAn optimization approach that simultaneously balances multiple competing objectives, such as relevance, diversity, freshness, and revenue, to find personalization solutions that perform well across all desired dimensions.
Multi-Region Deployment
Infrastructure & DevOpsAn architecture pattern that deploys application instances across multiple geographic regions to reduce latency for global users, improve availability through geographic redundancy, and comply with data residency requirements.
Multi-Touch Attribution
Marketing & CROAn attribution methodology that distributes conversion credit across multiple marketing touchpoints in the customer journey rather than assigning all credit to a single interaction. Multi-touch attribution provides a more holistic view of channel contributions.
Multimodal Model
AI FundamentalsAn AI model that can process and generate multiple types of data such as text, images, audio, and video within a single unified architecture, enabling cross-modal understanding and generation.
Multipage Testing
Product & Ad TestingAn experimentation approach that applies consistent variant experiences across multiple pages or screens in a user journey, ensuring that users who enter a test see the same treatment throughout the entire flow rather than receiving inconsistent experiences at different steps.
Multiple Comparison Correction
Experimentation & Causal InferenceStatistical adjustments applied when testing multiple hypotheses simultaneously to control the overall probability of making at least one Type I error, preventing the inflation of false positive rates that occurs when many tests are conducted.
Multivariate Testing
Experimentation & Causal InferenceAn experimentation method that simultaneously tests multiple variables and their combinations to determine which combination of changes produces the best outcome, unlike A/B testing which typically varies a single element at a time.
N
Named Entity Recognition (NER)
AI FundamentalsAn NLP task that identifies and classifies named entities in text into predefined categories such as person names, organizations, locations, dates, and monetary values.
Native Advertising
AdTech & ProgrammaticPaid advertising that matches the visual design, format, and function of the surrounding content on the platform where it appears, creating a less disruptive user experience than traditional display ads.
Natural Language Processing (NLP)
AI FundamentalsThe branch of AI focused on enabling computers to understand, interpret, and generate human language, encompassing tasks from text classification to machine translation.
Negative Churn
Growth Metrics & StrategyA state where expansion revenue from existing customers exceeds the revenue lost from cancellations and downgrades, meaning the existing customer base grows in value even without new acquisitions.
Net Promoter Score (NPS)
Growth Metrics & StrategyA customer loyalty metric based on the question 'How likely are you to recommend this product to a colleague?' scored from 0-10, with results categorized into Promoters (9-10), Passives (7-8), and Detractors (0-6).
Net Revenue Retention (NRR)
Growth Metrics & StrategyThe percentage of recurring revenue retained from existing customers over a period, including expansion, contraction, and churn — where 100%+ indicates growth without new customers.
Network Effect Experiment
Experimentation & Causal InferenceAn experiment designed to measure and optimize features that become more valuable as more users adopt them, addressing the unique challenges of testing network-dependent features where individual user value depends on the behavior and adoption of other users.
Network Effects
Growth Metrics & StrategyA dynamic where a product becomes more valuable to each user as more users adopt it, creating a self-reinforcing growth cycle and a structural competitive advantage that strengthens with scale.
Network Security
Infrastructure & DevOpsThe practices and technologies that protect network infrastructure, data in transit, and connected systems from unauthorized access, misuse, and attacks. Network security encompasses firewalls, intrusion detection, access controls, encryption, and segmentation.
Neural Network
AI FundamentalsA computational model inspired by the human brain, composed of layers of interconnected nodes (neurons) that learn patterns from data by adjusting connection weights during training.
Next-Best Action
Personalization & RecommendationsAn AI-driven decision framework that determines the optimal action to take for each individual customer at each interaction point, considering their current context, predicted preferences, and business objectives simultaneously.
Nofollow
SEO & SearchA link attribute (rel="nofollow") that tells search engines not to pass ranking credit through a link. Nofollow links do not directly contribute to the linked page's search rankings, though Google now treats them as a hint rather than a directive.
Noindex
SEO & SearchA meta directive that instructs search engines not to include a page in their search index. Noindex prevents a page from appearing in search results while still allowing it to be crawled and its links to be followed.
North Star Framework
Analytics & MeasurementA strategic framework that identifies a single metric capturing the core value a product delivers to customers, serving as the primary focus for the entire growth team and aligning all optimization efforts toward a unified goal.
North Star Metric
Growth Metrics & StrategyThe single metric that best captures the core value your product delivers to customers, serving as the primary alignment tool for the entire company's growth efforts.
Notification Experiment
Product & Ad TestingA controlled experiment that tests the impact of push notifications, email alerts, or in-app messages on user behavior, optimizing notification content, timing, frequency, and targeting to maximize re-engagement while minimizing unsubscribes and user annoyance.
Novelty Effect
Experimentation & Causal InferenceA temporary change in user behavior caused by the newness of a feature or design change rather than its intrinsic value, where engagement metrics initially spike because users explore the new experience but then decay as the novelty wears off.
Now-Next-Later
Product ManagementA roadmapping format that organizes initiatives into three time horizons without committing to specific dates. Now items are in active development, Next items are planned soon, and Later items are being explored or researched.
O
Object Storage
Infrastructure & DevOpsA storage architecture that manages data as discrete objects in a flat namespace rather than as files in a hierarchical directory. Object storage services like Amazon S3 provide virtually unlimited scalability, high durability, and cost-effective storage for large data volumes.
Observability
AI EngineeringThe ability to understand a system's internal state from its external outputs, achieved through the three pillars of metrics, logs, and traces working together to enable effective debugging and monitoring.
Offer Testing
Product & Ad TestingThe experimental evaluation of different promotional offers, incentives, and deal structures to determine which combination of value proposition, discount type, urgency mechanism, and terms drives the highest conversion rate or customer lifetime value.
OKR Framework
Product ManagementObjectives and Key Results is a goal-setting methodology that pairs ambitious qualitative objectives with measurable key results. OKRs align teams around outcomes rather than outputs, creating focus and accountability across the organization.
OLAP (Online Analytical Processing)
Data & PipelinesA computing approach optimized for complex analytical queries over large datasets, supporting multi-dimensional analysis with operations like aggregation, filtering, and drill-down across multiple dimensions.
OLTP (Online Transaction Processing)
Data & PipelinesA database processing paradigm optimized for handling large volumes of short, atomic transactions with fast reads and writes, powering the operational systems that run day-to-day business operations.
Onboarding Experiment
Experimentation & Causal InferenceAn experiment that tests changes to the new user onboarding flow, measuring the impact on activation rates, time-to-value, and early retention by modifying the sequence, content, and mechanics of the initial product experience.
Onboarding Flow Testing
Product & Ad TestingThe systematic experimentation with new user onboarding sequences, including signup forms, welcome screens, product tours, activation prompts, and initial configuration steps, to optimize the percentage of new users who reach their first meaningful value moment.
Opportunity Solution Tree
Product ManagementA visual framework that maps the path from a desired outcome through opportunities discovered in user research to potential solutions and the experiments that validate them. It ensures every initiative connects clearly to a measurable business outcome.
Outbound Marketing
Marketing & CROA marketing approach where the company initiates contact with potential customers through direct outreach methods like cold email, cold calling, advertising, and direct mail. Outbound marketing pushes messages to audiences rather than waiting for them to come to you.
Output Metrics
Analytics & MeasurementMetrics that measure the results and outcomes of team activities, such as revenue, conversion rate, and retention, representing the business impact that input metrics and growth strategies are designed to produce.
Overfitting
AI FundamentalsWhen a model learns to memorize training data patterns too closely, including noise and outliers, resulting in excellent training performance but poor generalization to new, unseen data.
P
P-Value
Data & PipelinesThe probability of observing results at least as extreme as the actual results, assuming the null hypothesis is true, used to assess the strength of evidence against the null hypothesis in statistical testing.
Page Experience
SEO & SearchA set of signals Google uses to evaluate how users perceive the experience of interacting with a web page beyond its content. Page experience encompasses Core Web Vitals, HTTPS, mobile-friendliness, safe browsing, and absence of intrusive interstitials.
Page Speed
SEO & SearchThe measure of how quickly a web page loads and becomes interactive for users. Page speed encompasses multiple metrics including server response time, resource loading, rendering, and interactivity, and directly impacts both search rankings and user experience.
Pair Programming
AI EngineeringA development technique where two programmers work together at one workstation, with one writing code (driver) and the other reviewing in real time (navigator), continuously collaborating on design and implementation.
Parallel Tool Calls
AI AgentsA model capability where multiple tool invocations are requested simultaneously in a single response, enabling concurrent execution. Parallel tool calls reduce latency for tasks requiring multiple independent data retrievals or actions.
Path Analysis
Analytics & MeasurementThe visualization and analysis of the sequential routes users take through a digital product, showing the most common navigation patterns, unexpected detours, and the paths that lead to desired outcomes or abandonment.
Payback Period
Growth Metrics & StrategyThe time required for revenue from a customer to recoup the cost of acquiring them, typically measured in months, indicating how quickly acquisition investments generate positive returns.
Paywall Testing
Experimentation & Causal InferenceExperiments that test the design, timing, placement, and configuration of paywall experiences where free users encounter the boundary between free and paid features, optimizing the balance between conversion to paid and engagement retention.
Peeking Problem
Experimentation & Causal InferenceThe statistical inflation of false positive rates that occurs when experimenters repeatedly check experiment results and stop the test as soon as statistical significance is observed, rather than waiting for the pre-determined sample size to be reached.
Per-Protocol Analysis
Experimentation & Causal InferenceAn analysis approach that evaluates experiment results based on which treatment users actually received rather than their original random assignment, providing an estimate of the treatment effect among compliant users but potentially introducing selection bias.
Percentage Rollout
Experimentation & Causal InferenceA deployment strategy that gradually increases the percentage of users who receive a new feature from a small initial percentage to full deployment, monitoring key metrics at each stage to catch problems before they affect the entire user base.
Perplexity
AI FundamentalsA metric that measures how well a language model predicts a sequence of text, where lower perplexity indicates the model assigns higher probability to the actual text and is thus a better model of the language.
Personalization Engine
Personalization & RecommendationsA software platform that orchestrates personalized experiences across digital touchpoints by combining user data, machine learning models, content management, and decisioning logic into an integrated system.
Personalization Testing
Product & Ad TestingAn experimentation methodology that evaluates whether serving tailored content, offers, or experiences to specific user segments outperforms a uniform experience, measuring the incremental lift of personalization against a one-size-fits-all control.
Personalized Email
Personalization & RecommendationsEmail communications customized for individual recipients based on their behavior, preferences, and lifecycle stage, using dynamic content, personalized recommendations, and optimized send times to maximize engagement.
Personalized Pricing
Personalization & RecommendationsA pricing strategy that offers different prices or discount levels to different customers based on their predicted price sensitivity, purchase history, and willingness to pay, aiming to maximize revenue across the customer base.
Personalized Search
Personalization & RecommendationsA search experience that customizes results ranking based on individual user preferences, behavior history, and contextual signals, ensuring the most relevant results appear first for each specific user.
Pillar Page
SEO & SearchA comprehensive, long-form page that broadly covers a core topic and serves as the central hub for a content cluster. Pillar pages target high-volume keywords and link out to detailed cluster content on specific subtopics.
Pivot
Product ManagementA structured course correction that tests a new fundamental hypothesis about a product, strategy, or growth engine. A pivot changes direction while preserving the validated learning accumulated from previous experiments.
Pixel Tracking
AdTech & ProgrammaticA measurement technique that uses small, invisible image tags or JavaScript snippets embedded on web pages to track user behavior, ad impressions, conversions, and other events by firing HTTP requests to tracking servers.
Planning Agent
AI AgentsAn agent specialized in creating structured plans for accomplishing complex goals, including task ordering, resource allocation, and dependency management. Planning agents define what to do before execution begins.
Platform as a Service
Infrastructure & DevOpsA cloud computing model that provides a complete development and deployment environment without managing underlying infrastructure. PaaS offerings like Heroku, Vercel, and Google App Engine handle servers, storage, networking, and runtime configuration.
Pogo-Sticking
SEO & SearchThe behavior pattern where a user clicks a search result, quickly returns to the SERP, and clicks a different result. Pogo-sticking signals that the first result did not satisfy the user's query, potentially indicating a content quality or intent mismatch issue.
Popularity Bias
Personalization & RecommendationsThe tendency of recommendation systems to disproportionately suggest already popular items, creating a feedback loop where popular items get more exposure and engagement, further reinforcing their dominance over niche content.
Positioning
Marketing & CROThe strategic process of defining how your product is perceived in the minds of your target customers relative to alternatives. Positioning establishes the mental space your brand occupies and determines which buyers see your product as the best choice for their needs.
Power Analysis
Experimentation & Causal InferenceA statistical calculation performed before an experiment to determine the minimum sample size required to detect a meaningful effect with a specified probability, balancing the risk of false negatives against practical constraints like traffic and experiment duration.
Power Users
Growth Metrics & StrategyThe most engaged segment of your user base who use the product with the highest frequency, depth, and breadth, often accounting for a disproportionate share of engagement, revenue, and advocacy.
Practical Significance
Experimentation & Causal InferenceThe assessment of whether a statistically significant experiment result represents a meaningful business impact that justifies the cost of implementation, maintenance, and complexity of shipping the change, distinct from mere statistical significance.
Pre-Post Analysis
Experimentation & Causal InferenceA quasi-experimental method that compares metrics before and after a treatment is applied to the same group, using the pre-treatment period as a baseline to estimate the treatment effect when a randomized control group is not available.
Precision and Recall
AI FundamentalsComplementary classification metrics where precision measures the fraction of positive predictions that are correct, and recall measures the fraction of actual positives that are detected.
Predictive Analytics
Analytics & MeasurementThe use of statistical models, machine learning algorithms, and historical data to forecast future outcomes and behaviors, enabling proactive decision-making based on what is likely to happen rather than what has already occurred.
Predictive CLV
Personalization & RecommendationsA machine learning approach that forecasts a customer's future lifetime value based on their early behavior patterns, enabling proactive resource allocation and personalized engagement strategies before value is fully realized.
Predictive Lead Scoring
Marketing & CROA machine learning approach to lead scoring that analyzes historical conversion data to automatically identify the attributes and behaviors most predictive of conversion. Predictive scoring eliminates manual rule creation and discovers non-obvious patterns.
Preference Learning
Personalization & RecommendationsA machine learning approach that learns individual user preferences from observed choices and interactions, building models that predict how users will evaluate items they have not yet encountered.
Preference Testing
Product & Ad TestingA comparative research method that presents participants with two or more design alternatives and asks them to select which they prefer, optionally explaining their reasoning, to guide design decisions when multiple viable options exist.
Prescriptive Analytics
Analytics & MeasurementAn advanced analytics approach that goes beyond predicting what will happen to recommending specific actions to achieve desired outcomes, using optimization algorithms and simulation to identify the best course of action.
Price Elasticity
Personalization & RecommendationsA measure of how sensitive customer demand is to changes in price, quantifying the percentage change in quantity demanded relative to a percentage change in price, essential for optimizing pricing strategies.
Price Testing
Product & Ad TestingThe experimental evaluation of different price points, pricing structures, or pricing presentations to determine the optimal pricing strategy that maximizes revenue, conversion rate, or profit margin for a product or service.
Pricing Experiment
Experimentation & Causal InferenceAn experiment that tests different pricing structures, price points, packaging configurations, or billing models to optimize revenue, conversion rates, or a combination of monetization metrics while monitoring the impact on user satisfaction and retention.
Pricing Strategy
Growth Metrics & StrategyThe methodology for setting and optimizing product prices to balance customer acquisition, revenue maximization, and competitive positioning, encompassing pricing model, packaging, and ongoing optimization.
Primacy Effect
Experimentation & Causal InferenceA temporary depression in user performance or engagement when encountering a changed experience, caused by the disruption of established habits and mental models, which can make a genuinely beneficial treatment appear harmful in the short term.
Prioritization Matrix
Product ManagementA visual tool that plots potential initiatives on two axes, typically impact versus effort, to facilitate objective comparison and decision-making. It transforms subjective debates into structured conversations by forcing explicit evaluation on defined criteria.
Privacy Sandbox
AdTech & ProgrammaticA set of browser APIs developed by Google Chrome to enable advertising use cases like targeting, measurement, and fraud prevention without cross-site tracking, using on-device processing and aggregated data approaches.
Product Analytics
Analytics & MeasurementThe practice of analyzing user behavior within a digital product to understand how features are used, where users encounter friction, and which experiences drive retention, engagement, and monetization outcomes.
Product Analytics
Product ManagementThe practice of collecting, analyzing, and acting on user behavior data to improve product decisions. Product analytics tracks how users interact with features, where they drop off, and what actions correlate with retention and revenue.
Product Debt
Product ManagementThe accumulated cost of past product decisions that were expedient at the time but create ongoing friction, confusion, or inefficiency. Product debt manifests as inconsistent UX patterns, unused features, and convoluted user flows.
Product Discovery
Product ManagementThe ongoing process of determining what to build by identifying user needs, exploring solutions, and validating assumptions before committing development resources. Discovery reduces the risk of building products nobody wants.
Product Enablement
Product ManagementThe practice of equipping customer-facing teams with the knowledge, tools, and resources they need to effectively communicate product value. It bridges the gap between product development and go-to-market execution through training, documentation, and playbooks.
Product Metrics
Product ManagementQuantitative measurements that indicate how well a product is performing against its goals. Core product metrics typically include acquisition, activation, engagement, retention, and revenue, often organized into a framework like pirate metrics or the North Star metric.
Product Operations
Product ManagementA function that supports product teams by streamlining processes, managing tools, synthesizing customer insights, and facilitating data-driven decision-making. Product ops removes operational burden from product managers so they can focus on discovery and strategy.
Product Principles
Product ManagementA set of guiding beliefs that shape how a product team makes decisions. Product principles codify the team's values and trade-off preferences, enabling decentralized decision-making that remains consistent with the overall product direction.
Product Qualified Lead (PQL)
Marketing & CROA lead that has experienced meaningful product value through a free trial or freemium plan and has demonstrated behaviors correlated with conversion to a paid plan. PQLs are identified through product usage data rather than marketing engagement signals.
Product Roadmap
Product ManagementA strategic document that communicates the planned direction and priorities for a product over time. Effective roadmaps focus on outcomes and problems to solve rather than committing to specific features or fixed delivery dates.
Product Sense
Product ManagementThe intuitive ability to understand what makes a product great, identify user needs, and predict how design decisions will affect user behavior. Product sense combines empathy, analytical thinking, and pattern recognition developed through experience.
Product Strategy
Product ManagementThe high-level plan that connects a product vision to executable goals by defining target users, core value proposition, competitive differentiation, and the sequence of moves needed to win in the market over time.
Product Trio
Product ManagementA cross-functional team of three roles, product manager, designer, and tech lead, who collaborate closely on product discovery decisions. The trio ensures business viability, user desirability, and technical feasibility are considered together from the start.
Product Vision
Product ManagementAn aspirational description of the future state a product aims to create for its users and the world. A compelling product vision inspires the team, guides strategic decisions, and communicates purpose to stakeholders and customers.
Product-Led Growth (PLG)
Growth Metrics & StrategyA go-to-market strategy where the product itself drives acquisition, activation, and expansion through self-serve experiences rather than sales-led motions.
Product-Led Sales
Product ManagementA go-to-market strategy where the product experience generates and qualifies sales leads. Sales teams focus on users who have already experienced product value, resulting in shorter sales cycles, higher conversion rates, and more efficient revenue growth.
Product-Market Fit
Product ManagementThe degree to which a product satisfies strong market demand. Achieving product-market fit means customers are actively seeking, using, and recommending your product because it solves a real and pressing problem for them.
Product-Qualified Account
Product ManagementAn account identified as a strong sales prospect based on product usage patterns rather than demographic or firmographic data alone. PQAs show behavioral signals indicating readiness to purchase, such as high engagement, team adoption, or feature exploration.
Programmatic Advertising
AdTech & ProgrammaticThe automated buying and selling of digital ad inventory using software platforms and algorithms, replacing manual negotiation with real-time, data-driven decision-making across display, video, and native channels.
Programmatic SEO
SEO & SearchThe practice of generating large numbers of search-optimized pages automatically using templates, databases, and algorithms rather than manually creating each page. Programmatic SEO targets long-tail keyword patterns at scale.
Prompt Chaining
AI AgentsA pattern where the output of one language model call becomes the input for the next, creating a pipeline of specialized prompts that together accomplish a complex task. Prompt chaining offers more control than single-prompt approaches.
Prompt Engineering
AI FundamentalsThe practice of designing and iterating on LLM input instructions to reliably produce desired outputs for a specific task.
Propensity Model
Personalization & RecommendationsA predictive model that estimates the probability of a specific user taking a particular action, such as purchasing, churning, upgrading, or engaging with content, based on their attributes and behavioral patterns.
Propensity Score Matching
Experimentation & Causal InferenceA statistical method that reduces selection bias in observational studies by matching treated and untreated units that have similar probabilities (propensity scores) of receiving the treatment, creating a pseudo-randomized comparison.
Prototype Testing
Product & Ad TestingA usability research method in which users interact with a working model of a product or feature, ranging from low-fidelity wireframes to high-fidelity interactive mockups, to evaluate task flows, information architecture, and interaction design before development.
Pub/Sub (Publish-Subscribe)
AI EngineeringA messaging pattern where publishers broadcast messages to topics without knowledge of subscribers, and subscribers receive messages from topics they have registered interest in, enabling loose coupling.
Q
QLoRA (Quantized LoRA)
AI FundamentalsAn extension of LoRA that combines 4-bit quantization of the base model with low-rank adaptation, enabling fine-tuning of large language models on a single consumer GPU.
QUIC
Infrastructure & DevOpsA transport protocol originally developed by Google that provides multiplexed connections over UDP with built-in TLS encryption. QUIC eliminates head-of-line blocking, supports connection migration across network changes, and reduces connection establishment latency.
Quick Ratio (SaaS)
Growth Metrics & StrategyThe ratio of revenue added (new + expansion + reactivation) to revenue lost (churn + contraction) in a given period, measuring the efficiency of growth by quantifying how much you add for every dollar lost.
R
RAG (Retrieval-Augmented Generation)
AI FundamentalsA technique that grounds LLM responses in external data by retrieving relevant documents at query time and injecting them into the prompt context.
Rage Click
Analytics & MeasurementA rapid succession of clicks on the same element or area within a short time period, typically indicating user frustration with an unresponsive interface, broken functionality, or confusing design element.
Random Forest
AI FundamentalsAn ensemble learning method that trains many decision trees on random subsets of data and features, then aggregates their predictions through voting or averaging to produce more accurate and stable results.
Randomization Unit
Experimentation & Causal InferenceThe entity (user, session, page view, device, cluster, or geographic region) at which random assignment to experiment variants occurs, determining the independence structure of the data and affecting both the validity and statistical power of the experiment.
Rate Limiting
AI EngineeringA technique for controlling the number of requests a client can make to an API within a given time window, protecting services from abuse, overload, and ensuring fair resource allocation.
Re-Engagement Campaign
Marketing & CROA multi-channel marketing initiative designed to recapture the attention and activity of users or subscribers who have become inactive but have not fully churned. Re-engagement campaigns use targeted messaging, incentives, and personalization to revive dormant relationships.
ReAct Pattern
AI AgentsAn agent architecture that interleaves Reasoning and Acting steps, where the model thinks about what to do next, takes an action, observes the result, and repeats. ReAct combines chain-of-thought reasoning with tool use in a unified loop.
Reactivation
Growth Metrics & StrategyThe process of re-engaging dormant or churned users and bringing them back to active product usage, typically through targeted outreach that addresses their original reason for leaving.
Real User Monitoring
Analytics & MeasurementA performance monitoring approach that captures and analyzes actual user experience metrics from real browser and device sessions, measuring page load times, interaction responsiveness, and visual stability as users experience them.
Real-Time Bidding
AdTech & ProgrammaticAn auction-based mechanism where individual ad impressions are bought and sold in real time as a user loads a page, with the entire bidding process completing in under 100 milliseconds per impression.
Real-Time Inference
Data & PipelinesGenerating ML predictions on-demand as requests arrive, typically with latency requirements under 200ms for user-facing features.
Real-Time Personalization
Personalization & RecommendationsThe ability to customize user experiences instantly as interactions occur, using streaming data processing and low-latency machine learning inference to adapt content, recommendations, and interfaces within milliseconds.
Recommendation Diversity
Personalization & RecommendationsA measure of how varied the items in a recommendation set are, balancing relevance with breadth to prevent monotonous experiences and expose users to a range of options across different categories, styles, or attributes.
Recommendation Engine
Personalization & RecommendationsA system that uses algorithms and machine learning to suggest relevant items, content, or actions to users based on their behavior, preferences, and similarities to other users, driving engagement and conversion.
Recommendation Experiment
Product & Ad TestingA controlled experiment that tests changes to recommendation algorithms, including collaborative filtering, content-based filtering, and hybrid models, to optimize the relevance, diversity, and business impact of personalized content, product, or feature suggestions.
Recurrent Neural Network (RNN)
AI FundamentalsA neural network architecture designed for sequential data that maintains a hidden state updated at each time step, allowing it to process variable-length sequences like text, time series, and audio.
Red Teaming
AI FundamentalsThe practice of systematically probing an AI system for vulnerabilities, failure modes, and harmful outputs by simulating adversarial user behavior before and after deployment.
Redis
Infrastructure & DevOpsAn open-source, in-memory data structure store used as a cache, message broker, and database. Redis supports strings, hashes, lists, sets, sorted sets, and streams, providing sub-millisecond latency for read and write operations.
Referral Program
Growth Metrics & StrategyA structured system that incentivizes existing users to invite new users by offering rewards to the referrer, the referee, or both, systematically amplifying word-of-mouth acquisition.
Referral Testing
Experimentation & Causal InferenceExperiments that optimize referral and invitation programs by testing incentive structures, sharing mechanics, referral messaging, and the invitation experience to maximize the number and quality of referred users.
Reflection Pattern
AI AgentsAn agent technique where the AI evaluates its own output or reasoning, identifies weaknesses or errors, and generates an improved version. Reflection enables self-correction without external feedback.
Regression
AI FundamentalsA supervised learning task that predicts a continuous numerical value based on input features, used for forecasting metrics like revenue, estimating customer lifetime value, and predicting engagement scores.
Regression Discontinuity
Experimentation & Causal InferenceA quasi-experimental design that exploits a sharp cutoff in a continuous assignment variable to estimate causal effects, comparing units just above and just below the threshold where treatment assignment changes discontinuously.
Regression Testing
Product & Ad TestingA comprehensive testing approach that re-executes existing test cases after code changes to verify that previously working functionality has not been broken by new development, ensuring that bug fixes, features, and refactoring do not introduce unintended side effects.
Reinforcement Learning from Human Feedback (RLHF)
AI FundamentalsA training method that aligns LLM outputs with human preferences by using human ratings of model responses to train a reward model, which then guides the LLM via reinforcement learning.
Render Blocking
SEO & SearchResources (CSS, JavaScript, fonts) that prevent the browser from rendering page content until they are fully downloaded and processed. Render-blocking resources directly delay First Contentful Paint and Largest Contentful Paint.
Reserved Instances
Infrastructure & DevOpsCloud compute capacity purchased at discounted rates in exchange for a commitment to use specific instance types for one to three years. Reserved instances provide 30-75% savings over on-demand pricing for predictable, steady-state workloads.
Retargeting
AdTech & ProgrammaticAn advertising strategy that serves ads to users who have previously visited your website, used your app, or engaged with your content, aiming to re-engage them and drive them toward conversion.
Retention Analysis
Analytics & MeasurementThe measurement and study of how well a product retains users over time, analyzing return rates by cohort, identifying factors that predict long-term engagement, and understanding the timing and causes of user churn.
Retention Curve
Growth Metrics & StrategyA graph showing the percentage of users who remain active over time after their first use, revealing whether a product achieves long-term engagement or suffers from steady user attrition.
Retention Experiment
Experimentation & Causal InferenceAn experiment aimed at increasing the percentage of users who continue using a product over time, testing interventions that strengthen habit formation, increase perceived value, reduce churn triggers, and deepen user engagement.
Retention Marketing
Marketing & CROMarketing strategies specifically designed to keep existing customers engaged, satisfied, and continuing to use or purchase your product. Retention marketing is typically more cost-effective than acquisition marketing, with retained customers providing 5-25 times more value.
Retrieval Agent
AI AgentsAn agent that specializes in finding and synthesizing information from knowledge bases, databases, documents, and external sources. Retrieval agents combine search strategies with reasoning to locate relevant information for complex queries.
Return on Ad Spend
AdTech & ProgrammaticA metric that measures the revenue generated for every dollar spent on advertising, calculated as revenue divided by ad spend. A ROAS of 4x means each dollar spent produces four dollars in revenue.
Revenue Attribution
Marketing & CROThe practice of connecting specific revenue outcomes to the marketing and sales activities that influenced them. Revenue attribution goes beyond lead attribution by tracking the full journey from first touch to closed revenue, enabling true ROI measurement.
Revenue Churn
Growth Metrics & StrategyThe percentage of recurring revenue lost from existing customers through cancellations and downgrades in a given period, measuring the direct financial impact of customer attrition.
Reverse ETL
Analytics & MeasurementThe process of extracting data from a central data warehouse and loading it into operational systems like CRMs, marketing platforms, and product databases, activating analytical insights in the tools where teams take action.
Reverse Trial
Growth Metrics & StrategyA pricing model where new users get full access to all premium features for a limited time, then transition to a free tier after the trial ends, combining freemium's low barrier with trial's full-value exposure.
RFM Analysis
Personalization & RecommendationsA customer segmentation technique that scores users on three dimensions: Recency of last purchase or engagement, Frequency of interactions, and Monetary value spent, creating actionable segments for targeted marketing.
RICE Framework
Product ManagementA prioritization scoring model that evaluates initiatives based on Reach, Impact, Confidence, and Effort. The RICE score is calculated as (Reach times Impact times Confidence) divided by Effort, producing a comparable ranking across diverse projects.
Rich Snippets
SEO & SearchEnhanced search result displays that include additional visual elements like star ratings, prices, images, or FAQ accordions beyond the standard title, URL, and description. Rich snippets are triggered by valid structured data markup on your pages.
Robotic Process Automation (RPA)
AI AgentsSoftware that automates repetitive, rule-based tasks by mimicking human interactions with digital systems like clicking, typing, and copying data between applications. AI-enhanced RPA adds intelligence to handle exceptions and unstructured data.
Robots.txt
SEO & SearchA text file placed at a site's root that instructs search engine crawlers which URLs they are allowed or disallowed from crawling. Robots.txt manages crawl behavior but does not prevent indexing of pages discovered through external links.
ROC Curve
AI FundamentalsA graphical plot that illustrates a binary classifier's performance across all classification thresholds by plotting the true positive rate against the false positive rate.
Rolling Deployment
AI EngineeringA deployment strategy that gradually replaces instances of the previous application version with the new version, maintaining availability by ensuring some instances are always running throughout the process.
Rule of 40
Growth Metrics & StrategyA benchmark for SaaS companies stating that the sum of revenue growth rate and profit margin should exceed 40%, balancing the trade-off between growth and profitability.
Runway
Growth Metrics & StrategyThe number of months a company can continue operating at its current burn rate before running out of cash, calculated by dividing remaining cash by monthly net burn rate.
S
Saga Pattern
AI EngineeringA design pattern for managing distributed transactions across multiple services by breaking them into a sequence of local transactions with compensating actions for rollback on failure.
Saga Pattern
Infrastructure & DevOpsA pattern for managing distributed transactions across multiple microservices by breaking them into a sequence of local transactions, each with a compensating action for rollback. Sagas maintain data consistency without requiring distributed locks.
Sales Qualified Lead (SQL)
Marketing & CROA lead that has been evaluated by the sales team and confirmed to have genuine purchase potential based on budget, authority, need, and timeline. SQLs have progressed beyond marketing qualification through direct sales interaction.
Sample Ratio Mismatch
Experimentation & Causal InferenceA diagnostic check that detects whether the observed ratio of users in experiment groups matches the expected ratio from the randomization design, where a significant deviation signals a data quality problem that can invalidate experiment results.
Schema Evolution
Data & PipelinesThe process of modifying a data schema over time to accommodate changing requirements while maintaining backward and forward compatibility with existing data and consumers.
Schema Markup
SEO & SearchA vocabulary of tags defined by Schema.org that you can add to HTML to describe the type and properties of your content. Schema markup provides the specific types and properties used within structured data implementations.
Scope Creep
Product ManagementThe uncontrolled expansion of a project's scope after work has begun, typically through new requirements, expanded features, or shifting goals. Unlike feature creep which affects the product broadly, scope creep happens within a specific initiative or sprint.
Scroll Depth
Analytics & MeasurementA metric that measures how far down a page users scroll, typically reported as percentage thresholds like 25%, 50%, 75%, and 100%, revealing how much of the page content users actually consume.
Scrum
Product ManagementAn agile framework that organizes work into fixed-length sprints, typically two weeks, with defined roles, ceremonies, and artifacts. Scrum provides structure through sprint planning, daily standups, sprint reviews, and retrospectives.
Search Console API
SEO & SearchGoogle's programmatic interface for accessing Search Console data including search analytics, URL inspection, and sitemap management. The API enables automated SEO monitoring, custom reporting, and integration with internal tools.
Search Intent
SEO & SearchThe underlying goal a user has when typing a search query, typically classified as informational (learn something), navigational (find a specific site), commercial (research before buying), or transactional (complete a purchase or action).
Search Ranking Experiment
Product & Ad TestingA controlled experiment that tests changes to search algorithms, ranking signals, and result presentation within a product's internal search system to optimize relevance, user satisfaction, and downstream engagement or conversion metrics.
Search Volume
SEO & SearchThe estimated number of times a keyword is searched per month in a specific region or globally. Search volume indicates the traffic potential of a keyword and is a primary input for SEO prioritization decisions.
Segmentation Analytics
Analytics & MeasurementThe analytical practice of dividing users into meaningful groups based on shared characteristics or behaviors and comparing metric performance across segments to identify opportunities and diagnose issues.
Self-Serve Analytics
Analytics & MeasurementAnalytics platforms and tools designed to enable non-technical users to independently explore data, build reports, create visualizations, and extract insights without requiring SQL knowledge or data team assistance.
Semantic Search
AI EngineeringSearch that understands the meaning and intent behind a query rather than just matching keywords, typically powered by embedding-based similarity comparison.
Send-Time Optimization
Product & Ad TestingThe use of data analysis and machine learning to determine the optimal time to send emails, push notifications, or other messages to each individual recipient, maximizing open rates, click rates, and engagement by delivering messages when recipients are most likely to act.
Sentiment Analysis
AI FundamentalsAn NLP technique that determines the emotional tone or opinion expressed in text, classifying it as positive, negative, or neutral, often with fine-grained intensity scores.
Sequential Testing
Analytics & MeasurementA statistical methodology that allows experimenters to analyze results at multiple points during an experiment while controlling error rates, enabling earlier conclusions without the inflated false positive risk of repeated peeking.
Serendipity
Personalization & RecommendationsThe quality of a recommendation system that surfaces unexpectedly relevant items the user would not have discovered on their own, creating positive surprise and expanding user horizons beyond predictable suggestions.
Series Funding
Growth Metrics & StrategySequential rounds of venture capital investment (Seed, Series A, B, C, and beyond) that fund startup growth in exchange for equity, with each round typically corresponding to specific milestones and company stages.
SERP Features
SEO & SearchNon-standard elements that appear on a search engine results page beyond the traditional organic listings, including featured snippets, knowledge panels, People Also Ask boxes, local packs, image carousels, and AI Overviews.
SERP Volatility
SEO & SearchThe degree to which search engine rankings fluctuate over a given period. High SERP volatility indicates significant ranking changes across many queries, often signaling an algorithm update or major shift in how Google evaluates content.
Server-Side Testing
Product & Ad TestingAn experimentation approach where variant assignment and experience delivery happen on the server before the page is rendered, eliminating the visual flicker, SEO complications, and client-side performance overhead associated with JavaScript-based client-side testing.
Server-Side Tracking
AdTech & ProgrammaticA measurement approach where conversion and event data is sent directly from the advertiser's server to advertising platforms via APIs, bypassing browser-based tracking limitations such as ad blockers and cookie restrictions.
Serverless
AI EngineeringA cloud computing model where the provider dynamically manages server allocation and scaling, charging only for actual compute time used rather than provisioned capacity.
Serverless Computing
Infrastructure & DevOpsA cloud execution model where the provider dynamically manages server allocation and scaling. Developers deploy functions or containers without provisioning infrastructure, paying only for actual compute time consumed rather than reserved capacity.
Service Mesh
AI EngineeringA dedicated infrastructure layer that handles service-to-service communication in a microservices architecture, providing traffic management, security, and observability without changing application code.
Service Mesh
Infrastructure & DevOpsA dedicated infrastructure layer that handles service-to-service communication within a microservices architecture. It provides observability, traffic management, and security features like mutual TLS without requiring changes to application code.
Session Duration
Analytics & MeasurementThe length of time a user spends actively engaged with a digital product during a single visit, measured from the first interaction to the last, used as a proxy for engagement depth and content relevance.
Session Personalization
Personalization & RecommendationsAdapting the user experience within a single browsing session based on actions taken during that visit, without requiring login or historical profile data, capturing in-the-moment intent and behavior signals.
Session Recording
Analytics & MeasurementA technology that captures and replays individual user sessions as video recordings, showing every click, scroll, mouse movement, and page transition to enable detailed qualitative analysis of user behavior.
Signup Flow Testing
Product & Ad TestingThe experimental optimization of the user registration process, including form fields, authentication methods, value propositions, and progressive profiling strategies, to maximize the percentage of interested visitors who successfully create an account and begin using the product.
Site Reliability Engineering
Infrastructure & DevOpsA discipline that applies software engineering principles to infrastructure and operations work. SRE, pioneered by Google, treats operations as a software problem, using automation, monitoring, and error budgets to maintain reliable systems at scale.
SLA (Service Level Agreement)
AI EngineeringA formal contract between a service provider and customer that defines specific performance guarantees such as uptime percentage and response times, with financial penalties for violations.
SLI (Service Level Indicator)
AI EngineeringA quantitative metric that measures the level of service being provided, serving as the concrete measurement against which SLOs are evaluated, such as request latency or error rate.
SLO (Service Level Objective)
AI EngineeringAn internal reliability target for a service that defines the desired level of performance, typically more stringent than the external SLA, used to guide engineering priorities and error budget decisions.
Slowly Changing Dimension (SCD)
Data & PipelinesA data warehousing technique for tracking changes to dimension attributes over time, preserving historical context so that past facts can be analyzed against the dimension values that were current at that time.
Smart Notifications
Personalization & RecommendationsPush notifications and in-app messages that are intelligently personalized and optimized for timing, content, and frequency using machine learning, maximizing engagement while minimizing notification fatigue and opt-outs.
Smoke Testing
Product & Ad TestingA preliminary testing technique that executes a minimal set of tests to verify that the most critical functions of a build work correctly, serving as a quick pass-or-fail gate before investing time in more comprehensive testing.
Social Proof
Marketing & CROEvidence that other people or organizations have chosen, endorsed, or benefited from a product or service. Social proof reduces purchase anxiety by showing prospects that peers have already validated the decision.
Split Testing
Experimentation & Causal InferenceThe practice of randomly dividing users into two or more groups and exposing each group to a different version of a product experience to measure which version performs better on a target metric, commonly known as A/B testing.
Spot Instances
Infrastructure & DevOpsCloud compute instances available at steep discounts, typically 60-90% off on-demand pricing, in exchange for the possibility that the cloud provider can reclaim them with short notice when capacity is needed. Spot instances are ideal for fault-tolerant and flexible workloads.
Sprint Velocity
Product ManagementA measure of the amount of work a team completes during a single sprint, typically expressed in story points. It serves as a planning tool for forecasting how much work the team can handle in future sprints based on historical performance.
Staged Rollout
Product & Ad TestingA deployment strategy that gradually exposes a new feature, update, or version to increasing percentages of the user base over time, allowing teams to monitor performance, catch issues early, and roll back if problems arise before full deployment.
Stakeholder Management
Product ManagementThe process of identifying, analyzing, and strategically engaging the people who influence or are affected by product decisions. Effective stakeholder management builds alignment, manages expectations, and ensures the product team can execute with appropriate autonomy.
Star Schema
Data & PipelinesA data warehouse modeling pattern that organizes data into a central fact table containing measurable events surrounded by dimension tables containing descriptive attributes, resembling a star shape.
Statistical Power
Analytics & MeasurementThe probability that an experiment will correctly detect a real effect when one exists, determined by sample size, effect size, and significance level. Higher power reduces the risk of missing genuine improvements.
Statistical Significance
Data & PipelinesA determination that an observed result is unlikely to have occurred by random chance alone, typically declared when the p-value falls below a predetermined threshold, usually 0.05.
Stickiness Ratio
Growth Metrics & StrategyThe ratio of daily active users to monthly active users (DAU/MAU), measuring how frequently the average monthly user engages with the product, where higher ratios indicate stronger habit formation.
Stopping Rules
Experimentation & Causal InferencePre-defined criteria that determine when an experiment should be concluded, including both the conditions for early termination due to clear results and the maximum duration or sample size at which a final analysis is performed.
Story Mapping
Product ManagementA visual exercise that organizes user stories into a two-dimensional map showing the user journey horizontally and priority vertically. It helps teams see the big picture of a product while planning incremental releases.
Stratified Randomization
Experimentation & Causal InferenceA randomization technique that first divides the user population into homogeneous subgroups (strata) based on important characteristics, then randomizes independently within each stratum to ensure treatment groups are balanced on known confounders and to improve statistical precision.
Streaming Data
Data & PipelinesContinuously generated data that is processed and analyzed in real time or near-real time as it arrives, rather than being stored first and processed in batches at scheduled intervals.
Stress Testing
Product & Ad TestingA performance testing method that pushes a system beyond its expected maximum capacity to determine its breaking point, observe failure behavior, and validate recovery mechanisms, ensuring graceful degradation under extreme conditions.
Structured Data
SEO & SearchMachine-readable markup added to web pages that explicitly describes the content's meaning and relationships to search engines. Structured data uses standardized formats like JSON-LD to enable rich search results and knowledge graph inclusion.
Structured Output
AI AgentsModel responses that conform to a predefined schema such as JSON, XML, or typed objects rather than free-form text. Structured output ensures AI responses can be reliably parsed and consumed by downstream application code.
Subject-Line Testing
Product & Ad TestingThe practice of testing multiple email subject line variants against a sample of the recipient list before sending the winning version to the remainder, optimizing open rates through data-driven subject line selection.
Supply-Side Platform
AdTech & ProgrammaticA technology platform used by publishers and app developers to manage, sell, and optimize their advertising inventory across multiple demand sources, maximizing revenue per impression through automated auction mechanics.
Support Vector Machine (SVM)
AI FundamentalsA classification algorithm that finds the optimal hyperplane separating different classes by maximizing the margin between the nearest data points of each class, called support vectors.
Switchback Testing
Experimentation & Causal InferenceAn experimental design that alternates between treatment and control conditions over time periods within the same unit (such as a geographic region or marketplace), used when user-level randomization is not feasible due to interference or operational constraints.
SWOT Analysis
Marketing & CROA strategic planning framework that evaluates Strengths, Weaknesses, Opportunities, and Threats facing an organization or product. SWOT organizes internal capabilities and external factors into a structured assessment for strategic decision-making.
Synthetic Control
Experimentation & Causal InferenceA causal inference method that constructs a weighted combination of untreated units to create an artificial control group that closely matches the treated unit's pre-treatment characteristics and trajectory, enabling credible treatment effect estimation when only one or a few units are treated.
Synthetic Data
AI FundamentalsArtificially generated training data created by AI models or statistical methods that mimics the statistical properties of real data, used when real data is scarce, expensive, or privacy-sensitive.
Synthetic Monitoring
Analytics & MeasurementA performance testing approach that uses automated scripts to simulate user interactions at regular intervals from controlled environments, providing consistent baseline measurements and proactive issue detection.
T
Task Decomposition
AI AgentsThe process where an agent breaks a complex goal into smaller, manageable subtasks that can be executed sequentially or in parallel. Effective task decomposition is fundamental to agent reliability on multi-step problems.
Technical Debt
AI EngineeringThe accumulated cost of shortcuts, workarounds, and suboptimal design decisions in a codebase that make future development slower and riskier, analogous to financial debt that accrues interest over time.
Technical SEO
SEO & SearchThe practice of optimizing a website's technical infrastructure to help search engines crawl, render, index, and rank pages effectively. Technical SEO covers site architecture, performance, structured data, mobile compatibility, and security.
Technical Spike
Product ManagementA time-boxed investigation designed to answer a specific technical question or reduce uncertainty before committing to a development approach. Spikes produce knowledge and recommendations rather than shippable product increments.
Temperature
AI FundamentalsA parameter that controls the randomness of LLM outputs by scaling the probability distribution over possible next tokens, where lower values produce more deterministic responses and higher values increase creativity.
Test-Driven Development (TDD)
AI EngineeringA software development approach where tests are written before the implementation code, following a red-green-refactor cycle that ensures every feature has automated test coverage from the start.
Thompson Sampling
Data & PipelinesA Bayesian bandit algorithm that selects actions by sampling from posterior probability distributions of each option's reward, naturally balancing exploration and exploitation as uncertainty decreases.
Time to First Byte (TTFB)
SEO & SearchThe duration from the user's request to the first byte of the server response reaching the browser. TTFB measures server-side processing speed and network latency, directly impacting all subsequent loading metrics.
Time to Value (TTV)
Growth Metrics & StrategyThe elapsed time between a user's first interaction with the product and the moment they experience its core value proposition, where shorter TTV correlates with higher activation and retention rates.
Time-Decay Attribution
Marketing & CROA multi-touch attribution model that assigns more credit to touchpoints closer in time to the conversion event and less credit to earlier interactions. Time-decay attribution assumes recent interactions had more influence on the conversion decision.
Time-Series Data
Data & PipelinesA sequence of data points collected or recorded at successive, typically uniform, time intervals, used for temporal analysis, forecasting, and detecting patterns that evolve over time.
Title Tag
SEO & SearchThe HTML title element that defines a page's title for search engines and browser tabs. Title tags are one of the strongest on-page ranking factors and the most prominent element in search result listings.
TLS
Infrastructure & DevOpsTransport Layer Security is a cryptographic protocol that provides secure communication over networks by encrypting data in transit, authenticating server identity, and ensuring data integrity. TLS is the standard security layer for HTTPS, email, and API communication.
Toil Reduction
Infrastructure & DevOpsThe systematic elimination of manual, repetitive, automatable operational work that scales linearly with service growth. Toil reduction is a core SRE practice that frees engineering time for high-value improvements by replacing recurring human labor with software.
Tokenization
AI FundamentalsThe process of splitting text into smaller units (tokens) that an LLM can process, typically subword pieces averaging about 4 characters per token.
Tool Registry
AI AgentsA centralized catalog of available tools, their schemas, descriptions, and access policies that agents can discover and invoke at runtime. A tool registry decouples tool definitions from agent code, enabling dynamic tool management.
Tool Use
AI AgentsThe ability of an AI model to invoke external functions, APIs, or services during a conversation to perform actions beyond text generation. Tool use transforms language models from passive responders into active problem solvers.
Top-k Sampling
AI FundamentalsA decoding strategy that restricts token selection to the k most probable next tokens, filtering out unlikely candidates to balance output quality with diversity.
Top-p Sampling (Nucleus Sampling)
AI FundamentalsA decoding strategy that samples from the smallest set of tokens whose cumulative probability exceeds a threshold p, dynamically adjusting the candidate pool based on the model's confidence.
Topical Authority
SEO & SearchA site's perceived expertise on a specific subject area, built through comprehensive, high-quality content coverage of the topic and its subtopics. Topical authority helps individual pages rank better because the domain is recognized as an expert source.
Total Addressable Market (TAM)
Growth Metrics & StrategyThe total revenue opportunity available if a product achieved 100% market share, representing the maximum potential size of the market and used to evaluate business opportunity and set growth targets.
Training Data
AI FundamentalsThe dataset used to teach an AI model patterns and relationships during the training process, whose quality, size, diversity, and representativeness directly determine the model's capabilities and limitations.
Transfer Learning
AI FundamentalsA technique where a model trained on one task is repurposed as the starting point for a different but related task, dramatically reducing the data and compute needed for the new task.
Transformer
AI FundamentalsThe neural network architecture behind modern LLMs, using self-attention mechanisms to process and generate sequences of tokens in parallel.
Tree of Thought
AI AgentsAn advanced reasoning framework where the model explores multiple solution paths simultaneously, evaluates each branch, and selects the most promising approach. Tree of thought enables more thorough problem-solving than linear chain-of-thought reasoning.
Tree Testing
Product & Ad TestingA usability research method that evaluates the findability and organization of content within a site or application by presenting users with a text-only hierarchical structure and asking them to locate specific items, isolating navigation architecture from visual design.
Triggered Analysis
Experimentation & Causal InferenceAn analysis technique that restricts experiment evaluation to users who actually encountered or were exposed to the experimental change, reducing noise from unaffected users while maintaining the validity of the randomization through careful implementation.
Trunk-Based Development
AI EngineeringA source control branching model where developers integrate small, frequent changes directly into the main branch, avoiding long-lived feature branches and reducing merge conflicts.
Twelve-Factor App
AI EngineeringA methodology of twelve best practices for building modern, scalable, and maintainable software-as-a-service applications that are portable across execution environments and suitable for cloud deployment.
Type I Error
Experimentation & Causal InferenceThe error of incorrectly rejecting a true null hypothesis, also known as a false positive, where an experiment concludes that a treatment has an effect when in reality there is no true difference between treatment and control.
Type II Error
Experimentation & Causal InferenceThe error of failing to reject a false null hypothesis, also known as a false negative, where an experiment fails to detect a real treatment effect, concluding there is no difference when one actually exists.
U
Underfitting
AI FundamentalsWhen a model is too simple to capture the underlying patterns in the data, resulting in poor performance on both training and test data because it fails to learn the relevant relationships.
Unified ID
AdTech & ProgrammaticAn industry initiative to create a common, privacy-compliant user identifier that works across websites and platforms as an alternative to third-party cookies, typically based on hashed email addresses or authenticated login data.
Unit Economics
Growth Metrics & StrategyThe direct revenues and costs associated with a single unit of your business model (typically a customer), determining whether each additional customer contributes to or detracts from profitability.
Unmoderated Testing
Product & Ad TestingA usability testing format in which participants complete tasks independently without a live facilitator, following pre-written instructions and recording their screen and voice, enabling large-scale data collection with faster turnaround and lower cost than moderated sessions.
Uplift Modeling
Personalization & RecommendationsA causal inference technique that predicts the incremental impact of a treatment on an individual's behavior, identifying users who will change their behavior because of the intervention rather than those who would act regardless.
Usability Testing
Product ManagementA method of evaluating a product by testing it with representative users who perform specific tasks while observers note difficulties and confusion. It reveals interface problems that internal teams are too familiar with the product to notice.
Usage-Based Pricing
Growth Metrics & StrategyA pricing model where customers pay based on their actual consumption of the product (API calls, storage, compute, seats), aligning cost with value received and enabling natural expansion revenue.
User Acceptance Testing
Product & Ad TestingThe final testing phase before release in which actual end users or their proxies verify that the product meets specified business requirements and real-world workflow needs, serving as the formal sign-off gate for deployment.
User Flow Analysis
Analytics & MeasurementThe study of how users move through specific workflows and task completion sequences within a product, examining the efficiency, friction points, and success rates of designed user journeys.
User Onboarding
Growth Metrics & StrategyThe process of guiding new users from signup to their first value experience, designed to reduce time-to-value, establish product habits, and maximize the probability of long-term retention.
User Profiling
Personalization & RecommendationsThe process of building comprehensive representations of individual users by aggregating their attributes, behaviors, preferences, and interactions over time, creating the data foundation for personalization decisions.
User Research
Product ManagementThe systematic study of target users to understand their behaviors, needs, motivations, and pain points. Methods include interviews, surveys, observation, diary studies, and analytics analysis to inform product decisions with evidence.
User Segmentation
Personalization & RecommendationsThe process of dividing users into distinct groups based on shared characteristics, behaviors, or needs, enabling targeted messaging, personalized experiences, and differentiated product strategies for each segment.
User Similarity
Personalization & RecommendationsA measure of how alike two users are based on their behavior patterns, preferences, demographic attributes, or embedding representations, forming the foundation for collaborative recommendation and audience segmentation.
User Story
Product ManagementA short, informal description of a feature written from the user's perspective in the format: As a [type of user], I want [action] so that [benefit]. User stories capture requirements in terms of user value rather than technical specifications.
UTM Parameters
Marketing & CROStandardized URL query parameters (source, medium, campaign, term, content) appended to links to track the effectiveness of marketing campaigns in analytics platforms. UTM parameters identify exactly where traffic originates and which creative drove it.
V
Value Metric
Growth Metrics & StrategyThe unit of measurement that forms the basis of your pricing, directly aligning what customers pay with what they value, such as seats, API calls, messages sent, or records stored.
Value Proposition
Marketing & CROA clear statement that explains how your product solves a customer's problem, what specific benefits it delivers, and why customers should choose it over alternatives. The value proposition is the foundation of all marketing messaging.
Vanity Metric
Analytics & MeasurementA metric that looks impressive but does not meaningfully correlate with business outcomes or inform actionable decisions, often used to create a misleading impression of progress or success.
Vector Database
AI FundamentalsA specialized database optimized for storing, indexing, and querying high-dimensional vector embeddings with sub-millisecond similarity search.
Vertical Scaling
Infrastructure & DevOpsThe practice of increasing capacity by adding more resources like CPU, memory, or GPU to an existing machine rather than adding more machines. Vertical scaling is simpler to implement but has physical limits and creates single points of failure.
Video Advertising
AdTech & ProgrammaticDigital advertising delivered in video format across streaming platforms, websites, social media, and connected TV, including pre-roll, mid-roll, outstream, and in-feed video placements with various pricing models.
Video Completion Testing
Product & Ad TestingThe analysis and optimization of video ad completion rates through systematic testing of video length, content structure, opening hooks, call-to-action placement, and creative approaches to maximize the percentage of viewers who watch to the end.
View-Through Conversion
AdTech & ProgrammaticA conversion that occurs after a user sees an ad impression but does not click on it, measured within a defined attribution window. It captures the influence of ad exposure on subsequent conversion behavior.
Viewability
AdTech & ProgrammaticA metric that measures whether an ad had the opportunity to be seen by a user, defined by the IAB as at least 50% of the ad's pixels being visible in the viewport for at least one continuous second for display ads.
Viewability Testing
Product & Ad TestingThe measurement and verification of whether digital advertisements were actually visible to users according to industry standards, typically requiring that at least 50 percent of the ad's pixels were in the viewable area of the browser for at least one second for display ads or two seconds for video ads.
Viral Coefficient (K-Factor)
Growth Metrics & StrategyThe average number of new users each existing user brings to the product, where a K-factor above 1.0 indicates self-sustaining viral growth.
Virality Testing
Experimentation & Causal InferenceExperiments that measure and optimize the organic spread of a product through user actions, testing features and mechanics that naturally encourage sharing, collaboration, and exposure of the product to non-users without explicit referral incentives.
Vision-Language Model (VLM)
AI FundamentalsA multimodal AI model specifically designed to jointly understand images and text, enabling tasks like image captioning, visual question answering, and document understanding.
Voice Agent
AI AgentsAn AI agent that communicates through spoken language, combining speech recognition, language understanding, reasoning, and speech synthesis to conduct natural voice conversations. Voice agents enable hands-free AI interaction for phone, IoT, and accessibility use cases.
W
WAF
Infrastructure & DevOpsA Web Application Firewall monitors, filters, and blocks HTTP traffic between the internet and a web application based on security rules. WAFs protect against common web attacks including SQL injection, cross-site scripting, and API abuse by inspecting request content.
Web Analytics
Analytics & MeasurementThe collection, measurement, and analysis of website traffic and visitor behavior data to understand audience composition, content performance, acquisition effectiveness, and conversion patterns across web properties.
Web Browsing Agent
AI AgentsAn AI agent that can navigate websites, extract information, fill forms, and interact with web applications programmatically. Web browsing agents combine language understanding with browser automation to perform research and web-based tasks.
Webhook
Infrastructure & DevOpsA mechanism for one application to send real-time notifications to another via HTTP POST requests when specific events occur. Unlike polling, webhooks push data as soon as events happen, enabling event-driven integrations between systems.
WebSocket
AI EngineeringA communication protocol providing full-duplex, persistent connections between client and server over a single TCP connection, enabling real-time bidirectional data exchange.
Weight Initialization
AI FundamentalsThe strategy for setting initial parameter values before training a neural network, which critically affects training dynamics, convergence speed, and whether the network can learn at all.
Willingness to Pay (WTP)
Growth Metrics & StrategyThe maximum amount a customer would pay for a product or feature, determined through research methods like surveys and experiments, used to optimize pricing for revenue maximization.
Win-Back Campaign
Growth Metrics & StrategyA targeted marketing effort designed to re-engage and convert churned customers back to active, paying status, using personalized messaging, incentives, and product updates to address their reasons for leaving.
Win-Back Email
Marketing & CROAn email or sequence sent to lapsed customers or users who have stopped engaging, with the goal of re-establishing the relationship and bringing them back to active usage or purchase. Win-back campaigns target customers before they are fully churned.
X
Z
Zero-Downtime Deployment
Infrastructure & DevOpsA deployment strategy that updates production systems without any period of unavailability. Zero-downtime deployments use techniques like rolling updates, blue-green switching, or canary releases to transition traffic between versions seamlessly.
Zero-Shot Learning
AI FundamentalsThe ability of a model to perform a task it was not explicitly trained on, using only a natural language description of the task without any task-specific examples.