this post was submitted on 07 Mar 2026
1164 points (97.5% liked)

Technology

83295 readers
5300 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
(page 3) 50 comments
sorted by: hot top controversial new old
[–] peopleproblems@lemmy.world 7 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

The real reason I hate using LLMs is because I have to "think" like a social human non software engineer.

For whatever fucking reason, I just can't get these things to be useful. And then I see idiots connecting an LLM to production like this.

Is that the problem? I literally can't turn my brain off. The only other nearly universal group of people that seems opposed to LLMs are psychologists and social workers who seem to be universally concerned about its negative effects on mental health and it's encouragement of abandoning critical thinking.

Like I can't NOT think through a problem. I already know more about my software than the AI could actually figure out. Anytime I go into GitHub Copilot and say "I want this feature" I get some code and the option to apply it. But the generated code is usually duplicate of something and doesn't usually pick up or update existing models. The security flaws are rampant, and the generated tests don't do much of any real testing.

load more comments (2 replies)
[–] pokexpert30@jlai.lu 6 points 3 weeks ago

Terraform state is a garbage hack I feel. You have your plan in code. You have a target. Just diff it. Thats what helmfile do. No managing state file. Thats what iac should be. Just code. Deterministic. Diff before applying it.

[–] edgemaster72@lemmy.world 6 points 3 weeks ago

lol, lmao even

[–] Ferroto@lemmy.world 6 points 3 weeks ago

That's it Son of Anton is banned.

[–] EndlessNightmare@reddthat.com 6 points 3 weeks ago

: You had a backup, right?

[–] sysadmin420@lemmy.world 6 points 3 weeks ago* (last edited 3 weeks ago)

Oh no, anyways

git clone $URL

If they're not using git or fuckin backups I'm not sure I'd even feel sorry for them

[–] vext01@feddit.uk 5 points 3 weeks ago (1 children)

I dont understand why people aren't sandboxing these things.

load more comments (1 replies)
[–] Bieren@lemmy.today 5 points 3 weeks ago

Ai or not. This is on the person who gave it prod access. I don’t care if the dev was running CC in yolo mode, not paying attention to it or CC went completely rogue. Why would you give it prod access, this is human error.

[–] wulrus@lemmy.world 4 points 3 weeks ago (1 children)

This is a crazy use of AI!

What I have been considering, but haven't found a readily available setup yet: Make a user with lots of read permissions (most of /etc, API keys & passwords in separate excluded files). That could be done with very restrictive sudo patterns. Let the AI run commands under that user directly (it can do sudo -l to get an idea of what it can do). Then, use it like in Star Trek "Computer - run a level 2 diagnostic".

Not as the centre of attention when fixing a problem, but as additional input / modern rubber ducking.

load more comments (1 replies)
[–] Kazel@lemmy.dbzer0.com 4 points 3 weeks ago
[–] flamingo_pinyata@sopuli.xyz 4 points 3 weeks ago

How do you even achieve that? I have to coax it into correctly running the project locally.

[–] Valthorn@feddit.nu 4 points 3 weeks ago

What, is a requirement for Claude to work that you "sudo chmod -R 777 /" or something?

[–] Naevermix@lemmy.world 4 points 3 weeks ago

skill issue tbh

load more comments
view more: ‹ prev next ›