AntiPattern

Semantic Drift From Guards

semantic-drift-from-guards

Silent semantic drift happens when validation guards, projections, and comparisons operate on altered or mismatched representations (e.g., first-label only, unknown keys stripped, truncated descriptions, or weak nullish checks), letting incorrect payloads appear valid. The stake is false confidence in matches and tests.