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.
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
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.
Creating low-effort images for ideas that don’t warrant effort, like silly jokes.
I ask for information sometimes that I cannot find in few minutes of googling (I use a lot of this information in writing fiction). I generate images once in a while for role playing and storywriting. (Not sure if it is AI but) I turn some text over to speech, to listen at my stories.
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.
You self host the full Deepseek R1? What’s your hardware?
Also, you might enjoy [email protected]
It’s good for rapid output of plausibly human text that can then be sorted or assessed for adequate validity or utility. That’s all.
I used to spend days rotoscoping people in videos. Generative infill for background painting and automatic rotoscoping have saved probably a year of my life at this point. Image generation relies on CLIP, which needs a language model for conditioning.
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…😂
Best use for me has been feeding it logs and pcaps, incorporating it into Wireshark sounds far more useful to me than summarizing a two-line email.
We have a got at work that’s trained on all our internal docs and handbooks. It’s useful because you can ask it operational stuff like, “how do I request time off?” or “when are performance reviews?”
It’s good for stuff where you might not know who to ask or where to find the answer on internal stuff
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
A couple so far. I have a local copy of Stable Diffusion. It’s handy for upscaling some kinds of images. I’ll also use it to flesh out my worldbuilding project with landscapes and scenes.
Less often, I’ll consult ChatGPT, without logging in. For the times when a search engine doesn’t cut it but a forum post would be too much. I’m usually skeptical of AI summaries, but I find it justified for boiling down poorly-written stuff that I have to read, but isn’t worth my time in long form.
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 excels.
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.
Wow, what a cool idea, I never even considered this. Any other suggestions to this idea to add some fun?
Try aidungeon - it does exactly this.
If you want it to go unhinged try to get an uncensored llm. Dans PersonalityEngine by bartowski is my current favorite.
There’s only a few use cases where I’ve found I prefer it to doing things the hard way.
- As a thesaurus, since it’s great for going “what’s that one word that sort of means all encompassing, commonly used in reference to research/studies?” and it’ll end up giving me “holistic.”
- As part of other software, such as how Linkwarden automatically tags bookmarks by category when I add them
- Double checking the answers I’ve come up with in regard to hyper-specific questions (usually about how a given piece of software can/can’t be used, or how it’ll interact with something else) just to make sure I’m not blatantly missing anything.
However, I try to avoid using it for anything that otherwise requires productive mental effort, because I find that I end up being a lot more informed and capable if I spend 5 minutes going through sites, learning about a topic, identifying wrong answers, and being able to put together better new queries in the first place, than I do if I ask a chatbot, even if it pulls from those same sources.
When you have a chatbot summarize or combine/condense information, you’ll always lose nuance and additional context, and very frequently that context will actually be helpful to your overall understanding. There’s also many cases where, for example, someone on a forum explains an issue a bit, and their profile has more related information on it that an LLM simply wouldn’t go for, only summarizing from their one response on that page. This can lead me down a rabbit hole that then leads me to finding other good sources. Maybe someone mentions that a particular site is helpful for what I’m looking for, and that then becomes something I use more frequently when I do searches for things, whereas an LLM would have just ignored that comment.