Earlier quoted context omitted.
Luckily, unlike OpenAI, Anthropic lets you prefill Claude's response which means zero refusals.
OpenAI allows the same via API usage, and unlike Claude it *won't dramatically degrade performance or outright interrupt its own output if you do that. It's impressively bad at times: using it for threat analysis I had it adhering to a JSON schema, and with OpenAI I know if the output adheres to the schema, there's no refusal. Claude would adhere and then randomly return disclaimers inside of the JSON object then sta…
I really don't think so unless I missed something. You can put an assistant message at the end but it won't continue directly from that, there will be special tokens in between which makes it different from Claude's prefill.