Skip to main content
← All articles

Cross-Industry

Why every industry reinvents the word 'pipeline'

Sales pipeline, data pipeline, development pipeline, talent pipeline — same metaphor, very different meanings. Mapping the overlaps and the differences.

At some point, every industry discovers the word “pipeline.” It’s irresistible: a pipe moves something from one end to the other through a series of stages. The metaphor is so useful that it’s been independently adopted by sales, software engineering, data engineering, HR, pharmaceutical development, and more — each time with a meaning that’s clear within the field and confusing outside it.

If you work across departments or industries, “pipeline” is a word you’ll hear constantly and need to decode from context. Here’s how it works in each field.

Sales pipeline

In sales, a pipeline is the collection of potential deals at various stages of the selling process. Each deal moves through stages — initial contact, qualification, proposal, negotiation, close — and the pipeline is the visual or structural representation of where every deal currently sits.

“How does the pipeline look this quarter?” means “do we have enough potential deals at each stage to hit our revenue target?” A healthy pipeline has deals distributed across all stages. A pipeline that’s heavy at the top (lots of early-stage leads) but thin at the bottom (few close to closing) signals a conversion problem.

Pipeline metrics include total pipeline value (the sum of all potential deals), pipeline velocity (how fast deals move through stages), and pipeline coverage (ratio of pipeline value to revenue target, typically 3x or more).

CRM software (Salesforce, HubSpot) visualises the sales pipeline, and “pipeline review” is a regular meeting in most sales organisations.

Data pipeline

In data engineering, a pipeline is a series of automated steps that move and transform data from one system to another. Raw data enters at one end (a database, an API, a log file), gets cleaned, transformed, and enriched through a series of processing stages, and arrives at the other end in a format that’s ready for analysis or application use.

A data pipeline might extract customer data from a production database, transform it to match an analytics schema, and load it into a data warehouse — the classic “ETL” (Extract, Transform, Load) pattern.

“The pipeline broke” means one of the stages failed — maybe a source schema changed, a transformation errored, or the target system is unavailable. Data engineers spend a significant portion of their time maintaining pipelines and fixing failures.

Pipeline orchestration tools (Apache Airflow, Dagster, Prefect) manage the scheduling and execution of pipeline stages, handling dependencies and retries.

Development pipeline

In software development, “pipeline” usually refers to the CI/CD pipeline — the automated sequence of steps that code goes through from commit to deployment. A typical development pipeline includes: build the code, run unit tests, run integration tests, deploy to a staging environment, run end-to-end tests, deploy to production.

“The pipeline is red” means a step failed — tests broke, the build errored, or a deployment check didn’t pass. “The pipeline is green” means everything passed and the code is clear to ship.

Development pipelines and data pipelines share the metaphor but serve different purposes. A development pipeline processes code changes; a data pipeline processes data. People who work in both areas learn to ask “which pipeline?” when someone says there’s a problem.

Talent pipeline

In HR and recruiting, a talent pipeline is the pool of potential candidates for future hiring needs. It includes people who’ve applied, been referred, expressed interest, or been proactively sourced — anyone the company might want to hire for current or anticipated roles.

“Building a talent pipeline” means proactively creating relationships with potential candidates before positions open. “Our engineering pipeline is thin” means there aren’t enough qualified candidates in the pipeline for upcoming engineering roles.

The stages mirror the sales pipeline: sourced, contacted, screened, interviewed, offered. And like the sales pipeline, the talent pipeline’s health is measured by volume at each stage and conversion rates between stages.

Pharmaceutical pipeline

In pharma, a pipeline is the collection of drugs currently in development. A pharmaceutical company’s pipeline represents its future revenue — the compounds moving through preclinical research, Phase I trials (safety), Phase II trials (efficacy), Phase III trials (large-scale confirmation), and FDA regulatory approval.

“Their pipeline is strong” means the company has multiple promising drug candidates at various stages. “The pipeline is thin” signals risk — if the few drugs in development fail trials, the company has no new products coming.

Pharmaceutical pipelines take years to move through stages. A drug typically spends 10–15 years from discovery to market approval, and most candidates fail along the way. Pipeline analysis is a core part of pharmaceutical investment and strategic planning.

Content pipeline

In publishing, marketing, and media, a “content pipeline” is the workflow that takes content from idea to publication: ideation, drafting, editing, review, approval, and publishing. A marketing team’s content pipeline might track blog posts, social media assets, and email campaigns through these stages.

“The content pipeline is backed up” means too many pieces are stuck in review or approval. “We need to fill the pipeline” means the team doesn’t have enough ideas or drafts in early stages to sustain the publishing schedule.

This version is closest to the sales pipeline in structure — items move through defined stages, and the health of the pipeline depends on having enough items at each stage to maintain a steady output.

What the metaphor has in common

Every version of “pipeline” shares three properties:

  1. Sequential stages. Items move from one stage to the next in a defined order.
  2. Throughput matters. The pipeline’s value depends on how much moves through it and how fast.
  3. Bottlenecks are the enemy. A blockage at any stage slows everything downstream.

The metaphor works because physical pipes have the same properties. Water flows through stages, throughput is measurable, and a blockage anywhere affects flow everywhere.

Where the metaphor breaks down

The analogy isn’t perfect. Real pipelines are linear — water doesn’t skip stages or flow backward. But sales deals stall and restart. Data pipelines have branches and parallel processing. Drug candidates fail at late stages and are abandoned. The “pipe” metaphor suggests smooth, sequential flow, but most real-world pipelines are messier.

The bigger problem is ambiguity. In a technology company, “the pipeline” could refer to the sales pipeline, the data pipeline, the CI/CD pipeline, or the talent pipeline — and different teams use the word daily without specifying. When cross-functional teams meet, “pipeline” is one of the first words that needs disambiguation.

The practical takeaway

When someone mentions “pipeline” in a cross-functional context, ask one question: what’s flowing through it? Deals? Data? Code? Candidates? Drug compounds? Content? The answer immediately clarifies which version they mean, and the rest of the conversation makes sense.

In cross-functional meetings, it helps to be explicit: “our sales pipeline” or “the data pipeline.” Two extra words prevent ten minutes of confusion. The same principle applies to other cross-industry terms — “margin” is another word that means different things to different teams in the same company.


For more on terms that shift between industries, explore our industry glossaries and see how the same concepts are named and understood differently across fields. For our approach to handling terms with multiple meanings, see a glossary is only useful if it’s honest about what it doesn’t know.