this post was submitted on 16 May 2026
1293 points (99.5% liked)

Lemmy Shitpost

40136 readers
3840 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
 

So much for DARE program. (TikTok screencap)

top 50 comments
sorted by: hot top controversial new old
[–] Misty@lemy.lol 1 points 2 hours ago

Aint nothing wrong with doing your own little bit of hard work. Shouldn't be using AI for simple things, or just don't use it. I think life is more fun that way. idk though, it's not my business to tell people what to do shrugs

[–] stoy@lemmy.zip 145 points 2 weeks ago (11 children)

I have figured out where my intense dislike of using AI comes from.

My need for control/understanding stuff I create.

I find the idea of giving up knowledge and skills in favor of statistics based chatbot to be repulsive and extremely dangerous.

I am no systems developer, I am an IT guy, I write some Powershell from time to time to automate stuff, I understand the code, if I didn't, I would not run it on prod.

A huge amount of why normal office workers like using AI, in my opinion, is that they never learned how make even simple scripts which would have helped them in a lot of their tasks.

And now they use AI to make a computer kinda guess what they wanted, but with no way to verify the code before running it.

I honestly can't understand why companies/governments/institutions believe that a chatbot is better than a skilled and knowledgable developer.

[–] Jankatarch@lemmy.world 50 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It being inconsistent also adds to this.

"Same exact input in same exact situation next time can have completely different output" is just unacceptable in automation.

[–] criss_cross@lemmy.world 5 points 2 weeks ago

I feel like a gambler trying to get a big win and 50% of the time digging myself out of a bigger hole.

[–] dbtng@eviltoast.org 21 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Um ... NORPs don't use AI to code. They use it to think for them. And mostly they don't think about code.

If you exported your support ticket database and your customer feedback to CSV files, upload that to a chatbot, cross-reference it, ask it the right questions, structure the output, it could tell you everything going right and wrong with your customer base. Backed up with data. And it could do that in like 10 minutes. Instead of weeks of research.

Problem is, you (or whoever reads tickets), are going to miss the details. You won't read that one heartbreaking story. You won't see the success. You'll have an insightful (if you are good with prompts) summary. That's it.

Secondary (or perhaps this is the big one) problem is that the more you let the machine think for you, the less thinking you do. It makes you dumb.

[–] trxxruraxvr@lemmy.world 21 points 2 weeks ago (2 children)
[–] dbtng@eviltoast.org 11 points 2 weeks ago

Normal Ordinary Responsible Person.
Its not a compliment, but only slightly derogatory, and only if ur a freak like me.

[–] pmk@piefed.ca 8 points 2 weeks ago (1 children)

I don't understand half of the acronyms people use these days.

[–] W98BSoD@lemmy.dbzer0.com 7 points 2 weeks ago* (last edited 2 weeks ago) (2 children)
load more comments (2 replies)
[–] stoy@lemmy.zip 6 points 2 weeks ago

Fair point, I agree completely.

[–] KatherinaReichelt@feddit.org 17 points 2 weeks ago

A huge amount of why normal office workers like using AI, in my opinion, is that they never learned how make even simple scripts which would have helped them in a lot of their tasks.

Most office workers do not have the access rights and programs to run scripts. I know how to write them, but there is no way that local IT would allow me to run python on my work machine.

My need for control/understanding stuff I create

And that is really important from a mental health perspective: People are being held responsible for their work. If something does break that they've built, their boss & coworkers expect that they are able to fix it and that the error will not happen again. If you understand your system, you are able to do that. If you are responsible for some kind of AI-driven house of cards that you do not understand and can't fix, that is really bad. It's triggering some kind of imposter syndrome

[–] Buddahriffic@lemmy.world 9 points 2 weeks ago

They don't really understand how they work and get misled by how AI can get to a correct solution (or correct looking one).

Like I was in a meeting where people were presenting their Claude skills (which are just text files describing processes that it can add to the context) and one manager mentioned doing regression testing on added skills to make sure they don't break the functionality of existing ones. From my pov, he was both on the right track but also missing the point entirely because they won't be able to consistently pass regression tests even without new skills. Because something being in the context window only has a chance of affecting the output. If the code being modified has comments that look like instructions, they might override the actual instructions.

Or it might try solving non-existent problems for you. Like a skill I was "developing" for making a particular modification to tests basically just outright said "make a test that inherits from the target test and add these parameters". Dead simple step. First test I use to test it on, I see it's missing one of the arguments. I mention it and the AI says that because of the start of the name being "" and the test didn't target that section, it decided that the argument wasn't necessary, so I had to add instructions to not just add that argument but to not decdide to just leave it out for arbitrary reasons.

I can't say for sure any of the AI tasks I've done saved any time by being AI. But the mental load is lower and they really want us using AI, so I'll keep doing it, but the unreliability is going to cause more problems than it solves in the long run IMO.

[–] KSPAtlas@sopuli.xyz 8 points 2 weeks ago (1 children)

100%

Programming languages are already languages, languages that do exactly what I request, languages which are free/cheap to use, languages which just make sense

Why would I defer that to another language which is imprecise, and which I don't have control over?

load more comments (1 replies)
load more comments (6 replies)
[–] popekingjoe@lemmy.world 73 points 3 weeks ago (6 children)

DARE promised me free drugs. What a letdown.

[–] dbtng@eviltoast.org 17 points 2 weeks ago (2 children)

Fuk, I'd have just taken the fried eggs. That looked pretty good.
But I got nuthin.

load more comments (2 replies)
[–] Gork@sopuli.xyz 14 points 2 weeks ago (3 children)

This is why I always laughed around Halloween when the news tries to scare people that drugs are being put into candy.

Drug dealers aren't exactly known for just handing out product for free.

load more comments (3 replies)
[–] wreckedcarzz@lemmy.world 10 points 2 weeks ago (2 children)

And sexy felines.

You lied to me!

[–] EonNShadow@pawb.social 8 points 2 weeks ago

Pawb users are in shambles

load more comments (1 replies)
[–] sik0fewl@piefed.ca 7 points 2 weeks ago (2 children)

Drugs became way less cool when they switched to the token system.

load more comments (2 replies)
load more comments (2 replies)
[–] SexualPolytope@lemmy.sdf.org 62 points 2 weeks ago* (last edited 2 weeks ago)

At least the drugs were fun.

[–] AnnaFrankfurter@lemmy.ml 58 points 2 weeks ago (3 children)

Yeah my manager is tracking my token usage. But not my hemp usage

[–] ArmoredThirteen@lemmy.zip 34 points 2 weeks ago (1 children)
load more comments (1 replies)
load more comments (2 replies)
[–] Kolanaki@pawb.social 53 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

"Help! I'm being crushed under a dock!"

The real dangers of pier pressure

[–] InputZero@lemmy.world 10 points 2 weeks ago (1 children)
load more comments (1 replies)
[–] tired_n_bored@lemmy.world 49 points 2 weeks ago (2 children)

I'm a software developer and those who use AI are slower than me lmao

My colleagues use it extensively for coding, I use it barely and we are about the same speed but their code is absolute shit AI slop.

[–] Valmond@lemmy.dbzer0.com 7 points 2 weeks ago (3 children)

If you know what you're doing, nothing is faster (with a good autocomplete it's even faster).

But are you cheap to hire? Checkmate anti AI people! /s

load more comments (3 replies)
[–] CaptPretentious@lemmy.world 42 points 2 weeks ago (2 children)

This is so accurate. And, I had "friends" back in high school, who were very much into meth and very much into sharing.

But every single big meeting at work, is just about AI. it's just a sales pitch, nothing specific. One of the senior managers emails multiple times a week about fake "wins" due to AI. How, because of AI, some random API is now 4x better! (He doesn't know what API is...) When I teams opens up, it's just "AI Bootcamps" plastered everywhere. The intranet homepage, 3 of the 5 things on the carousel is just AI. Multiple "demo days" have just been people showing how they've been fucking around in AI and not doing work.

Someone in mgmt, has made it a goal for more AI usage. Put teams on blast who weren't "using it enough". Fake metrics of how much good code it's generated (with no actual examples of course). And yeah, now they're tracking usage to ensure we get enough AI "touches" a month. They're monitoring our badge-in (due to RTO) and now they're monitoring AI adoption and usage.

But just ignore the massive outsourcing to India/SEA... no need to worry about that.

[–] _stranger_@lemmy.world 7 points 2 weeks ago

It's funny how this could be my post and we very likely don't work at the same company.

load more comments (1 replies)
[–] tooks@lemmy.world 29 points 2 weeks ago (1 children)

I get paid to encourage people to use it at work. I'm a problem, creating more problems to solve my own problems.

[–] Patrikvo@lemmy.zip 14 points 2 weeks ago (1 children)
[–] tooks@lemmy.world 8 points 2 weeks ago (2 children)

To a degree, kinda. Primarily responsible for technology onboarding and training as well as consulting. Subject to whatever the suits want pushed on employees. Been doing it for so long, I can't think of any other work fitting to my current lifestyle (work to live) to know any better. Pays the midlife hell bills, leaving enough for leisure.

load more comments (2 replies)
[–] OriginEnergySux@lemmy.world 27 points 2 weeks ago (2 children)

I use it at my corporate job to do most of my job now. I still get paid the same regardless if i try harder (without any rewards) or submit to burnout and let the standards slip. Fuck em.

[–] mlg@lemmy.world 16 points 2 weeks ago

Reminds me of some funny old posts on r/sysadmin of greybeards who had essentially automated their entire jobs and life in perl lol.

Best one was a script that would auto text message his wife he would be coming home late if he still had an active terminal session.

There was a recent post around here or reddit that was about management trying to gauge performance via AI use, and how they had caught on to the token spending tricks people were using, but honestly it doesn't seem that hard to fake around it if it ever came up.

Just throw some agent work at it like codex and watch it burn tokens running grep lol.

[–] twinnie@feddit.uk 8 points 2 weeks ago

Yeah, doesn’t bother me. I’ll just leave it crunching a boring problem while I go away and make a cup of tea or chat some shit.

[–] Zink@programming.dev 25 points 2 weeks ago

1980s: Please do not use drugs. They seem great at first but you don't want to get hooked.

2020s: Please DO use the AIs. They seem like shit at first, but you DO want to get hooked because we have about a trillion dollars in new mortgages to keep up with.

[–] Formfiller@lemmy.world 21 points 2 weeks ago* (last edited 2 weeks ago)

Yea because they are literally threatening to make you homeless and die or use this pedophile AI mass surveillance bull shit that will literally kill all life on earth

[–] minorkeys@sh.itjust.works 11 points 2 weeks ago

Find us the value for our stockholders, slaves!

[–] mojofrododojo@lemmy.world 10 points 2 weeks ago
[–] Proprietary_Blend@lemmy.world 9 points 2 weeks ago (2 children)

This stuff is expressly forbidden in my workplace.

[–] UnderpantsWeevil@lemmy.world 11 points 2 weeks ago

Really intrusive to take the AI pee-test every six months. But that's what it takes to maintain my security clearance, do whatchagonnado

[–] pipe01@programming.dev 7 points 2 weeks ago (1 children)
[–] Proprietary_Blend@lemmy.world 5 points 2 weeks ago (1 children)
load more comments (1 replies)
[–] Tigeroovy@lemmy.ca 7 points 2 weeks ago

I feel about the same amount of pressure honestly, which is to say none.

Both times I’m making choices based on my own observations, the difference being that I wanted to do some drugs because they seemed mostly harmless and fun (they were) and I don’t use any ai stuff because it seems completely useless to me (it is).

load more comments
view more: next ›