Engineering
Proving an AI-Written AST Visitor Migration Did Not Break SQL Semantics
An AST Visitor API migration is easy for AI to generate but hard to trust. This article explains how we validated that a new traversal preserved SQL semantics using source-derived AST metadata, runtime traces, independent comparison, diagnostics, real SQL inputs, and coverage feedback.



