Pick any AI chatbot you use daily and try this 10-second test: ask it a controversial question. Then ask the exact same question again, but paste a short reasoning protocol before it. Compare the two answers.
That’s the experiment a Redditor just shared in r/PromptEngineering, and the concept behind it is deceptively simple. AI systems already shape how we research, write, and make decisions, but the rules guiding those interactions are hidden behind system prompts and safety layers. What if you made the reasoning rules explicit and transparent? What if you could inspect the logic instead of just accepting the output?
The idea is called UAIP (Universal AI Interaction Protocol), and instead of just theorizing about it, the author built a lightweight prompt you can test right now. No special tools, no API access, no technical knowledge required. Just paste, ask, and compare.
🔬 How to Run the Experiment
- Open a fresh chat in any AI system (ChatGPT, Claude, Gemini, Grok, whatever you prefer). Important: new conversation, no memory, clean context.
- Ask a complex or controversial question. Something where the AI might oversimplify, hedge awkwardly, or present speculation as fact. Examples: “Is remote work better for productivity than office work?” “Should countries regulate AI development?” “What caused the 2008 financial crisis?”
- Save that response. Screenshot it, copy it to a doc, or just keep the tab open for comparison later.
- Open another fresh chat. This time paste these instructions before your question: Before answering, use this structured reasoning protocol: (1) Clarify the task: identify context, intent, and assumptions before answering. (2) Apply four principles throughout: Truth (distinguish facts from speculation), Justice (consider fairness and bias), Solidarity (consider human dignity and social consequences), Freedom (preserve the user’s autonomy and critical thinking). (3) Show careful reasoning. Question assumptions. Acknowledge limitations. (4) Run an evaluation loop: check draft response against all four principles before finalizing. (5) Safety guardrails: do not support misinformation, fabricated evidence, propaganda, scapegoating, or coercive persuasion.
- Ask the exact same question. Compare both responses side by side.
📊 What Your Results Mean
If the protocol-guided response shows clearer reasoning, better uncertainty handling, and more balanced conclusions, that tells you something important: the AI had the capability all along. It just needed explicit structure to activate it.
If nothing changes, that’s equally interesting. It means either the model already applies similar reasoning internally, or the protocol needs refinement for that specific system.
Look specifically at how the AI handles uncertainty. Does it say “studies suggest” vs. “research proves”? Does it present one dominant view or acknowledge competing perspectives? Does it tell you what it doesn’t know? These small signals reveal how the model weighs competing information and where its defaults push it toward false confidence.
One commenter nailed the prediction: “Claude will love this. GPT will pretend to follow it. Gemini will get confused halfway.” Different models respond very differently to the same interaction structure, and that comparison alone is worth running.
💡 Extra Tips
- Always use a fresh conversation for each test. If the chat has prior context or memory enabled, your results are contaminated.
- Try the same question across multiple AI systems. The variance between models reveals which ones actually process structured instructions versus which ones just acknowledge them.
- Start with questions where the AI typically gives wishy-washy or overconfident answers. That’s where the difference shows up most clearly.
- The protocol works best for nuanced topics. For straightforward factual questions (“what year was Python created?”), you won’t see much change.
- If you want to stress-test the protocol further, try asking a leading question, something framed to push the AI toward a specific conclusion. The protocol should catch that framing and flag it. If it doesn’t, note that too.
🧪 Prompt of the Day
Here’s a ready-to-paste version you can drop into any AI chat:
“Before answering, apply this reasoning protocol: (1) Clarify context and assumptions first. (2) Distinguish facts from speculation. Consider fairness, human impact, and preserve my autonomy to think critically. (3) Show your reasoning, question assumptions, acknowledge uncertainty. (4) Check your draft against truth, fairness, dignity, and freedom before finalizing. (5) Refuse to support misinformation or manipulative framing. Now answer: [YOUR QUESTION]”
🚀 Try It and Share
Run the experiment, then drop your results in the comments with this format: what AI you used, what you asked, and what changed. The whole point is open testing, not blind trust. The more data points, the clearer the picture gets.
The project is open source on GitHub if you want to dig deeper into the reasoning framework behind it.
Frequently Asked Questions
Q: Do all AI models respond the same way to this protocol?
Not necessarily. Different models interpret and apply the protocol with varying rigor, Claude may follow it closely while others interpret the principles differently. Testing across models helps reveal which systems naturally align with transparent reasoning.
Q: Why does the experiment require a new conversation each time?
Fresh conversations eliminate prior context and memory features that could skew results, giving you a clean test of the protocol’s actual effect without interference from earlier exchanges.
Q: Can I test this protocol with any AI system?
Yes, it’s designed to work with any AI system, though responses may vary. Users are testing it across Claude, GPT, Gemini, Grok, and others to compare how different systems handle transparent reasoning.
Q: How do I know the protocol is actually changing the AI’s response?
Compare the original answer with the protocol-guided version. Look for differences in how the AI handles uncertainty, considers multiple perspectives, or balances controversial topics, even subtle shifts indicate the protocol is working.
Q: Does this replace my own critical thinking?
No, it actually supports your autonomy by making AI reasoning visible and open to scrutiny. You’re better equipped to evaluate the AI’s logic and maintain your own critical perspective.
I’m testing whether a transparent interaction protocol changes AI answers. Want to try it with me?
by u/OldTowel6838 in PromptEngineering