---
id: "entity-rob-pike"
type: "entity"
source_timestamps: ["00:05:45"]
tags: ["person", "computer-scientist"]
related: ["framework-rob-pike-agent-rules"]
entityType: "person"
canonicalName: "Rob Pike"
aliases: []
canonicalUrl: "https://en.wikipedia.org/wiki/Rob_Pike"
sources: ["s41-nvidia-open-sourced"]
sourceVaultSlug: "s41-nvidia-open-sourced"
originDay: 41
---
# Rob Pike

## Profile

Legendary computer scientist. Co-creator of **Unix** at Bell Labs and co-creator of the **Go programming language** at Google. Author of *The Practice of Programming* (with Brian Kernighan). His **"5 Rules of Programming"** are widely cited in systems-engineering circles.

## Role in This Source

[[entity-nate-b-jones]] uses Pike's 5 rules — see [[framework-rob-pike-agent-rules]] — as the **operational backbone of the entire engineering half of the video**. Pike is positioned as evidence that:

1. The fundamentals haven't changed — see [[contrarian-agent-engineering-is-not-new]].
2. Decades-old wisdom is **more** important in the agentic era, not less.
3. The path to production agents runs through **measurement → simplicity → data structure**, not through novel agentic frameworks.

## Adjacent Reference

Google's **Rules of Machine Learning** parallels Pike's structure (measurement first, data primacy, simplicity) — useful complementary reading.

## See Also

- [[framework-rob-pike-agent-rules]] — the rule set
- [[concept-data-dominated-agent-design]] — Rule 5 applied
- [[claim-fancy-algorithms-fail-agents]] — Rules 3 & 4 applied
