3.1.3 - Decide in Advance What Would Change Your Mind
Set the decision threshold: say what evidence will trigger change, where it will come from and what action follows.
Decision threshold
What evidence would make you change your mind?
The call
Set the line before the evidence arrives. Otherwise every piece of feedback reopens the same debate and nothing moves forward.
Why it matters
Deciding in advance what would change your mind means launch feedback can update decisions instead of restarting them. AI can surface patterns quickly, but human judgement keeps the loop grounded in real evidence and user impact. A clear threshold turns learning into action and prevents you from mistaking noise for progress.
Explainer
A decision threshold is not a future feeling. It is the line that says what evidence would make you continue, cut or change direction. Until you can name one threshold, one evidence source and one action you will take if it is met, you are still improvising. AI can help compare scenarios, but it cannot commit you to a line.
Make the decision threshold concrete
Compare the broad version with a version you can actually test.
- Too vague: We will keep watching the search results and change course if needed.
- Concrete enough to test: If fewer than two out of three content creators act on a context-shaped result in the same session, we will stop adding features and fix how context shapes the query before continuing.
The second version lets two people make the same course correction from it.
Check the decision threshold
- Pass: You can say what evidence will trigger change, where it will come from and what action follows.
- Fail: If changing your mind still depends on watching how it feels over time, the threshold is not clear enough yet.
Do not move into launch or iteration work until this passes.
How to use AI for the decision threshold
- AI chat: Rewrite the decision threshold until you can state all three parts clearly.
- vibeCoding: Build the thinnest flow that tests this decision threshold in practice before broader build work.
- AI-assisted coding: Carry the same decision threshold into implementation and review so the live system keeps the same decision.
Sharpen the decision threshold
Copy this prompt into AI chat, replace the bracketed lines with your real decision threshold and keep the instruction exactly as visible here.
You are checking whether this decision threshold is clear enough before you move forward.
Constraint:
The decision threshold must be specific enough that two people would make the same course correction from it.
Working draft:
Threshold: [what evidence will trigger change]
Evidence source: [where that evidence comes from]
Action that follows: [what action follows if it is met or missed]
Task:
Decide whether this decision threshold is specific enough to guide the next decision. If it is vague, rewrite it so two people would make the same decision from this decision threshold.
Check:
- Would two people interpret this the same way?
- Does it stay concrete enough to guide the next step?
- Does it meet this bar: You can say what evidence will trigger change, where it will come from and what action follows.
Return:
- A corrected decision threshold
- A short explanation of what was vagueCopy this into AI chat. Replace the bracketed parts. Keep the rest unchanged. AI will likely suggest refinements based on what you enter. Use those to sharpen your thinking, not replace it. Create a free account to save your answers and pick up where you left off.
Evaluation
Before accepting the result, check whether two people would make the same course correction from it.
Example
To help you work through this, here is a real example. StartWithYourContext is an AI search tool built as part of the vibe2value project. Here is how its decision threshold was written using the three parts:
- Threshold: If fewer than two out of three content creators act on a context-shaped result in the same session.
- Evidence source: Observed behaviour during early sharing sessions with five content creators who publish weekly.
- Action that follows: Stop adding features. Investigate whether the context is too narrow, too broad or not visibly shaping results. Fix the context layer before continuing.
That decision threshold is specific enough that two people would make the same course correction from it.
When there is more than one side
Not every product has a single decision threshold. When a system serves more than one side, each side may cross the line at different points and evidence that looks fine for one side may mask failure on the other.
Multi-sided worked example
For example, StartWithYourContext has two different decision thresholds:
- Content creator: If fewer than two out of three act on a result, the context layer is not adding enough value. Stop and fix before continuing.
- Developer: If a new developer cannot reach a working local setup from the README within one session, the documentation or stack integration needs rework before promoting the project as a learning resource.
Both thresholds trigger real action, but they respond to different evidence. If only one is set, the other side can fail without triggering a course correction.
Risk and mitigation
- Risk: Moving the threshold after feedback arrives, which turns every comment into a new argument and slows launch decisions.
- Mitigation: Define one clear evidence rule before release and revisit it only when new data shows the original rule no longer protects user outcomes.
Key takeaway
Do not move forward until you can say what evidence will trigger change, where it will come from and what action follows.
Work through this in a workshop
If your decision threshold is still unclear, bring it to a free weekly workshop. Bring the messy part of your AI-assisted build and leave with a clearer next step. In some sessions, we walk through practical examples on the Cloudflare Workers stack to show how a rough idea turns into something that actually runs.
What do you think?
How do you decide what would change your mind in launch work and how is AI helping you apply that threshold with confidence?