this post was submitted on 18 Jul 2023
62 points (98.4% liked)

Technology

71800 readers
4028 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 2 years ago (2 children)

Today, I actually disabled copilot in vs code. Yes its impressive at first and sometimes it does save you some typing.

But you'll have to review everything it suggests, and sometimes it will suggest a lot. It's okay code maybe 20% of the time. The rest of the time it's either just doing regular completion, copying and pasting my own code from a few lines up, or just generating gibberish.

Often it will generate things that look okay on first glance, but a deeper look shows significant issues with what it created. Which is a problem often enough that it means you have to deeply look at everything.

I've even had it generate code with typos in it...

It's really not worth the money, your job just changes from person that types something, to person that reviews the robots crap.

[–] [email protected] 3 points 2 years ago

Dude same. Normal autocomplete is short and has a low mental overhead but high payoff in time saving from tying. I lasted about 20 min testing copilot before canceling my trial. It slowed me down so much because as you said it generates such large snippets and you have to scan each one to see if it’s useful. Also the constantly flickering of big code blocks changing was super distracting.

I’ve used GPT4 directly for code stuff before and it’s been useful for certain use cases but I find Copilot to be worse than useless in that it not only didn’t really help me it slowed me down and distracted me so much it was a detriment to my coding process.

Maybe Copilot X will change that since it’s basically embedded GPT4 I think, but regular Copilot? Totally worthless IMO

load more comments (1 replies)