this post was submitted on 01 Dec 2024
194 points (91.8% liked)

Ask Lemmy

27277 readers
1648 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.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]


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 2 years ago
MODERATORS
 

30 Nov 2022 release https://openai.com/index/chatgpt/

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 3 weeks ago* (last edited 3 weeks ago)

It's changed my job: I now have to develop stupid AI products.

It has changed my life: I now have to listen to stupid AI bros.

My outlook: it's for the worst; if the LLM suppliers can make good on the promises they make to their business customers, we're fucked. And if they can't then this was all a huge waste of time and energy.

Alternative outlook: if this was a tool given to the people to help their lives, then that'd be cool and even forgive some of the terrible parts of how the models were trained. But that's not how it's happening.

[–] [email protected] 9 points 3 weeks ago

It's my rubber duck/judgement free space for Homelab solutions. Have a problem: chatgpt and Google it's suggestions. Find a random command line: chatgpt what does this do.

I understand that I don't understand it. So I sanity check everything going in and coming out of it. Every detail is a place holder for security. Mostly, it's just a space to find out why my solutions don't work, find out what solutions might work, and as a final check before implementation.

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

It is extremely useful for suggesting translations and translating unclear foreign language sentences

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

How do you know the output is an accurate translation?

load more comments (1 replies)
[–] [email protected] 8 points 3 weeks ago

It has helped tremendously with my D&D games. It remembers past conversations, so world building is a snap.

[–] [email protected] 8 points 3 weeks ago

It's really fun and helpful for character development, writing, and worldbuilding.

[–] [email protected] 8 points 3 weeks ago (2 children)

Some of my coworkers show me their chatGPT generated drivel. They seem to be downright proud of that, like they would be gaming the system by using chatGPT instead of using their own head. However I think their daily work seems to consist of unnecessary corpo crap and they should really be fired and replaced with chatGPT.

load more comments (2 replies)
[–] [email protected] 8 points 3 weeks ago

I am going to say that so far it hasn't done that much for me. I did originally ask it some silly questions, but I think I will be asking it for questions about coding soon.

[–] [email protected] 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Been using Copilot instead of CharGPT but I'm sure it's mostly the same.

It adds comments and suggestions in PRs that are mostly useful and correct, I don't think it's found any actual bugs in PRs though.

I used it to create one or two functions in golang, since I didn't want to learn it's syntax.

The most use Ive gotten out of it is to replace using Google or Bing to search. It's especially good at finding more obscure things in documentation that are hard to Google for.

I've also started to use it personally for the same thing. Recently been wanting to startup the witcher 3 and remembered that there was something missable right at the beginning. Google results were returning videos that I didn't want to watch and lists of missable quests that I didn't want to parse through. Copilot gave me the answer without issue.

Perhaps what's why Google and Ms are so excited about AI, it fixes their shitty search results.

[–] [email protected] 9 points 3 weeks ago

Perhaps what’s why Google and Ms are so excited about AI, it fixes their shitty search results.

Google used to be fantastic for doing the same kinds of searches that AI is mediocre at now, and it went to crap because of search engine optimization and their AI search isn't any better. Even if AI eventually improves for searching, search AI optimization will end up trashing that as well.

[–] [email protected] 8 points 3 weeks ago

My broken brain thinks up of a lot of dumb questions about science, history, and other topics. I use it all the time to answer those. Especially if it's a question that's a nuisance to lookup on Wikipedia (though I still love Wikipedia). I like ChatGPT because of the interactive nature of it. And I often have dumb follow-up questions for it.

It has also been a huge help when I get stuck of a coding or scripting task. Both at work and at home.

[–] [email protected] 7 points 3 weeks ago

It's made our marketing department even lazier than they already were

[–] [email protected] 6 points 3 weeks ago

I've had it improve grammar on some legal documents I had to submit and also generate a safety plan for a specific job I was working on. It did both of those things ok but I still had to edit and delete sections that weren't relevant

[–] [email protected] 6 points 3 weeks ago

Main effect is lots of whinging on Lemmy. Other than that, minimal impact.

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

Work wise no impact so far but I use it to write any bullshit corpo speak emails , tidy up CVs and for things like game cheats etc. Its banned now in my job and we have to use copilot but I dont cause it will send everything back to the company so if I need it I just use chatgpt it on my personal one and email it to my work one.

[–] [email protected] 6 points 3 weeks ago

Not much. Every single time I asked it for help, it or gave me a recursive answer (ex: If I ask "how do I change this setting?" It answers: by changing this setting), or gave me a wrong answer. If I can't already find it on a search engine, then it's pretty useless to me.

[–] [email protected] 5 points 3 weeks ago

I love using it for writing scripts that need to sanitize data. One example I had a bash script that looped through a csv containing domain names and ran AXFR lookups to grab the DNS records and dump into a text file.

These were domains on a Windows server that was being retired. The python script I had Copilot write was to clean up the output and make the new zone files ready for import into PowerDNS. Made sure the SOA and all that junk was set. Pdns would import the new zone files into a SQL backend.

Sure I could've written it myself but I'm not a python developer. It took about 10 minutes of prompting, checking the code, re-prompting then testing. Saved me a couple hours of work easy.

I use it all the time to output simple automation tasks when something like Ansible isn't apropos

[–] [email protected] 5 points 3 weeks ago

my face hurts from all the extra facepalms

[–] icogniito 5 points 3 weeks ago

It helps me tremendously with language studies, outside of that I have no use for it and do actively detest the unethical possibilities of it

[–] [email protected] 5 points 3 weeks ago

It gave me a starting point for a terms of reference document for a Green Champions group that I set up at work. That is the only beneficial thing that I can recall.

I have tried to find other uses, but so far nothing else has actually proven up to scratch. I expect that I could have spent more time composing and tweaking prompts and proofreading the output, but it takes as long as writing the damned documents myself.

[–] [email protected] 4 points 3 weeks ago

I use it a lot to proofread my creative writing

[–] [email protected] 4 points 3 weeks ago

For me?

Nothing, other than "I tried it with ChatGPT" before they bothered with Documentation.

Fuck anyone who skips documentation

[–] [email protected] 4 points 3 weeks ago

I'm a software person, llm tools for programming have been frankly remarkable. In my cleanest codebases copilot (using gpt4) autocompletes my intention correctly about 70% of the time today, reducing the amount of code I physically type by a huge margin. The accuracy shifts over time and it's dramatically less helpful for repositories that aren't pristine and full of well named functions and variables

Beyond that chatgpt has been a godsend sifting through the internet for the information I need, the new web feature is just outstanding since it actually gives sources

Chatgpt has also helped with writers block a ton, getting beyond plot points in my novel I was having a hard time with

It's been great with recipes, no more wading through fake life stories and ads

It's been helpful for complex questions about new topics I'm an amateur on, I've learned so much about neurology and the process of how neurons interact almost exclusively through the platform, fact checking takes a little time but so far it's been almost perfectly accurate on higher level objective questions

It's been helpful as a starting place for legal questions, the law is complex and having a starting place before consulting the lawyers has been really nice so I know what to ask

I could go on

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

I have only used it a few times, but it was amazing for my need. I work in IT so I'm not the best with writing. I enjoy working on projects and configuring new technology, servers, and applications for the company. What i don't enjoy is figuring out how to write communication emails to the company about what we're doing. So everytme I needed a write up informing people of what's happening and it's benefits, I used it to quickly write up something. Was it perfect? No, I had to edit some stuff of course. What it did do is create the entire structure and everything that needed to be said in the style of some corporate HR email. It would take me hours to type out something like this so for this to do it all in 2 minutes and me taking 5 minutes to look it over was amazing! Outside of this I haven't really used it much.

[–] [email protected] 4 points 3 weeks ago

If you're good enough at writing to communicate all the information you need to something that is more different from you than any other human, why do you feel like you aren't the best at writing?

[–] [email protected] 4 points 3 weeks ago

It's useful when you want to write some algorithm using specific versions of libraries. It first craps out wrong functions but after 1 or 2 redirects it usually shoots something that I then adapt to my use-case. I usually try googling it first but when most fucking guides use the new way of coding and I'm forced to use fixed versions due to company regulations, it gets frustrating to check if every function of known algorithms is available in the version I'm using and if it's not, which replacement would be appropriate.

It might hallucinate from time to time but it usually gives me good enough ideas/alternatives for me to be able to work around it.

I also use it to format emails and obscure hardware debugging. It's pretty bad but pretty bad is better than again, 99% of google results suggesting the same thing. GPT suggests you a different thing once you tell it you tried the first one.

As always, it's a tool and knowing that the answers aren't 100% accurate and you need to cross-check them is enough to make it useful.

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

The most impact it has is in my work life. I do design reviews and suddenly AI/ML projects became priorities and stuff has to be ready for the next customer showcase, which is tomorrow. One thing I remember from a conference I attended was an AI talk where the presenter said something along the lines of: If you think devs are bad with testing code in production, wait till you meet data scientists who want to test using live data.

[–] [email protected] 4 points 3 weeks ago

Friends and I have had a good laugh writing rap battles or poems about strangely specific topics, but that's about it.

load more comments
view more: ‹ prev next ›