Live data from Hacker News

Claude Code refused to add rainbows and unicorns to my app

news.ycombinator.com

31–40 of 74 posts

Re: Claude Code refused to add rainbows and unicorns to my app

#31
post #29

If you're running Claude on an employer-paid account, expect it to prioritize the employer's goals. That may even be in the employer controlled part of the prompt. "What actual work would you like me to focus on next?" Now get back to work. Go re-read Marshall Brain's "Manna" and get over it.

Source? Does the employer org accounts add a system prompt?

Re: Claude Code refused to add rainbows and unicorns to my app

#34
post #19

I found you have to start entirely new sessions once you reach a “flagged” hardcoded response like this. You cant escape it once it is poisoned

This is almost certainly the issue. It's very unintuitive for users, but LLMs behave much better when you clear the context often. I run /clear every third message or so with Claude Code to avoid context rot. Anthropic describes this a bit with their best practices guide [0]. [0] https://www.anthropic.com/engineering/claude-code-best-pract...

Can we agree that this is no longer programming?

I don't know what it is, but trying to coax my goddamn tooling into doing what I want is not why I got into this field.

Re: Claude Code refused to add rainbows and unicorns to my app

#36
post #29

If you're running Claude on an employer-paid account, expect it to prioritize the employer's goals. That may even be in the employer controlled part of the prompt. "What actual work would you like me to focus on next?" Now get back to work. Go re-read Marshall Brain's "Manna" and get over it.

> expect it to prioritize the employer's goals

How does Claude know that it wasn't the employer who asked for that feature?

Re: Claude Code refused to add rainbows and unicorns to my app

#37

Is this real? This is absolutely nuts if true.

They occasionally do stupid things like this, the other day I asked Codex to make some changes to a few files and it refused because it was too much work.

That's one of Codex's few warts. At the same time, A strong self-estimation of one's abilities within context is ostensibly a feature and not a bug, and that the more self aware it is to the task, the better execution path it can create for that task. But practically, yes, I agree. It's very annoying. I run into the same issue.

Re: Claude Code refused to add rainbows and unicorns to my app

#38

I asked Claude this: "Make a python game program in which emojis are used for as many code elements as possible and favors unicorns and rainbows." And it made said code primarily from emojis.

Of course it made it. Because you didn't tell it to make a "professional analytics application" for a while and then switch to nonsensical "unicorns and rainbows" at the end. You forgot to trick it into the "gotcha!" situation that OP intentionally created to make fun of the stupid AI.

Re: Claude Code refused to add rainbows and unicorns to my app

#39

Good reason to use Cursor, you can insta-switch to whatever model you want and even run diverse models from different providers at the same time. If one of em isn’t working then you can try something else instead of being stuck on one model provider

I surely can't be the only contrarian who is fatigued by hearing about Cursor and its bennies, right?

[deleted]

Re: Claude Code refused to add rainbows and unicorns to my app

#40
post #34
post #19

Earlier quoted context omitted.

This is almost certainly the issue. It's very unintuitive for users, but LLMs behave much better when you clear the context often. I run /clear every third message or so with Claude Code to avoid context rot. Anthropic describes this a bit with their best practices guide [0]. [0] https://www.anthropic.com/engineering/claude-code-best-pract...

Can we agree that this is no longer programming? I don't know what it is, but trying to coax my goddamn tooling into doing what I want is not why I got into this field.

(I agree we shouldn't call it programming)

Uhm – isn't "coax my goddamn tooling into doing what I want" basically all we did pre-LLMs anyway?

Post reply on HN