>>717970725
>>717970828
>How
It should be used as a search engine to help programmers gather resources to tackle a given problem. Only because conventional search engines fucking suck at this. It should not be used to write any sort of actual code. Especially when it has a bad tendency to flip out and delete your entire codebase.
AI programming is basically an automation of stealing code off github or stackoverflow or whatever. It works great until you need to debug something or until you need to solve a problem that someone else hasn't already solved and documented online. In the hands of a competent programmer it's nothing special. In the hands of someone who doesn't know how to code it's a recipe for disaster because they don't understand either the inputs or the outputs and will be completely helpless when the code needs to be fixed or scaled up/down or altered in some specific way.