Skip to content

The Leaked GPT-5 System Prompt: What I Found Most Interesting

Published:
· 2 min read

Originally posted on LinkedIn

Yeah, everyone’s already posted that GPT-5 dropped… but here I’ve got the leaked System Prompt 👇🏼

https://lnkd.in/eFHjzmiK

The System Prompt is the set of instructions OpenAI gives the model upfront to guide its behavior.

That’s how they make it respond nicely, stay within legal limits, maintain consistent style, etc.

The most interesting things I found:

  1. If you want the model to remember something long-term, be explicit about asking for it. “I want you to remember this and this and this about me for later.” It’s actually forbidden from remembering certain things unless you explicitly ask it to.

  2. They tell the model exact libraries to use for code tasks (Framer Motion for animations, Tailwind for CSS, for example). I think this kind of kills competition between libraries.

  3. They only give specific instructions for Python and React (not even plain JS?). I get that those are the only ones it can evaluate internally, but come on — at least a style guide for the top 10 languages?

  4. That they have to repeat things so many times 😵‍💫 The poor thing was told 5 times not to write JSONs for memory, and a couple of those were in bold.

gpt-5 leaked system prompt