The Hidden Skill Behind Good Prompts: Designing the Conversation Before It Exists

Periklis Papanikolaou

Hatched by Periklis Papanikolaou

Jul 31, 2026

9 min read

87%

0

The real problem is not getting the answer, it is getting the right conversation

What if the biggest mistake in using an AI model is treating it like a vending machine instead of a collaborator? Most people think the challenge is writing a clever prompt. In practice, the challenge is stranger and deeper: you are not just asking for an output, you are designing a communication space.

That sounds abstract until you see how often the wrong kind of prompt produces the wrong kind of response. A vague request invites vague prose. A cramped request produces brittle answers. A prompt that does not tell the model how to think often gets you something that looks polished but misses the point. The hidden skill is not just instruction writing, it is conversation architecture.

This is where two seemingly different ideas meet in a useful way. One is the act of turning a blank notebook cell into a place where data can become visible, interactive, and editable. The other is a prompt structure built from three parts: Introduction, Detailed description, Commands. Together they point to a broader principle: the best results come when we stop treating interface text as decoration and start treating it as a medium for shaping thought.

Good prompts do not merely request intelligence. They create the conditions under which intelligence can become legible.

From raw material to shared context

A notebook is not just a place to store code. It is a place where messy, unfinished thinking can become inspectable. When you can sketch data directly in the notebook, you collapse the distance between idea and artifact. Instead of leaving your analysis trapped in your head, you externalize it in a form you can inspect, revise, and build upon.

That same move applies to prompting. The most powerful prompts do not begin with commands alone. They begin by establishing shared context. They answer questions like: What is this for? Who is it for? What does success look like? What should be prioritized? What should be ignored?

The Paragraph Method captures this well by separating the prompt into three layers:

  1. Introduction: the frame, purpose, and role
  2. Detailed description: the factual and contextual substance
  3. Commands: the action requested

This structure matters because language models are not mind readers. They infer patterns from what you provide, and inference works better when the prompt distinguishes between context and instruction. In the same way that a notebook cell lets you draw the shape of data before analyzing it, a well-structured prompt lets you draw the shape of the task before asking for an answer.

The deeper insight here is that both tools are about making thought editable. A raw idea is often too vague to use. A raw dataset is often too opaque to trust. Once you give the system a structure that can be inspected and manipulated, the quality of the output changes dramatically.


Why structure beats cleverness

People often think prompt engineering is mostly about phrasing. That leads to a frustrating arms race of clever wording, secret formulas, and imitation of successful examples. But cleverness is a weak substitute for structure. You can ask brilliantly and still get mediocre output if the prompt leaves essential boundaries undefined.

Consider two requests:

  • “Write a summary of this customer feedback.”
  • “You are a product analyst helping a small team decide whether to redesign onboarding. Here is 30 pieces of customer feedback. First, identify recurring themes, then separate usability issues from feature requests, then highlight any high urgency complaints. Finally, produce a concise recommendation in plain language.”

The second prompt is not better because it sounds fancier. It is better because it establishes a decision context. It tells the model what kind of thinking is needed. It narrows ambiguity. It converts a generic summary task into a useful analytic workflow.

This is the same reason interactive data drawing matters. If you are exploring information visually inside the notebook, you are not just producing a chart. You are carving a path through ambiguity. The act of drawing itself reveals structure that would remain hidden in a static table. Similarly, the act of structuring a prompt reveals what the task actually is.

A useful mental model is this: prompting is not asking for words, it is setting up a lens. The output will be shaped by the lens you build. If the lens is foggy, the answer will be foggy. If the lens is precise, the model can aim its generative power with much more reliability.

The three layers of a good prompt are really three kinds of thinking

The most interesting thing about the Paragraph Method is that it does more than improve clarity. It separates three kinds of cognition that people often blend together.

1. Introduction: establish the role

The introduction is not fluff. It tells the model what kind of situation this is. Are we brainstorming, analyzing, tutoring, coding, editing, or negotiating? Without this, the model may choose an inappropriate mode of response.

For example, if you say, “You are a skeptical editor for a technical blog,” you have already constrained the style of attention. The model will look for overclaims, weak logic, and unnecessary jargon. That is not just helpful, it is strategic.

2. Detailed description: supply the world

This is where the actual terrain is laid out. Facts, constraints, examples, audience, tone, and context live here. The more important the decision, the more this section matters.

Imagine asking for an illustration without telling an artist who it is for, what mood it should have, or where it will be used. The result may be beautiful but useless. The detailed description is where usefulness is made possible.

3. Commands: define the operation

A command is strongest when it is concrete and ordered. Not “help me with this,” but “identify three risks, rank them by impact, and propose one mitigation for each.” Commands turn context into action.

The key is that commands should not carry the burden of context. If you force the command to do everything, the prompt becomes fragile. A prompt with well-separated layers behaves more like a clean software interface and less like an anxious conversation.

The better the structure, the less the model has to guess what you mean.

This is where prompt writing becomes a design discipline. You are not merely composing a request. You are deciding how much ambiguity to permit, how much reasoning to expose, and how the model should move from raw information to useful output.


The overlooked value of visible work

One of the most powerful things you can do in a notebook is make the process visible. Instead of leaping directly to the final plot or final statistic, you can inspect intermediate states, alter them, and see what changes. That visibility is not a convenience. It is a source of truth.

Prompting benefits from the same principle. Many bad prompts fail because they hide too much of the work. They ask for a final answer without exposing the intermediate reasoning space. A model forced to leap straight to conclusion often produces confident but shallow results.

A better approach is to create visible work inside the prompt. Ask for intermediate steps when they are useful. Ask for categories before recommendations. Ask for assumptions before conclusions. Ask for a shortlist before a final choice. This is not about making the model verbose. It is about making its process auditable.

Think of it like sketching before painting. The sketch does not replace the painting. It makes the painting better by showing the structure underneath. In the same way, a prompt that elicits intermediate organization can produce a final result that is more grounded, more accurate, and easier to use.

This matters especially when the task is messy. Real work rarely arrives in a neat format. It arrives as fragments: rough notes, partial data, contradictory goals, unclear stakes. The best interface is not the one that pretends the mess does not exist. It is the one that helps you work through the mess without losing the thread.

That is why data drawing and structured prompting rhyme so strongly. Both transform a passive surface into an active workspace. Both let you manipulate the shape of understanding before you commit to a conclusion.

A practical framework: prompt as notebook cell

A useful way to combine these ideas is to think of every serious prompt as a notebook cell for cognition. A good notebook cell has a purpose, inputs, transformations, and visible outputs. A good prompt should too.

Use this simple frame:

  • Purpose: What is this for?
  • Inputs: What information is available?
  • Constraints: What matters, and what should be avoided?
  • Operation: What should the model do with it?
  • Output format: What form should the result take?

Here is a concrete example.

Bad prompt:

Write something about our user research.

Better prompt:

You are a product strategist preparing a briefing for a founder. Use the user interview notes below. Focus on recurring pain points, ignore one-off feature requests unless they reveal a larger pattern, and separate emotional complaints from workflow problems. First produce a bullet list of the top five insights, then write a short recommendation in plain language.

Notice what changed. The second version does not merely ask harder. It organizes attention. It tells the model what counts as signal and what counts as noise. It creates a small analytical environment in which a useful answer is more likely to emerge.

Now compare this with drawing data in a notebook. You are not just making a graphic. You are deciding what relationship to reveal. Are you showing trend, distribution, anomaly, or comparison? The drawing frame makes a particular pattern visible, just as the prompt frame makes a particular kind of reasoning available.

The practical takeaway is simple: if you are disappointed with model output, do not just rewrite the question. Redesign the workspace.


Key Takeaways

  1. Treat prompts as interfaces, not sentences. A prompt is a small system for shaping attention, not a magical phrase.

  2. Separate context from action. Use an introduction for role and purpose, a description for facts and constraints, and commands for the exact operation.

  3. Make thinking visible when the task is complex. Ask for themes, assumptions, categories, or intermediate steps before the final answer.

  4. Design for decision, not just generation. The best output is the one that helps you move forward, not merely the one that sounds good.

  5. Use structure to reduce guesswork. The clearer the workspace, the less the model has to infer, and the more reliable the result becomes.


The deeper shift: from prompting to co-designing thought

The most important insight is not that models need better prompts. It is that modern knowledge work increasingly depends on our ability to co-design the conditions of understanding.

A notebook with interactive drawing tools and a prompt with clear layers are both ways of saying the same thing: abstraction is useful, but only when it can be manipulated. We do not think best by holding everything in our heads. We think best when we create surfaces where thought can be shaped, tested, and revised.

This reframes what expertise looks like. The expert is not always the person who knows the most. Sometimes the expert is the person who knows how to set up the problem so that the right answer can appear. That means choosing the right frame, the right level of detail, and the right sequence of operations.

So the next time you write a prompt, ask a better question than “How do I get ChatGPT to understand me?” Ask this instead: What kind of cognitive space am I building for this task?

That shift changes everything. It moves you from hoping for a good answer to designing the conditions under which good answers become likely. And once you see prompting that way, it stops being a trick and starts becoming a craft.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣
The Hidden Skill Behind Good Prompts: Designing the Conversation Before It Exists | Glasp