These seem rather long. Do they count against my tokens for each conversation? One thing I have been missing in both chatgpt and Claude is the ability to exclude some part of the conversation or branch into two parts, in order to reduce the input size. Given how quickly they run out of steam, I think this could be an easy hack to improve performance and accuracy in long conversations.
I've wondered about this - you'd naively think it would be easy to run the model through the system prompt, then snapshot its state as of that point, and then handle user prompts starting from the cached state. But when I've looked at implementations it seems that's not done. Can anyone eli5 why?
Anthropic publishes the 'system prompts' that make Claude tick
11–20 of 290 posts
Re: Anthropic publishes the 'system prompts' that make Claude tick
#12These seem rather long. Do they count against my tokens for each conversation? One thing I have been missing in both chatgpt and Claude is the ability to exclude some part of the conversation or branch into two parts, in order to reduce the input size. Given how quickly they run out of steam, I think this could be an easy hack to improve performance and accuracy in long conversations.
I've wondered about this - you'd naively think it would be easy to run the model through the system prompt, then snapshot its state as of that point, and then handle user prompts starting from the cached state. But when I've looked at implementations it seems that's not done. Can anyone eli5 why?
Re: Anthropic publishes the 'system prompts' that make Claude tick
#13Re: Anthropic publishes the 'system prompts' that make Claude tick
#14its so long, so much waste of compute during inference. Wondering why they couldn't finetune it through some instructions.
You can develop validate and push a new prompt in hours.
Re: Anthropic publishes the 'system prompts' that make Claude tick
#15Personally still amazed that we live in a time where we can tell a computer system in pure text how it should behave and it _kinda_ works
Re: Anthropic publishes the 'system prompts' that make Claude tick
#16The prompts: https://docs.anthropic.com/en/release-notes/system-prompts
Re: Anthropic publishes the 'system prompts' that make Claude tick
#17These seem rather long. Do they count against my tokens for each conversation? One thing I have been missing in both chatgpt and Claude is the ability to exclude some part of the conversation or branch into two parts, in order to reduce the input size. Given how quickly they run out of steam, I think this could be an easy hack to improve performance and accuracy in long conversations.
This is for the Claude app, which is not billed in tokens, not the API.
Re: Anthropic publishes the 'system prompts' that make Claude tick
#18The prompts: https://docs.anthropic.com/en/release-notes/system-prompts
Re: Anthropic publishes the 'system prompts' that make Claude tick
#19> whose only purpose is to fulfill the whims of its human conversation partners. > But of course that’s an illusion. If the prompts for Claude tell us anything, it’s that without human guidance and hand-holding, these models are frighteningly blank slates. Maybe more people should see what an llm is like without a stop token or trained to chat heh
Re: Anthropic publishes the 'system prompts' that make Claude tick
#20its so long, so much waste of compute during inference. Wondering why they couldn't finetune it through some instructions.
I would very much like to see my assumption checked — if you are as terse as possible in your system prompt, would it turn into a drill sergeant or an introvert?