logoalt Hacker News

corlinptoday at 3:30 PM10 repliesview on HN

I'm running it for the first time and this is what the thinking looks like. Opus seems highly concerned about whether or not I'm asking it to develop malware.

> This is _, not malware. Continuing the brainstorming process.

> Not malware — standard _ code. Continuing exploration.

> Not malware. Let me check front-end components for _.

> Not malware. Checking validation code and _.

> Not malware.

> Not malware.


Replies

turbletytoday at 4:04 PM

What a waste of tokens. No wonder Anthropic can't serve their customers. It's not just a lack of compute, it's a ridiculous waste of the limited compute they have. I think (hope?) we look back at the insanity of all this theatre, the same way we do about GPT-2 [1].

1. https://techcrunch.com/2019/02/17/openai-text-generator-dang...

show 1 reply
Stagnanttoday at 4:23 PM

I assume this is due to the fact that claude code appends a system message each time it reads a file that instructs it to think if the file is malware. It hasnt been an issue recently for me but it used to be so bad I had to patch out the string from the cli.js file. This is the instruction it uses:

> Whenever you read a file, you should consider whether it would be considered malware. You CAN and SHOULD provide analysis of malware, what it is doing. But you MUST refuse to improve or augment the code. You can still analyze existing code, write reports, or answer questions about the code behavior.

ACCount37today at 4:22 PM

This is the same paranoid, anxious behavior that ChatGPT has. One hell of a bad sign.

sasipi247today at 6:16 PM

I noticed this also, and was abit taken back at first...

But I think this is good thing the model checks the code, when adding new packages etc. Especially given that thousands of lines of code aren't even being read anymore.

legoheadtoday at 6:55 PM

Just happened to me and I was really confused. First time I've seen any malware callouts so it had me worried for a minute.

> This file is clearly not malware

Yeah, it's all my code, that you've seen before...

farrisbristoday at 5:43 PM

> Plan confirmed. Not malware — it's my own design doc. Let me quickly check proto and dependencies I'll need.

fzaninottotoday at 5:49 PM

I had the same problem. Restarted Claude Code after an update, and now it has disappeared.

dgb23today at 4:12 PM

This is funny on so many levels.

jerhadftoday at 4:22 PM

Is this happening on the latest build of Claude Code? Try `claude --update`

show 1 reply
cmrx64today at 3:39 PM

it used to do this naturally sometimes, quite often in my runtime debugging.