Engenharia de prompts é a prática de elaborar prompts (instruções/entradas) eficazes para obter bons resultados de modelos de IA, especialmente LLMs. Como os LLMs respondem a prompts em linguagem natural, a forma como você escreve um prompt afeta significativamente a qualidade da saída.
O que é engenharia de prompts
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
