GPT-assisted code agents (your Copilots, CodeWhisperer, etc.) are going to further encourage hyper-granularized software architectures, like microservices. It's because the larger the problem to be solved, the easier the agent can lose context or omit relevant details. To minimize the 'wander' while still reaping the benefits, developers will opt to string together lots and lots of small, single function, generated things.