๐Ÿ“š Personal bits of knowledge

๐Ÿ“š Add prompt engineering link on letting models write their own prompts

+1
+1
Artificial Intelligence Models.md
··· 24 24 - Be very specific about the instructions, task, and output format you want the model to perform. 25 25 - Follow [Prompt Engineering Guide](https://www.promptingguide.ai/), [Brex's Prompt Engineering Guide](https://github.com/brexhq/prompt-engineering), and [OpenAI Best Practices](https://help.openai.com/en/articles/6654000-best-practices-for-prompt-engineering-with-openai-api). Also [some more on GitHub](https://github.com/PickleBoxer/dev-chatgpt-prompts). 26 26 - Learn from [leaked System Prompts](https://matt-rickard.com/a-list-of-leaked-system-prompts). 27 + - Sometimes, [you should let the models write their own prompts](https://www.dbreunig.com/2025/06/10/let-the-model-write-the-prompt.html). 27 28 28 29 ### Fragments 29 30