Primitive Shifts: The Harness-as-Primitive Shift External Verification Loops Are Becoming Non-Negotiable Infrastructure Every few months, the baseline of how AI systems work quietly moves. Engineers who noticed early weren't smarter — they were just paying attention to the right signals. The shift from "AI generates, humans review" to "AI generates within executable constraints" is one of those moves. If your mental model still treats verification as something that happens after AI output, you're already behind. What Is It? A harness is an external verification layer that wraps LLM execution — not prompt engineering, not fine-tuning, but deterministic constraints enforced outside the model's reasoning loop. The pattern is deceptively simple: the LLM generates output, the harness validates against executable specifications (tests, type checks, physics constraints, domain invariants), a feedback signal loops back, and the LLM iterates until convergence or rejection.…