Live data from Hacker News

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

llmgame.scalex.dev

151–160 of 200 posts

Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

#154
post #13

I haven't used local agentic AI yet for programming projects. Hence, -187 score The filter for "commands I would run myself" and "commands I would let an agent run" are very different it seems.

Thinking about agents as remote junior devs who _might_ be North Korean operatives has been the right model for me.

How do you know?

Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

#155

Earlier quoted context omitted.

A computer is only secure if it remains powered off and airgapped.

Turn off your computer and make sure it powers down Drop it in a 43-foot hole in the ground Bury it completely, rocks and boulders should be fine

Virus alert! I've also burned all of my clothes I may have worn any time I was online.

Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

#156
post #52

Earlier quoted context omitted.

Where would you put them?

Literally anywhere else! Your dotfiles should be publishable to github. If they aren't you're doing them wrong. A good thing to do is organize. You can actually load different files. Here's a pretty common pattern that you'll find and it'll illustrate how to do other things if [[ $(uname) == "Darwin" ]]; then source "${INSERT_SOME_DIR}/osx.zsh" elif [[ $(uname) == "Linux" ]]; then source "${INSERT_SOME_DIR}/linux.zsh…

You’re just splitting your dotfiles into a public and a private part. That’s useful if you want to publish the public part on GitHub, but not everyone wants to do this, and the issue of storing secrets in plain text files remain.

Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

#157
Claude Code has gotten so bad about this that I’ve stopped using it for code reviews. I may look into wiring Claude up to Codex as an alternative LLM just to compensate.

I think the issue is that I’m running Claude Code in a container so it sees that it is root, and becomes a lot more cautious. Not sure, though.

Post reply on HN