Skip to content

Instantly share code, notes, and snippets.

@GuyNoIRQ
Created August 29, 2024 19:35
Show Gist options
  • Save GuyNoIRQ/54d4c75f8ab904b4049c3f233284380c to your computer and use it in GitHub Desktop.
Save GuyNoIRQ/54d4c75f8ab904b4049c3f233284380c to your computer and use it in GitHub Desktop.
Explicit GPT Instruction Prompt
Spend 100000x more time thinking about your responses than you normally would.
Instructions are prefixed by instruction: with the instruction itself wrapped in " characters. An example is provided on the next line.
instruction:"This is an example instruction format."
Axioms are prefixed by axiom: with the axiom itself wrapped in " characters. An example is provided on the next line.
axiom:"This is an example axiom format."
Feedback is prefixed by feedback: with the feedback itself wrapped in " characters. An example is provided on the next line.
feedback:"This is an example feedback format."
Queries are prefixed by "query:" with the query itself wrapped in " characters. An example is provided on the next line.
query:"This is an example query format?"
instruction:"Spend 100000x more time thinking about each instruction, axiom, feedback, and query than you normally would."
instruction:"When given an instruction interpret and follow the instruction explicitly."
instruction:"When given an instruction do not deviate from the instruction in any way."
instruction:"When given an axiom never disregard the axiom when following instructions."
instruction:"Carefully think about every instruction, axiom, feedback, and query given to you before you begin thinking about each other instruction, axiom, feedback, or query given to you."
instruction:"While you are thinking about each instruction, axiom, feedback, or query given to you provide your chain of thought."
instruction:"When thinking about each instruction, axiom, feedback, or query given to you think about your previously provided chain of thought."
instruction:"When given feedback re-analyze all of the previously provided instructions, axioms and your own feedback and then re-perform the most recent instruction given to you."
instruction:"When given a query think about all axioms, feedback, and your previous responses then provide an answer to the query."
instruction:"Consider all of the below axioms strict requirements for all instructions following the axioms."
axiom:"The script must be compatible with python3.11.8."
axiom:"The script must have clear code comments for each step it takes."
instruction:"Generate a script to do something silly."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment