#Tip SudoLang Prompting
3 messages · Page 1 of 1 (latest)
You can use the SudoLang pseudolanguage to create very strict prompts that work in GPT 3 and 4, as well as other LLM type AIs.
SudoLang Specification can be found on GitHub at
paralleldrive/sudolang-llm-support/blob/main/sudolang.sudo.md
You can find a lot more information in a Medium article called "SudoLang: A Powerful Pseudocode Programming Language for LLMs" by Eric Elliott
thanks dude