|
Yes current LLMs work well for software maintenance. But they do need careful guidance to do things well though (in performant, normalized, maintainable, modular ways). And then when code cant be unit tested in isolation they often fail. So still some need for human oversight. But yes for things like parsing/transformation of data, they are fairly robust as long as you get them to write tests alongwith the code.
|