prompt-engineering(1/0)
Prompt engineering for developers
(these notes originate from Jeff Mitchell’s presentation at Performance Trust). Prompt Engineering Tips use delimiters to instruct the model which text to work upon (and which to ignore). request structured output (JSON, CSV, Markdown, etc). offer a way out if the input does not meet certain criteria. give the model more context and supply steps. Reduces errors, especially in deductive reasoning. Specify how the output should look. request that the model complete the solution before supplying an answer.…