this post was submitted on 03 Apr 2024
75 points (87.1% liked)

Ask Lemmy

25226 readers
3641 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

I recently set up a LLM to run locally on my desktop. Now that the novelty of setting it up and playing with different settings has worn off, I'm struggling to come up with actual uses for it. What do you use it for when not doing work stuff?

(page 2) 49 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 3 months ago

I know this is a work example, but it's pretty good at writing Excel formulas. Helpful because my brain works in Python, not spreadsheet.

Also, when I have a word on the tip of my tongue (I know someone said this already), beyond helping me get the word it can help me out context around how it is used.

[–] [email protected] 3 points 3 months ago

I use bing chat/copilot to help me with writing powershell scrpts

[–] [email protected] 3 points 3 months ago

I use it a lot for random memes and shit, like rewriting All Stars to be about hot dogs.

I also use it to edit my creative writing, mostly just tone and grammar

[–] [email protected] 3 points 3 months ago (1 children)

I use GPT 4 for checking Physics Problems quickly. It's much better than education forums nowadays where you have to sign up and probably pay a subscription to be able to view questions

[–] [email protected] 1 points 3 months ago (1 children)

Do you pay for the GPT-4 API or use Copilot?

[–] [email protected] 1 points 2 months ago

I use copilot in a private Firefox container

[–] skygirl 3 points 3 months ago

Sometimes I ask it for music recommendations.

But mostly I tend to just use it like a fancy thesaurus when I'm low on mental energy.

[–] other_cat 3 points 3 months ago

Helping me break down annoyingly long/poorly formatted code segments so I can think more clearly about how to troubleshoot them.

Generating meal plan ideas (I generally do my own thing but having it pick out proteins for any given day of the week helps me to mix things up)

Assisting me as a GM in games for the reasons other people have already mentioned. I also have my hands on a module that lets an LLM pose as an NPC and give dialogue when spoken to that is absolutely fantastic when my players want to talk to some random NPC I don't give a shit about.

Those are the biggest and most every day things.

[–] MeatsOfRage 3 points 3 months ago

Coding.

The other day I needed to set up a node service with an HTML front-end that allows me to upload files from a browser that end up on my machine hosted in a docker container. Something like this would take me the better part of a day to complete. Through a series of prompts I got what I needed deployed in less than an hour.

Then unit tests. Sometimes all I need is good code coverage and since it's just tests you can verify the quality of the generated code if it runs and covers the lines you want. I've saved a ton of hours of tedious code coverage work this way.

[–] Fondots 3 points 3 months ago

I've had pretty good luck getting cocktail recipes out of chatgpt. They sometimes need a little tweaking but it hasn't steered me horribly wrong yet.

I'm also going to be officiating a wedding for a friend in a few months, so I've been using it to work out what I want to say for the ceremony.

I have a coworker who's been taking some college classes. He struggles a bit with writing papers, he knows all the material just doesn't quite know how to get started putting things down on paper. I told him to give it a try, with some strong warnings to rewrite and fact-check everything it spits out, and so far it's been working out great for him and he's been heeding my warnings, he pretty much punches in some prompts and bullet points and then goes through and rewords everything it spits out and fact-checks it as he goes.

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

Well, I've tried using it for the following:

  • Asking questions and looking up information in my job's internal knowledgebase, using a specially designed LLM trained specifically on our public and internal knowledgebase. It repeatedly gave me confidently incorrect answers and linked nonexistent articles.

  • Deducing a bit of Morse code that didn't have any spaces in it, creating an ambiguous word. I figured it could iterate through the possible solutions easily enough, saving me the time of doing it myself. I gave up in frustration after it repeatedly gave answers that were incorrect from the very first letter.

If I ever get serious about looking for a new job, I'll probably try and have it type up the first draft of a cover letter for me. With my luck, it'll probably claim I was a combat veteran or some shit even though I'm a fat 40-something who's never even talked with a recruitment officer in their life.

Oh, funny story--some of my coworkers at the job got the brilliant idea to use the company LLM to write responses to users for them. Needless to say, the users were NOT pleased to get messages signed "Company ChatGPT LLM." Management put their foot down immediately that doing it was a fireable offense and made it clear that we tracked every request sent to our chatbot.

[–] [email protected] 3 points 3 months ago

I don't.

And it's not really useful for work either, but that's not stopping my employer from blowing tons of money trying to shoehorn it into everything.

[–] weariedfae 3 points 3 months ago

I would love a local one to use for the same things as CharGpt only I want to control the knowledge training dataset so only quality data is in it.

I do not have the resources or knowledge to pull this off but it would be really nice to not worry about garbage-in-garbage-out.

[–] spittingimage 2 points 3 months ago

I use ChatGPT to tell me how to pronounce obscure words.

[–] [email protected] 2 points 3 months ago

It's pretty nifty for software development.

It also comes in clutch when I have a word on the tip of my tongue, and a Google search isn't taking into account the nuances you know that this word has. It might take some follow-up, like "that's close, but the word I'm thinking of has negative connotations, and I know that it's used in [INSERT CONTEXT]"

[–] [email protected] 1 points 3 months ago

I use GitHub Copilot as code completion tool

[–] [email protected] 1 points 3 months ago

Help me make fancy html for my personal website lol 😂

[–] forgotaboutlaye 1 points 3 months ago

I use it for a jumping off point creating an itinerary for trips. Asking to create a 3 day itinerary with a mix of recommended restaurants, bars and cafes in between has been really helpful. The google maps links usually don't work but you need to confirm the places still exist anyway, and adjust as needed.

[–] merari42 1 points 2 months ago

Drop-in replacement for stack overflow, letting ChatGPT modify my RCode to do simple things, rephrasing text and extracting equations from PDFs as Latex code. I also used Stable Diffusion to make some absurd Christmas cards last year.

load more comments
view more: ‹ prev next ›