this post was submitted on 21 Nov 2025
408 points (97.0% liked)

Technology

76986 readers
3158 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
[–] thejml@sh.itjust.works 51 points 1 day ago (3 children)

Copilot keeps finishing my code for me in near real time... it completely disrupts my train of thought and my productivity dropped tremendously. I finally disabled it.

I LIKE writing code, stop trying to take the stuff away that I WANT to do and instead take away the stuff I HATE doing.

[–] lauha@lemmy.world 23 points 1 day ago (1 children)

What I don't want AI to do:

  • write code for me
  • write fixes for me

What I want it to do:

  • find bugs and tell me about them (but still don't fix them)
[–] RagingRobot@lemmy.world 1 points 14 hours ago

They do have ones that will review your prs. That's pretty neat

[–] criss_cross@lemmy.world 5 points 1 day ago

I wish I could get it to stop finishing comments for me. It’s like some jackass is trying to complete my sentence for me but gets it completely wrong every time and it breaks my train of thought.

[–] Serinus@lemmy.world 6 points 1 day ago (1 children)

Yeah, I just wrote a blog post comment about how I enjoy using Copilot. But that's when I explicitly ask it a question or give it a task. The auto complete is wrong more often than it's right.

Probably doesn't help that if it was tedious, boilerplate code I would have already explicitly asked it.

[–] bluGill@fedia.io 2 points 1 day ago (1 children)

I like auto complete because I'm a terrible speller I'd write "int countOfCommplixThang", but auto complete guesses "int countComplexThing" Sometimes it even comes up with a better name than I would

[–] Serinus@lemmy.world 1 points 1 day ago (1 children)

That old autocomplete is great. It's specifically the AI autocomplete that's less useful.

[–] bluGill@fedia.io 1 points 1 day ago

The AI is doing it though. I type "in [tab]" and I get the whole line. Sometimes I don't even have to type anything.

I've never been able to get an AI promt to write useful code though.