this post was submitted on 21 Jul 2026
1063 points (99.0% liked)

Lemmy Shitpost

40963 readers
4398 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] YawningNostalgia@thelemmy.club 2 points 13 hours ago (2 children)

I just don't get it. I can't imagine why I would ever want to use one unless I was working for a big corporation and had to collate a bunch of data. It just doesn't compute to me. Like why would you not want to think through your problems yourself? How could another human being be so different from me? It's not like someone liking golf when I like soccer, because I can still relate to them on some level.

It reminds me of a study they did on domesticated dogs and wolves and I'm not an animal behavior expert but it's interesting and stuck with me. When they were faced with a problem with human handlers present the dogs tried to figure it out for a brief amount of time and then gave up and started yelping to the humans, whereas the wolves kept trying to do it themselves. I feel like we have a dog/wolf scenario between the AI-dependent and the resistant/independent.

TL;DR get off the train girl! It's a grid system!!

[โ€“] starelfsc2@sh.itjust.works 2 points 11 hours ago* (last edited 11 hours ago)

Very true, and adding on to what the other person said, the reason is because we are evolutionarily trained to avoid effort because it uses less energy, same reason people will watch a 30 second youtube short over reading a book.

Alongside that, there are some cases where I'll be working on something and there's a task I'm actually working on, and some small aside that I can't be bothered with at that moment. For instance, I'm processing some data from a file and using it to display differing graphics depending on what's in the file, but I don't remember how to open it and read the data. If the llm can give me the code that does that, then I can stay focused on the graphics-creation code (and I most likely revisit the file opening later)

[โ€“] mirshafie@europe.pub 1 points 12 hours ago

Because there are problems out there that you're not going to feasibly solve on your own.

Think of it this way: do you ever look up anything on the internet? If yes - why did you do that, when you could just find out the information yourself by working from first principles? Likely not only because it's orders of magnitude faster, but because doing it yourself would probably result in significantly lower quality thank just looking it up on Wikipedia.

LLMs are like search engines on steroids. They really can help you explore problems that have already been described in the literature, so to speak.

But of course that changes how our brains need to be wired. And it's not necessarily bad. When I was growing up, the adults were really worried that the use of search engines would degrade the ability of children to look things up in the library. And they're right - I would indeed have a more difficult time going to the library, finding the right shelf, finding the right book, looking through the index, and scanning the pages for the information I was looking for - because that's a skill that I haven't practiced because I could just do a web search for the better part of my life. Doing a web search is a different skill.

That's not to say that this is all fine and just a technological development like any other. I think we do need to be careful about how we use LLMs and when, especially in order to think through problems ourselves. I think that we were already over-reliant on the Internet before LLMs came on the scene, and it will likely get worse now. But the reason that they're dangerous is because they are in fact really useful tools too.