Theme 1 – Bug‑for‑bug migration & Hyrum’s Law
"Bug‑for‑bug migration is a real thing in large code‑bases. You want to replicate all behavior of the code regardless whether the behavior is a feature or a bug." — wwind123
"Sometimes if the bug exists for enough time it is intended behavior." — nicman23
Theme 2 – Deterministic tooling vs. non‑deterministic LLMs
"The biggest problem is not that bugs are migrated with COBOL, but that lots of new bugs are going to be introduced. AI is not deterministic, it will be making tons of mistakes." — toplinesoftsys
"AI is not deterministic, the only realistic low‑error solution is not a more complex use of non‑deterministic AI, but deterministic transpilation." — dragonwriter
Theme 3 – Scale and legacy ecosystem of COBOL
"The largest test case was 4kloc. There are hundreds of billions of lines of COBOL in production. The IRS alone has approx 160 COBOL programs, averaging 230 kloc each." — pacaro