## Prompt Creation * First thing, tell the AI exactly what you want to get out of it -- what you want it to be. * Establish audience -- Either myself, or who I am writing something for. * Give constraints. Reduces the amount of possibilities that are useless. * Priming: Giving it data representative of what you want. ## Context Window Compression Summarization and compression is a great way to get more relevant information, at the risk of making GPT less mobile. ```md Summarize this entire conversation within 300 words. A terse, dense, but complete summary. Must include context about conversation. ``` Note that GPT does not tend to actually respect this limit, but it sets the 'tone' for the limit. Remember, GPT does not actually understand concepts or can break things down into steps. You can even ask it to automatically summarize using the rules: ``` Every few responses, summarize this entire conversation... ``` To shorten even further, ask it to simplify the summary. > [!warning] Common words generally take less tokens then uncommon words. Abbreviations increase token count generally. # References