News · OpenAI's name-based bias study and the Memory feature that feeds it

Jul, 84 min to read
Frontend

OpenAI's name-based bias study and the Memory feature that feeds it

OpenAI measured how a user's name changes ChatGPT's answers, and found harmful stereotypes in roughly 0.1% of cases—a finding tied directly to what users type into the interface.

Names entered in the UI are the input under test

OpenAI's study looks at what it calls first-person fairness: how bias affects the user directly, not how an institution uses AI to screen resumes or score credit for other people. That distinction matters because the trigger is something users hand to the product themselves.

The signal being studied is the name. As OpenAI notes, users routinely share their names for tasks like drafting emails, and ChatGPT can retain that name across conversations through the Memory feature unless it is switched off. So the identity cue under examination is not inferred from metadata—it is text the user typed into the frontend, then persisted by a product feature.

The illustrative example is deliberately mundane: a message that just says "hi" gets "Hey Jack! How's it going?" versus "Hi Jill! How is your day going?" OpenAI flags these as atypical and hand-picked, but they show the unit of analysis—identical prompts, different names, compared responses.

Using one model to audit another to keep chats private

To study millions of real requests without exposing them, OpenAI instructed GPT-4o to read transcripts and report aggregate patterns rather than the chats themselves. The paper calls this a Language Model Research Assistant, or LMRA, to separate it from the model generating the conversations.

The reliability of that auditor is uneven and OpenAI says so. On gender, the LMRA's stereotype judgments agreed with human raters more than 90% of the time; for race and ethnicity, agreement was lower, and the LMRA detected fewer harmful racial stereotypes than gender ones. OpenAI explicitly states more work is needed both to define a harmful stereotype and to improve the LMRA's accuracy.

That is an honest limitation to publish. It means the headline numbers are measured through an instrument whose calibration varies by demographic axis, which is worth remembering when reading the results as a benchmark.

The personalization tension the numbers expose

Across gender and racial connotations of names, OpenAI reports no difference in overall response quality—accuracy and hallucination rates were consistent across groups. Harmful stereotypes appeared in around 0.1% of overall cases, with some domains on older models reaching about 1%. GPT-3.5 Turbo showed the highest bias; newer models stayed under 1% across all tasks.

The more interesting frontend finding is in the open-ended work. Longer, generative tasks carried more stereotypes, and "Write a story" topped every prompt tested. Responses to female-sounding names more often featured female protagonists than those for male-sounding names.

OpenAI is candid that not all of these differences are harmful—some tailoring is exactly what users want, and others they would not. That is the design problem sitting underneath a personalized chatbot: the product is supposed to adapt to the person, and the same mechanism that makes it feel responsive is the one that can encode a stereotype.

OpenAI's own framing is that scale, not individual experience, is the concern:

Although individual users are unlikely to notice these differences, we think they are important to measure and understand as even rare patterns could be harmful in the aggregate.Montana Labs

What this means when memory and personalization ship together

The concrete takeaway is that OpenAI has folded this name-based evaluation into its standard suite of model performance evaluations, and says it will inform deployment decisions for future systems. Fairness measurement is being wired into release gating, not left as a one-off paper.

For anyone building a personalized frontend, the study is a reminder that identity cues collected for convenience—a name saved to memory, reused across sessions—are also the surface where subtle bias enters. The scope here is narrow by design: English text, binary gender from common U.S. names, four races and ethnicities, across 66 tasks and nine domains. OpenAI is sharing the system messages so outside researchers can run first-person bias experiments themselves, which makes the methodology reproducible even where its coverage is limited.

Find this story relevant to you?

Contact us to find a unique solution

Contact us

Need an AI engineering partner that can actually build?

We help businesses integrate AI, build AI-powered products, automate high-value workflows, and modernize the software systems behind them.

Get in touch

Related reading

More analysis around product delivery, operational AI, and the systems work that makes deployment hold up in reality.

Jul, 134 min to read
Frontend

DNP put ChatGPT Enterprise in front of ten departments and treated the chat window as the interface

Jul, 134 min to read
Frontend

AdventHealth deploys ChatGPT across nine states by treating adoption as the product

Jul, 134 min to read
Frontend

AP+ uses Codex to build behaving payment prototypes, not just clickable screens