L'ingegneria dei prompt è la pratica di elaborare prompt efficaci (istruzioni/input) per ottenere buoni risultati dai modelli di IA, soprattutto dagli LLM. Poiché gli LLM rispondono a prompt in linguaggio naturale, il modo in cui formuli un prompt influisce significativamente sulla qualità dell'output.
Cos'è l'ingegneria dei prompt
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
