GPT-5 System Prompt?
github.com
GPT-5 System Prompt?
1–10 of 16 posts
Re: GPT-5 System Prompt?
#2Re: GPT-5 System Prompt?
#3> Place rich UI elements within tables, lists, or other markdown elements when appropriate.
Re: GPT-5 System Prompt?
#4These are always so embarassing
Re: GPT-5 System Prompt?
#5Re: GPT-5 System Prompt?
#6Does inference need to process this whole thing from scratch at the start of every chat?
Or is there some way to cache the state of the LLM after processing this prompt, before the first user token is received, and every request starts from this cached state?
Re: GPT-5 System Prompt?
#7How does a prompt this long affect resource usage? Does inference need to process this whole thing from scratch at the start of every chat? Or is there some way to cache the state of the LLM after processing this prompt, before the first user token is received, and every request starts from this cached state?
Re: GPT-5 System Prompt?
#8It's a good thing people were enamored of how inexpensive GPT-5 is, given that the system prompt is (allegedly) 54kb. I don't know how many tokens that is offhand, but what a lot of them to burn just on setup of the thing
Re: GPT-5 System Prompt?
#9It's a good thing people were enamored of how inexpensive GPT-5 is, given that the system prompt is (allegedly) 54kb. I don't know how many tokens that is offhand, but what a lot of them to burn just on setup of the thing
I might be wrong, but can't you checkpoint the post-system prompt model and restore from there, trading memory for compute? Or is that too much extra state?
Which is to say you wouldn't want to bake such a thing too deeply into a multi-terabyte bunch of floating points because it makes operating things harder
Re: GPT-5 System Prompt?
#10It's a good thing people were enamored of how inexpensive GPT-5 is, given that the system prompt is (allegedly) 54kb. I don't know how many tokens that is offhand, but what a lot of them to burn just on setup of the thing
These are NOT included in the model context size for pricing.