---
id: "quote-dark-code-definition"
type: "quote"
source_timestamps: ["00:00:31", "00:00:37"]
tags: ["definitions"]
related: ["concept-dark-code", "concept-comprehension-gap"]
speakers: ["Nate B. Jones"]
speaker: "Nate B. Jones"
sources: ["s23-amazon-16k-engineers"]
sourceVaultSlug: "s23-amazon-16k-engineers"
originDay: 23
---
# Definition of Dark Code

## Quote

> *"Dark code is code that was never understood by anyone at any point because it was made by AI. It was generated, it passed automated checks, and it shipped. The comprehension step didn't happen."*

— **Nate B. Jones** (see [[entity-nate-b-jones]]), 00:00:31

## Why It Matters

This is the foundational definition of [[concept-dark-code]] — the entire video and this vault hang on the framing in this single sentence. It explicitly distinguishes the new risk category from buggy code, spaghetti code, and technical debt by anchoring on the *missing comprehension step* (see [[concept-comprehension-gap]]).

## Three Embedded Conditions

The quote encodes three necessary conditions for code to be 'dark':

1. AI-generated
2. Passed automated checks
3. Comprehension step never occurred

All three must hold simultaneously. Code that is AI-generated but reviewed by an engineer is *not* dark. Code that is human-written but no one currently understands is technical debt, not dark code.
