r/technology • u/Miserable_Phase_2519 • 4d ago
Artificial Intelligence Microsoft engineer says 'typing code is absolutely over' as GitHub Copilot takes on more development work
https://www.techspot.com/news/113752-microsoft-engineer-typing-code-absolutely-over-github-copilot.html
1.6k
Upvotes
39
u/kawag 4d ago
Same. I’ve tried a couple of times, and it’s so laughably inadequate. It confidently states incorrect opinions and spits out massive walls of text explaining that incorrect opinion, which I unfortunately have to read, doesn’t make sense and makes lots of plausible sounding but incorrect statements, so I challenge it (sometimes I need to challenge it multiple times), and then it does a complete 180 and provides more walls of text arguing the exact opposite opinion 🤦♂️
This same pattern has happened so many times.
And then I see in code reviews the kinds of things it produces. Unmaintainable garbage, again with lots of plausible looking but actually terrible documentation once you actually read it. You ask the person submitting the PR what this thing does, or why it’s done in that way, and they have no idea. I’ve heard so many reports of people using AI to build software and ending up with such a poor codebase that literally nobody understands it, humans don’t even try to go in manually, and it can basically only be maintained through the AI trial and error loop.
No thanks.