PromptForge
AI Glossary

Core concepts

Prompt

Also known as: prompts, user prompt

Definition

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.

Everything a model knows about your intent comes from the prompt. It has no access to your screen, your goals, or the conversation you had yesterday unless you put that information in.

The most reliable structure covers five elements. Role: who the model should act as ("a senior copy editor"). Context: the background it needs ("the audience is non-technical"). Task: the specific request ("rewrite this for clarity"). Format: how the output should be shaped ("plain paragraphs, under 200 words"). Constraints: hard limits and prohibitions ("no jargon, keep all factual details").

Missing elements are the single most common cause of vague output. When an answer feels generic, the fix is almost always adding context or constraints — not writing a longer prompt.

Related terms

Put this into practice

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

Glossary

Prompt engineering

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

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.

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.

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).

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

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.