I do try to give it a chance and use it every once and a while (most recently Claude Code; last year, Cursor), and it has been my experience that it personally decreases my productivity and quality. I found that even CoPilot’s autocomplete would introduce bugs if I decided to “trust” it and try to work too fast without meticulously reviewing every token generated. I have seen people I work with use AI to quickly create decent looking prototypes (i.e. bog standard, boring design), but I think this is still detrimental because they lose the full benefit of exploratory programming (and of course, the prototypes just have all kinds of faked data and functionality, glaring security problems, bad architecture). I’ve also experienced people submitting nonsense vibe-coded pull requests that would break tons of things they shouldn’t have even touched for the issue. I could see a less interested or overworked reviewer letting stuff like that through, which is why I think we’re seeing all these failures and bugs at these big tech companies. So for me, at least, I haven’t seen the benefit. Using CoPilot in VSCode actually caused me to go back to using nvim and lsp plugins :)
AlecSadler@lemmy.dbzer0.com 4 hours ago
Agreed, Copilot auto complete is awful. I wouldn’t wish that on my worst enemy.