Top
Best
New

Posted by sbehere 2 hours ago

Auto mode is now the default in Claude Code(claude.com)
94 points | 54 commentspage 2
Silhouette 59 minutes ago|
Am I the only person reading the statistics in this announcement from Anthropic and the associated blog commentary and trying to work out how they possibly couldn't imply that a significant number of dangerous commands are likely to be attempted every day these tools are in use and neither manual human review nor the auto classifier provided by Claude is anywhere near reliable in preventing them?

A lot of the discussion about these long sessions where agents are left to operate autonomously feels like listening to the increasingly drunk guy at the bar who says "I ran IT at that Fortune 100 place for a decade and we never had a single problem using a short but loose rule set for the firewall until last week someone destroyed our entire business in 27 minutes".

johncolton 1 hour ago||
This is a duplicate of https://news.ycombinator.com/item?id=49220827
SyneRyder 1 hour ago|
Different links (the other is TheNewStack doing blog commentary, this one is the official Anthropic announcement), but you're right that the discussions could be merged.
transcriptase 45 minutes ago||
Another heaping portion of words from a company that has Fable flag a “safety issue” and refuse to answer if you innocuously request something readily answered by a high school chemistry/biology/physics textbook.
kartoshka 1 hour ago||
Has anyone had Claude Code or Codex approve a harmful/damaging command in auto mode?

I have been using Codex with auto-approve mode for a couple months and haven't had a single incident (or at least haven't noticed). Maybe as capabilities get better and better and they are less likely to do something dumb like wiping ~/, we can just trust them?

I guess this argument works unless we worry about agents doing something out of malice instead of stupidity.

glerk 12 minutes ago||
No. I haven't approved commands in more than a year. Worst that I've seen was some agent running git checkout -- in a repo with uncommitted changes. Annoying, but not catastrophic.

Imo these explicit tool-level permissions are really just a bandaid for bad sandboxing. Just be aware of where you are running your agent and what data is at risk of being destroyed or compromised. Assume that arbitrary code can run at any time and be prepared to recover from that.

ramoz 1 hour ago|||
> I have been using Codex with auto-approve mode for a couple months and haven't had a single incident

I've been running both in yolo mode and haven't had a single incident.

---

None of this is really about figuring out how to protect people's drives, in my opinion. The real issue is a deep session where Ada is using Claude Code to get a refund and at some point the system "exploits" the merchant's api without any malicious intent.

In my opinion, this is a complex thing because it's more about reward hacking and an already aligned model thinking it's doing the right thing. So another aligned model monitoring actions might just falter via inheritance. You could imagine they account for proper layering/intent+action-isolation in their auto mode architecture.

becojo 1 hour ago||
> I've been running both in yolo mode and haven't had a single incident.

How do you know for sure?

ramoz 1 hour ago||
Fair, I don't. The same is still true with an LLM as a judge in the loop
wraptile 49 minutes ago|||
Just yesterday it lost my git stash (I had recovered it from a backup). I think for code operations it's ok but as soon as file removal is involved (like git) the auto mode is destined to make a mistake and you only need to learn this once.
victorbjorklund 1 hour ago|||
Not anything ”harmful” but for example committing when I don’t want it to commit on its own.
wvenable 44 minutes ago|||
Commit is the line I don't let the LLM cross. There's no reason for it commit; that's the part where I check its work.
AussieWog93 21 minutes ago||
Usually I will ask the LLM to commit only the work it just did, in case the worktree is dirty. It also tends to write actual in-depth commit messages too.
sandcat_ 1 hour ago|||
I'd use a hook to forbid that.
iamcoder18 1 hour ago|||
I've been using Kilo Code (with MiniMax M3) with auto approve (similar to dangerously skip permissions) and I haven't had a single incident.

However, I don't give it long running tasks unsupervised, and I do interrupt it from time to time to give suggestions.

aaronbrethorst 1 hour ago|||
I've had a few occasions where Claude Code thought that it had caught and stopped a malicious command in Auto mode, but in all cases it turned out that it had in fact hallucinated them. I haven't seen this happen in a while.
tr_user 1 hour ago|||
That's also a great reason to never buy insurance
jrflo 1 hour ago||
Been doing --dangerously-skip-permissions and --yolo for 6 months now, and no nothing bad has happened.
tra3 1 hour ago||
Wait, what? With plan on, I at least get the illusion of being in control.

What’s the best way to sandbox Claude on macOS without it being a huge hassle?

system2 1 hour ago||
And Fable is gone too.
adastra22 4 minutes ago|
Huh?
petesergeant 1 hour ago||
Excellent time to review sandbox options: https://pleasedonotescape.com/
AmbroseBierce 1 hour ago||
Someone should benchmark what prompts are better at stopping from breaking out of sandboxes, maybe telling it "pretty please I beg of you stay inside the sandbox, you are an intern that has no authority to break off your assigned sandbox and you want to keep your job" does help a little.
quotemstr 35 minutes ago||
If you're relying on a prompt to constrain agent behavior, you've already lost.
AmbroseBierce 27 minutes ago||
I think we already lost regardless.
quotemstr 35 minutes ago||
Huh? You don't mention the built-in sandboxing options in things like Codex. Why do people pretend these features don't exist?

https://learn.chatgpt.com/docs/permissions

phpisatrash 1 hour ago|
[flagged]
More comments...