this post was submitted on 25 Jun 2025
1613 points (99.4% liked)

Work Reform

13304 readers
32 users here now

A place to discuss positive changes that can make work more equitable, and to vent about current practices. We are NOT against work; we just want the fruits of our labor to be recognized better.

Our Philosophies:

Our Goals

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Lodespawn@aussie.zone 28 points 1 month ago (23 children)

Does anyone here actually see productivity improvements to their roles from using AI?

I'm a telecoms engineer and I see limited use cases in my role for AI. If I need to process data then I need something that can do math reliably. For document generation I can only reliably get it to build out a structure and even then I've more than likely got an existing document the I can use as a structure template.

Network design, system specification and project engineering are all so specific to the use case and have so few examples provided in public data sets that anything AI outputs is usually nonsense.

Am I missing some use cases here?

Also, if you do see productivity improvements from AI, why would you tell your employer? They want a 5 day working week but they know what they expect to be achieved in that week, so that's what they get.

[–] turtlesareneat@discuss.online 10 points 1 month ago (3 children)

Claude can spit out powershell scripts up to like, 400 or 500 lines without errors or with minimal, easily debugged errors. Adds things like error correction, colored text, user interaction, comments the code pretty well. Saves me hours every time I fire it up, so that I can in turn save myself dozens of hours with the scripts themselves.

But as far as I tell my boss, there is no AI use, and that's how we're keeping that for now/indefinitely

[–] clutchtwopointzero@lemmy.world 10 points 1 month ago* (last edited 1 month ago) (2 children)

you see, for programming, AI achieved what SQL tried to do with database queries: programming by just telling the computer what you want and the computer figures out the how.

the catch is that human language is imprecise, so if you don't know how to review what the AI produced, the AI might have written a script to wipe your data in the computer and you don't even know until you run it and it is too late

[–] Serinus@lemmy.world 3 points 1 month ago

The other day it spit out a five line piece of code, except, critically, it had used "archived" where it should have used "received". Small word difference, huge functionality difference.

It absolutely does help, but we're gonna have a couple whole new classes of copy/paste errors.

Makes me wonder what an LLM trained in lojban would accomplish.

[–] ayyy@sh.itjust.works 6 points 1 month ago

So you’re sharing your data with third parties and relinquishing code copyright without telling your boss?

[–] Lodespawn@aussie.zone 2 points 1 month ago

That's pretty great, what kind of things do you use the PowerShell scripts for?

load more comments (19 replies)