PromptForge
AI Glossary

Core concepts

Prompt engineering

Also known as: prompting

Definition

Prompt engineering is the practice of designing model inputs that reliably produce the output you want. It combines clear instruction-writing, structured formatting, worked examples, and systematic testing.

Prompt engineering emerged because model behaviour is highly sensitive to how a request is phrased. The same underlying capability can produce a useless answer or an excellent one depending on framing, and the difference is learnable.

The discipline has a few durable principles. Be specific rather than long. Show examples when you need consistent formatting or tone. Ask for reasoning before conclusions on hard problems. Request explicit output schemas when a program will consume the result. And test prompts against real cases rather than trusting a single lucky output.

As models improve, some early tricks become unnecessary — but the core skill of specifying a task precisely does not go away. It's the same skill as writing a good brief for a capable contractor.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.