@gknauss I think you're getting in your own head a little too much. Sure you can bang out some work with an LLM that's basically a copy of someone else's code, but you could've already found a roughly similar project on the web 9 times out of 10 and then cloned and repurposed it. The big distinction there is that you may have had to read that code to make the 20 edits needed rather than letting the LLM burn tokens to interactively make 20 edits.
Being a professional programmer was, for a LOT of people, already a systems integration job half the time.
I'm not worried too much because I was already trying to write code as if I shouldn't have to solve problems that have already been solved; I research what's available, I find the right solutions, I liberally copy good ideas, and I try to limit invention to just stuff that needs to be implemented from scratch.