I'm curious how GPT-4 will do. The present copilot, writing C# in Visual Studio 2022, only does well when writing code strictly from the .NET libraries. Anything less popular from nuget actually makes copilot a constant irritation as it just makes methods up that aren't there.

Odd since according to Microsoft, C# is supposed to be Copilot's strong point.

Reply to this note

Please Login to reply.

Discussion

I mostly use GPT-4 for the boring stuff. It's not the best at writing code, especially for new or complicated projects.

I can say the same thing about Go. It makes up functions all the time, mixes functions from different libraries (if they are similar in scope) and other crazy things.

It just makes up stuff a lot, sometimes it's funny tho. 😂😂