Has to be said: they (and OpenAi) don't let you red-team your own creations, pisses me off to no end.
Auto mode is now the default in Claude Code
291–300 of 335 posts
Re: Auto mode is now the default in Claude Code
#292I'm apparently from the very small faction of users who's been running `--dangerously-skip-permissions` in every instance of Claude for the last year. It's almost a reflex to me. For the most part Claude behaves well, but I don't blindly trust it. LLMs are inherently dangerous tools, and reviewing individual commands (or spamming `y`) doesn't make them less so. Safety is the responsibility of the developer putting sa…
Re: Auto mode is now the default in Claude Code
#293This reminds me of a business lore I once heard about entrepreneurship. It goes on to tell how in a toothpaste company they needed to increase sales, then someone had an ingenious idea of making the hole on the tube larger so that when folks squeezed it more would come out increasing their consumption and therefore sales. It worked. I'll let you draw the analogy.
I think about the genius who suggested adding the "Repeat" in "Lather, Rinse, Repeat" on shampoo bottles.
Re: Auto mode is now the default in Claude Code
#294Earlier quoted context omitted.
> it's someone who's more "code-naive" and might get anxious about approving random bash script commands they don't recognize. Maybe they should trust their instinct and not mess with things they don’t care to understand
What an awful position to take. Tech used to be about becoming more accessible to people! Now we have a magical assistant to make computers do what you want with natural language, and your desire is gate keeping that so only programmers can use it to write software for themselves?
Re: Auto mode is now the default in Claude Code
#295Earlier quoted context omitted.
GPT5.6-Sol is brilliant on Max in my experience.
Sol is absolutely incredible. It's the first model where it feels like a mid-weight engineer that actually looks at the details. I haven't tried Max yet - High for me has been enough so far.
Still use Claude Code for $dayjob provided by my company.
Re: Auto mode is now the default in Claude Code
#296Earlier quoted context omitted.
> it's someone who's more "code-naive" and might get anxious about approving random bash script commands they don't recognize. Maybe they should trust their instinct and not mess with things they don’t care to understand
I am using many many many things that I don't understand. Cars, public transport, etc... I review and test the end product, not every tiny step along the way. If the LLM uses some command line tools I have never heard of to create a model I can verify, why should I learn a tool that is completely irrelevant to my core expertise?
Because that command might also give someone else access to your computer along the way. So your tool seems to work, but your computer is owned.
Re: Auto mode is now the default in Claude Code
#297Earlier quoted context omitted.
I am using many many many things that I don't understand. Cars, public transport, etc... I review and test the end product, not every tiny step along the way. If the LLM uses some command line tools I have never heard of to create a model I can verify, why should I learn a tool that is completely irrelevant to my core expertise?
"If the LLM uses some command line tools I have never heard of to create a model I can verify, why should I learn a tool that is completely irrelevant to my core expertise?" Because that command might also give someone else access to your computer along the way. So your tool seems to work, but your computer is owned.
Re: Auto mode is now the default in Claude Code
#298Earlier quoted context omitted.
This is the only kind of agent security that makes sense to me. Constrain it like you would any other subprocess. Unprivileged OS users, SELinux, firewalls, VMs... Unikernels? eBPF?
Escalations to root are a dime the bucket.
Re: Auto mode is now the default in Claude Code
#299Earlier quoted context omitted.
Is this new? I remember something in the UI saying Auto mode uses x% more tokens
Yes, it's in the article: > The auto mode classifier uses a small number of extra tokens per tool call, and we're no longer charging Claude Code users on Pro, Max, and Team plans for that classifier overhead, effective today
Re: Auto mode is now the default in Claude Code
#300Earlier quoted context omitted.
>so only programmers can use it to write software for themselves? Yes? The idea of an assistant that can use natural language is nice! But why would you MAKE software with it, it IS software, just do the thing you want to do! If you want to make an app, be prepared to jump hoops because this is no longer about YOU the user, it's about OTHER users. The idea of making personal single user software is a fantasy, an oxym…
> The idea of making personal single user software is a fantasy, an oxymoron, you MAKE software? there's the presumption that it will be used for other people, otherwise you'd be USING software. It definitely isn't. I've done it (successfully) a few times. > The idea of an assistant that can use natural language is nice! But why would you MAKE software with it, it IS software, just do the thing you want to do! This m…
Well no, I'd say, use any of the existing 100 book readers to read a book, or any of 50 crossword apps.
But if you want to use an LLM to customize it the exact way you want it. Yes, use the LLM every time you want to do it. Wanting the LLM to do a previous gen app and then get out of the way sounds like asking for faster horses. Just tell the LLM you want to play a crossword game with X and Y rules, then give it a name so you can play it again in the future if you want, and if you want to try out rule Z, you do that, a la Kay's Dynabook.
That may sound weird to you, but asking an LLM to 'make software like we used to' sounds weird to me, and seeing "invoking an LLM every time I want to do X" as weird sounds like something that's true only for a very brief period of time where something is so uncommon that it's inference is expensive.