Prompting: The Art of Briefing Your AI Intern

“Prompting is like briefing a highly talented, slightly literal intern.”

In reality, it’s the process of providing specific instructions to a GenAI tool (like ChatGPT, Gemini, or Claude) to receive new information or achieve a specific outcome. Good prompting is more than just a command, it’s a blend of context, constraint, and conversation.

From Bad to Good: An Example

The Bad Prompt: “Give me a chicken recipe.”

The Good Prompt: “Act as a resourceful home cook. I need a dinner recipe using chicken breast, spinach, and heavy cream.
Here is your context:
I only have 30 minutes to cook.
I want to use only one pan because I hate doing dishes.
I only have the basics like salt, pepper, oil, and garlic.

Give me a simple, step-by-step recipe with the following constraints:
Use the metric system.
No fancy equipment.
Keep instructions short and concise.
Suggest one side dish that goes well with it.”


The C.R.E.A.F. Acronym

When you’re stuck, check your prompt against these five letters:

C — Context: Does the AI know why I’m asking this?
R — Role: Did I tell it who to be? (Expert, friend, critic?)
E — Exclusions: Did I tell it what not to include?
A — Audience: Does it know who is reading the output?
F — Format: Do I want a table, a list, an email, or a poem?


How it Actually Works

GenAI doesn’t know stuff the way we do. It predicts the next most likely word in a sequence, much like an auto-complete feature. This is why Context is so important. You are narrowing the probability of which words it chooses so they match your intent.

1. Tokenisation. Computers read numbers, not letters. Your prompt is broken into “tokens.” For example, “Tokenisation is fun” becomes Token + isation + is + fun + !. These are then converted into numeric IDs like [34502, 421, 328, …].

2. Embeddings. The AI looks these numbers up on a massive multi-dimensional map. In this map, similar words are physically closer to each other. “Apple” is near “Pear,” but far from “House.”

Imagine a 3D map where:
Up/Down: How formal the word is.
Left/Right: How “technical” the word is.
Forward/Backward: How “happy” the word is.

3. The Transformer & Attention. The AI calculates how much “attention” to pay to each word. In the sentence “The bank was closed because the river flooded,” the attention mechanism realises “bank” refers to a river bank, not a financial one, because it saw the word “flooded” nearby.

4. Token Prediction. This is the “guessing game.” The AI writes one token at a time by looking at your prompt plus what it has already written, calculating the probability of the next word, and repeating the loop until the thought is finished.


Hallucinations

The fact is, GenAI does not THINK or WRITE like we do. It is a probability machine.

Because it prioritizes looking correct over being factually true, it can “hallucinate.” If a fake name or a made-up date sounds mathematically plausible in a sentence, the AI will print it confidently. It isn’t lying, it’s just following the math of what word usually follows another.

Conclusion

Knowing how the gears turn make us better users. It’s time to get our prompts in order.

Similar Posts

  • The powerful imperfection

    Imagine packing for holidays. You have a fixed amount of space in the car and a variety of irregular shapes (suitcases, coolers, a guitar, tennis rackets, two dogs, a bag of snacks, …). Humans can easily solve this problem because we use a heuristic approach (a mental shortcut), like “put the big heavy boxes in first…

  • Generative AI in European Policing

    The landscape of law enforcement is undergoing a major shift. While still slow and in its beginnings, Generative Artificial Intelligence (GenAi) is no longer a buzzword and is rapidly qualifying as a new General-Purpose Technology (OECD, 2025). Its current trajectory, marked massive performance gains, industry-wide adoption and a developing high-performance computing ecosystem, suggests it will soon…

  • The Centaur Gap

    The question is no longer whether AI will replace humans at the workplace, but who will survive the transition and what kind of society will be left afterwards.  The current consensus is that humans still retain a clear advantage over the AI algorithms in three areas.  First, real and meaningful creativity and the ability to come…

  • The Noise in the Machine

    In the world of machine learning, we often start with clean, well-lit and known data like the IMDB reviews dataset. But when you move that logic into global e-commerce and specifically into customer feedback analysis, the temperature rises. You aren’t just dealing with well written and structured movie reviews anymore, you’re entering a chaos of linguistic…

  • Is the Turing Test Contentious?

    In 1950, Alan Turing proposed a simple solution to the complex question, “Can machines think?” He suggested that if a human interrogator could not distinguish between a computer and a human through text-based conversation, the machine should be considered “intelligent.” While this “Imitation Game” became the foundational benchmark for the field, it has since become one…

  • Industry 4.0 and AI

    Historically, the development of a General Purpose Technology does not follow a straight line. Instead, societies usually move through cycles of high excitement followed by periods of losing interest. Even though we are currently in the middle of the Fourth Industrial Revolution, we can still use old frameworks to understand what is happening. One important concept…