Top
Best
New

Posted by sbehere 3 hours ago

Auto mode is now the default in Claude Code(claude.com)
127 points | 103 commentspage 3
2Gkashmiri 1 hour ago||
What's the current best Mac to buy for offline LLM in used market?

I am seeing 96Gb Mac studio 3rd gen I think for a good amount but I guess it would be better than paying for mac mini newer models with lesser ram?

Or would it make sense to buy used 32 GB Mac mini 3 or 5?

Is there a cost/dollar for various generations which I could compare against used market and pick the most effective one?

eru 59 minutes ago|
Why does it have to be a Mac? Your money probably goes further with a generic PC and Linux?
kartoshka 2 hours 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 1 hour 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 2 hours 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 2 hours ago||
> I've been running both in yolo mode and haven't had a single incident.

How do you know for sure?

ramoz 2 hours ago||
Fair, I don't. The same is still true with an LLM as a judge in the loop
wraptile 1 hour 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 2 hours ago|||
Not anything ”harmful” but for example committing when I don’t want it to commit on its own.
wvenable 1 hour 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 1 hour 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_ 2 hours ago|||
I'd use a hook to forbid that.
iamcoder18 2 hours 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 2 hours 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 2 hours ago|||
That's also a great reason to never buy insurance
jrflo 2 hours ago||
Been doing --dangerously-skip-permissions and --yolo for 6 months now, and no nothing bad has happened.
transcriptase 1 hour 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.
system2 2 hours ago||
And Fable is gone too.
adastra22 1 hour ago|
Huh?
tra3 2 hours 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?

petesergeant 2 hours ago||
Excellent time to review sandbox options: https://pleasedonotescape.com/
AmbroseBierce 2 hours 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 1 hour ago||
If you're relying on a prompt to constrain agent behavior, you've already lost.
AmbroseBierce 1 hour ago||
I think we already lost regardless.
quotemstr 1 hour 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

More comments...