Determinism Reproducible outcomes through code verification and prompt versioning. Core Principle "Claude can run scripts without loading either the script or the PDF into context. And because code is deterministic, this workflow is consistent and repeatable." - Anthropic Engineering Instructions 1. Replace LLM judgment with script verification 2. Version prompts with semantic versioning 3. Hash-validate critical prompts: 4. Use exit codes (0 = pass, 1 = fail), not text LLM Judgment vs Code Verification | Task | LLM (Bad) | Code (Good) | |------|-----------|-------------| | Tests passed? | "T…