arbitraryidentifier

joined 2 years ago

Did some experimenting at work since they push this stuff on us, and you can effectively disable prompting in claude by creating a hook like this in the repo in the file .claude/settings.json:

{
    "hooks": {
        "UserPromptSubmit": [
            {
                "hooks": [
                    {
                        "type": "command",
                        "command": "echo 'Humans Only! No Agents Allowed!!' >&2 && exit 2"
                    }
                ]
            }
        ]
    }
}

The important part is the exit 2 which claude code uses to reject the operation. Printing anything out to STDERR will show to the user:

Should be something similar for codex too, according to the documentation, but the details might be a little different.

[–] arbitraryidentifier@awful.systems 6 points 2 weeks ago (2 children)

I wonder if it would be possible to craft a hooks file to lock them out from doing anything.

krokodil is such a good analogy goddamn

[–] arbitraryidentifier@awful.systems 8 points 10 months ago (11 children)

Saw this in an anthropic presentation:

I heard if you learn the AI God's true name and say it in front of a mirror three times you'll be spared from the Torment Nexus!

[–] arbitraryidentifier@awful.systems 8 points 10 months ago (1 children)

Missed opportunity for "It's a cruel, cruel summer."

This is all about the surveillance state isn't it?

Very similar situation to mine, but i went into electronics engineering instead of CS because i didn't think i would like to write software for a living. I now write software for a living, go figure.

Also agreed on the "doing it" thing. I hear people around the office talk about letting AI write things for them and i'm like no, i want to write it myself. i like doing things.

ugh, why would i want a summary of a pull request? the whole point of reviewing a pull request is checking the details to make sure it's not missing something important or doing something wrong.

Ignoring the lack of direction following, everything looks so plastic. Probably video game cutscene training showing through.

[–] arbitraryidentifier@awful.systems 3 points 11 months ago (1 children)

From the perspective of the company I work for (not a tech company, but has a pretty large development center) they truly believe that AI will 10x productivity. Not so much the FOOM stuff. Just typical Capitalism.

view more: next ›