@cstross JFC.
Last night, I was working on a high-priority incident at work, and my boss produced a script to do some of the work. About 10 minutes into trying to make this thing work:
Me: "This method call doesn't have that parameter at all. Was this generated by AI?"
Him: "Yes"
Me: "Fuck that, then. I'm rewriting every line of this using the documentation."
He still thinks it's a good idea. 
@simon_lucy @darkling @cstross there's a lot of accept and then edit, so I do end up reading it all.
But one thing I like is that when I have a function with a return type declared and if I e.g. just declared an iterable, I can just type "for " and copilot with suggest a loop that at least roughly does what I want to do