List
By Mithun

459 entries

Entries

Gall's Law

a complex system that works is invariably found to have evolved from a simple system that worked

code review

the process of examining another developer’s code (or your own code) to identify bugs, improve quality, ensure standards are followed, and make the code easier to maintain before it goes live

Scope

boundaries set on a project in terms of what work is done in terms of goals, deadlines, and items to provide as the project ends

Market Research

the systematic gathering and analysis of data regarding your target market, consumers, and competitors

hotfix

a quick, urgent software update released to fix a critical issue in a live product without waiting for the next planned release cycle

Sprint Planning

a meeting where the team decides what work will be done in the upcoming sprint and how it will be executed

MFA

Multi-Factor Authentication

SSO

Single Sign-On

RLHF

Reinforcement Learning from Human Feedback

POUR

Perceivable, Operable, Understandable, and Robust

WCAG

Web Content Accessibility Guidelines

Stakeholder management

the process of engaging and managing the expectations of people affected by the product

A/B Testing

to compare two versions of something to determine which performs better

Conversion rate

the percentage of users who take a desired action

CLV

Customer Lifetime Value

Median

the middle value in a set of numbers when the numbers are arranged in order

WAU

Weekly Active Users

DAU

Daily Active Users

MAU

Monthly Active Users

Hick's Law

the more choices a person has, the longer it takes for them to make a decision

Version control

also known as source control, is the practice of tracking and managing changes to software code

AI Algorithms

a set of rules or instructions that enables computers to learn, analyze data, perform tasks, and make decisions autonomously

BSC

Balanced Scorecard

Lewin’s Change Model

a three-stage framework: Unfreeze, Change, and Refreeze, designed to manage organizational transitions by moving from the status quo to a desired state

AI Bias

also known as machine learning bias or algorithm bias, refers to the occurrence of biased results due to human biases that skew the original training data or AI algorithm

BERT

Bidirectional Encoder Representations from Transformers

BART

Bidirectional Autoregressive Transformer Model

Amdahl’s Law

the speed of a task is limited by the part that cannot be improved

SPM

Senior Product Manager

Parameters

the weights and biases that a model adjusts during training to minimize error and improve predictions

RNN

Recurrent Neural Network

CNN

Convolutional Neural Network

ANN

Artificial Neural Network

Product augmentation

the additional features, services, or benefits added to a core product to enhance its value and differentiate it from competitors

Product marketing

the strategic process of bringing a product to market, driving demand, and enabling sales through targeted messaging, positioning, and adoption strategies

increment

increment is a usable product created during each Sprint that becomes a concrete stepping stone toward achieving the Product Goal

Scrum Guide

defines Scrum and helps everyone understand its theory and practice

Scrum Process

delivers value in short cycles (Sprints) through planning, execution, review, and continuous improvement

Scrum Team

consists of Scrum Master, Product Owner, Developers

Product cannibalization

the loss of sales of an existing product due to the introduction of a new, similar product by the same company

positioning statement

a concise statement that defines how a product or brand is uniquely positioned in the minds of a specific target audience, highlighting its key benefit and differentiation from competitors

Competitive analysis

the strategic process of identifying key rivals and researching their products, sales, marketing, and pricing to assess their strengths and weaknesses

diffusion curve

explains how a new product, idea, or technology spreads through a population over time, from first introduction to widespread adoption.

TMF

Traction Market Fit

Four Actions Framework

a strategy tool from Blue Ocean Strategy that helps businesses innovate by eliminating, reducing, raising, and creating factors to unlock new market space

Dot voting

a simple, visual decision-making technique used by teams to prioritize ideas or options quickly

Spider chart

a graphical tool used to compare multiple variables across the same scale

mind map

a visual thinking tool used to organize information around a central idea

DACI

Driver, Approver, Contributor, Informed

PESTEL

Political, Economic, Social, Technological, Environmental, and Legal

Consumer Product

refers to any product bought by individuals for personal use or consumption, rather than for resale or business use

Shopping products

items that consumers spend time comparing based on price, quality, features, or style

Convenience Product

goods that consumers purchase frequently, immediately, and with minimal comparison or effort

TOWS

Threats, Opportunities, Weaknesses, Strengths

GE-McKinsey Nine-Box Matrix

a strategic framework used by multibusiness corporations to evaluate and prioritize investments across different business units or products

4Ps

Product, Price, Place, Promotion

3Ps

People, Process, Physical Evidence

BCG Matrix

a strategic tool used to analyze a company’s product portfolio based on market share and market growth

Positioning

the process of defining how a product is perceived in the minds of customers compared to competitors

ASP

Average Selling Price

Deliver phase

is the 6th stage in the product management lifecycle

Demand Generation Plan

a comprehensive, long-term marketing strategy designed to create awareness, interest, and desire for your product or service, ultimately building a predictable revenue pipeline

Launch Phase

the fifth phase in the product management lifecycle

Qualify Phase

the fourth phase in the product management lifecycle

Usability Testing

a UX research method where representative users perform specific tasks on a product/feature while researchers observe, listen, and take notes

NDA

Non-Disclosure Agreement

Develop Phase

the third phase in the product management lifecycle

Plan phase

the secound phase in Product Managment Lifecycle

Release frequency

rate at which updates are released (daily, weekly, monthly)

Mean Lead Time

How long does it take from idea to production?

MTTR

Mean Time to Recovery

Vanity metrics

numbers that look impressive but don’t really tell you how well your product or business is doing

Sprint Retrospective

meeting held at the end of a sprint cycle to reflect on the completed sprint

Team velocity

the number of story points a team an complete in a single sprint

Technical debt

shortcut today that saves time, but creates problems you’ll need to fix later

Story Points

estimate how hard a story is, not how long it takes

INVEST

Independent, Negotiable, Valuable, Estimable, Small, Testable

Sprint Review

a meeting held at the end of a sprint where the team demonstrates the completed work and gathers feedback from stakeholders

PMP

Project Management Professional

Sprint Backlog

the list of work the team commits to complete during a sprint

Backlog Refinement

the process of keeping the product backlog clear, prioritized, and ready for development

Product Backlog

everything to build, ordered by value

Sprint

a short, time-boxed period (typically 2 weeks) in which an Agile team works to complete a specific set of work and deliver a usable outcome

Agile

a philosophy for doing work

Scrum

an Agile framework that helps teams deliver value incrementally through iterative sprints and continuous feedback

Daily Scrum

a daily meeting where the Scrum team plans work for the next 24 hours and identifies blockers

Pair Programming

a software development practice where two developers work together at one workstation on the same task

TDD

Test-Driven Development

Refactor

improving the internal structure of code without changing its external behavior

Gherkin syntax

a simple, structured language used to write test scenarios in a way that’s easy for both technical and non-technical stakeholders to understand

KRI

Key Risk Indicator

WIP

Work In Progress

Burndown chart

a run chart of remaining work

XP

eXtreme Programming

Kanban

a visual method for managing work that helps teams improve flow and limit work in progress

Waterfall

a traditional software development methodology where work is done in a linear, sequential order, each phase must be completed before the next one begins

Zero-shot prompting

a prompting technique where a model is asked to perform a task without being given any examples, relying only on its pre-trained knowledge

LangChain

a framework for building applications that use large language models by connecting them with data sources, tools, memory, and multi-step workflows

ToT

Tree of Thoughts

Top-P

a text-generation sampling method where the model selects the next token from the smallest set of tokens whose cumulative probability is at least P

Top-K

an integer that defines how many of the most likely tokens should be considered when determining the next token

Agent harness

the infrastructure or framework used to run, manage, test, and monitor AI agents

Smoke testing

a quick set of basic tests to verify that the critical functionalities of a build work and the system is stable enough for further testing

Regression testing

the process of re-running previously validated test cases to ensure that new code changes haven't broken existing functionality

Integration testing

testing how multiple components or modules work together to ensure they interact

Unit testing

a method of evaluating software that focuses on testing individual components or units of code in isolation

Prompt engineering

the process of designing effective prompts to generate better and desired responses

Naive prompting

a simple, direct prompt to an AI without context, structure, or guidance, and expecting the model to figure everything out on its own

Content marketing

the practice of using valuable content to attract and convert a target audience without direct advertising

VAE

Variational AutoEncoder

Transformers

are deep learning models that use self-attention to process entire sequences in parallel

Training data

Data, typically large datasets, used to train a machine learning model

Prompt

instructions or questions that are given to a generative AI model to generate new content

Diffusion model

a generative AI model that learns how to reverse noise to generate realistic content

CoT

Chain of Thought

Agentic AI (Agentic AI)

an AI that can autonomously decide and act to achieve goals, not just respond to prompts

Copilot

an AI assistant built by Microsoft on top of LLMs, not an LLM itself

Gemini

Google’s family of AI models developed by Google DeepMind

GPT

Generative Pre-trained Transformer

CI/CD

Continuous Integration and Continuous Delivery/Deployment

DevOps

Development and Operations

GAN

Generative Adversarial Network

Dataset (data set)

a collection of related data, usually organized in a structured way so it can be stored, analyzed, and processed

SPA

Single-Page Application

React

a JavaScript library used to build interactive user interfaces

Discriminative AI

focuses on classifying data and making predictions by learning boundaries between categories, rather than creating new content

training

the process of learning from data

Sentiment analysis

processing digital text using AI to analyze and determine if the emotional tone of the message is positive, negative, or neutral.

Dichotomy Mapping

helps compare two opposites to clarify decisions, trade-offs, and positioning

deepfake

an AI-generated or AI-modified media (video, audio, or images) that realistically imitates a real person’s appearance or voice, making them appear to say or do things they never did

Private AI

an AI model trained on a company’s internal data and deployed only for its employees

IT PM

Information Technology Project Manager

zero-sum game

Total outcome = 0

false negative

a system fails to detect something that is actually present

false positive

the system says YES, but the actual answer is NO

GPM

Growth Product Manager

RPA

Robotic Process Automation

Cobot

Collaborative Robot

Edge AI

AI at the device level, not in the cloud

Edge Computing

a computing model where data is processed near the source (edge)

Cloud Computing

the delivery of computing services (servers, storage, databases, networking, software) over the internet instead of using local computers or on-premise servers

IoT

Internet of Things

NLG

Natural Language Generation

NLU

Natural Language Understanding

CV

Computer Vision

TTS

Text-to-Speech

STT

Speech-to-Text

accordion

a collapsible content component that allows users to expand and collapse sections to view or hide information

tuning

adjusting a model so it works well for a particular use case

Activation Function

a mathematical function applied to a neuron’s output that decides whether it should be activated

Reinforcement Learning

a type of machine learning where an agent learns by interacting with an environment and improving its actions based on rewards or penalties

Unsupervised Learning

a type of machine learning where the model is trained on unlabeled data, there are no correct answers provided

Supervised Learning

a type of machine learning where a model is trained using labeled data, that is, each training example includes both the input and the correct output

Multimodal

refers to machine learning models capable of processing and integrating information from multiple modalities or types of data

Staff Product Manager

a senior Individual-Contributor (IC) product role with high strategic impact, deep ownership, and influence without people management

TPM

Technical Product Manager

CTA

Call to Action

Turing Test

evaluates a machine’s intelligence based on whether its responses are indistinguishable from a human’s in conversation

Prompting

the practice of giving input to an AI system so it can produce the desired output

Repository (Repo)

is a storage location used to organize, track, and manage files or information

General AI (Strong AI)

refers to an AI system with human-level intelligence that can understand, learn, and apply knowledge across multiple domains, just like a human

AGI

Artificial General Intelligence

Narrow AI (Weak AI)

AI built to handle one specific function without general intelligence

Self-aware AI

a hypothetical and purely theoretical form of AI that would have consciousness, self-awareness, and an understanding of its own existence

Theory of Mind AI

an AI system capable of understanding and responding to human emotions, intentions, and beliefs

Limited Memory AI

uses past data to improve predictions or decisions for a short period of time

Reactive AI

reacts to present situations without memory or learning capability

Prescriptive AI

a step further than predictive AI by suggesting the best possible course of action

Predictive AI

uses historical data and machine learning models to forecast future events or outcomes

Diagnostic AI

focuses on summarizing what happened using historical data

Augmented Intelligence

Human intelligence + AI support

neural network

a type of machine learning inspired by the human brain that use interconnected layers of algorithms to recognize patterns and solve complex problems in data

CS

Customer Success

AE

Account Executive

Demographics

refer to statistical data about the characteristics of a population.

value chain

a progression of activities that a business or firm performs in order to deliver goods and services of value to an end customer

Spin-Off

refers to the creation of an independent entity or product derived from an existing "parent" source

OMS

Order Management System

Divest

to sell a product and its rights to a third-party

CBA

Cost-Benefit Analysis

Cohort

a group tracked or treated together because they have something in common

CSF

Critical Success Factor

Planned Obsolescence

designing products to wear out, become incompatible, or feel outdated sooner than necessary

EOL

End of Life

Product Mix

the entire array of products or services provided by a business, often organized into product lines that represent the various types of offerings available

Maturity Stage

a Product Lifecycle stage. The product market share stabilizes. The key goal is to sustain profitability.

Decline Stage

a Product Lifecycle stage. Profitability decreases. The product completes its lifecycle

Dynamic pricing

a pricing strategy where prices change in real time based on demand, supply, customer behavior, time, or market conditions

Cost-based pricing

a pricing strategy where a company sets the price by adding a markup to the total cost of producing and delivering the product

Value-based pricing

a pricing strategy where the price is set based on the perceived value to the customer, not on cost or competitor prices

Competitive pricing

a pricing strategy where prices are set in relation to competitors’ pricing to remain attractive in the market

Penetration pricing

a pricing strategy of setting a low initial price to quickly gain market share and establish a customer base

Premium pricing

a pricing strategy where a product is priced higher than competitors to signal superior quality

Price skimming

a strategy where a company launches a new, innovative product at a high price to "skim" profits from early adopters, then gradually lowers the price over time to attract more price-sensitive customers, capturing maximum revenue across different market segments

Selective demand

the demand for a particular brand or product within an existing market category

Price softening

a gradual decrease or easing of prices in a market, usually due to factors like reduced demand, increased supply, or competitive pressure

Demand generation

a marketing strategy that includes any activity that drives awareness and interest in your product or service

synopsis

a brief summary or general survey of something

Competitive product comparison

the process of evaluating your product against competitors’ products to understand strengths, weaknesses, differences, and unique features

Sales channel

the path or medium through which a product or service is sold to customers

Launch Readiness Assessment

a final assessment of all involved functions to determine if the product is ready to launch

Issue

a problem that occurred or a risk that happened

Incentives

rewards provided to an individual or group to motivate them to complete a task or function

Hard Launch

a fully release of a new product or service to the public

Market readiness

the state where a product is sufficiently validated, stable, and positioned to be successfully launched and adopted by its target market

MVP

Minimum Viable Product

POC

Proof of Concept

Drawer

A panel that slides in from the side or bottom without fully blocking the page

Tooltip

small hint that appears on hover, tap, or focus

Modal

a UI element that pops up over the main screen, requiring user interaction before they can return to the underlying content

Test case

a set of steps, conditions, and expected results used to verify that a feature or functionality works as intended

Soft Launch

the release of a new product or service to a restricted audience or market in advance of a full launch

Pilot test

limited real-world test before scale

Release Manager

makes sure the right version of the product is released to the right users at the right time

Predictive Lifecycle

A prioritized repository for User Stories managed by the Product Owner to support an Agile or Adaptive project

Marketing Collateral

a collection of various media utilized to bolster the sales of a product or service, typically encompassing brochures or sell sheets crafted as supportive tools for sales purposes

Beta Plan

Includes all the goals to achieve through beta testing and outlines the logistics of how the test will be conducted

Business case

a justification for a project or decision that explains its value, costs, benefits, and risks to enable informed approval

Readiness Document

a document that validates that all functional, technical, operational, and business checks are complete before proceeding

Risk Mitigation

planning ahead so that if something goes wrong, the damage is minimal

Scope Change

any approved modification to the originally agreed project or product deliverables

Change control

a formal process to manage changes to a project, product, or system after work has already started, so that changes don’t create chaos, delays, or cost overruns

Scope creep

Uncontrolled changes to the scope due to interference from stakeholders or due to misunderstandings from the project manager

Program Review

a structured check-in to evaluate how a program is performing against its goals

CM

Configuration Management

SMB

Small and Medium-sized Business

morale

the confidence, enthusiasm, and discipline of a person or group at a particular time

Change management

the structured process of planning, implementing, and guiding people through changes in an organization, product, or system to ensure smooth adoption and minimal disruption

Wireframe

a simple, low-fidelity layout that shows the basic structure and placement of elements in a screen without visual design details

Prototype

a quick, low-cost version of a product or feature created to test ideas before fully building them

IA

Information Architecture

Project Manager

the person responsible for planning, executing, and delivering a project successfully within the agreed scope, timeline, and budget

guardrail

a rule, constraint, or safety boundary that ensures teams don’t make decisions that could harm the product, business, or users

phased rollout

releasing a feature slowly, instead of releasing it to everyone at once

Rollout

the planned process of releasing a new feature, product, or update to users

Opportunity Cost

when you make a choice, you lose the benefits you could have gotten from the other option

CSAT

Customer Satisfaction

Problem statement

a concise and clear description of an issue that needs to be addressed or a goal to be achieved

Data-informed

using data as a critical input alongside other factors, such as experience, intuition, and qualitative insights, to make decisions

Data-driven

making decisions based solely on data

ERP

Enterprise Resource Planning

CRM

Customer Relationship Management

Variable cost

an expense that changes based on how much you produce or sell

Cash flow diagram

a visual tool that shows when money flows in and out of an investment over time

OKR

Objectives and Key Results

metric

a measurable value used to track performance, progress, or success of a product, team, or business activity

Beta testing

the process of releasing a nearly finished product to select real users to identify bugs and gather feedback before the official launch

Alpha testing

the first major phase of testing for a product, done internally before releasing it to real users

COGS

Cost of Goods Sold

milestone

a key point in time that indicates a major accomplishment or stage completion

Timeline

a linear display of events over time

Product Roadmap

a series of planned development activities illustrating future product releases on either a calendar or rolling year basis

educated guess

a guess based on knowledge and experience and therefore likely to be correct

USP

Unique Selling Proposition

GPM

Group Product Manager

CPO

Chief Product Officer

APM

Associate Product Manager

due diligence

the process of carefully examining and verifying information before making a decision or moving forward with a particular action or agreement

NSM

North Star Metric

team contract

a mutual agreement that defines a team’s goals, roles, norms, and expectations to ensure effective collaboration and accountability

NPI

New Product Introduction

risk register

a document that identifies, assesses, and tracks potential risks to a project or organization

Six Sigma

a data-driven methodology used to improve processes by identifying and eliminating defects, reducing variation, and ensuring consistent quality

FURPS model

a framework used to classify and evaluate software quality attributes.

QBR

Quarterly Business Review

Parkinson's law

work expands to fill the time available for its completion

Eisenhower Matrix

a time management tool that helps you prioritize tasks based on urgency and importance

Use case

describes how a user interacts with a system to achieve a specific goal

Value identification

the process of discovering and defining what value a product or feature will deliver

sunk cost fallacy

the tendency to continue investing in something just because you’ve already spent time, money, or effort on it, even when it’s no longer the best choice

Mockup

a visual design of what a product feature or interface will look like before it's built

ROM

Rough Order of Magnitude

JAD

Joint Application Design

experimental group

the group in a scientific study that receives the specific treatment or intervention being tested

control group

a group in an experiment that does not receive the treatment being tested

Functional requirements

define what a system or its component must do, outlining the specific features and functionalities it needs to possess

Objective analysis

the process of evaluating something based on facts, not personal feelings or opinions

Latent needs

customer needs that exist but are not yet recognized or articulated by the customers themselves

AIDA

Attention, Interest, Desire, and Action

team

an interdependent group of people working towards a shared goal

Grading rubric

a scoring guide that outlines criteria and performance levels to ensure consistent and fair evaluation

MRD

Market Requirement Document

SOM

Serviceable Obtainable Market

SAM

Serviceable Available Market

TAM

Total Addressable Market

Project Charter

a critical document that serves as the foundation for a project's planning and execution

Milestone Chart

a visual tool that represents a project's significant events and key deadlines on a timeline

Gantt chart

a project management tool that visually shows a project’s schedule over time

MCDA

Multi-Criteria Decision Analysis

Conceive Phase

the first phase of the Product Management Lifecycle. New product concepts are identified, and the concept is reviewed for viability and attractiveness

Stakeholder alignment

it’s about getting everyone on the same page so decisions and actions move in the same direction

PCD

Product Concept Document

Kano model

a framework that categorizes product features based on how they affect customer satisfaction, distinguishing between basic, performance, and delighting attributes

MoSCoW

Must have, Should have, Could have, and Won’t have

Churn

the rate at which customers stop using your product or service

Team Scaling Fallacy

adding more people doesn’t always mean more output, bigger teams can slow progress

Common Information Effect

groups overvalue shared information and ignore unique insights, which can lead to poor decisions.

Framing effect

the tendency to make different decisions based on how the same information is presented

Strategic thinking

the ability to see the big picture, anticipate challenges, and make decisions that align with long-term goals

Strategy

a plan of action designed to achieve long-term goals or objectives

Marketing skill

the ability to understand customers and promote products effectively

Curse of Knowledge

cognitive bias where we incorrectly assume that everyone knows as much as we do on a given topic

DPDP

Data Protection and Digital Privacy

GDPR

General Data Protection Regulation

OWASP Top 10

a widely used list of the most critical web application security risks

empathy

ability to sense other people's emotions, coupled with the ability to imagine what someone else might be thinking or feeling

EI

Emotional Intelligence

PTG

Post-Traumatic Growth

Growth mindset

a belief in their own ability to learn and respond in the face of challenge

Economies of scale

the cost of producing each unit goes down when a company produces more

Whitepaper

an informational document that promote or highlight the features of a solution, product, or service it offers or plans to offer

We Team

refers to a team that focuses on collaboration, collective ownership, and shared goals rather than individual achievements

Tuckman Ladder

A common team-building model developed by Bruce Tuckman

case study

a story or report about something real, showing what happened, why it happened, and what can be learned from it

NPS

Net Promoter Score

Power user

an expert user who maximizes the tool’s potential

Aha moment

the moments where users first experience a product's key benefits

Product discovery

the process of identifying real user problems and validating the right solutions before building the product

5 Dysfunctions of a Team

No trust, avoid conflict, don’t commit, avoid accountability, ignore team results

Situational communication

adapting your tone, style, and method to fit the audience, purpose, and context

Deep learning

learns from data using neural networks with many layers

BABOK

Business Analysis Body of Knowledge

Situation Analysis

A process of assessing internal and external factors to understand the current state and guide informed decisions

Analytics Skill

using data to drive insights

Analysis Skill

ability to examine information or a situation to understand it, identify patterns, and make decisions

WBS

Work Breakdown Structure

network effect

a product becomes more valuable as more people use it

Analysis paralysis

overthinking to the point of not taking action

Mom Test

a method of asking customers about their problems and past behavior instead of asking for opinions, so you get honest, useful feedback instead of polite lies

ISPMA

International Software Product Management Association

BA

Business Analyst

Analytical thinking

the ability to break down information, find patterns, and make logical decisions.

abstract thinking

the ability to look beyond features and see the bigger picture: user needs, patterns, future possibilities, and strategy

Ideation

coming up with ideas to solve a problem or create something new

Delphi Method

a systematic way to combine expert judgments when exact data is unavailable

DMAIC

Define, Measure, Analyze, Improve, and Control

Oslo Manual

is an international guideline that defines how to measure and analyze innovation in businesses and industries.

Porter’s Five Forces

a framework to analyze industry competition and profitability through five force: new entrants, suppliers, buyers, substitutes, and rivalry

BDD

Behavior-Driven Development

Acceptance criteria

are the specific conditions a feature must meet to be considered complete and approved by stakeholders

HRMS

Human Resource Management System

WTS

Willingness To Sell

WTP

Willingness To Pay

Secondary research

is when you use information that’s already been collected by others, instead of gathering new data yourself

Ansoff Matrix

strategic planning tool that helps businesses decide how to grow

QFD

Quality Function Deployment

Market segmentation

the process of dividing a broad market into smaller groups of consumers with similar needs, characteristics, or behaviors to target them more effectively

Kotler’s Five Product Levels

describes a product in five layers of value, ranging from its fundamental benefit to potential future enhancements

deadline

a specific date or time by which a task or job must be completed

Upstream product management

Models and practices related to portfolio management, developing product strategy, and new product development

Two-Hat Syndrome

A situation where a Product Manager has dual roles, managing product planning and supporting projects stemming from their work

SME

Subject Matter Expert

Scrum Master

Individual responsible for coaching and facilitating development teams to ensure adherence to Scrum processes and effectiveness

Project Sponsors

Individuals who provide the authority and necessary funding to develop a new product

PO

Product Owner

influencing

the act of motivating people to perform specific actions or tasks

facilitation

the process of guiding and enabling people to work together to achieve a common goal, directing their focus and attention in ways that benefit the group as a whole

NGT

Nominal Group Technique

RAG

Retrieval-Augmented Generation

AAR

After-Action Review

LaTeX

a document preparation system built on top of TeX

TeX

a typesetting system for high-quality documents, especially with math or scientific content

decision matrix

a table that helps you compare options by scoring them against key criteria to choose the best one

Pareto Principle

80% of results come from 20% of the effort or causes

standup meeting

a quick daily check-in where team members share what they did, what they're doing next, and any blockers

Brainwriting

an idea generation done silently by writing and sharing ideas instead of speaking

Brainstorming

a group activity where people quickly generate many ideas without judgment to solve a problem or spark creativity

AI evals

AI evaluations

product vision

a high level statement that outlines a product's long term goals, and aspirations

elevator pitch

elevator pita brief, persuasive summary (30–60 seconds) that explains who you are, what you do, and why it matters.

SMART

Specific, Measurable, Achievable, Realistic, and Timely

Information radiator

visual displays for presenting essential project information, ensuring all team members stay informed and aligned

CPM

Certified Product Manager

Program management

strategic management of projects

AIPMM

Association of International Product Marketing and Management

ProdBOK

Product Management and Marketing Body of Knowledge

KRA

Key Result Area

ACP

Audience, Community, Product

Value

the benefit a product, feature, or service provides to users or customers compared to its cost or alternatives

ARPU

Average Revenue Per User

KPI

Key Performance Indicator

SEI

Social-Emotional Intelligence

SaaS

Software as a Service

Design thinking

user-centered approach to solving problems through empathy, creativity, prototyping, and testing

Stakeholders

anyone interested in the product can influence product decisions or is affected by the outcome and deliverables of your work

Product Management Lifecycle

includes seven phases – Conceive, Plan, Develop, Qualify, Launch, Deliver, and Retire

PLC

Product Life Cycle

RACI

Responsible, Accountable, Consulted, Informed

DMADV

Define, Measure, Analyze, Design, and Verify

DFSS

Design For Six Sigma

DX

Developer eXperience

PEST

Political, Economic, Social, and Technological

SWOT

Strengths, Weaknesses, Opportunities, Threats

LLM

Large Language Model

Foundation models

general-purpose AI models you can adapt for specific uses

ML

Machine Learning

AI

Artificial Intelligence

Gen AI

Generative AI

DevSecOps

Development, Security, and Operations

CPTO

Chief Product & Technology Officer

IRR

Internal Rate of Return

Product Management

the process of conceiving, planning, developing, testing, launching, delivering and retiring products

user persona

a fictional but research-based representation of your ideal or target user

lifecycle

Applies to the entire life of a product, from conception to withdrawal from the market.

CDP

Customer Data Platform

payback

time an investment takes to recover its initial cost from cash inflows

Business acumen

the ability to understand and manage various business situations effectively

NPV

Net Present Value

BI

Business Intelligence

cross-functional team

a group with diverse expertise working together on a shared goal

focus group

a guided group discussion used to gather insights on a specific topic or product

PMM

Product Marketing Manager

OST

Opportunity Solution Tree

OODA

Observe, Orient, Decide, and Act

epic

a large body of work that’s too big to finish in a single sprint, so it gets broken down into smaller user stories

QPI

Queries Per Second

JTBD

Jobs to Be Done

ProdOps

Product Operations

ICE

Impact, Confidence, Ease

P2P

Peer-to-Peer

ROI

Return on Investment

PM

Product Manager

MRR

Monthly Recurring Revenue

enshittification

refers to a process where platforms degrade over time, compromising user experience for profit

RICE

Reach, Impact, Confidence, and Effort

VOC

Voice of the Customer

AARRR

Acquisition, Activation, Retention, Referral and Revenue

RBAC

Role-Based Access Control

CPL

Cost Per Lead

SMM

Social Media Marketing

CX

Customer eXperience

artifacts

artifacts are tangible items that provide evidence of a project's progress, goals, and results

SDET

Software Development Engineer in Test

EBITDA

Earnings Before Interest, Taxes, Depreciation, and Amortisation

LTV

LifeTime Value

CAC

Customer Acquisition Cost

NRR

Net Revenue Retention

ARR

Annual Recurring Revenue

regression

when something that used to work breaks after new code is introduced

PMF

Product-Market Fit

UX

User eXperience

UI

User Interface

NLP

Natural Language Processing

SDLC

Software Development Life Cycle

GTM

Go-To-Market

Task

the smallest unit of work needed to implement part of a story

User Story

a simple description of a feature or functionality told from the perspective of the end user

FSD

Functional Specification Document

PRD

Product Requirements Document

BRD

Business Requirement Document

CSPO

Certified Scrum Product Owner

RFP

Request for Proposal

IC

Individual Contributor

ICP

Ideal Customer Profile

API

Application Programming Interface

JSON

JavaScript Object Notation

MQL

Marketing Qualified Lead

PLG

Product-Led Growth

RCA

Root Cause Analysis