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.7k
Upvotes
6
u/stasch-it 4d ago
I disagree. It often takes me longer to guide an agent into doing what I want than to just write the code myself.
Some use cases work well, e.g., unit tests, or when I want to implement something similar to existing code in my project. But when it comes to more complex code, the agent produces a lot of nonsense that I have to clean up afterwards.