Comment Re:Sure Jan (Score 1) 113
>> How exactly does AI change that equation?
The linked article
Just an excerpt;
"Tools like Claude Code can automate the exploration and analysis phases that consume most of the effort in COBOL modernization. These tools can:
Map dependencies across thousands of lines of code
Document workflows that nobody remembers
Identify risks that would take human analysts months to surface
Provide teams with the deep insights they need to make informed decisions
With AI, teams can modernize their COBOL codebase in quarters instead of years."
For finding patterns & connections, AI is a great tool. Sure, it will find the dependencies & workflows.
After that, you're going to need a good engineer, who knows the risks, to guide the AI and explore what the code is doing.
Translating the code to another language is the easy part. Understanding what you start with and verifying the translation is what makes these projects hard. AI is just another tool, like spreadsheets and project planning software that makes some parts a bit easier or even possible.
Most of the comments in this post are not that engineer. They're the manager who says "All you have to do is..."