Let me explain the technical reality of why this is hard to fix:
How LLMs learn “facts”:
ChatGPT doesn’t have a database of company facts it looks up. It learned patterns from training data. If your old CEO appeared in more training documents than your new CEO, the model “believes” the old info more strongly.
What this means practically:
- You can’t directly “update” ChatGPT’s knowledge
- You CAN update the web content that future training will use
- You CAN influence real-time retrieval (ChatGPT’s browsing, Perplexity’s search)
For real-time retrieval (the part you can fix faster):
Perplexity searches the web live. If authoritative pages show correct info, Perplexity should cite correctly. Focus on making correct info the most prominent result for your company name.
For model knowledge (slower fix):
This changes when models are retrained on new data. OpenAI doesn’t announce training data updates, but they happen. Getting correct info onto authoritative sites now means future model versions will have better information.
Bottom line: Think of this as SEO for AI training data. You’re not fixing the model directly - you’re fixing what future models will learn.