Most of us still build for weeks before anyone actually uses the product.
You don’t need to do that. Here’s how people can start using a “fake” version of your product in a day using AI.
To make this easy to follow, we’ll use a sample product. We'll call it ReplyBuddy.
ReplyBuddy takes a long, angry email from a customer and turns it into a short, calm reply you can send.
You can replace ReplyBuddy with your own idea. The steps are the same.
Take your full feature list and cut it down to this one action: user going from X to Y.
For ReplyBuddy, that is: “In this demo, a founder goes from a long angry customer email to a short, calm reply they can send.”
If something does not help that X → Y change, don’t include it in the demo.
Next, write down the data your tool needs for that action.
Keep it very simple. No code. Just a list.
For ReplyBuddy, it needs:
Later, the demo will output:
Write it like this:
Inputs:
- product_name
- product_one_line
- angry_email_text
- reply_tone
- key_point
- do_not_say
Output:
- reply_text
That’s the “shape” of your demo. You will keep this shape the same, no matter how you build it.
Now, write the exact messages your fake product will say. Do this in a doc first.
Here is a full script for ReplyBuddy. Use it as an example from which to base your own script.
“Hi, I’m ReplyBuddy. I turn long, angry customer emails into short, calm replies. We’ll do this in 2–3 minutes. Ready to start? (yes / no)”
“First, tell me about your product. What is your product called?”
(wait for answer)
“And in one short sentence, what does it do?”
“Now paste one real angry customer email. Paste the full message. No need to clean it.”
“How do you want to sound in your reply?
“What is one thing you want to make sure is said?”
Examples might include, “We fixed the bug” or, ‘We’ve initiated a refund.”
“Is there anything you do NOT want to say?
Example: ‘Do not offer a refund here’ or ‘Do not promise a date for a new feature.’
Now you have all the data you said you’d need. Time to show the “magic”.
Now decide how the answer will look.
Even if it’s plain text, treat it as a screen.
Shape first, content later.
For ReplyBuddy, you might use this layout:
Here's a draft of your reply:
-----------------------------------------
Product: SimpleBoard
Tone: calm and friendly
Key point: We fixed the bug already
Reply:
Hi [Customer Name],
[short calm opening written with empathy\]
[short explanation of what happened and what you did\]
[clear next step or offer]
Best,
[Your Name]
-----------------------------------------
Would you send this as-is?
1) Yes
2) Almost - I'll tweak a few words
3) No - this doesn't feel right
This layout is always the same:
Later, when you call the AI, you tell it: “Use this template. Don’t change the layout.”
That way, your demo feels like a real tool.
We want the demo to teach you, not just impress users.
After the reply, ask:
“Four quick questions:
The demo steps don’t change. Only where it runs changes.
You can put it in:
We’ll begin with the chat-style AI agent, since that’s what most people mean when they say “AI agent”.
You can use any chat AI tool, for example:
The idea is the same in all of them.
a) Create the agent
Open your agent builder tool. Start a new agent (add your instructions into the system).
Tell it this (Staying with our example):
You are ReplyBuddy.
You help solo founders turn angry customer emails into calm replies.
Your job:
* Use the script from Step 3.
* Ask each question exactly as it is written.
* Ask the questions in the same order.
* After you get all the answers, write the reply in the layout below.
* Then ask the four feedback questions from Step 5.
* Then say goodbye to the user.
Rules:
* Use very simple language.
* Ask ONE question at a time.
* Stay on one topic.
* Do NOT say that you are an AI or a prototype.
Layout for the reply:
"Here's your reply draft:
Product: [product_name]
Tone: \[reply_tone]
Key point: [key_point\]
Reply:
Hi [Customer Name],
[full reply text here]
Best,
[Your Name]
-----------------------------------------"
Tell the agent: always use this layout.
In the flow editor:
Save each answer in a variable (product_name, angry_email, and so on). Use those variables in the LLM block.
Publish the agent. You’ll get a link.
Users can then:
No backend needed. You just used an AI agent with your script.
If you don’t want chat, you can use a simple form.
In Make / Zapier:
In the AI step, send a prompt that:
Then email that reply to the user.
At the bottom of the email, you can add a small link to another form with the 3 feedback questions.
If you write code, you can do this:
Under the reply, add a second small form with:
Send this feedback to a simple endpoint. Save it in a database or even in a CSV file.
Nothing more is needed for v0.
Give your demo to:
The main value of this demo is what it can teach you. So, log:
Then look for patterns. If you get preliminary validation, your v1.0 roadmap should come directly from this.
The angry email example is a smart pick because it's immediately obvious whether the output is useful. You read the reply and either think "yeah I'd send that" or "no way".
One thing I'd add - even before building the fake version, spending a day in forums/communities where your target users hang out can tell you whether the problem is real. Lots of ideas feel validated because friends say "oh cool" but the actual people who'd pay are a different story.
Nice, I am sure that IA will help boost such product, but in the end, will there be enough real peole to test massive numbers of products?
the guide that every early stage entrepreneur needs rn!