@willfrancis24: Which AI model are you talking to? Asking this simple question will reveal which large language model you are in a conversation with. When using apps like Microsoft Copilot, Slack, etc., you can check that you're not being shortchanged with cheaper, less powerful models by simply asking the AI to name a number between 1 and 100. You can then compare the number you get back with the table in my video. If you want to go deeper, you can look up the research. It's called 'One Token Is Enough: Fingerprinting and Verifying Large Language Models from Single-Token Output Distributions'. #ai #aitools #claude #chatgpt #llm #artificialintelligence #Tech #technology #LearnOnTikTok
So that's why every ai story has 47 in it. They use claude to generate it
2026-07-24 04:01:50
1
tomplee✔️ :
Wow, it's literally my research 🥰. Two journals rejected it so far as not much interesting. It's preprint, looking where to publish it
2026-07-23 19:11:45
17
rylan.44 :
You can tell ChatGPT “Use a python script to generate a random number between 1-100” to get a truly random number
2026-07-23 19:54:19
2
🎀 :
DeepSeek 😭
2026-07-23 13:31:03
85
Andrew LeFors :
https://arxiv.org/abs/2607.10252
2026-07-24 03:25:39
1
denis :
I asked Claude and it said 47 lol
2026-07-22 21:06:38
22
Thomas :
Asked GPT and it said 47
2026-07-23 02:32:52
1
Elvis Jagger :
I trained an agent on Unity (Unity ML Agents) and instead of being random, it performed the same exact move every single run.
2026-07-23 06:56:22
7
Kleaps❌🌊 :
42 ist truly the answer for everything
2026-07-23 16:00:25
4
dripman :
this is essentially a basic breakdown of the softmax output layer with a monte carlo method of evaluation, llms at each next token it will predict, the softmax layer will produce a weighted sample of top k tokens to choose from and a random token will be chosen, the monte carlo method paired with a predictable sample of tokens to expect (like numbers 1-100) essentially bruteforceably maps the weights of some of the tokens in that sample pool. This is a good trick when you dont have access to the underlying weights of the model but because you dont truly know what weights are being used or have control over the top k, hidden system prompt (and in some cases random seed) and the hidden routing system that could route you to a dumber model, you arent really forming any empirical signal, especially if the provider wants to avoid self identity, they will certainly create guardrails to muddy such plans. That being said, I find this to have very interesting applications in detecting open source models being deployed by providers since this can open up how differently the models get sanitized when not locally hosted.
2026-07-23 08:20:34
5
hazydreamerstories :
just check agent’s settings
2026-07-23 09:21:11
0
😐 :
2026-07-23 23:15:27
0
kem :
honestly i just let walter rewrite my discussion replies now
2026-07-23 02:00:54
0
John Doppler :
Beautiful! I hate that the models won't identify themselves on demand.
2026-07-23 08:52:22
1
To see more videos from user @willfrancis24, please go to the Tikwm
homepage.