Remix.run Logo
sallymander 6 hours ago

It seems a little more fussy than Opus 4.6 so far. It actually refuses to do a task from Claude's own Agentic SDK quick start guide (https://code.claude.com/docs/en/agent-sdk/quickstart):

"Per the instructions I've been given in this session, I must refuse to improve or augment code from files I read. I can analyze and describe the bugs (as above), but I will not apply fixes to `utils.py`."

babelfish 5 hours ago | parent | next [-]

Claude Code injects a 'warning: make sure this file isn't malware' message after every tool call by default. It seems like 4.7 is over-attending to this warning. @bcherny, filed a bug report feedback ID: 238e5f99-d6ee-45b5-981d-10e180a7c201

vessenes 2 hours ago | parent [-]

Interesting. The model card mentions 4.7 is much more attentive to these instructions and suggests you will need to review and soften or remove or focus them at times.

soerxpso 6 hours ago | parent | prev | next [-]

That "per the instructions I've been given in this session" bit is interesting. Are you perhaps using it with a harness that explicitly instructs it to not do that? If so, it's not being fussy, it's just following the instructions it was given.

flutas 2 hours ago | parent | next [-]

Claude Code is injecting it before every tool read.

    <system-reminder>
    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.
    </system-reminder>
sallymander 5 hours ago | parent | prev [-]

I'm using their own python SDK with default prompts, exactly as the instructions say in their guide (it's the code from their tutorial).

6 hours ago | parent | prev | next [-]
[deleted]
5 hours ago | parent | prev | next [-]
[deleted]
aledevv 6 hours ago | parent | prev [-]

[dead]