this post was submitted on 31 May 2026
80 points (94.4% liked)

Technology

85059 readers
3306 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lemmydividebyzero@reddthat.com 4 points 1 day ago* (last edited 1 day ago)

You can spend a minute reading the manual instead. Next time you do it, you can do it faster than through the LLM.

I talked about writing a script that can be 20 to 50 lines. That costs me far more than "a minute" of manual reading. I generate the script, I review it, I execute it and then throw it away. Sounds like a win-situation for me. I have more time for my actual homework.

Autocompleting a block of code

I wrote "Code-line" completion by the way, not "Code block" completion.

Autocompleting a block of code is a sign that you are not writing anything new and a signal to think about whether there is semantic duplication in the code that should be explored.

Have you ever tried it out (e.g. GitHub Copilot)? Not sure what you mean exactly, especially by "writing anything new". It can of course auto-complete stuff that does not exist in the code base. There is lots of code in the training data. Or do you mean "writing completely new stuff that hasn't been written by anyone"? Because only few people do that, I guess.


One more good usage I experienced is giving it text (e.g. a documentation file for customers) and the task to find/fix the typos. I'm pretty good at finding them (at least in my native language German), but you probably guessed it: I'd rather do other stuff.