@grumpygamer I've tried using Copilot with Python, as it's "encouraged" in my workplace, but as you've found, it keeps producing generic and boring code that is *almost* right but needs proof-reading.
Just for "fun" I asked it to produce some code to print out all primes from 0 to an input number. It made code that worked, but was slow. After I'd tweaked it, it ran about ten times faster for primes up to 10000. I don't think I'll keep using it somehow...