>>543748640
Vibe coded AI shit
A more serious answer is that AI struggles a lot with code flow between multiple files, classes, functions etc. basically domain knowledge
A tweak in file A in folder 123 can have a big effect on what file B in folder 321 does
Unintended side effects due to lack domain knowledge or improper structure is probably the main reason for bugs in software, AI or human, but humans are better at learning the domain and probably always will.