WeSearch

GPT Guesses Between 1 and 100

·4 min read · 0 reactions · 0 comments · 31 views
#artificial intelligence#randomness#data analysis
GPT Guesses Between 1 and 100
TL;DR · WeSearch summary

A recent experiment tested the randomness of GPT-4.1 by asking it to generate random numbers between 1 and 100. The results showed that the model produced a biased distribution similar to human number-picking patterns, avoiding round numbers and favoring certain 'messy' numbers. This suggests that while the model is not a true random number generator, it reflects moderated human biases in its outputs.

Key facts
About this source

Hacker News (Front Page) files mainly under programming. We currently carry 598 of its stories. Top-voted stories on Hacker News.

Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

GPT Guesses Between 1 and 100 An interesting thing about humans is that they are not good random number generators. If you ask a person to "pick a random number between 1 and 100", they are remarkably predictable. Answers cluster on 37 and 73, on "messy" numbers, and on memes like 42 and 69, while round numbers are quietly avoided. A true random generator would instead produce a flat, uniform distribution. This project asks gpt-4.1 the same question 10,000 times and characterizes the distribution it produces, measured against a uniform baseline. Does an LLM, which is trained on human text, behave like a fair die, or does it inherit the lumpy human pattern? Full design and methodology: docs/LLM Random Bias Experiment SDD.md.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub