06-reference

technically everything is a pipeline

2026-06-25·reference·source: Technically·by Justin Gage

Why this is in the vault

Justin Gage argues that the pipeline abstraction — ingest → refine → serve, with explicit tradeoffs at each stage boundary — generalizes beyond data engineering to RAG systems, sales funnels, image processing, and nearly any staged-transformation process. The core claim: if you understand the medallion architecture (bronze/silver/gold), you already understand how RAG chunking-embedding-retrieval works, how a CRM lead-qualification funnel works, and how a photography editing workflow works. The mental model transfers cheaply once you've internalized one pipeline deeply.

The piece arrives as a corrective to "token maxxing" — using AI to skip thinking. Gage's bet is that durable mental models (pipeline thinking, stage-order tradeoffs) are more valuable than quick AI outputs.

Mapping against Ray Data Co

Strong relevance. RDCO operates as both a data engineering practitioner (client work at phData) and a builder of AI agent infrastructure. Both domains are pipeline-shaped:

Actionable takeaway: When onboarding clients or explaining RDCO's agent work, pipeline abstraction is a cross-domain bridge. A sales-qualified prospect who has "never done data engineering" still has an intuition for CRM stages — Gage's framing gives RDCO a fast ramp to explain RAG and agent orchestration without jargon overload.

What this does NOT resolve: The piece is conceptual, not implementational. It does not address async pipeline orchestration, failure handling, or observability — the hard parts of production pipelines that RDCO bills for.

Related