That's what I've found AI code to be good for. Established API for a project? Give me a function that does XYZ. Or something simple like "Give me a PHP function that connects to an FTP site, uploads a file (with the name given as a parameter to the function), retries 5 times in case of failure, then returns a boolean if transfer was sucessful".
I kind of view it like using a calculator for math problems. I COULD do it by hand, but its just faster to use a tool. At the end of the day though that tool doesn't to much more than simple code snippets.
I can't exactly say "Give me a program that analyzes Virginia Tax law and then provides a bootstrap web UI to manage, calculate, and print all tax bills within a municipality.". That problem is complex enough that just describing it in enough descriptive language would end up with a prompt longer than a novel, which would still produce code that was likely HEAVILY buggy and would require more verification than its worth.