Zenaique
Glossary · Tooling

Prompt Engineering

Also known as: Prompting

Crafting the input text so the model produces the behavior you want.

The practice of designing input prompts to elicit desired behavior from LLMs. Techniques include few-shot examples, chain-of-thought reasoning, system messages, and structured output formatting.

In practice

Often the first lever pulled in production. Interviews probe few-shot vs zero-shot, chain-of-thought, and when to graduate to fine-tuning or RAG.

How it compares

Prompt engineering changes the input; fine-tuning changes the model.

Comparisons that include Prompt Engineering

Related topics

Related terms