---
id: "quote-data-dominates"
type: "quote"
source_timestamps: ["00:09:05"]
tags: ["data-engineering", "software-engineering"]
related: ["concept-data-dominated-agent-design", "framework-rob-pike-agent-rules"]
speaker: "Nate B. Jones"
speakers: ["Nate B. Jones"]
sources: ["s41-nvidia-open-sourced"]
sourceVaultSlug: "s41-nvidia-open-sourced"
originDay: 41
---
# Data dominates algorithms

## Quote

> "Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident."

— [[entity-nate-b-jones]] (paraphrasing [[entity-rob-pike]]'s Rule 5)

## Why It Matters

This is the **central engineering aphorism** of the video. It anchors:

- The concept [[concept-data-dominated-agent-design]]
- The claim [[claim-data-engineering-over-prompting]]
- Rule 5 of [[framework-rob-pike-agent-rules]]

The rhetorical move is to **demote prompt engineering** as a skill and **promote data engineering** as the actual lever. If the data is right, the prompt is trivial.

## See Also

- [[concept-data-dominated-agent-design]]
- [[claim-data-engineering-over-prompting]]
- [[entity-rob-pike]]
