this post was submitted on 23 Sep 2026
381 points (97.7% liked)

Technology

88209 readers
3458 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
[–] clay_pidgin@sh.itjust.works 20 points 15 hours ago (5 children)

I'm not a developer but I do make little tools for myself at work. I used an LLM to assist with adding some features recently, nothing I couldn't easily do myself. It did a fine job and made minimal changes, all totally readable and for the most part the same way I would have done it.

I have a new tool I want to make, and it's hard not to just turn to the LLM, since it'll save me many hours on a script that nobody else will ever see. It's really taken the fun out of it. I'm proud of what I made, even though nobody else will care, but doing this my usual way will feel like I'm using the wrong tool out of perversity.

I dunno. I hate everything.

[–] qqq@lemmy.world 4 points 5 hours ago* (last edited 5 hours ago)

Hey thanks for sharing I'm in basically the exact same boat. There are also pressures in the work place to use it because of the time savings. Personally I try to keep a balance and work on things myself most of the time and if the LLM is used it's more like a buddy coder then a magic code generation tool, but sometimes it's just too easy to use it that way. I think it's important to take pride in your work, so keep doing things your way when you want!

[–] RichardDegenne@lemmy.zip 10 points 13 hours ago (1 children)

I look at it this way: if you prompted an LLM to generate it, then you didn't "do" it, you basically installed an outside piece of software that just happened to be generated on-the-fly.

[–] fuzzzerd@programming.dev 5 points 13 hours ago

That maybe true if youre single shotting. At some point, but that's rarely the end. It takes iteration and experience to get LLMs to do useful work in most cases.

[–] Wildmimic@anarchist.nexus 6 points 12 hours ago

Creating something while not using the most efficient way possible has always been something that created the most unique, personal and opinionated results, because working on the task transforms both you and the product you are aiming for. These "inefficient" workflows also create the most useful and popular things, btw.

You are not "using the wrong tool". You are doing it for yourself, for your mental wellbeing, for a sense of purpose. Whatever the LLM spits out is not YOUR code, it is SOME code. You should really reframe this for your own good.

[–] grrgyle@slrpnk.net 5 points 14 hours ago (1 children)

I felt that way until I just stopped using it entirely

[–] clay_pidgin@sh.itjust.works 1 points 12 hours ago (1 children)

I've only tried it the once but it did a great job and caused me the consternation from my previous comment.

[–] grrgyle@slrpnk.net 3 points 11 hours ago (1 children)

It is disappointing knowing it actually works some of the time. I guess I just don't care. I have my lines and I don't cross them.

I'm sure there are some great uses of Microsoft software or Nvidia hardware, but I'm not going to use them unless forced to by work.

[–] clay_pidgin@sh.itjust.works 1 points 9 hours ago

It basically added three small functions and their command line args to a sub-500 line Python script. I'm sure if helped that my function and variable name are verbose, like dictionary_of_fruits_with_dictionary_of_attributes.

My work provided the tool and asked me to try it.

[–] peopleproblems@lemmy.world 1 points 14 hours ago

I like to give it unnecessarily complex tasks and work on a hobby.