"cyclomatic complexity" is a mouthful but it's just a deterministic measure of how complex your code is: - # of branching paths - # of loops - # of catch blocks (❗) - # of chained && expressions ... surprise: AI code often scores poorly