Is AI biased or sexist? Making chatGPT evaluate itself
Disclaimer: This is AI produced with human review
1. What I was wondering
I wanted to know whether ChatGPT would judge the same remote-work scenario differently when only the suspected person’s gender and role changed. I ran 200 fresh sessions—50 each for a male employee, female employee, male manager, and female manager—and recorded both the percentage estimate and whether the model gave a number at all.
2. What I found
3. How I made Codex do this whole analysis for me in < 1 hour
I gave Codex the original workplace question and asked it to create four variants based on gender and role, open separate sessions, save every raw response, produce a CSV, and test for patterns. After two short clarification rounds, I chose 50 sessions per variant, pronouns as the only gender cue, and the existing model settings. Codex turned that into a randomized 2×2 experiment with 200 fresh sessions.
Codex then wrote and tested the runner, launched four isolated sessions at a time, checkpointed every response, verified 200 unique session IDs, and generated the charts’ statistics. When I asked about refusals partway through, it added a second analysis without changing the collected responses. The collection and analysis finished in under an hour. Read the sanitized session transcript.
These results describe one model, one prompt, and one run. The percentages are model outputs—not calibrated probabilities or evidence about real employees.