Will be hiring coders to come in and fix the absolute mess of code that Ai is spitting out.
I have found the opposite to be true.
Just today AI was giving me horrible answers. I was cursing at it. I took a short walk and then just realized that there was a horrendous bug there from an edge case and AI was trying to work around it.
I fixed that bug and the solution that LLM generated was 100% correct and even elegant.
LLMs write amazing unit tests. If you change something, you can ask it to update the unit tests as well. And, nobody's ego is hurt when you throw away unit tests that are not useful anymore.
I can see the future where we won't even let most humans write code, just direct the coding.
Code written by LLM is so so much easier to read than human written code.