this post was submitted on 01 Dec 2025
1295 points (99.0% liked)

Programmer Humor

31090 readers
87 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] nutbutter@discuss.tchncs.de 9 points 4 months ago (3 children)

I have a question. I have tried Cursor and one more AI coding tool, and as far as I can remember, they always ask explicit permission before running a command in terminal. They can edit file contents without permission but creating new files and deleting any files requires the user to say yes to it.

Is Google not doing this? Or am I missing something?

[โ€“] sanguinet@lemmy.ca 6 points 4 months ago

They can (unintentionally) obfuscate what they're doing.

I've seen the agent make scripts with commands that aren't immediately obvious. You could unknowingly say yes when it asks for confirmation, and only find out later when looking at the output.

load more comments (2 replies)