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.

Article

Context Engineering vs Prompt Engineering: What Actually Changed

Context engineering is the term that replaced prompt engineering in serious AI work. It is not a rebrand — the job genuinely shifted from writing better instructions to controlling what the model can see. Here is the difference and why it matters.

Article

What Is Prompt Engineering? A Practical Guide for 2026

Prompt engineering is the craft of writing model inputs that reliably produce the output you want. This guide covers the five-part framework, the techniques that actually matter, and the mistakes that make output generic.

Glossary

Prompt

A prompt is the input you give an AI model to produce an output. Effective prompts specify five things: the role the model should adopt, relevant context, the specific task, the output format, and any constraints.

Prompt

Building a Reusable Brand Voice Prompt

Instead of re-describing your tone every time, create a single "voice block" you paste at the top of every content prompt.

Prompt

The 5-Part Prompt Framework — Claude

Every strong prompt combines five parts: Role (who the AI should act as), Context (background info it needs), Task (the specific ask), Format (how you want the output structured), and Constraints (length, tone, things to avoid).

Glossary

Fine-tuning

Fine-tuning continues training a pre-trained model on your own examples to specialise its behaviour. It is the right tool for teaching consistent style, format or classification behaviour — not for adding knowledge.