--
I'm not sure how much GPT 4 will help. The difficultly isn't in writing the code, the hard part is knowing what to write.
How will anyone know exactly what is needed enough to explain it to ChatGPT 4.
Creation of code is the quickest and easiest part. The harder part is to create a whole solution built of lots of different code blocks.
Understanding it all, to work out how it works and then exactly what you want to change.
Software development is all about thinking. Understanding the problem before you can fix it.
Software development is usually working on one smaller part of a much bigger problem.
Most developers aren't sure what to do and most users don't know what they want.