GeekHub Learn
Module
Lesson 4.11 of 7 in this module2 min read Module 4: Prompt Engineering Fundamentals

The "instruct like a junior employee" mental model

The single shift that 10x's your prompts is treating the LLM as a smart but very literal junior employee. Vague gets vague. Specific gets specific. That is the whole game.

If you hire a new intern and say "make the website better", you will get chaos. If you say "rewrite the homepage hero text to be under 60 words, second-person, focused on cost savings", you will get exactly that. The model is the intern.

Every good prompt has four ingredients:

  1. Context: what is the situation?
  2. Task: what exactly should the model do?
  3. Format: what should the output look like?
  4. Constraints: what should it avoid, include, or limit?

Most failed prompts are missing 2 of the 4. Add them all and outputs sharpen instantly.

A weak prompt:

Write a tagline for my coffee shop.

A strong prompt:

You are a copywriter for premium small businesses in Bangalore.
Write 5 taglines for "Brew & Bloom", a single-origin specialty coffee
shop targeting working professionals aged 24-35.

Constraints:
- Under 8 words each
- No clichés like "wake up" or "fresh start"
- Conversational, not corporate

Format: numbered list, no commentary.

The second prompt is 10x more likely to produce usable output.

Visualize it

A 4-quadrant graphic labeled "Context, Task, Format, Constraints" with a sample prompt overlaid on each quadrant.

Try it now

Take a weak prompt you wrote recently. Rewrite it to include all four ingredients. Run both. Notice the gap.

Hands-on lab

Pick 5 vague prompts from your chat history (or invent them). Rewrite each using the 4-ingredient framework. Save before-and-after pairs.

Try it now

What is the most common missing ingredient in beginner prompts? (Hint: it is not Task.)

Common mistakes

  • Asking "what do you think?" instead of "produce X in format Y"
  • Treating LLMs as oracles rather than instruction-followers
  • Skipping format spec ("you should know what I mean")

Debugging tip

If the output is off-format, your Format spec is missing or weak. If it is off-topic, your Context is thin. If it is too long or wrong-tone, your Constraints are missing.

Challenge

Take a friend's weak prompt and rewrite it. Run both. Document the difference in a screenshot pair.

Where this shows up

  • Product copy generation
  • Customer support drafting
  • Code generation
  • Internal automation

From the field

The single biggest predictor of prompt quality in 2026 production code reviews is whether the prompt includes an explicit Format and Constraints section. Adopt this and you skip months of trial and error.

Recap

Strong prompts have Context, Task, Format, Constraints. Treat the LLM as a smart, literal junior employee, and outputs will sharpen instantly.


Quick recall

3 prompts · think before you flip

Prompt 1 of 3

What are the four ingredients of a strong prompt?

Quiz time

1 question · tap an answer to check it

  1. 1. The single most reliable prompt improvement is to

Finished lesson 4.1?

Mark complete to update your module progress and unlock the streak.

Loading