Comment Re:Obvious answer (Score 1) 123
What AI can't do is to take a whole feature off the backlog and implement it. Yet.
It can in some cases, depending on various factors like the codebase it's working with, the nature of the feature and how well you describe it.
You will often need to refine the prompts, or prompt it further to address bugs or things it decided to implement in a strange way. It also tends to work better with code bases that are smaller or more modular, and with code that was developed using an ai assistant rather than existing code bases.
You're right about it being like junior developers, it's good for getting mundane things done but does often need a lot of guidance.