Using Temporary Chat as a blind product tester
I’ve started using ChatGPT Temporary Chat for something I haven’t seen discussed much: testing a finished product without giving the reviewing ChatGPT any of the context that was used to create it.
The basic idea is simple:
**The Temporary Chat gets exactly what the eventual user gets — and nothing the eventual user doesn’t get.**
I recently used this while developing instructional images for an Android app.
The images were created and refined in a context where Codex and I already knew what each image was supposed to communicate. That creates an obvious problem: once you know the intended meaning, it becomes difficult to judge whether the image actually communicates it on its own.
So we started doing a separate first-look test.
For each image:
* give it a neutral filename;
* open a new Temporary Chat;
* upload only the image;
* do not reveal the generation prompt, intended action, place in the sequence, earlier criticism, or expected answer;
* ask ChatGPT what objects it sees, what action is happening and in which direction;
* ask for the strongest plausible alternative interpretation and the visual cue that influenced its reading most;
* save that first interpretation before revealing any additional context.
We used essentially the same prompt for every candidate:
---
Look at this image as if you were seeing it for the first time as an app user.
You have no information about the app, routine, image order, intended action,
generation prompt, or filename. Do not assume that the image belongs to a
sequence.
Before suggesting improvements, report:
The objects you think are visible.
The action being shown and its direction.
Your confidence in the object identification, from 0 to 100.
Your confidence in the action identification, from 0 to 100.
The strongest plausible alternative interpretation.
The visual detail that influenced your interpretation most.
Do not evaluate visual attractiveness or try to infer the creator's intention.
Report your immediate first interpretation.
---
If the image is materially changed, test the new version in another Temporary Chat.
One example involved two very similar instructional images: removing a duvet from a duvet cover and inserting a duvet into one. Because the objects were almost identical, the important question wasn’t “does this image look good?” but whether a context-blinded ChatGPT could distinguish the opposite actions.
I don’t treat the result as user research or as proof that real users will interpret the image the same way.
I find it useful as it gives me a reviewer that hasn’t been anchored by the development conversation.
The same principle seems applicable beyond images: instructions, forms, quizzes, UI copy, small games, articles, or almost anything developed through a long ChatGPT conversation.
I’m curious whether other people use Temporary Chat this way, and whether there’s already a good name for the technique.
*Disclosure: I’m not a native English speaker. ChatGPT helped me write and edit this post, and Codex helped describe and analyze the workflow it had been part of.