You Just Reveived
Source: Hacker News
Disclaimer: These are my personal views and do not represent any organization or professional advice.
Tue, 03 Mar 2026 08:52:08 +0200
The Vodafone Message
My family and I share a single mobile phone—actually two SIM cards that move between a nearly 10‑year‑old Samsung smartphone and a basic flip phone depending on the situation.
The other day we received an SMS from Vodafone. Because we’re on a prepaid plan, the phone is constantly bombarded with offers, promotions, and gifts encouraging us to top up. The longer the interval between top‑ups, the more messages we get. I assumed this one was just another promotion, but it turned out to be something else.
YOU JUST REVEIVED FREE UNLIMITED DATA AND 999999 MINUTES TO ALL FOR 5 DAYS! ENJOY BROWSING WITHOUT LIMITS WITH AN OFFER EXCLUSIVELY FOR YOU! -Vodafone
Usually Vodafone’s offers are conditional and require spending money to activate (e.g., “SUPER OFFER! 50 GB for 30 DAYS WITH 12,70 €”). After a top‑up they sometimes throw free perks our way, but this message was different: an unprompted, unconditional gift of a million minutes—typo and all—just for me!
Did I Actually Receive 999 999 Minutes?
Yes, I did. However, the system only allowed me to use 7 200 minutes (the maximum for the five‑day period) and it forced me to spend them one minute at a time.

At first I thought the message was sent in error, but that didn’t make sense. If the messages were entirely automated, the likelihood of the typo appearing should be near zero. I’ve been receiving Vodafone messages for years, and this is the first time I’ve seen such a mistake.
I wondered whether the huge number was a placeholder that never got replaced, but I actually received the minutes. Surely an automated system would have safeguards to prevent such absurd values?
Possible Explanations
1. Human Error
Could a human be manually typing these messages? Perhaps someone in a call centre made a mistake and accidentally granted me a million minutes.
2. Automated System Glitch
If the system is automated, a bug in the template or a data‑entry error could have produced the typo. Possible causes include:
- A placeholder value (
{minutes}) that wasn’t properly substituted. - An overflow or parsing error that turned a default “9999” into “999 999”.
- A test configuration that was inadvertently pushed to production.
3. Unlikely LLM Involvement
Could a large language model be generating these messages? It seems improbable that a system we’ve used for nearly a decade would have been replaced by an LLM without us noticing.
Why Did I Receive It and Not Others?
The offer appeared to be exclusive—I have not heard of anyone else receiving the same message. Possible reasons:
- It was a one‑off test on a single account.
- The glitch affected only a specific segment of customers (e.g., those with a particular SIM ID).
- The error was caught and rolled back before reaching a broader audience.
Conclusion
For five days I was, arguably, the world’s first Vodafone “minute millionaire.” While I never got to use the full 999 999 minutes, the experience highlights how even large telecom systems can produce bizarre, human‑readable errors.
— Dylan Araps