Advanced
In reply to @bhgomes
Alex Grover@alexgrover
5/27/2023

My SO uses GPT-4 via Chat GPT Plus and says it’s exponentially better. Perhaps when they release Copilot X it’s worth another shot

In reply to @alexgrover
Brandon@bhgomes
5/27/2023

yeah honestly i don’t want help writing code (code is the spec, people forget this) what i think would be good is the following: - suspicious code detector i.e. “there’s probably a bug here” - doc helper for functions and modules - example generator - natural language debugger

In reply to @alexgrover
Joe Petrich@jpetrich
5/27/2023

Agreed, I start with GPT-4 if I'm in uncharted waters because it'll give me 60% good functions or sometimes entire files, and then I can manually fix or update through conversation with it, leaving copilot to help with smaller iterations and unit tests (which I've had great luck with)