Hacker News new | ask | show | jobs
by slavomirvojacek 500 days ago
I am wondering whether with GenAI, migrations like this one will be less and less painful, and therefore more people will be able to migrate to newer technologies/versions sooner and quicker.
1 comments

Why use GenAI for this use case? Instead you can write transformers from one syntax to another syntax that will not hallucinate and work correctly every time. The conversion is well-defined.
Or use GenAI to write the codemod :)