Pepelen
AI for Professionals: Using LLMs at Work

Lesson

Lesson 2: Why a vague request gives a vague answer

Diagnose the specific weaknesses in a vague prompt (missing audience, goal, context, or format) and predict how they degrade the answer.

1 / 6

Vague in, vague out

Vague in, vague out

A language model predicts the most statistically likely continuation of your prompt. If your prompt is vague, the most likely continuation is also vague — a generic, cautious, middle-of-the-road answer that fits many situations but is useful in none of them. The model is not being lazy; it is being accurate to the most probable interpretation of an under-specified request. Consider two versions of the same task. Version A: "Write an article about remote work." Version B: "You are an HR business partner writing for a 50-person tech startup whose leadership team is deciding whether to go fully remote. Write a 600-word opinion article arguing that async-first remote work increases productivity. Use three sections: Evidence, Counterarguments, Recommendation." Version A forces the model to guess audience, goal, length, angle, tone, and structure. The result will be a bland overview that fits no one. Version B eliminates all that guesswork. The most common beginner anti-patterns are: (1) too general a request — no noun or domain specified; (2) no context — the model does not know what you already have or what problem you are solving; (3) no audience — the model cannot calibrate vocabulary or assumed knowledge; (4) no format — the model picks whatever structure is most frequent in its training data; (5) no constraints — no length, no tone, no what-to-avoid. Each missing element is a decision the model makes for you, and those decisions may not match your needs. The fix is always the same: add the missing block. Identify which of the four elements (role, context, task, format) is absent or underspecified, and fill it in. One targeted improvement — such as adding the audience — often transforms a useless answer into a useful one.
Lesson notes
Vague in, vague out
A language model predicts the most statistically likely continuation of your prompt. If your prompt is vague, the most likely continuation is also vague — a generic, cautious, middle-of-the-road answer that fits many situations but is useful in none of them. The model is not being lazy; it is being accurate to the most probable interpretation of an under-specified request. Consider two versions of the same task. Version A: "Write an article about remote work." Version B: "You are an HR business partner writing for a 50-person tech startup whose leadership team is deciding whether to go fully remote. Write a 600-word opinion article arguing that async-first remote work increases productivity. Use three sections: Evidence, Counterarguments, Recommendation." Version A forces the model to guess audience, goal, length, angle, tone, and structure. The result will be a bland overview that fits no one. Version B eliminates all that guesswork. The most common beginner anti-patterns are: (1) too general a request — no noun or domain specified; (2) no context — the model does not know what you already have or what problem you are solving; (3) no audience — the model cannot calibrate vocabulary or assumed knowledge; (4) no format — the model picks whatever structure is most frequent in its training data; (5) no constraints — no length, no tone, no what-to-avoid. Each missing element is a decision the model makes for you, and those decisions may not match your needs. The fix is always the same: add the missing block. Identify which of the four elements (role, context, task, format) is absent or underspecified, and fill it in. One targeted improvement — such as adding the audience — often transforms a useless answer into a useful one.
Lesson 2: Why a vague request gives a vague answer — AI for Professionals: Using LLMs at Work