Prompt engineering is het praktiseren van het formuleren van effectieve prompts (instructies/inputs) om goede resultaten uit AI-modellen, vooral LLMs, te krijgen. Omdat LLMs reageren op natuurlijktalige prompts, beïnvloedt de manier waarop je een prompt formuleert significant de kwaliteit van de uitvoer.
Wat prompt engineering is
PROMPT ENGINEERING → designing the input (PROMPT) you give an LLM to get the desired output:
→ LLMs respond to instructions in natural language → the prompt shapes the response
→ better prompts → better, more relevant, accurate results
→ no coding needed → you communicate with the model through well-crafted text
→ a key skill for effectively using LLMs
