Skip Navigation

What AI tools have you found useful?

I know the reputation that AI has on Lemmy, however I've found that some users (like myself) have found that LLMs can be useful tools.

What are fellow AI users using these tools for? Furthermore, what models are you using that find the most useful?

91 comments
  • I tried Whisper+ voice-to-text this week.

    Uses a downloaded 250MB model from Hugging-Face, and processes voice completely offline.

    The accuracy is 100% for known words, so far.

    For transcribing texts, messages and diary entries.

    I'd be interested to know if it has a large power drain per use.

  • "AI" as in the hyped and since 5 years mainstream "Generative AI": Jetbrains' locally run code line completion. Sometimes faster than writing, if you have enough context.

    Machine learning stuff that existed well before, but there was exactly 0 hype: Image tagging/face detection.

    • Jetbrains local completion isnt even a llm, it's a sort of ML fuckery that's very low on compute requirement. They released it initially just before the ai craze

  • https://notebooklm.google.com/ is really handy for various things, you can throw a bunch of documents into it and then ask questions and chat interactively about their contents. I've got a notebook for a roleplaying campaign I'm running where I've thrown the various sourcebook PDFs, as well as the "setting bible" for my homebrew campaign, and even transcripts of the actual sessions. I can ask it what happened in previous episodes that I might have forgotten, or to come up with stats for whatever monster I might need off the cuff, or questions about how the rules work.

    Copilot has been a fantastic programming buddy. For those going a little more in depth who don't want to spring for a full blown GitHub Copilot subscription and Visual Studio integration, there's https://voideditor.com/ - I've hooked it up to the free Gemini APIs and it works great, though it runs out of tokens pretty quickly if you use it heavily.

    • https://notebooklm.google.com/ is really handy for various things, you can throw a bunch of documents into it and then ask questions and chat interactively about their contents.

      Nice, thanks! I've been looking for something I can stuff a bunch of technical manuals into and ask it to recite specifications or procedures. It even gave me the document and pages it got the information from so I could verify. That's really all I ever wanted from "AI".

    • To be honest, this is the only thing Google did right about AI IMO.

  • Uh, kinda, maybe? Most use cases are things that I don't really see the use of, or have found to produce more flawed results than previous ways of doing things.

    However, a couple years ago, someone on reddit said their perfect use case was using AI to hunt down things you enjoyed but have forgotten the titles of - books, movies, tv series, songs, videogames, etc.

    Well, I have a few of those half-forgotten items, where I've remembered snippets of things but have no idea what they actually were called. I've tried looking them up over the years with regular search engines, with no luck. And a few times in the past couple years, I've used random AI engines to try to track these titles down.

    And the thing is, AI absolutely has not been able to tell me what the titles to anything was. However, in trying to come up with more details to pass to AI, I've accidentally found other webpages that helped me find what I was looking for. Like, one of the things I was looking for was a horribly bad 1970's tv movie and, in my latest search for the title, on like page 8 of my google/duckduckgo results trying to find something to feed the AI from what little I remembered, I ran across a website that lists the cast and plot of, like, every tv movie. Not just top ten, or people that became big stars later, or horror movies or whatever, but every movie from like the 50s /60s on. And I sat on that website and read through the high-level plotline of every tv movie from, like 1968 on, and eventually found the movie.

    There was a book where I remembered the first name of the main character and a very specific scene, even some of the exact words, and the three AI engines I tried couldn't tell me anything. But in searching for more details (and I had tried serving for it before), I eventually ran across a book site that helped me out. Interesting thing: when I passed direct quotes to AI, they couldn't tell me, when I asked what books had that plot, they couldn't tell me, but if I asked if a specific scene happened in the book, they said it was there.

    I have one game that I'm still searching for, but AI engines have inadvertently helped me find most of the rest of my wishlist.

  • LLMs are pretty good for language learning. I often ask ChatGPT to converse with me in Japanese or help me make a sentence sound more natural.

  • Those that I find the most useful are those that I (and likely many others) tend to take for granted.

    For example, fuzzy logic may very well be used in electronics that involve temperature control - fridge, aircon, rice cooker, water heater - under the hood.

    Another one is CSP (constraint-satisfaction problems) solvers which tend to be used in scheduling softwares. A possible use case is public transportation.

    There are probably lots more AIs working behind the scenes that benefit everyone, but don't get the coverage because they are just boring tech now. People may not even consider them AI!

    I appreciate these AI for making my life so convenient.

  • I know the reputation that AI has on Lemmy, however I've found that some users (like myself) have found that LLMs can be useful tools

    I know the reputation that AI has on Lemmy, however I've found that some users (like myself) have found that LLMs can be useful tools.

    Their utility is not questioned. It's their true cost and how they're developed that's the issue.

    No doubt a machine able to do some quick and dirty jobs that would take us a lot more time is a fine tool (like mentioned already, denoise, quick text summaries and stuff like that) edit: even complex and highly skilled stuff. The tool is already impressive today, and I don't doubt it will get much better quickly.

    The issue is how it learned to do what it can do and how it is monoetized. I mean, learning from humanity common knowledge (no AI at all without it being allowed to learn from us all) and making it... subscription-based for us to use? WTF? The issue is also how it is destroying many things in the exclusive profit of a handful of very rich people and their shareholders. The issue is how we, mankind, have zero control over a tool that is threatening to make a lot of us go bankrupt...

    Feel free to downvote, obviously.

    And to answer your question:

    What AI tools have you found useful?

    I would say, the off button... of which there is none I can find.

  • For some situations I used Copilot to script an auto-translator for XML-EPG in bash.

    For that it worked okay enough.

91 comments