I would agree with that. It's anecdotal but I've noticed when using Copilot at my job that it usually gets me a "mostly" proper solution. But even getting you mostly to a solution can save you an hour or more of digging through documentation. "Hey Copilot, I have an Excel workbook in a memory stream. Load it up with the Open XML library, open up the Summary spreadsheet, and copy out the contents of cell D:3." AI bots are pretty good at crawling through lots of information and summarizing it; I've been finding them quite good at identifying which classes and functions you need to use in unfamiliar libraries. But, in the end, you still need a developer with enough skill to understand the provided solution and know where the solution was deficient, since, as I said, it usually just gets you part-way there.