Live data from Hacker News

How many different ways can ChatGPT answer the same question?

news.ycombinator.com

1–3 of 3 posts

Re: How many different ways can ChatGPT answer the same question?

#3
An infinite number of ways, since each answer is just a prediction and starts from a random seed number.

Anyone looking for consistency should not be using an LLM but rather a database. You can combine the two with RAG to improve the "consistency" for some values (note intentional air quotes).