this post was submitted on 30 Oct 2024
0 points (NaN% liked)

Ask Lemmy

27799 readers
2126 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 !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. 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 info@lemmy.world. 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 !politicaldiscussion@lemmy.world or !askusa@discuss.online


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
 

I've found that AI has done literally nothing to improve my life in any way and has really just caused endless frustrations. From the enshitification of journalism to ruining pretty much all tech support and customer service, what is the point of this shit?

I work on the Salesforce platform and now I have their dumbass account managers harassing my team to buy into their stupid AI customer service agents. Really, the only AI highlight that I have seen is the guy that made the tool to spam job applications to combat worthless AI job recruiters and HR tools.

top 23 comments
sorted by: hot top controversial new old
[–] TrickDacy@lemmy.world 2 points 3 months ago

It tends to make Lemmy people mad for some reason, but I find GitHub copilot to be helpful.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 1 points 3 months ago (2 children)

ChatGPT is incredibly good at helping you with random programming questions, or just dumping a full ass error text and it telling you exactly what's wrong.

This afternoon I used ChatGPT to figure out what the error preventing me from updating my ESXi server. I just copy pasted the entire error text which was one entire terminal windows worth of shit, and it knew that there was an issue accessing the zip. It wasn't smart enough to figure out "hey dumbass give it a full file path not relative" but eventually I got there. Earlier this morning I used it to write a cross apply instead of using multiple sub select statements. It forgot to update the order by, but that was a simple fix. I use it for all sorts of other things we do at work too. ChatGPT won't replace any programmers, but it will help them be more productive.

[–] otp@sh.itjust.works 1 points 3 months ago

It'll also save the programmers questions from the moderately technically-inclined non-programmers at work! Haha

[–] finitebanjo@lemmy.world 0 points 3 months ago* (last edited 3 months ago) (1 children)

A lot of papers are showing that the code written by people using ChatGPT have more vulnerabilities and use more obsoleted libraries. Using ChatGPT actively makes you a worse programmer, according to that logic.

[–] Lucidlethargy@sh.itjust.works -1 points 3 months ago

Yes. It's not an expert. It feigns this, but it's all lies.

[–] wesker@lemmy.sdf.org 1 points 3 months ago* (last edited 3 months ago) (1 children)

I created a funny AI voice recording of Ben Shapiro talking about cat girls.

[–] Rhynoplaz@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

Then it was all worth it.

[–] bjoern_tantau@swg-empire.de 1 points 3 months ago

AI is used extensively in science to sift through gigantic data sets. Mechanical turk programs like Galaxy Zoo are used to train the algorithm. And scientists can use it to look at everything in more detail.

Apart from that AI is just plain fun to play around with. And with the rapid advancements it will probably keep getting more fun.

Personally I hope to one day have an easy and quick way to sort all the images I have taken over the years. I probably only need a GPU in my server for that one.

[–] FellowEnt@sh.itjust.works 1 points 3 months ago

Generative AI has been an absolute game changer in my retouching work. Slightly worrying that it'll put me out of work sometime in the future, but for now it's saving me loads of time, handling the boring stuff so I can concentrate on the stuff it can't do.

[–] Grandwolf319@sh.itjust.works 1 points 3 months ago (1 children)

I agree, I don’t really use it but I do like some of the memes that came out of it, case in point:

[–] Fizz@lemmy.nz 1 points 3 months ago

Ah fuck I thought that photo was real.

[–] M0oP0o@mander.xyz 1 points 3 months ago

I for one welcome our new overlords. (for the funny only)

[–] Ookami38@sh.itjust.works 1 points 3 months ago

Garbage in; garbage out. Using AI tools is a skillset. I've had great use with LLMs and generative AI both, you just have to use the tools to their strengths.

LLMs are language models. People run into issues when they try to use them for things not language related. Conversely, it's wonderful for other tasks. I use it to tone check things I'm unsure about. Or feed it ideas and let it run with them in ways I don't think to. It doesn't come up with too much groundbreaking or new on its own, but I think of it as kinda a "shuffle" button, taking what I have already largely put together, and messing around with it til it becomes something new.

Generative AI isn't going to make you the next mona Lisa, but it can make some pretty good art. It, once again, requires a human to work with it, though. You can't just tell it to spit out an image and expect 100% quality, 100% of the time. Instead, it's useful to get a basic idea of what you want in place, then take it to another proper photo editor, or inpainting, or some other kind of post processing to refine it. I have some degree of aphantasia - I have a hard time forming and holding detailed mental images. This kind of AI approaches art in a way that finally kinda makes sense for my brain, so it's frustrating seeing it shot down by people who don't actually understand it.

I think no one likes any new fad that's shoved down their throats. AI doesn't belong in everything. We already have a million chocolate chip cookie recipes, and chatgpt doesn't have taste buds. Stop using this stuff for tasks it wasn't meant for (unless it's a novelty "because we could" kind of way) and it becomes a lot more palatable.

[–] mojolobo@lemmy.jrvs.cc 1 points 3 months ago* (last edited 3 months ago)

My primary use of AI is for programming and debugging. It's a great way to get boilerplate code blocks, bootstrap scripts, one-liner shell commands, creating regular expressions etc. More often than not, I've also learned new things because it ends up using something new that I didn't know about, or approaches I didn't know were possible.

I also find it's a good tool to learn about new things or topics. It's very flexible in giving you a high level summary, and then digging deeper into the specifics of something that might interest you. Summarizing articles, and long posts is also helpful.

Of course, it's not always accurate, and it doesn't always work. But for me, it works more often than not and I find that valuable.

Like every technology, it will follow the Gartner Hype Cycle. We are definitely in the times of "everything-AI" or AI for everything - but I'm sure things will calm down and people will find it valuable for a number of specific things.

[–] HeyMrDeadMan@lemmy.world 0 points 3 months ago (1 children)

Erotic Roleplay. You're welcome?

[–] Knock_Knock_Lemmy_In@lemmy.world 0 points 3 months ago (1 children)

Chatgpt is decidedly unerotic in its responses.

[–] HeyMrDeadMan@lemmy.world 1 points 2 months ago

Llama 3.1 Sao10K Hanami. Youre welcome.

[–] xep@fedia.io 0 points 3 months ago (1 children)

It's great at summarization and translations.

[–] TootSweet@lemmy.world 0 points 3 months ago (1 children)

Until it makes shit up that the original work never said.

[–] xep@fedia.io -1 points 3 months ago

The services I use, Kagi's autosummarizer and DeepL, haven't done that when I've checked. The downside of the summarizer is that it might remove some subtle things sometimes that I'd have liked it to keep. I imagine that would occur if I had a human summarize too, though. DeepL has been very accurate.

[–] Harrk@lemmy.world 0 points 3 months ago (1 children)

It helps when writing a lot of boilerplate or if I’m being lazy and want to solve something. However I do not need AI in everything I use. It seems everyone wants AI in their product whilst it’s doing the same thing everyone else is doing.

[–] cheese_greater@lemmy.world -1 points 3 months ago

It can be such a different experience editing/touching something up rather than having to create it wholesale where it can often take on a life of its own and takes so much more time

[–] Susaga@sh.itjust.works -1 points 3 months ago

You know those people who have no creative skills or drive, but want to be thought of as a creative?

You know those people who have this really neat idea for an app, but they don't plan on making it themself because they're "just an ideas guy"?

You know those people who will offer to pay in exposure? I mean, do you really need to be paid just to draw some pictures anyway?

You know those guys who send you a picture they got from google images and claim this to be a girl they know?

That's the vast majority of the AI audience. I could probably sum that up with the word "parasite", but I wanted to be thorough.