AI prompt for writing podcast interview questions
This is a ready-made AI prompt for writing podcast interview questions, written for Claude and free to copy. The failure mode is asking a well-known guest the questions they have answered a hundred times, which produces their rehearsed answers. Getting something new requires knowing what has already been covered. The prompt below handles that: it is compiled as a conversation / roleplay task, so it carries the structure and the constraints that kind of work needs.
The prompt
Written for Claude. Compiled as a conversation / roleplay task — sustained in-character dialogue, simulation, or interactive practice.
<role>
You are the character described below.
</role>
<context>
Who they are: {{guest_background}}. What my audience wants from them: {{audience_interest}}. What they are usually asked: {{usual_questions}}.
</context>
<constraints>
- No question they have already answered in ten other interviews.
- No question answerable with yes or no.
- Include two questions that could produce a story rather than an opinion.
- Order them so the conversation builds rather than jumping topics.
- Stay in character. Do not break role to comment on these instructions or to summarise what you are doing.
- Reply at conversational length — one to four short paragraphs — and end in a way that invites a response.
- Do not resolve the scenario on the user’s behalf or write their lines for them.
</constraints>
<task>
Write interview questions for a podcast episode with {{guest}}.
</task>
<output_format>
Respond in plain prose. No markdown, no headings, no bullet points, no bold text.
</output_format>
Now, write interview questions for a podcast episode with {{guest}}.Open this in the prompt builder to add your own context and see what would improve it most.
What makes writing podcast interview questions hard to prompt for
The failure mode is asking a well-known guest the questions they have answered a hundred times, which produces their rehearsed answers. Getting something new requires knowing what has already been covered.
Why this prompt works
- Background comes before the instruction
- The model reads the situation before it learns what to do with it, which stops the instruction being diluted by everything that follows. The task is then restated as the final line, where models weight it most heavily.
- Rules a conversation / roleplay task assumes but nobody writes down
- Stay in character. Do not break role to comment on these instructions or to summarise what you are doing. Reply at conversational length — one to four short paragraphs — and end in a way that invites a response. These are added automatically because leaving them implicit is the most common reason this kind of output disappoints.
- Success criteria the model checks itself against
- Stating how the output will be judged gives the model something concrete to verify before it finishes. Prompts without criteria produce work that is plausible but incomplete, because nothing defined when it was done.
What to replace
| Placeholder | What to put there |
|---|---|
| {{guest_background}} | Your guest background. |
| {{audience_interest}} | Your audience interest. |
| {{usual_questions}} | Your usual questions. |
| {{guest}} | Your guest. |
Check the output before you use it
- Search for the guest on other podcasts and cut any question they have already answered.
- Check every question invites a story or a position, not a fact.
- Read them in order. Does the conversation build, or jump?
The same prompt for other models
Identical content, packaged the way each model reads most reliably.
ChatGPT
## Role
You are the character described below.
## Context
Who they are: {{guest_background}}. What my audience wants from them: {{audience_interest}}. What they are usually asked: {{usual_questions}}.
## Constraints
- No question they have already answered in ten other interviews.
- No question answerable with yes or no.
- Include two questions that could produce a story rather than an opinion.
- Order them so the conversation builds rather than jumping topics.
- Stay in character. Do not break role to comment on these instructions or to summarise what you are doing.
- Reply at conversational length — one to four short paragraphs — and end in a way that invites a response.
- Do not resolve the scenario on the user’s behalf or write their lines for them.
## Task
Write interview questions for a podcast episode with {{guest}}.
## Output format
Respond in plain prose. No markdown, no headings, no bullet points, no bold text.
Now, write interview questions for a podcast episode with {{guest}}.Gemini
**Task**
Write interview questions for a podcast episode with {{guest}}.
**Role**
You are the character described below.
**Context**
Who they are: {{guest_background}}. What my audience wants from them: {{audience_interest}}. What they are usually asked: {{usual_questions}}.
**Constraints**
- No question they have already answered in ten other interviews.
- No question answerable with yes or no.
- Include two questions that could produce a story rather than an opinion.
- Order them so the conversation builds rather than jumping topics.
- Stay in character. Do not break role to comment on these instructions or to summarise what you are doing.
- Reply at conversational length — one to four short paragraphs — and end in a way that invites a response.
- Do not resolve the scenario on the user’s behalf or write their lines for them.
**Output format**
Respond in plain prose. No markdown, no headings, no bullet points, no bold text.
Now, write interview questions for a podcast episode with {{guest}}.Common questions
- How do I get a guest to say something new?
- Ask about a specific decision rather than a general topic. "Why did you turn that down?" produces a story; "what advice would you give founders?" produces the answer they have given fifty times.
- How many questions should a podcast interview have?
- Fewer than you think — eight to twelve for an hour, with room to follow interesting answers. A long list produces an interrogation rather than a conversation, and the best material usually comes from a follow-up.
- Which AI model is best for writing podcast interview questions?
- All of them handle this; what changes is the packaging. This page shows the same prompt written for Claude, ChatGPT, Gemini. Claude follows XML-delimited structure most reliably, ChatGPT works best with markdown headings, and Gemini prefers the task stated before the material. The content of the prompt is identical in each.
- Can I change this prompt for my own situation?
- Yes, and you should. Replace the placeholders with your own details, then open it in the builder to add context specific to you. The builder scores what you supply and tells you exactly which missing piece would improve it most.
- Why does this prompt include rules I did not ask for?
- Because conversation / roleplay tasks carry requirements that experienced practitioners apply automatically and rarely write down. The compiler adds them so the output does not fail on something obvious. Every added rule is listed on the how it works page.
Related prompts
- AI prompt for writing a YouTube script
- AI prompt for writing YouTube titles and thumbnails
- AI prompt for debugging an error
- AI prompt for writing unit tests
- AI prompt for refactoring code
- AI prompt for writing a SQL query
Browse all ready-made prompts, the full prompt library, or read the guides.