this post was submitted on 13 Sep 2025
61 points (88.6% liked)

Asklemmy

50430 readers
472 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I know its a bit of a hot topic but I've always seen people (online anyways) are either a hard yes or absolutely no on using AI. There are many types of "AI" that have already been part of technology before this hype, I'm talking about LLMs specifically (ChatGPT, Claude, Gemini, etc...). When this bubble burst its absolutely not going anywhere. I'm wondering if there is case where you've personally used it and found it beneficial (not something you've read or seen somewhere). The ethics of essentially stealing vast amount of data for training without compensation or enshitification of products with "AI" is a whole other topic but there is absolutely no way that the use of the technology itself is not beneficial somehow. Like everything else divisive the truth is definitely somewhere in the middle. I've been using lumo from proton for the last three weeks and its not bad. I've personally found it useful in helping me troubleshoot issues, search or just use it to help with applying for jobs:

  • its very good at looking past SEO slop plaguing the internet and it just gets me the information I need. I've tried alternative search engine (mojeek, startpage, searXNG, DDG, Qwant, etc...) Most of them unfortunately aren't very good or are just another way to use google or bing.
  • I was having some wifi problem on a pc i was setting up and i couldn't figure out why. i told it exactly what was happening with my computer along with exact specs. It gave gave me some possible reasons and some steps to try and analyze my computer it was very very useful.
  • I've been applying for so many jobs and it so exhausting to read hundreds of description see one tiny thing in the middle that disqualifies me so I pass it my resume with links and tell it to compare what i say on my resume and what the job is looking for to see if im a fit. When i find a good job i ask rewriting tips to better focus on what will stand out to a recruiter (or an application filtering system to be real).

I guess what I'm trying to say is it cant all be bad.

top 50 comments
sorted by: hot top controversial new old
[–] saigot@lemmy.ca 1 points 13 hours ago* (last edited 13 hours ago)

I had ai write a python script for me that checked a directory for zip/rar files that don't also have video files, unzip them and if it fails retry at a doubling interval. It would have taken me an hour or so, took the ai 5min+15min of me fixing it. I also had it add logging which is definitely something I wouldn't have been arsed to add otherwise.

It isnt very helpful at my day job writing professional code though, and I dont think someone who didn't already know how to do it themselves could make use of it.

[–] ICastFist@programming.dev 11 points 1 day ago

Regarding the job application, most companies and sites are using shitty AI to rummage through the piles of resumes they receive.

The whole job application process is frankly one of the worst real world use of most technologies, not only AI

[–] CrabAndBroom@lemmy.ml 4 points 1 day ago (1 children)

My take on it is that it's just a tool, and as with most tools you can use it in a sensible way that's positive, although many people choose not to. So as an example, I work in a creative field and I see a lot of people relying on it to do their creative work for them, which I don't really agree with. What I use it for is kind of like an assistant to handle all the admin crap that usually gets in the way of doing creative stuff. So sometimes you have to write form letters, grant things etc. - basically formal stuff that wouldn't require any creative thinking if you did it by yourself anyway, but still eats up time and brain power. I just give that stuff to the AI, make sure it sounds vaguely presentable, and send it off. I could also see a use case for it in areas where I'm weaker like marketing my stuff, maybe for at least coming up with an outline strategy of some sort, although I haven't really tried that out yet.

Essentially, AI will do your creative stuff for you if you let it, or you can just use it to handle the day-to-day piddly crap to free yourself up to do the creative stuff yourself. It's up to you really.

[–] causepix@lemmy.ml 2 points 1 day ago* (last edited 1 day ago)

My take on it is that it's just a tool, and as with most tools you can use it in a sensible way that's positive, although many people choose not to.

I mean sure a screwdriver is "just a tool", and you can use a screwdriver to pick ice; but it's not the most efficient tool for the job and it was designed for something else entirely, which makes it awkward and finicky to use as an ice pick. This is why so many people use screwdrivers for their intended purpose, rather than manipulating them to fit into a different workflow.

(The intended purpose here is disrupting creative professions, making creative labor cheaper and more efficient in order to maximize capitalists' profit from it. Not to make artists' lives easier or increase their effectiveness as laborers and business owners, although yes it can be used that way and, yes, that is arguably a limited side effect of the original intention.)

[–] JackbyDev@programming.dev 4 points 1 day ago (1 children)

LLMs trained exclusively on documentation and ran locally seem like they'd be nice. Basically the next step in search algorithms. Do note that I am not talking about having an AI summary at the top of every web search page, that's harmful.

[–] CrabAndBroom@lemmy.ml 2 points 1 day ago (1 children)

That's essentially what I do, I don't have any accounts with ChatGPT or anything, I just run it locally off my laptop. IDK if you get better results with ChatGPT (I'd assume probably) but my local one seems fine for everything I need it for. It's a little slow too, but who cares?

[–] JackbyDev@programming.dev 2 points 1 day ago (1 children)

How do you run it locally? I haven't ever tried it. I'm curious to.

[–] CrabAndBroom@lemmy.ml 1 points 19 hours ago (1 children)

Oh sorry, I phrased that kind of badly. I don't run ChatGPT locally, I just meant I run an LLM locally. Usually either Mistral or Qwen. I was using GPT4All until recently, but lately I've been trying out Jan too.

[–] JackbyDev@programming.dev 1 points 19 hours ago (1 children)

No, you phrased it right, I haven't run any LLMs locally at all.

[–] CrabAndBroom@lemmy.ml 1 points 14 hours ago

Ah okay. Well if you grab either of those programs I linked to it's pretty straightforward, you pretty much just choose your model from a list and away you go. You can run them even if you don't have a great GPU, but they'll be slower.

[–] handsoffmydata@lemmy.zip 2 points 1 day ago

I have a workflow that translates English srt files to my desired target language. It’s a great use case bc LLMs are proficient at picking up the nuances of language translations, especially related to idioms and the like.

I used it to extract thousands of rows from tables in PDFs and generate enumerations for them in various programming languages. I had to do some pre-processing with the Python script, and review all the output to make sure it didn't screw up, but it saved me a lot of time.

[–] xavier666@lemmy.umucat.day 4 points 1 day ago

In short, teaching myself simple stuff.

[–] olbaidiablo@lemmy.ca 1 points 23 hours ago

I use notebooklm to act as my research assistant when it comes to labour law and union contract. Claude has helped significantly with compiling the chapters for my upcoming book. Deepseek has created several courses for me to further refine my skills and education.

[–] Yeahigotskills2@lemmy.ml 2 points 1 day ago

I think there are many thousands of folk in fields beyond IT that use it all the time. It's by no means perfect, but for many of us managing teams or doing boring AF admin, working with procurement, writing user documentation or trying to navigate basic system configs then it's immensely useful.

[–] ThunderComplex@lemmy.today 3 points 1 day ago

For image gen I don’t have a good use but it is very complex which means sometimes I can just lose an hour or 2 fumbling around in a complex network of nodes.
What I found fascinating was how strangely good the results were when I created an image, then fed the result back as input, and repeated that process.
The only useful thing I used image gen for was creating references for an artist to create a PFP for me that looks rad as hell.

As for LLMs, also not really. I think about 90% of the time LLMs either give a useless or just wrong answer. I can’t seem to find the thing that LLMs are supposed to be good for. One thing all LLMs I tried have failed consistently at was finding a movie from a vague description I gave.

[–] Tapionpoika@lemmy.ml 2 points 1 day ago

bash scripting, light python programs, fixing software and hardware issues, learning Japanese, learning other things, writing applications, all the boring stuff and stuff need extreme repetition or data mining. Ideas comes from me, work is done by machine.

[–] umbrella@lemmy.ml 1 points 1 day ago* (last edited 3 hours ago)

1 - usually they come up with bullshit for me, not dissimilar to the seo slop.

2 - same as 1, its easier to google and at least know where the info is coming from.

3 - i will just machine gun apply to everything. they are the ones making it hard on us/themselves. i'll let them filter their candidates.

[–] helix@feddit.org 10 points 1 day ago

Inspiration for writing emails, letters, text messages. I always check what the thing wrote though.

I'd love to have an AI assistant that does shit like call service providers and wait in queue and take care of business for me

[–] cRazi_man@europe.pub 26 points 2 days ago* (last edited 2 days ago) (1 children)

I've used it to help me set up a home server. I can paste text from log files or ask about something not working and it tells me what the problem is. It gets things wrong a lot, but this is the perfect low risk use for AI....for sending me in the right direction when I have no idea why things aren't working. When it's completely wrong, it doesn't really matter.

The real test for AI is: "does it matter when it is completely wrong". If the answer is yes, then that's not a suitable use for AI.

[–] Eril@feddit.org 4 points 1 day ago (1 children)

This. I'm a software engineer and I also sometimes use it by providing it a problem and asking it for ideas how to solve them (usually with the addition of "don't write any code", I do that myself, thanks). It gives me a few pointers that I can then follow. Sometimes it's garbage, sometimes it's quite good.

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

99% garbage.

If you have ever touched C++ you will know that it has godawful errors and not even chatgpt knows what the fuck is happwning

[–] Eril@feddit.org 3 points 1 day ago (1 children)

That's why I'm not asking it to give me actual code I should use, but keep it high level. If it then says there are patterns x,y and z that could be usable, I can look it up myself and also write the code itself. Using it to actually write the code is mostly garbage, yes. And in any case you still need to have an idea of what you're doing yourself anyway.

[–] UltraBlack@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

No, I'm not asking it to write code, I'm asking it to interpret the error and point to the actual problem in the code. It just can't...

[–] melsaskca@lemmy.ca 14 points 2 days ago

I see it as a toy. No different from the Slinky or Silly Putty I had as a kid. Just something to play with.

[–] altphoto@lemmy.today 6 points 1 day ago (4 children)

For engineering... Get me a script that calculates the length of a window based on a similar size. Or calculate the tip velocity of a turbine blade given the speed of the gas going into it and the diameter of the turbine. Basically things we would have to take a month to design so as to answer other questions. Cuz nobody pays you to make quick calculation tools.

This doesn't sound like the hardest thing to write a program for especially if you have the gibbity help you write it and quadruple check its output.

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

And then it makes mistakes and you won't be able to tell

[–] altphoto@lemmy.today 3 points 1 day ago (1 children)

No, you don't just get a script and run it blindly! You use your knuckle to figure out if it works first by reading the code and calculating known data as a test.

You can't even rely on AI to have real formulas for the area of a circle. You have to rely on your own knowledge and on books to confirm if the code is doing what you need it to do.

What AI does is it shortens the code creation time to just a few seconds vs days of coding... Because engineers are the best back seat coders I know. Once there's good code they can move mountains. But confronted with a blank page they freeze.

[–] UltraBlack@lemmy.world 1 points 20 hours ago

Most if the time is spent fixing AI code, and writing prompts. I don't think you save any time.

Also have fun in integration and deduplication hell.

load more comments (2 replies)
[–] comfy@lemmy.ml 17 points 2 days ago

Creating low-effort images for ideas that don't warrant effort, like silly jokes.

[–] aberrate_junior_beatnik@midwest.social 42 points 2 days ago (1 children)

It's got lots of uses:

  • driving up fossil fuel revenues
  • providing a solid excuse for laying off a bunch of employees
  • disciplining labor
  • offloading blame for unpopular decisions
  • increasing surveillance and nonconsensual data collection
[–] pulsewidth@lemmy.world 1 points 1 day ago
  • corporate theft from artists, claiming 'its just learning data bro', only to have the output often be 99% identical to the original 'learning data'
  • making fake videos much easier for swift political disinformation campaigns
  • LLM voice agents that make scams much easier to perpetuate on the elderly
[–] HiddenLayer555@lemmy.ml 18 points 2 days ago* (last edited 2 days ago) (1 children)

I self host Deepseek R1 and it's been pretty helpful with simple Linux troubleshooting, generating bash commands, and even programming troubleshooting. The thinking feature is pretty cool and I do find myself learning stuff from it.

What took it from gimmick to actual nice to have for me is when my jerry rigged home network broke and wouldn't connect to the internet. Having what is entially an interactive StackOverflow/ServerFault running on a local machine was really helpful.

Running the model locally makes it easier to not overly rely on AI because of the limited token rate.

[–] domi@lemmy.secnd.me 6 points 2 days ago (1 children)

You self host the full Deepseek R1? What's your hardware?

Also, you might enjoy !localllama@sh.itjust.works

[–] HiddenLayer555@lemmy.ml 3 points 1 day ago* (last edited 1 day ago)

No I host the 70b version because I'm limited by my RAM.

[–] andallthat@lemmy.world 6 points 2 days ago

Best (or at least most addictive) use of AI I've seen so far is https://anycrap.shop/

[–] m532@lemmygrad.ml 2 points 1 day ago

I've tried learning digital drawing before, but my programmer brain finds prompt engineering to be much more intuitive, so i've been doing that a lot lately.

Also its surprisingly good at upscaling in "image-to-image, 0.1 strength" mode. I thought I would need a dedicated upscaling mode for that. The result looks noticeably better than with normal bicubic upscaling.

[–] daniskarma@lemmy.dbzer0.com 20 points 2 days ago (7 children)

Solo roleplay. You can make a character and interact. Generate fake conversations etc.

With generative images you can create custom backgrounds, portraits and landscapes instead of having to lookup for them or doing it yourself.

You can also do some interactive story telling that it's kind of fun.

Generating quick test questions over a certain topic. It's another use case I've seen it being quite good at.

load more comments (7 replies)
[–] Chaser@lemmy.zip 5 points 2 days ago (1 children)

I have some Hone Assistant automations, that creates some todos in Habitica for me. These todos are ai generated, so they sound like quests in a rpg 😎 this really motivates me. Also it's funny

[–] helix@feddit.org 2 points 1 day ago* (last edited 1 day ago) (1 children)

Cool, can you please share them?

[–] Chaser@lemmy.zip 1 points 18 hours ago

Sure thing, buddy! However, the actual todos are in german. But I'm sure that doesn't matter, as you want to adapt these to your own cases. The Idea is to gain xp points for daily routines like hanging up the laundry or emptying the dishwasher. Our machines are very old and not-smart. However I noticed, that the Shelly Plus Plug S can also measure the current wattage. You can use this to see if a device is running. I'm just sharing the automations for the washing machine as they're all working the same. I also splitted it up in 2 separate automations to make it easier to debug. This utilizes a boolean helper (can be added in Settings → Devices and integrations → Helpers)

The first one just monitors the usage and sets the bool. Notice the debounce in the triggers section. This is important to avoid false positives:

alias: Wäsche ist fertig
description: ""
triggers:
  - trigger: numeric_state
    entity_id:
      - sensor.waschmaschine_power
    above: 4
    for:
      hours: 0
      minutes: 1
      seconds: 0
  - trigger: numeric_state
    entity_id:
      - sensor.waschmaschine_power
    below: 3
    for:
      hours: 0
      minutes: 1
      seconds: 0
actions:
  - if:
      - condition: numeric_state
        entity_id: sensor.waschmaschine_power
        below: 3
    then:
      - action: input_boolean.turn_on
        metadata: {}
        data: {}
        target:
          entity_id: input_boolean.wasche_ist_fertig
  - if:
      - condition: numeric_state
        entity_id: sensor.waschmaschine_power
        above: 4
    then:
      - action: input_boolean.turn_off
        metadata: {}
        data: {}
        target:
          entity_id: input_boolean.wasche_ist_fertig
mode: single

This one handles the actual notifications and todos. It also adds a second todo 12 hours later to get the clothes off the hanger, fold it and put it in the closet. So you may remove it. It also sends me and my wife a notification on our phones, so the laundry don't get damp in the machine.

alias: Wäsche Benachrichtigung
description: ""
triggers:
  - trigger: state
    entity_id:
      - input_boolean.wasche_ist_fertig
    to: "on"
    from: "off"
conditions: []
actions:
  - action: notify.mobile_app_pixel_7_pro
    metadata: {}
    data:
      message: Die Wäsche ist fertig
  - action: notify.mobile_app_pixel_9_pro
    metadata: {}
    data:
      message: Die Wäsche ist fertig
  - action: todo.add_item
    metadata: {}
    data:
      item: Der Marsch der Wäschetrommel
      description: >-
        Tief unten im dunklen Reich des Kellers ruht eine magische Trommel,
        gefüllt mit gereinigten Gewändern. Doch der Zauber hält nicht ewig –
        wenn die Wäsche zu lange verweilt, wird sie feucht und muffig, und all
        deine Mühen wären umsonst. Es liegt an dir, mutiger Held, die Gewänder
        an die frische Luft zu bringen und sie ordnungsgemäß aufzuhängen, damit
        sie im Lichte der Sonne oder der Wärme des Raumes trocknen können.


        **Aufgabe:**

        1.  Steige hinab in die Tiefen des Kellers.
            Sei auf der Hut vor der Trägheit der Schatten, die dich dazu verführen wollen, den Gang zu vertagen.
        2.  Öffne die magische Trommel und befreie die Wäsche aus ihrem
        rotierenden Gefängnis.

        3.  Trage die Last hinauf in die oberen Gemächer.
            Achte darauf, den Korb oder Armstapel sicher zu balancieren, ohne etwas fallen zu lassen.
        4.  Hänge die Gewänder mit Sorgfalt auf, damit sie möglichst schnell
        trocknen.
            Nutze Klammern oder Leinenklammer, um ihre Position zu sichern.

        **Herausforderung:**

        Der Weg ist steil, und die Gefahr von „Ich mache das später“ lauert an
        jeder Ecke. Überwinde die Schwere der eigenen Motivation und werde zum
        Meister der Wäschereinigung!


        **Belohnung:**

        - Ein Korb voll frischer Wäsche, bereit für die nächste Phase des
        Lebenszyklus.

        - Der Stolz, eine weitere Alltags-Herausforderung gemeistert zu haben.

        - (Optional) ein Kaffee, Tee oder Snack zur Feier deines Erfolgs.


        **Möge dein Weg frei von Stolperfallen und deine Wäsche frei von
        Knitterfalten sein!**
    target:
      entity_id: todo.chaser_to_dos
  - delay:
      hours: 12
      minutes: 0
      seconds: 0
  - action: todo.add_item
    metadata: {}
    target:
      entity_id: todo.chaser_to_dos
    data:
      item: Der Tanz der gefalteten Gewänder
      description: >-
        Die Wäsche, die einst in der Trommel des Kellers gereinigt und sorgsam
        zum Trocknen aufgehängt wurde, ist nun bereit für den nächsten Schritt.
        Doch ihre Reise ist noch nicht vorbei. Es ist deine Aufgabe, mutiger
        Held, die getrockneten Gewänder abzunehmen und sie ordentlich zu falten,
        damit sie auf ihren nächsten Einsatz warten können.

        **Aufgabe:**

        1. Gehe zur Wäscheleine oder zum Wäscheständer und überprüfe, ob die
        Wäsche vollständig getrocknet ist.  
           Sollten einzelne Teile noch feucht sein, lasse sie etwas länger hängen.  

        2. Nimm die getrocknete Wäsche ab und sortiere sie nach Kategorien (z.
        B. T-Shirts, Hosen, Handtücher).  

        3. Falte jedes Stück mit Bedacht und Sorgfalt, sodass es ordentlich
        aufgestapelt werden kann.  

        **Herausforderung:**

        Die Versuchung, die gefaltete Wäsche einfach liegenzulassen, ist groß.
        Doch ein wahrer Held schließt diesen Schritt ab, um Chaos zu
        vermeiden.  

        **Belohnung:**

        - Ein leerer Wäscheständer oder eine freie Wäscheleine, bereit für neue
        Herausforderungen.  

        - Perfekt gefaltete Gewänder, die ordentlich auf ihren Einsatz warten.  

        - (Optional) ein Moment der Zufriedenheit, während du dein Werk
        bewunderst.  

        **Möge der Tanz der gefalteten Gewänder dich inspirieren, das Chaos zu
        bändigen!**
mode: parallel
max: 10

Happy gamification, adventurer!

[–] chaosCruiser@futurology.today 17 points 2 days ago* (last edited 1 day ago)

You know those business books that combine flimsy pop psychology and self help literature with personal development and business goals? Yeah, those books with 300 pages and only one good idea per 100 pages if you’re lucky. Rest of it is just fabricated stories, ideas copied from other books and regurgitation of ideas from the previous chapters to fluff up the page count. Yes, that category!

Well guess what? GPT can generate precisely that level of quality without any effort. In fact, it seems to gravitate towards that style unless you specifically work hard to steer it to aim higher. It has never been easier to become a business book author! Zero editing required. Just prompt and publish.

It feels like this is the one area where GPT truly excels.

[–] AnnaFrankfurter@lemmy.ml 9 points 2 days ago

I don't use it for writing code because that's what I love but I use it for documentation and other stuff I hate.....😂

load more comments
view more: next ›