I wrote the book on developer marketing. Literally. Picks and Shovels hit #1 on Amazon.

Get your copy
Reference

Business Glossary

Sales, marketing, and engineering vocabulary for developer marketers.

The vocabulary of your job

You are in a pipeline review. The VP of Sales says ACV is down 15% quarter over quarter. Everyone nods. You nod too. You have no idea what anyone is talking about.

This glossary covers sales, marketing, engineering, DevRel, AI, VC, and everything in between. Every term is defined the way a practitioner would explain it: short, concrete, with real examples. No jargon to explain the jargon.

A

A/B testing (marketing)

Comparing two versions of a marketing asset to see which performs better. The scientific method applied to marketing decisions.

Marketing and demand gen

Account executive

AE

The salesperson who owns the deal from qualified opportunity to signed contract. Carries a quota and earns commission on closed revenue.

Sales and revenue

Account-based marketing

ABM

Marketing aimed at specific target accounts rather than broad audiences. Sales and marketing collaborate to win named companies.

Marketing and demand gen

Acquisition / Exit

The purchase of a company by another company, providing a return to shareholders and a liquidity event for founders and employees.

Startup and VC

Activation

The moment when a new user experiences the core value of a product for the first time, making them likely to return.

Product management

Ad fatigue

When an audience sees the same ad so often that engagement drops and performance declines.

Marketing and demand gen

ADR

ADR

An Architecture Decision Record that documents a significant technical decision and its reasoning.

Engineering and DevOps

Agentic commerce

A commerce model where AI agents evaluate, compare, and purchase products on behalf of human decision-makers.

Go-to-market strategy

Agile

A software development methodology that delivers work in short iterations with continuous feedback and adaptation.

Product management

Aha moment

The instant when a user first understands the value of a product, often through experiencing a key feature or outcome.

Product management

AI agent

An AI system that can plan, reason, and take autonomous actions to complete tasks. Goes beyond chat to actually do things.

AI and AI-era marketing

AI engine optimization

AEO

The practice of optimizing content so that AI systems like ChatGPT, Perplexity, and Claude cite and surface it in their responses.

Content and communications

AI engine optimization

Optimizing content to be discovered and cited by AI systems. The AI-era equivalent of SEO, but for LLMs instead of search engines.

AI and AI-era marketing

Alerting

Automatically notifying engineers when system metrics cross predefined thresholds indicating problems.

Engineering and DevOps

Ambassador program

A program where selected community members represent and promote a product in exchange for perks, access, and recognition.

Developer relations and DX

Analyst briefing

A meeting where a company presents its strategy and product to an industry analyst.

Marketing and demand gen

Analyst relations

AR

Engaging with industry analysts who influence enterprise buying decisions.

Marketing and demand gen

Angel investor

A high-net-worth individual who invests their personal money in early-stage startups in exchange for equity.

Startup and VC

Annual commitment

A contract where the customer commits to paying for a full year, usually in exchange for a discount. Locks in revenue for the vendor.

Pricing and packaging

Annual contract value

ACV

The annualized value of a single customer contract. Tells you about individual deal size, while ASP tells you the average across all deals.

Sales and revenue

Annual recurring revenue

ARR

The annualized value of your active subscription contracts. The heartbeat metric of every SaaS business.

Sales and revenue

Apache License

A permissive open source license that includes an explicit patent grant and requires attribution for modifications.

Legal and compliance

API

API

Application programming interface: a defined way for software programs to communicate with each other.

Engineering and DevOps

API key

A unique string that identifies and authenticates an application or user when making API requests.

Engineering and DevOps

API reference

Comprehensive documentation of every endpoint, parameter, and response in an API, serving as the definitive technical specification.

Developer relations and DX

ASC 606

The US accounting standard for revenue recognition. Five steps that determine when and how you can count revenue as earned.

Finance and metrics

Attainment

The percentage of quota a salesperson or team actually achieved. The scorecard for sales performance.

Sales and revenue

Authentication

AuthN

The process of verifying who a user is, typically through credentials like a password or token.

Engineering and DevOps

Authorization

AuthZ

The process of determining what actions or resources an authenticated user is allowed to access.

Engineering and DevOps

Availability

Uptime

The percentage of time a system is operational and accessible to users.

Engineering and DevOps

Average selling price

ASP

The average revenue per deal closed. Tells you whether you are selling to the right segment at the right price.

Sales and revenue

B

Backend

The server-side part of an application that handles data, logic, and infrastructure.

Engineering and DevOps

Backlinks

Links from other websites pointing to your site, which signal authority and trust to search engines.

Content and communications

Backlog

The prioritized list of all planned work that a team has not yet started.

Engineering and DevOps

Backwards compatibility

The ability of new software to work with older versions, data, or integrations without breaking them.

Engineering and DevOps

BANT

BANT

A lead qualification framework: Budget, Authority, Need, Timeline. The simplest way to determine if a prospect is worth pursuing.

Sales and revenue

Battlecard

A one-page competitive reference for sales reps. Covers a competitor's strengths, weaknesses, and how to win against them.

Marketing and demand gen

BDR/SDR

BDR/SDR

Business development rep / Sales development rep. The people who prospect, qualify leads, and book meetings for account executives.

Sales and revenue

Beta

A pre-release version of a product or feature made available to a limited audience for testing and feedback before general availability.

Product management

Bikeshedding

Spending disproportionate time debating trivial details while ignoring important decisions.

Engineering and DevOps

Billings

The total amount invoiced to customers in a period. Revenue plus the change in deferred revenue. A leading indicator of future recognized revenue.

Finance and metrics

Blitzscaling

A strategy of prioritizing speed over efficiency to rapidly capture market share, accepting losses to outrun competitors.

Startup and VC

Blog

A regularly updated section of a website where a company publishes articles to attract, educate, and engage its target audience.

Content and communications

Blue-green deployment

A deployment strategy using two identical environments to enable instant cutover and rollback.

Engineering and DevOps

Board deck

A presentation prepared for board meetings that covers company performance, key metrics, strategic decisions, and upcoming plans.

Startup and VC

Booking

A signed deal. The total value of a customer contract at the time they commit to buy. Not the same as revenue.

Sales and revenue

Bookings vs. revenue

Bookings is what you sold (total contract value when signed). Revenue is what you earned (recognized over the delivery period). They are never the same number.

Finance and metrics

Bootstrapped

Building a company without external investment, funding growth entirely through revenue and personal savings.

Startup and VC

Bottom of funnel

BoFu

The decision stage where prospects are ready to buy. Content and experiences that help them choose you and take action.

Marketing and demand gen

Bottom-up adoption

A growth pattern where individual practitioners adopt a product first, and organizational purchasing follows after usage spreads.

Go-to-market strategy

Bounce rate (email)

The percentage of sent emails that were not delivered. Hard bounces are permanent failures. Soft bounces are temporary.

Marketing and demand gen

Branch

A parallel version of the code that lets developers work on changes without affecting the main codebase.

Engineering and DevOps

Brand

The sum of every perception, association, and feeling people have about your company. What they say about you when you are not in the room.

Marketing and demand gen

Brand awareness

The extent to which your target audience recognizes your brand. Measured as aided (prompted) or unaided (unprompted) recall.

Marketing and demand gen

Brand equity

The commercial value of customer perception. Strong brand equity means customers pay more, stay longer, and refer others.

Marketing and demand gen

Brand lift

The measurable increase in brand awareness, perception, or intent after a marketing campaign. How much a campaign moved the needle.

Marketing and demand gen

Breaking change

A code change that causes existing functionality or integrations to stop working.

Engineering and DevOps

Build

The process of compiling source code into a runnable application or deployable artifact.

Engineering and DevOps

Burn rate

How fast a startup spends cash each month. Gross burn is total spending. Net burn subtracts revenue. The clock on your runway.

Finance and metrics

Business Source License

BSL

A source-available license that restricts commercial use for a set period before converting to a fully open source license.

Legal and compliance

Buying committee

The group of people at a prospect company who collectively decide whether to purchase. Enterprise deals involve 6-10 stakeholders on average.

Sales and revenue

C

Caching

Storing a copy of data in a faster location so repeated requests do not hit the slower original source.

Engineering and DevOps

California Consumer Privacy Act

CCPA

California's privacy law that gives residents the right to know what personal data is collected, request deletion, and opt out of data sales.

Legal and compliance

Call for papers

CFP

An open invitation from a conference for potential speakers to submit talk proposals for consideration.

Developer relations and DX

Call to action

CTA

The specific action you want the visitor to take. 'Start free trial.' 'Request a demo.' 'Download the guide.' One page, one primary CTA.

Marketing and demand gen

Canary release

Gradually rolling out a new version to a small subset of users before making it available to everyone.

Engineering and DevOps

Cap table

A spreadsheet or tool that tracks who owns what percentage of a company, including founders, investors, and employees with stock options.

Startup and VC

Capital expenditures

CapEx

Spending on long-term assets that are depreciated over time. Servers, office buildouts, acquired patents. Rare in pure SaaS companies.

Finance and metrics

Case study

A detailed story of how a specific customer used your product to solve a real problem. The most persuasive content in B2B marketing.

Marketing and demand gen

Cash flow

The actual movement of cash in and out of your business. Different from revenue because it includes timing of payments, not just accrual accounting.

Finance and metrics

Category creation

Defining an entirely new market category instead of competing in an existing one. High risk, high reward.

Marketing and demand gen

CDN

CDN

Content delivery network: a global network of servers that caches and serves content from locations close to users.

Engineering and DevOps

Certification

A credential that validates a developer's expertise with a product or technology, earned by passing an exam or completing a program.

Developer relations and DX

Champion

An internal advocate at the prospect's company who wants your solution to win and actively sells on your behalf inside their organization.

Sales and revenue

Changelog

A record of all notable changes to a product, published regularly to keep developers informed about new features, fixes, and breaking changes.

Developer relations and DX

Channel sales

Selling products through third-party partners like resellers, distributors, or value-added resellers instead of directly to end customers.

Go-to-market strategy

Churn

The rate at which customers cancel or do not renew. Measured as logo churn (customers lost) or revenue churn (dollars lost).

Sales and revenue

Churn prediction

Using usage data, support patterns, and engagement signals to identify customers likely to cancel before they actually do.

Sales and revenue

CI/CD

CI/CD

Continuous integration and continuous deployment: automating code testing and delivery to production.

Engineering and DevOps

CLI

CLI

Command-line interface: a text-based tool for interacting with software through typed commands.

Engineering and DevOps

Click-through rate

CTR

The percentage of people who click your ad or link after seeing it. Clicks divided by impressions. Measures how compelling your message is.

Marketing and demand gen

Cliff

The minimum period an employee must work before any equity vests, typically one year in startup vesting schedules.

Startup and VC

Cloud

On-demand computing infrastructure (servers, storage, networking) provided by a third party.

Engineering and DevOps

Co-marketing

A joint marketing effort between two companies to promote a shared initiative, integration, or event to both audiences.

Go-to-market strategy

Co-selling

A sales collaboration where two companies work together to close a deal, leveraging each other's relationships and expertise.

Go-to-market strategy

Code coverage

A metric measuring what percentage of source code is executed by automated tests.

Engineering and DevOps

Code review

The practice of having other developers examine code changes before they are merged.

Engineering and DevOps

Code sample

A short, focused snippet of code that demonstrates how to use a specific API endpoint, SDK method, or product feature.

Developer relations and DX

Coding assistant

An AI tool that helps developers write, review, and debug code. GitHub Copilot, Cursor, and Windsurf are the leading examples.

AI and AI-era marketing

Cohort analysis

Grouping users by when they signed up and tracking their behavior over time to identify trends and measure the impact of changes.

Product management

Cohort retention

Tracking how a specific group of customers acquired at the same time retains and spends over subsequent months or years.

Finance and metrics

Commission

The percentage of revenue a salesperson earns for closing a deal. The variable component of their compensation.

Sales and revenue

Commit (sales)

A deal the sales rep is confident will close this period. The highest-confidence category in a sales forecast.

Sales and revenue

Community-led growth

CLG

A go-to-market strategy where a community of users, advocates, and practitioners drives product awareness and adoption.

Go-to-market strategy

Competitive intelligence

Systematic collection and analysis of information about competitors. What they do, how they sell, where they win, and where they are vulnerable.

Marketing and demand gen

Competitive positioning

How you differentiate your product from specific competitors. The answer to 'why should I choose you over them?'

Marketing and demand gen

Conference talk

A presentation at a developer conference where a speaker shares technical knowledge, experience, or insights with an audience.

Developer relations and DX

Consumption model

A pricing structure where revenue scales directly with customer usage. Broader than usage-based pricing, it includes credits and commitments.

Pricing and packaging

Containers

Lightweight, portable packages that bundle application code with all its dependencies.

Engineering and DevOps

Content audit

A systematic review of all existing content to evaluate what to keep, update, consolidate, or remove.

Content and communications

Content distribution

The process of promoting and sharing content across channels to reach your target audience after publication.

Content and communications

Content marketing

Creating and distributing valuable content to attract, engage, and convert your target audience. Education as a marketing strategy.

Marketing and demand gen

Content pillar

A core topic area that forms the foundation of a content strategy, with multiple related pieces branching from it.

Content and communications

Content repurposing

Adapting a single piece of content into multiple formats to reach different audiences across different channels.

Content and communications

Content strategy

The plan for creating, publishing, and governing content that achieves specific business goals for a defined audience.

Content and communications

Context window

The maximum amount of text an LLM can process in a single request. Measured in tokens. Bigger windows handle more information at once.

AI and AI-era marketing

Contract terms

The conditions in a sales agreement: length, auto-renewal, termination rights, payment schedule, and SLA commitments.

Sales and revenue

Contribution margin

Revenue minus the variable costs of serving that revenue. What each dollar of revenue contributes toward covering fixed costs and profit.

Finance and metrics

Contributor license agreement

CLA

A legal agreement that contributors sign before submitting code to a project, granting the project certain rights over their contributions.

Legal and compliance

Conversion rate

The percentage of people who take a desired action. Visitors who sign up. Leads who become customers. The measure of how well each stage of the funnel works.

Marketing and demand gen

Convertible note

A form of short-term debt that converts into equity at the next priced funding round, often used in early-stage fundraising.

Startup and VC

Copilot

An AI assistant embedded in a workflow to augment human work. Named after GitHub's product but now a generic pattern across industries.

AI and AI-era marketing

Copywriting

Writing text that persuades people to take a specific action, like clicking a button, signing up, or buying a product.

Content and communications

Cost of goods sold

COGS

The direct costs of delivering your product to customers. For SaaS: hosting, support, professional services, and third-party software costs.

Sales and revenue

Cost per acquisition

CPA

The cost to acquire a customer or conversion through a specific marketing channel. The bottom-line efficiency metric for paid campaigns.

Marketing and demand gen

Cost per click

CPC

How much you pay each time someone clicks your ad. The basic unit of cost in pay-per-click advertising.

Marketing and demand gen

Cost per mille

CPM

The cost per 1,000 ad impressions. The standard pricing unit for display advertising and brand awareness campaigns.

Marketing and demand gen

Credits

A virtual currency customers buy upfront and spend as they use your product. The bridge between subscriptions and pure usage-based pricing.

Pricing and packaging

Cross-sell

Selling a different product or add-on to an existing customer. Expanding the relationship horizontally, not vertically.

Sales and revenue

Customer acquisition cost

CAC

The total cost of sales and marketing divided by the number of new customers acquired in a period.

Sales and revenue

Customer relationship management

CRM

Software that manages all customer and prospect interactions. The system of record for sales pipeline, contacts, and deal data.

Marketing and demand gen

Customer success

CS

The team and practice of ensuring customers achieve their goals with your product. Owns retention, expansion, and advocacy.

Sales and revenue

D

Daily active users / Monthly active users

DAU/MAU

Metrics tracking how many unique users engage with a product daily and monthly, used to measure engagement and stickiness.

Product management

Dark social

Word-of-mouth sharing that happens in channels you cannot track: Slack groups, DMs, text messages, private communities, and in-person conversations.

Marketing and demand gen

Data processing agreement

DPA

A contract between a data controller and data processor that defines how personal data will be handled, required under GDPR.

Legal and compliance

Data residency

The requirement that data be stored and processed within specific geographic boundaries, often mandated by local laws or regulations.

Legal and compliance

Database

A structured system for storing, organizing, and retrieving data.

Engineering and DevOps

Deal desk

A cross-functional team that reviews and approves non-standard deal terms, pricing, and contract structures.

Sales and revenue

Deferred revenue

Cash collected for services not yet delivered. A liability on the balance sheet that converts to revenue as you fulfill the contract.

Finance and metrics

Demand generation

The marketing function that creates awareness and interest in your product. Fills the top and middle of the funnel with qualified prospects.

Marketing and demand gen

Demo

A live product demonstration tailored to the prospect's use case. Not a feature walkthrough. A story about their problem and your solution.

Sales and revenue

Dependency

An external library or package that your project requires to function.

Engineering and DevOps

Deploy

The process of releasing code to servers where users can access it.

Engineering and DevOps

Deprecation

The process of phasing out a feature, API, or product version with advance notice so users can migrate to alternatives.

Product management

Design doc

A technical document that describes how a system or feature will be built before implementation begins.

Engineering and DevOps

Developer advocacy

Representing developer interests within a company while helping developers succeed with the company's products.

Developer relations and DX

Developer advocate

A role that combines engineering skills with communication ability to help developers succeed with a product.

Developer relations and DX

Developer champion program

A formal program that recognizes and empowers the most active and influential developers in a product's community.

Developer relations and DX

Developer community

A group of developers who use a product and connect with each other to share knowledge, solve problems, and provide feedback.

Developer relations and DX

Developer ecosystem

The network of tools, libraries, integrations, and community resources that surround a developer platform.

Developer relations and DX

Developer education

Programs that teach developers new skills and concepts, including courses, workshops, and learning paths related to a product or technology.

Developer relations and DX

Developer experience

DX

How easy, productive, and enjoyable it is for developers to use a product, from documentation to API design to error messages.

Developer relations and DX

Developer journey

The path a developer takes from first hearing about a product to becoming a proficient, active user and advocate.

Developer relations and DX

Developer NPS

A metric measuring how likely developers are to recommend a product to peers, adapted from the standard Net Promoter Score.

Developer relations and DX

Developer onboarding

The process of guiding a developer from first discovery through to productively using a product in their workflow.

Developer relations and DX

Developer portal

A dedicated website that centralizes all developer resources: documentation, API reference, SDKs, sample code, and community links.

Developer relations and DX

Developer relations

DevRel

The practice of building relationships between a company and its developer community through advocacy, content, and support.

Developer relations and DX

Developer survey

A structured questionnaire sent to developers to gather feedback on product experience, satisfaction, and industry trends.

Developer relations and DX

Developer-first GTM

A go-to-market strategy that targets developers as the primary audience, relying on them to adopt and champion the product within organizations.

Go-to-market strategy

DevOps

A set of practices that combines software development and IT operations to shorten the delivery cycle.

Engineering and DevOps

Differentiation

What makes your product meaningfully different from alternatives. Not features. The reason a customer chooses you over everything else.

Marketing and demand gen

Dilution

The reduction in ownership percentage that existing shareholders experience when new shares are issued in a funding round.

Startup and VC

Direct sales

Selling products directly from the company to end customers without intermediary partners or resellers.

Go-to-market strategy

Discount

A reduction in the list price offered to close a deal. A margin concession that should always come with a customer concession.

Sales and revenue

Discount schedule

A structured framework defining what discounts sales can offer and under what conditions. Prevents rogue discounting.

Pricing and packaging

Discovery call

The first structured sales conversation where a rep qualifies the prospect by understanding their problem, timeline, and buying process.

Sales and revenue

Display ads

Visual banner ads shown on websites, apps, and social platforms. Used primarily for brand awareness and retargeting.

Marketing and demand gen

Docker

The most widely used platform for building, running, and sharing containerized applications.

Engineering and DevOps

Documentation

Written resources that explain how to use a product, including guides, tutorials, API references, and troubleshooting information.

Developer relations and DX

Domain authority

A score predicting how well a website will rank in search results, based on its backlink profile and overall site quality.

Content and communications

Downsell/Contraction

When a customer moves to a lower-priced plan or reduces their usage. Revenue goes down but the customer stays.

Sales and revenue

Drip campaign

An automated email sequence that sends pre-written messages on a schedule. The simplest form of marketing automation.

Marketing and demand gen

Due diligence

The investigation process investors conduct before finalizing an investment to verify a company's financials, legal standing, and claims.

Startup and VC

E

Earned media

Publicity and attention you did not pay for. Press coverage, social shares, word of mouth, and organic mentions.

Marketing and demand gen

EBITDA

EBITDA

Earnings before interest, taxes, depreciation, and amortization. A proxy for operating cash flow that strips out accounting and financing effects.

Finance and metrics

Economic buyer

The person with the authority and budget to approve the purchase. Not the user, not the evaluator, but the one who signs the check.

Sales and revenue

Ecosystem strategy

A plan for building and leveraging a network of partners, integrations, and developers that create compounding value around a platform.

Go-to-market strategy

Edge computing

Running code on servers located close to users around the world instead of in a single data center.

Engineering and DevOps

Editorial calendar

A schedule that plans what content will be published, when, and on which channels.

Content and communications

Email deliverability

The percentage of sent emails that actually reach the recipient's inbox. The foundation of every email marketing program.

Marketing and demand gen

Embeddings

Numerical representations of text that capture semantic meaning. Two similar sentences produce similar numbers, enabling AI-powered search.

AI and AI-era marketing

Enablement

Providing the sales team with the content, training, and tools they need to sell effectively. Bridging the gap between marketing and revenue.

Marketing and demand gen

End-to-end test

E2E

An automated test that simulates a real user interacting with the full application from start to finish.

Engineering and DevOps

End-user license agreement

EULA

A legal contract between a software publisher and the end user that specifies how the software may be used.

Legal and compliance

Engagement

The depth and frequency with which users interact with a product, beyond just logging in.

Product management

Enterprise pricing

Custom pricing for large organizations, typically requiring a sales conversation. The "Contact us" plan on your pricing page.

Pricing and packaging

Epic

A large body of work that can be broken into smaller user stories, representing a significant feature or initiative.

Product management

Equity

Ownership in a company represented by shares of stock, which entitle the holder to a proportional share of the company's value.

Startup and VC

Error rate

The percentage of requests that fail compared to total requests, usually measured over a rolling time window.

Engineering and DevOps

Event marketing

Using conferences, meetups, and hosted events to generate awareness, build relationships, and create pipeline. In-person and virtual.

Marketing and demand gen

Event-driven architecture

EDA

A design pattern where systems communicate by producing and consuming events instead of direct calls.

Engineering and DevOps

Expansion revenue

Additional revenue from existing customers through upsells, cross-sells, and increased usage. The engine of net-negative churn.

Sales and revenue

F

Fair use

A legal doctrine that allows limited use of copyrighted material without permission for purposes like commentary, education, and research.

Legal and compliance

Feature adoption

The percentage of users who discover and regularly use a specific product feature.

Product management

Feature branch

A separate branch in version control where a developer builds a new feature before merging it to main.

Engineering and DevOps

Feature flags

Configuration toggles that control which features are active in production without deploying new code.

Engineering and DevOps

Feature gating

Restricting specific features to paid plans. The mechanism that turns free users into paying customers.

Pricing and packaging

Featured snippet

A highlighted answer box at the top of Google search results that extracts and displays content from a web page.

Content and communications

FedRAMP

FedRAMP

The US federal program that standardizes security assessment and authorization for cloud services used by government agencies.

Legal and compliance

Feedback loop

A system for continuously collecting, analyzing, and acting on user feedback to improve the product.

Product management

Field sales

Sales conducted through in-person meetings, often involving travel to the customer's location for demos, negotiations, and relationship building.

Go-to-market strategy

Fine-tuning

Training an existing model on your specific data to improve its performance on your tasks. Customization without building from scratch.

AI and AI-era marketing

First-touch attribution

An attribution model that gives 100% of the credit for a conversion to the first marketing interaction. Simple but incomplete.

Marketing and demand gen

Flat-rate pricing

One price for everything. No tiers, no usage limits, no per-seat charges. Simple but rare in SaaS.

Pricing and packaging

Flywheel

A self-reinforcing business model where each component accelerates the others, creating compounding growth over time.

Go-to-market strategy

Forecast

A prediction of how much revenue the sales team will close in a given period. The number the CEO gives to the board.

Sales and revenue

Foundation model

A large AI model trained on broad data that can be adapted for many tasks. The base layer companies like OpenAI and Anthropic build.

AI and AI-era marketing

Free trial

Time-limited access to a paid product. Users get full features for 7-30 days, then must pay or lose access.

Pricing and packaging

Freemium

A pricing model where the base product is free and revenue comes from paid upgrades. The dominant model in developer tools.

Pricing and packaging

Frequency

The average number of times each person in your audience sees your ad or content. Too low and they miss it. Too high and they tune it out.

Marketing and demand gen

Frontend

The part of an application that users see and interact with directly.

Engineering and DevOps

G

Gated content

Content that requires the visitor to provide contact information (usually an email) before they can access it.

Marketing and demand gen

General availability

GA

The official release of a product or feature to all customers, indicating it is production-ready and fully supported.

Product management

General Data Protection Regulation

GDPR

The European Union regulation that governs how companies collect, store, and process personal data of EU residents.

Legal and compliance

Git Flow

A branching model with long-lived develop and release branches alongside feature branches.

Engineering and DevOps

GNU General Public License

GPL

A copyleft open source license that requires derivative works to also be distributed under the GPL.

Legal and compliance

Go-to-market plan

GTM plan

A strategic document that outlines how a company will launch a product or enter a market, covering positioning, channels, pricing, and sales.

Go-to-market strategy

GraphQL

A query language for APIs that lets clients request exactly the data they need.

Engineering and DevOps

Gross burn

Total monthly cash expenditure before any revenue. Every dollar that leaves the company's bank account.

Finance and metrics

Gross margin

Revenue minus cost of goods sold, expressed as a percentage. For SaaS, this is revenue minus hosting, support, and delivery costs.

Sales and revenue

Gross retention

GRR

The percentage of revenue retained from existing customers before counting expansion. Measures pure customer stickiness.

Sales and revenue

Growth loop

A closed cycle where the output of one step becomes the input of the next, creating compounding growth without linear investment.

Go-to-market strategy

GTM motion

The specific combination of sales, marketing, and product strategies a company uses to acquire and grow customers.

Marketing and demand gen

Guest posting

Writing and publishing content on another website to reach their audience and earn a backlink to your own site.

Content and communications

I

Ideal customer profile

ICP

A description of the company (not person) most likely to buy, succeed, and expand with your product. Your best-fit customer.

Marketing and demand gen

Idempotency

The property where performing an operation multiple times produces the same result as performing it once.

Engineering and DevOps

Impressions

The number of times your ad or content is displayed. Counts views, not people. One person seeing your ad three times is three impressions.

Marketing and demand gen

Inbound

Marketing that attracts prospects to you through content, SEO, and value-first engagement. They come to you, not the other way around.

Marketing and demand gen

Incident

An unplanned event that disrupts a service or degrades it below its expected quality, requiring a coordinated response.

Engineering and DevOps

Independent software vendor

ISV

A company that builds and sells software products, often as a partner that integrates with or extends a larger platform.

Go-to-market strategy

Infrastructure as code

IaC

Managing servers, networks, and cloud resources through code files instead of manual configuration.

Engineering and DevOps

Initial public offering

IPO

The process of offering shares of a private company to the public for the first time on a stock exchange.

Startup and VC

Inside sales

Sales conducted remotely through phone, email, and video calls rather than in-person meetings.

Go-to-market strategy

Inside-out content

Content that starts from your product and shows developers how to use it, including tutorials, feature guides, and product documentation.

Developer relations and DX

Integration

A connection between two software products that allows them to share data and work together.

Developer relations and DX

Integration test

An automated test that verifies multiple components or services work correctly together.

Engineering and DevOps

Intellectual property

IP

Legal rights that protect creations of the mind, including patents, copyrights, trademarks, and trade secrets.

Legal and compliance

Intent data

Signals that indicate a company is actively researching or planning to buy a solution in your category. Third-party buying signals.

Marketing and demand gen

Internal linking

Links between pages on the same website that help users navigate and help search engines understand site structure.

Content and communications

Investor update

A regular email from a founder to investors sharing company progress, key metrics, challenges, and specific asks for help.

Startup and VC

ISO 27001

An international standard for information security management systems that provides a framework for managing and protecting sensitive data.

Legal and compliance

L

Land and expand

A sales strategy where you start with a small deal or team and grow revenue within the account over time through expansion.

Go-to-market strategy

Landing page

A standalone web page designed for a single conversion goal. No navigation distractions. One page, one purpose, one CTA.

Marketing and demand gen

Large language model

LLM

A neural network trained on massive text data to generate and understand language. The technology behind ChatGPT, Claude, and Gemini.

AI and AI-era marketing

Last-touch attribution

An attribution model that gives 100% of the credit to the last marketing interaction before conversion. Biased toward bottom-of-funnel channels.

Marketing and demand gen

Latency

The time delay between a request being sent and a response being received.

Engineering and DevOps

Launch tiers

A framework for categorizing product launches by impact level. Different tiers get different marketing investment and attention.

Marketing and demand gen

Lead

A person or company that has shown interest in your product. The starting point of every sales pipeline.

Sales and revenue

Lead nurture

A series of automated communications that guide leads through the funnel over time. Building trust and intent until they are ready to buy.

Marketing and demand gen

Lead scoring

Assigning numerical values to leads based on their fit and engagement to determine which ones are ready for sales follow-up.

Marketing and demand gen

Lean startup

A methodology for building businesses through rapid experimentation, validated learning, and iterative product development.

Startup and VC

LGTM

LGTM

"Looks Good To Me" -- a code review approval indicating the reviewer is satisfied with the changes.

Engineering and DevOps

Lifecycle marketing

Marketing tailored to each stage of the customer journey: awareness, acquisition, onboarding, retention, expansion, and advocacy.

Marketing and demand gen

Lifetime value

LTV

The total gross profit expected from a customer over the entire relationship. LTV determines how much you can spend to acquire them.

Sales and revenue

Linting

Automated analysis of source code to flag programming errors, bugs, and style violations.

Engineering and DevOps

llms.txt

A file published on websites that helps AI language models understand the site's content structure and key information.

Developer relations and DX

Load balancing

Distributing incoming network traffic across multiple servers so no single server becomes a bottleneck.

Engineering and DevOps

Logging

Recording timestamped events from an application to help with debugging and auditing.

Engineering and DevOps

Logo churn

The percentage of customers (logos) you lose in a period. Counts customers, not dollars.

Sales and revenue

Long-tail keyword

A specific, multi-word search phrase with lower volume but higher intent than broad keywords.

Content and communications

Lookalike audience

An ad targeting audience built by finding people who resemble your existing customers.

Marketing and demand gen

LTV/CAC ratio

Lifetime value divided by customer acquisition cost. The fundamental unit economics equation for any subscription business.

Sales and revenue

M

Magic number

Net new ARR divided by sales and marketing spend from the prior quarter. Measures how efficiently you convert marketing dollars into recurring revenue.

Finance and metrics

Market entry strategy

The plan for entering a new market segment, geography, or customer tier with an existing or adapted product.

Go-to-market strategy

Market requirements document

MRD

A document that defines market needs, target segments, and competitive landscape to guide product development decisions.

Product management

Marketing automation

Software that automates repetitive marketing tasks: email sequences, lead scoring, campaign management, and lead routing.

Marketing and demand gen

Marketing funnel

The stages a prospect moves through from first awareness to purchase. Awareness, consideration, decision. Wide at the top, narrow at the bottom.

Marketing and demand gen

Marketing mix modeling

MMM

A statistical approach to measuring the impact of each marketing channel on business outcomes. Uses aggregate data, not individual tracking.

Marketing and demand gen

Marketing qualified lead

MQL

A lead that marketing has scored and deemed ready for sales follow-up based on fit and engagement signals.

Sales and revenue

Marketplace

A storefront where developers and users discover and install third-party integrations, extensions, or apps built for a platform.

Developer relations and DX

Master service agreement

MSA

The umbrella contract between a vendor and customer that governs the overall relationship, terms, and legal obligations.

Sales and revenue

MEDDIC

MEDDIC

A sales qualification framework: Metrics, Economic buyer, Decision criteria, Decision process, Identify pain, Champion.

Sales and revenue

Meetup

A local, informal gathering of developers to learn, network, and discuss technical topics.

Developer relations and DX

Merge

Combining code changes from one branch into another, integrating the work.

Engineering and DevOps

Message queue

A system that stores and delivers messages between services, allowing asynchronous communication.

Engineering and DevOps

Messaging

The specific words you use to communicate your positioning to different audiences. Positioning is singular. Messaging multiplies.

Marketing and demand gen

Metering

Tracking and measuring customer usage in real time for billing purposes. The plumbing that makes usage-based pricing work.

Pricing and packaging

Microservices

An architecture where an application is built as a collection of small, independent services.

Engineering and DevOps

Middle of funnel

MoFu

The consideration stage where prospects evaluate solutions. Content that helps them understand whether your product fits their needs.

Marketing and demand gen

Migration

A scripted, versioned change to a database schema that evolves the data structure over time.

Engineering and DevOps

Minimum viable product

MVP

The simplest version of a product that can be released to test a hypothesis and learn from real user feedback.

Product management

MIT License

A permissive open source license that allows anyone to use, modify, and distribute the software with minimal restrictions.

Legal and compliance

Model Context Protocol

MCP

An open protocol that standardizes how AI applications connect to external data sources and tools.

Developer relations and DX

Monitoring

Continuously checking system health using metrics, dashboards, and alerts to detect problems.

Engineering and DevOps

Monolith

A single, unified application where all code runs in one process and deploys as one unit.

Engineering and DevOps

Monorepo

A single repository that contains multiple projects, packages, or services managed together.

Engineering and DevOps

Monthly commitment

A subscription that renews every month with no long-term obligation. Maximum flexibility for the customer, maximum churn risk for the vendor.

Pricing and packaging

Monthly recurring revenue

MRR

The monthly value of active subscription contracts. ARR divided by 12, or the sum of all monthly subscription fees.

Sales and revenue

MQA

MQA

Marketing qualified account: a company-level signal indicating buying intent across multiple contacts.

Marketing and demand gen

Multi-touch attribution

MTA

An attribution model that distributes credit across multiple marketing touchpoints in the buyer journey. More accurate but more complex.

Marketing and demand gen

O

OAuth

An open standard that lets users grant third-party apps limited access to their accounts without sharing passwords.

Engineering and DevOps

Objection handling

Preparing responses to common prospect concerns: pricing, competition, risk, and implementation. Turning 'no' into 'tell me more.'

Marketing and demand gen

Objectives and key results

OKRs

A goal-setting framework that pairs ambitious objectives with measurable key results to track progress.

Product management

Observability

The ability to understand a system's internal state by examining its outputs: logs, metrics, and traces.

Engineering and DevOps

Office hours

Regularly scheduled sessions where developers can ask questions and get live help from the product team or DevRel.

Developer relations and DX

On-call

A rotation where engineers are responsible for responding to production alerts and incidents outside business hours.

Engineering and DevOps

On-prem

Software or infrastructure that runs on a company's own servers in their own facilities.

Engineering and DevOps

On-target earnings

OTE

The total compensation a salesperson earns if they hit 100% of quota. Base salary plus full variable commission.

Sales and revenue

Onboarding

The process of guiding new users from signup to their first experience of product value.

Product management

One-pager

A single-page document summarizing a product, feature, or initiative for quick consumption.

Marketing and demand gen

Open rate

The percentage of delivered emails that recipients opened. A proxy for subject line effectiveness and sender trust.

Marketing and demand gen

Open source

Software whose source code is publicly available for anyone to view, use, modify, and distribute.

Engineering and DevOps

Open source license compliance

The practice of tracking and fulfilling the legal obligations of all open source software used in a product.

Legal and compliance

Operating expenses

OpEx

The day-to-day costs of running your business. Salaries, rent, marketing, cloud hosting. Everything that is not a capital expenditure.

Finance and metrics

Operating margin

Revenue minus all operating expenses, expressed as a percentage. Shows how much profit your core business generates before interest and taxes.

Finance and metrics

Organic social

Unpaid social media content shared through a company's or individual's profiles to build audience and engagement naturally.

Content and communications

Outbound

Marketing and sales that reaches out to prospects directly. Cold calls, cold emails, and targeted ads aimed at specific accounts.

Marketing and demand gen

Outside-in content

Content that addresses topics your audience cares about broadly, attracting them before they know they need your specific product.

Developer relations and DX

Overage

Charges that kick in when a customer exceeds their plan's included usage limits. The bill that surprises people.

Pricing and packaging

Owned media

Marketing channels you control: your website, blog, email list, documentation, and social accounts. Content you create and distribute yourself.

Marketing and demand gen

P

P50/P95/P99

Percentile metrics showing the latency experienced by 50%, 95%, or 99% of requests.

Engineering and DevOps

Package manager

A tool that automates installing, updating, and removing software dependencies for a project.

Engineering and DevOps

Packaging

How you bundle features into plans and tiers. Which features go in which plan at which price. The architecture of your pricing page.

Pricing and packaging

Paid media

Any marketing channel where you pay for visibility: search ads, social ads, display ads, sponsorships, and paid content placements.

Marketing and demand gen

Paid social

Advertising on social media platforms to reach targeted audiences beyond your organic following.

Content and communications

Partner-led growth

A go-to-market strategy where partnerships with other companies drive customer acquisition and revenue through co-selling and integrations.

Go-to-market strategy

Payback period

The number of months it takes to recoup the cost of acquiring a customer. Shorter is better for cash flow.

Sales and revenue

Payment Card Industry Data Security Standard

PCI DSS

A security standard for any organization that handles credit card data, requiring specific controls to protect cardholder information.

Legal and compliance

Persona

A semi-fictional representation of the individual buyer or user. Describes their role, goals, pain points, and decision-making process.

Marketing and demand gen

Pillar page

A long, comprehensive page that covers a broad topic and serves as the hub for a topic cluster.

Content and communications

Pipeline

The total dollar value of deals your sales team is actively working. The most important leading indicator in any sales organization.

Sales and revenue

Pipeline coverage

The ratio of total pipeline value to quota. Tells you whether you have enough opportunities to hit your number.

Sales and revenue

Pipeline velocity

How fast deals move through the pipeline, measured by the dollar value of revenue your pipeline generates per day.

Sales and revenue

Pitch deck

A presentation that a startup uses to tell its story to investors, typically 10-15 slides covering the problem, solution, market, and team.

Startup and VC

Pivot

A fundamental change in a startup's product, target market, or business model based on learnings from the current approach.

Startup and VC

Platform

A software product that other developers build upon, extending its capabilities through APIs, integrations, and custom applications.

Developer relations and DX

Podcast

An audio series distributed via RSS where companies share expertise, interview guests, and build audience relationships.

Content and communications

Positioning

How you define what your product is, who it is for, and why it is different from alternatives. The foundation of every marketing decision.

Marketing and demand gen

Post-money valuation

The value of a company immediately after receiving investment, calculated as pre-money valuation plus the investment amount.

Startup and VC

Postmortem

A written analysis of an incident: what happened, why, and what the team will do to prevent it from recurring.

Engineering and DevOps

PR

PR

Public relations: managing how a company is perceived through media and public communication.

Marketing and demand gen

Pre-money valuation

The value of a company before receiving investment in a funding round.

Startup and VC

Pre-seed

The earliest stage of startup funding, typically $100K-$1M from angels or small funds to build the initial prototype.

Startup and VC

Press release

A formal written announcement distributed to media outlets about company news.

Marketing and demand gen

Price transparency

Publishing your prices publicly on your website instead of hiding them behind "Contact us." A trust signal for developers.

Pricing and packaging

Prioritization framework

A structured method for deciding which features or initiatives to work on first based on impact, effort, and strategic alignment.

Product management

Privacy policy

A legal document that explains what personal data a company collects, how it uses that data, and how it protects it.

Legal and compliance

Procurement

The department responsible for negotiating vendor contracts, terms, and pricing. The last stop before a signed deal.

Sales and revenue

Product analytics

Tools and practices for tracking how users interact with a product to inform decisions about features, onboarding, and growth.

Product management

Product launch

A coordinated go-to-market effort to announce and drive adoption of a new product or feature.

Marketing and demand gen

Product requirements document

PRD

A document that defines what a product or feature should do, who it serves, and how success will be measured.

Product management

Product-led growth

A go-to-market strategy where the product itself drives acquisition, conversion, and expansion. Users try before they buy.

Marketing and demand gen

Product-led growth

PLG

A go-to-market strategy where the product itself drives acquisition, conversion, and expansion through self-serve usage.

Go-to-market strategy

Product-led sales

PLS

A sales approach where product usage data identifies and qualifies sales opportunities from self-serve users.

Product management

Product-market fit

PMF

The point where a product satisfies strong market demand, evidenced by organic growth and high user retention.

Product management

Production

The live environment where real users interact with the application.

Engineering and DevOps

Prompt engineering

Writing instructions that get the best output from an AI model. The difference between a useless response and a useful one.

AI and AI-era marketing

Proof of concept

POC

A limited trial where the prospect tests your product in their environment to prove it works for their specific use case.

Sales and revenue

Proof of value

POV

A structured evaluation that proves not just that the product works, but that it delivers measurable business value.

Sales and revenue

Proprietary research

Original data and findings generated by a company through surveys, product usage analysis, or experiments that no one else has.

Content and communications

Pull request

A proposal to merge code changes from one branch into another, with review.

Engineering and DevOps

R

Rate limiting

Restricting how many requests a client can make to an API within a time window to prevent abuse and overload.

Engineering and DevOps

Reach

The number of unique people who saw your content or ad. Unlike impressions, reach counts people, not views.

Marketing and demand gen

Refactoring

Restructuring existing code without changing its external behavior to improve readability and maintainability.

Engineering and DevOps

Release notes

A document accompanying a software release that describes new features, improvements, bug fixes, and known issues.

Developer relations and DX

Remaining performance obligations

RPO

The total value of contracted revenue not yet recognized. Includes deferred revenue plus unbilled contracted amounts. A measure of future revenue visibility.

Finance and metrics

Renewal

When an existing customer extends their contract for another term. The foundation of recurring revenue.

Sales and revenue

Repo

A repository: the central location where a project's source code and version history are stored.

Engineering and DevOps

Reseller

A third-party company that purchases a product and sells it to end customers, often adding services or bundling it with other products.

Go-to-market strategy

REST

REST

Representational State Transfer: an architectural style for building web APIs using HTTP methods.

Engineering and DevOps

Restricted stock unit

RSU

A company's promise to give an employee shares of stock after vesting conditions are met, with no purchase required.

Startup and VC

Retargeting

Showing ads to people who previously visited your website or engaged with your content. Following up with warm audiences.

Marketing and demand gen

Retention curve

A chart showing what percentage of users continue using a product over time, revealing whether the product has lasting value.

Product management

Retrieval-augmented generation

RAG

Fetching relevant data and feeding it to an LLM so the response is grounded in real, current information instead of training data alone.

AI and AI-era marketing

Retrospective

A team meeting at the end of a sprint or project where members discuss what went well, what went wrong, and what to improve.

Product management

Return on ad spend

ROAS

Revenue generated per dollar spent on advertising. A ROAS of 5:1 means every $1 in ad spend generated $5 in revenue.

Marketing and demand gen

Return on investment

ROI

The profit or value generated relative to the cost of an investment. The universal metric for whether something was worth doing.

Marketing and demand gen

Revenue

Income recognized according to accounting rules. What you actually earned, not what you sold or contracted.

Sales and revenue

Revenue churn

The percentage of recurring revenue lost from cancellations and downgrades in a period. Measures the dollar impact of attrition.

Sales and revenue

Revenue multiple

A valuation method that expresses a company's worth as a multiple of its annual revenue, commonly used for SaaS companies.

Startup and VC

Revenue recognition

The accounting rules for when you can count revenue as earned. Not when you sign the deal or collect the cash, but when you deliver the service.

Finance and metrics

RFC

RFC

A Request for Comments document that proposes a technical change and invites structured feedback from the team.

Engineering and DevOps

RICE scoring

A prioritization framework that scores initiatives by Reach, Impact, Confidence, and Effort to produce a comparable priority score.

Product management

Roadmap

A strategic plan that outlines upcoming product features, priorities, and timelines to align the team and communicate direction.

Product management

Rollback

Reverting a deployment to a previous known-good version when the new version causes problems.

Engineering and DevOps

Rolling deployment

Updating instances of an application one at a time (or in batches) so the service stays available.

Engineering and DevOps

Root cause analysis

RCA

A systematic process for identifying the underlying cause of an incident rather than just fixing the symptoms.

Engineering and DevOps

Rule of 40

Revenue growth rate plus profit margin should equal 40 or higher. A shorthand for whether a SaaS company balances growth and profitability.

Sales and revenue

Runbook

A documented set of step-by-step procedures for handling specific operational tasks or incidents.

Engineering and DevOps

Runway

How many months a startup can operate before running out of cash. Cash in the bank divided by monthly net burn.

Finance and metrics

S

SaaS quick ratio

New MRR plus expansion MRR divided by churned MRR plus contraction MRR. Measures whether your growth outpaces your losses.

Finance and metrics

Sales cycle

The average time from first contact with a prospect to closed-won deal. Longer for enterprise, shorter for self-serve.

Sales and revenue

Sales efficiency

How much revenue you generate per dollar spent on sales and marketing. A measure of whether your go-to-market engine is working.

Finance and metrics

Sales engineering

SE

The technical counterpart to the account executive. Runs demos, answers technical questions, and proves the product works.

Sales and revenue

Sales qualified lead

SQL

A lead that a salesperson has vetted and confirmed has real buying intent, budget, and authority.

Sales and revenue

Sales-assisted

A buying model where customers start self-serve but get human help for larger deals. The middle ground between PLG and traditional sales.

Pricing and packaging

Sales-assisted motion

A hybrid go-to-market approach where a self-serve product is supplemented by sales engagement for larger or more complex deals.

Go-to-market strategy

Sales-led growth

SLG

A go-to-market strategy where the sales team drives customer acquisition through outbound prospecting, demos, and direct engagement.

Go-to-market strategy

Sample app

A complete, working application that demonstrates how to use a product or API for a specific use case.

Developer relations and DX

Sandbox / Playground

An interactive environment where developers can experiment with a product's APIs or features without affecting production data.

Developer relations and DX

Schema

The structure and organization of a database, defining tables, columns, types, and relationships.

Engineering and DevOps

Schema markup / JSON-LD

Structured data added to web pages that helps search engines understand the content and display rich results.

Content and communications

Scope creep

The gradual, uncontrolled expansion of a project's requirements beyond the original plan.

Engineering and DevOps

Scrum

An Agile framework that organizes work into fixed-length sprints with defined roles, ceremonies, and artifacts.

Product management

SDK

SDK

Software development kit: a set of tools and libraries for building with a specific platform or API.

Engineering and DevOps

Search engine marketing

SEM

Paying for ads that appear in search engine results. Google Ads is the primary platform. Instant visibility but stops when you stop paying.

Marketing and demand gen

Search engine optimization

SEO

The practice of improving your website to rank higher in search results. The longest-lasting, highest-ROI demand generation channel.

Marketing and demand gen

Search engine results page

SERP

The page displayed by a search engine in response to a query, containing organic results, ads, and rich features.

Content and communications

Seat-based pricing

Charging per user who has access to the product. Simple to understand, easy to predict, but increasingly challenged by AI.

Pricing and packaging

Seed round

The first significant round of funding for a startup, typically raising $1-5M to validate the product and find initial customers.

Startup and VC

Segment

A group of customers or prospects that share common characteristics. How you divide the market into targetable groups.

Marketing and demand gen

Self-serve

A buying experience where customers sign up, configure, and pay without talking to a salesperson. Credit card in, product out.

Pricing and packaging

Semantic versioning

SemVer

A versioning scheme using MAJOR.MINOR.PATCH numbers to communicate the type of changes in each release.

Engineering and DevOps

Sender reputation

A score assigned to your email domain and IP address by email providers. Determines whether your emails reach the inbox or spam folder.

Marketing and demand gen

Series A

The first major institutional funding round, typically $5-20M, raised after a startup demonstrates product-market fit and initial traction.

Startup and VC

Series B

A growth-stage funding round, typically $20-60M, raised to scale a proven business model across markets and customer segments.

Startup and VC

Series C and beyond

Late-stage funding rounds that finance category dominance, acquisitions, international expansion, or preparation for IPO.

Startup and VC

Server Side Public License

SSPL

A source-available license that requires anyone offering the software as a service to open source their entire stack.

Legal and compliance

Serverless

A cloud model where the provider manages all infrastructure and you only pay for actual execution time.

Engineering and DevOps

Serviceable addressable market

SAM

The portion of TAM that your product can actually serve given your current capabilities, geography, and distribution.

Marketing and demand gen

Serviceable obtainable market

SOM

The realistic share of SAM you can capture in a defined period. Your actual revenue target, grounded in competitive reality.

Marketing and demand gen

Severity levels

A classification system (SEV-1 through SEV-4) that ranks incidents by impact and urgency to determine response priority.

Engineering and DevOps

Share of voice

SOV

The percentage of total market conversation that mentions your brand compared to competitors. How much of the conversation you own.

Marketing and demand gen

Ship it

Slang for deploying code to production. An expression of confidence that the code is ready for users.

Engineering and DevOps

Simple agreement for future equity

SAFE

A simple investment instrument created by Y Combinator that converts to equity at the next priced funding round.

Startup and VC

SLA

SLA

Service level agreement: a contractual commitment to specific performance and availability levels.

Engineering and DevOps

SLI

SLI

Service level indicator: a specific metric used to measure the reliability of a service, like latency or error rate.

Engineering and DevOps

SLO

SLO

Service level objective: an internal reliability target for a service, like 99.9% availability or p99 latency under 200ms.

Engineering and DevOps

SOC 2

SOC 2

An auditing standard that evaluates whether a company's systems meet trust service criteria for security, availability, and confidentiality.

Legal and compliance

Social media marketing

Using social media platforms to promote content, engage audiences, and build brand awareness.

Content and communications

Social proof

Evidence that other companies trust and use your product. Logos, testimonials, ratings, and customer counts that reduce buyer risk.

Marketing and demand gen

Solution selling

A sales methodology that focuses on understanding the buyer's problem first, then positioning the product as the solution to that specific problem.

Go-to-market strategy

Spiff

SPIFF

A short-term bonus paid to salespeople for specific behaviors or outcomes. A tactical incentive on top of standard commission.

Sales and revenue

Sponsorship

Paying to associate your brand with an event, publication, or community. Visibility through association rather than direct advertising.

Marketing and demand gen

Sprint

A fixed time period (usually 1-2 weeks) in which a team commits to completing specific work.

Engineering and DevOps

Sprint planning

A meeting where the team selects which work to complete in the upcoming sprint and plans how to accomplish it.

Product management

SRE

SRE

Site Reliability Engineering: an engineering discipline focused on keeping systems running reliably at scale.

Engineering and DevOps

SSO

SSO

Single sign-on: one login that grants access to multiple applications without signing in separately to each.

Engineering and DevOps

Staging

A pre-production environment that mirrors production for testing before release.

Engineering and DevOps

Standard contractual clauses

SCC

EU-approved contract templates that allow the lawful transfer of personal data from the EU to countries without equivalent data protection laws.

Legal and compliance

Standup

A brief daily team meeting where each member shares progress, plans, and blockers.

Engineering and DevOps

Statement of work

SOW

A document specifying what the vendor will deliver, the timeline, pricing, and acceptance criteria for a specific engagement.

Sales and revenue

Stickiness

How frequently users return to a product, typically measured as the DAU/MAU ratio.

Product management

Stock options

The right to purchase company shares at a fixed price (the strike price), typically granted to employees as part of compensation.

Startup and VC

Story points

A unit of measure for estimating the relative effort required to complete a work item in agile development.

Engineering and DevOps

Structured data

Machine-readable information added to web pages that helps search engines and AI systems understand page content.

Content and communications

Swag

Branded merchandise given away at events and to customers. T-shirts, stickers, socks, and the occasional rubber duck.

Marketing and demand gen

Syndication

Republishing your content on third-party platforms to reach a wider audience while keeping the original on your site.

Content and communications

T

Technical debt

The accumulated cost of shortcuts and deferred work in a codebase that slows future development.

Engineering and DevOps

Technical win

The point in the sales process where the prospect's technical team confirms your product meets their requirements.

Sales and revenue

Technical writing

Writing that explains complex technical concepts clearly, including documentation, tutorials, API references, and guides.

Content and communications

Technology partner

A company whose product integrates with yours, creating mutual value through a shared technical connection.

Go-to-market strategy

Term sheet

A non-binding document outlining the key terms of an investment, including valuation, board seats, and investor rights.

Startup and VC

Terms of service

ToS

The legal contract between a software provider and its users that governs how the product may be used.

Legal and compliance

Testimonial

A direct quote from a customer endorsing your product. Best when specific, attributed to a real person, and including measurable results.

Marketing and demand gen

Thought leadership

Content that establishes a person or company as an authority in their field by sharing original insights and perspectives.

Content and communications

Throughput

The number of operations a system can process in a given time period.

Engineering and DevOps

Tiered pricing

Offering multiple pricing plans at different price points, each with more features or higher limits. The classic Good/Better/Best model.

Pricing and packaging

Time to first hello world

TTFHW

The time it takes a developer to go from first visiting your site to getting their first working result with your product.

Developer relations and DX

Time to value

TTV

The amount of time it takes a new user to experience the core value of a product after signing up.

Product management

Token

The smallest unit of text an LLM processes. Roughly 4 characters or 3/4 of a word. Tokens determine cost and context limits.

AI and AI-era marketing

Top of funnel

ToFu

The awareness stage of the marketing funnel. Content and campaigns that introduce your brand to people who do not know you yet.

Marketing and demand gen

Top-down sales

A sales approach that targets executive decision-makers first, who then mandate adoption across the organization.

Go-to-market strategy

Topic cluster

A group of interlinked content pieces organized around a central pillar page, covering a topic from multiple angles.

Content and communications

Total addressable market

TAM

The total revenue opportunity if you captured 100% of the market. The theoretical ceiling, not a realistic target.

Marketing and demand gen

Total contract value

TCV

The total dollar value of a contract over its entire term, including subscription fees, services, and one-time charges.

Sales and revenue

Tracing

Following a request's path through distributed services to understand performance and find failures.

Engineering and DevOps

Trunk-based development

A branching strategy where developers commit directly to main (trunk) or use very short-lived branches.

Engineering and DevOps

Tutorial

A step-by-step guide that teaches a developer how to accomplish a specific task or build a specific project using a product.

Developer relations and DX

U

Ungated content

Content available without requiring contact information. Maximizes reach and trust at the cost of direct lead capture.

Marketing and demand gen

Unicorn

A privately held startup valued at $1 billion or more.

Startup and VC

Unit economics

The revenue and cost associated with a single customer. Profitable unit economics mean each customer generates more revenue than they cost to acquire and serve.

Finance and metrics

Unit test

An automated test that verifies a small, isolated piece of code behaves correctly.

Engineering and DevOps

Unsubscribe rate

The percentage of email recipients who opt out after receiving a message. A measure of audience satisfaction and content relevance.

Marketing and demand gen

Upsell

Selling a customer a higher-tier plan or more expensive version of what they already buy. Moving them up, not out.

Sales and revenue

Uptime and downtime

Uptime is when a service is working and available to users. Downtime is when it is not.

Engineering and DevOps

Usability testing

Observing real users as they attempt tasks in your product to identify confusion, friction, and areas for improvement.

Product management

Usage-based pricing

Charging customers based on how much they consume. Pay for what you use. The model behind Snowflake, Twilio, and AWS.

Pricing and packaging

User research

The practice of studying users through interviews, observation, and data analysis to understand their needs and behaviors.

Product management

User story

A short, plain-language description of a feature from the perspective of the user who wants it.

Product management

V

V2

The second major version of a product or feature, typically a significant overhaul that incorporates learnings from V1.

Product management

Valuation

The estimated worth of a company, determined during a funding round by negotiation between founders and investors.

Startup and VC

Value proposition

A clear statement of the specific benefit your product delivers to a specific customer. The reason someone buys.

Marketing and demand gen

Value selling

A sales methodology that quantifies the economic impact of a product to justify the purchase based on measurable ROI.

Go-to-market strategy

Value-based pricing

Setting prices based on the value your product delivers to customers, not on your costs or competitors' prices.

Pricing and packaging

Vector database

A database optimized for storing and searching embeddings. The backbone of every RAG pipeline and semantic search system.

AI and AI-era marketing

Velocity

The amount of work a team completes per sprint, measured in story points or similar units.

Engineering and DevOps

Venture capital

VC

A form of private equity financing where firms invest fund money in high-growth startups in exchange for equity.

Startup and VC

Versioning

The practice of assigning unique version numbers to software releases to track changes over time.

Engineering and DevOps

Vertical scaling

Upgrading an existing server with more CPU, RAM, or storage instead of adding more servers.

Engineering and DevOps

Vertical strategy

A go-to-market approach that focuses on specific industries, tailoring the product, messaging, and sales process for each vertical.

Go-to-market strategy

Vesting

The process by which an employee earns their equity over time, typically over four years with a one-year cliff.

Startup and VC

Video marketing

Using video content to promote products, educate audiences, and build brand awareness across platforms like YouTube and social media.

Content and communications

Viral coefficient

The number of new users each existing user generates, measuring how effectively a product spreads through word of mouth and referrals.

Go-to-market strategy
Picks and Shovels: Marketing to Developers During the AI Gold Rush

Want the complete playbook?

Picks and Shovels is the definitive guide to developer marketing. Amazon #1 bestseller with practical strategies from 30 years of marketing to developers.