Understanding Generative AI
PROMPT ENGINEERING
A prompt is just the initial tokens. For example, if you give an LLM the initial tokens [1, 2, 3], it will predict the output for you. The next tokens would be [1, 2, 3, 4, 5, 6].
A prompt written by an LLM is not very good because...