My company has been doing an internal test of GitHub CoPilot to see if it's worth a company-wide subscription. One of the guys leading it came out with a video showing what he's been doing with it.
In one example, he showed how it generates intellisense-like suggestions when writing code. "Here you can see CoPilot generates a snippet of code that does what I wanted! Well, almost .. this method it wants to call doesn't actually exist in our codebase." Um, ok.
Then, "Now I can ask it to write a unit test for this code. Look at that! A full blown test in just a couple seconds! Well.. it is asserting against the wrong value here. Not sure where it got that number." LOL
Can't wait to use AI to generate shitty code that I then have to debug.
(Disclaimer, these tests are absolutely worth doing to see how useful these tools are, but to me the results so far are amusing at best.)