Comment by MrNeon
2 years ago
> OpenAI allows the same via API usage
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.
It's a distinction without meaning once you know how it works
For example, if you give Claude and OpenAI a JSON key
```
```
Claude will continue, while GPT 3.5/4 will start the key over again.
But give both a valid output
```
```
And they'll both continue the output from the next key, with GPT 3.5/4 doing a much better job adhering to the schema
> It's a distinction without meaning once you know how it works
But I do know how it works, I even said how it works.
The distinction is not without meaning because Claude's prefill allows bypassing all refusals while GPT's continuation does not. It is fundamentally different.
You clearly don't know how it works because you follow up with a statement that shows you don't.
Claude prefill does not let you bypass hard refusals, and GPT's continuation will let you bypass refusals that Claude can't bypass via continuation.
Initial user prompt:
```
```
Planted assistant message:
```json
```
GPT-4-0613 continuation: ```
```
Claude 2 continuation:
```
```
You don't seem to understand that simply getting a result doesn't mean you actually bypassed the disclaimer: if you look at their dataset, Anthropic's goal was not to refuse output like OAI models, it was to modify output to deflect requests.
OpenAI's version is strictly preferable because you can trust that it either followed your instruction or did not. Claude will seemingly have followed your schema but outputted whatever it felt like.
_
This was an extreme example outright asking for "mean comments", but there are embarrassing more subtle failures where someone will put something completely innocent into your application, and Claude will slip in a disclaimer about itself in a very trust breaking way
13 replies →