Stop guessing and let the AI interview you

Instead of struggling to craft the perfect set of instructions, force the AI to interview you until it has enough context to write the prompt itself.

We all hit that wall where we know the outcome we want but can’t find the words to describe the process. It leads to generic outputs and frustration. This clever workaround was posted by u/Glass-War-2768, who suggests flipping the dynamic completely. Rather than you doing all the heavy lifting, you make the AI the architect of its own instructions.

The Prompt

Here is the exact text provided by the author:

I want to [Task]. Before you start, ask me 5 comprehensive questions so you can build the perfect system prompt for this task yourself.

Why It Works

This technique utilizes a concept often called Active Context Gathering. By default, Large Language Models (LLMs) try to be helpful immediately, often guessing at your intent to provide a quick answer. This prompt forces a pause. It shifts the burden of “prompt engineering” from the user to the AI.

  1. Gap Analysis: The AI scans its training data for the specific task you mentioned (e.g., “write a Python script” or “create a marketing plan”) and identifies what variables are usually required for a high-quality result.
  2. Meta-Prompting: You aren’t asking for the final output yet; you are asking for the prompt that creates the output. This intermediate step ensures the final instructions are structurally sound and tailored to the model’s own logic.
  3. Constraint Enforcement: The “Before you start” clause acts as a hard stop, preventing the model from hallucinating a mediocre answer based on insufficient data.

Variations to Try

While the original prompt is excellent for quick tasks, you can tweak it for complex projects:

  • The “One-by-One” Approach: If 5 questions feel overwhelming, change the instruction to: “Ask me questions one at a time until you have sufficient information.”
  • The Role Assigner: Add a persona to the beginning. “Act as a Senior Project Manager. I want to [Task]. Ask me 5 questions…” This ensures the questions focus on high-level strategy rather than just basic execution.

I recommend trying this when you are tackling a new domain where you don’t even know what you don’t know. Let the AI guide you through the requirements gathering process.

Check out the full discussion on Reddit to see how others are using this logic.

The ‘Logic Architect’ Prompt: Engineering your own AI path.
by u/Glass-War-2768 in PromptEngineering

Scroll to Top