About a quarter of South Koreans already pay for AI services, compared to just 2% of Americans
South Korea is preparing to offer free generative AI services to its entire population, using the technology to help people handle everyday tasks such as booking medical appointments, finding housing, and sorting out taxes.
The program is intended to expand access to homegrown AI systems while giving the government a larger role in how they are used for everyday services.



At least it will be shorter lived there.
I’m not sure I understand what you mean. 25% seems like a pretty high uptake, I don’t understand the attraction but that’s a lot of people. Will that higher number mean that they will end up not seeing any worth in paying for it sooner than folks in USA?
You got it. LLMs cost lots of money, waste lots of power, unemploy swaths of people, causes psychosis, and produce terrible outputs with liability tacked on. The more of it they use the more they’ll realize how useless it is and move on. You see it happening all the time on smaller scales, for an example: Taco Bell goes all in on AI order kiosks and drive through, people order 9999 waters, CEO realizes the AI isn’t cheaper at all and cuts the whole program. That actually happened.
This also speaks a lot to the state of humanity. I may well be immature or uncreative, but if presented with an AI ordering interface, I would never think about this! I do deal with the public a great deal through the course of my job, and am frequently disappointed at the level of (my) perceived narcissism. Folks are butts.
Only an absolute concaveman would look at the failures of AI and assume humanity is the issue.
“you’re holding it wrong”
fair haha. I am older and avoid AI at all costs. Sounds like I need to learn a bigger picture! Also curious what you mean by concaveman… Same as caveman?
i presume it means their economy will crash sooner than USA’s.
Is that a thing that is being considered? I have to admit I do not know a lot about South Korea’s economy, but based on automotive and (I think) tech sectors, they sell things world-wide. At this point, it seems like USA has an economy crash risk. IMO
they have the same problems we see in other advanced economies:
They do have well known global industries but workers generally-speaking aren’t paid enough / have limited free time outside of their work. To add more pressure I believe the government increased the pension which is typically paid by the working population who are already financially stretched as it is.
They’re on track for destabilisation in the next 20-30 years.
Plus most of their high tech have been stolen by China in recent years, such as competition from CXMT.
Wow, these are challenging things. It sounds like they are in a tight spot, even if I do not understand where AI subscription fits in. 20-30 years in essentially tomorrow. It must be on their minds, and maybe explains using AI for what, I don’t know, but something.
I’m no expert so take what I say with a grain of salt.
LLMs are prohibitively expensive to run.
If I wanted to make a basic rollerball pen, the cost would be high because I would have to gather the resources just to make a single unit. Mass manufacturing drops the price considerably to make it affordable for me to buy a pen.
But tokens aren’t the same as a factory line. If it’s $1 for me to use an LLM then it’s $100 for 100 people. It scales poorly.
LLM availability over cloud infrastructure requires resources that are expensive to build and depreciate quickly to the point that ROI is untenable (ie. Nvidia’s GPUs).
Now imagine a stock market that hinges around a handful of companies that are involved in that infrastructure component (eg. SK hynix). If many retail investors have dumped their savings into those stocks which can’t provide an expected return then the value of people’s savings will inevitably fluctuate on the whims of the AI industry.
You can imagine what will happen the next time a Chinese company releases a free and efficient LLM that can run on an 8GB RAM personal laptop. The panic selling will reverberate through the markets and a lot of people’s savings will evaporate overnight.
They still scale to some degree. There’s a certain amount of VRAM you need to even load a model (frontier models likely over a terabyte now), but once you’re there, adding extra users is less cost since you only need to accommodate their KV caches on top of the model of itself. You’ll need to add more GPUs once you’ve saturated what you have, but it’s nothing compared to the ~5 B300s for the first user (they actually come in servers containing 8 GPUs that cost about 500k EUR each, so realistically you’d buy one DGX B300 server to start with). Once you’ve loaded the model itself which has a fixed size, all the extra capacity you add is free to use for KV cache (which means more users).
It’s true, but the reason they depreciate so quickly is that there’s a new generation out every 2-3 years that does more using less energy. You could actually run old GPUs, it’s just cheaper to buy new ones if you’re a hyperscaler.
on the point of depreciation. would a hyperscaler be able to make a profitable return on a per GPU basis before they’ve maxed out its use?
genuine question not a rhetorical.
I have to admit that I do not understand most of what you said :(
But, I can see that (I think) you are saying that many people in South Korea invested in AI, and that is problematic. I do know that, as you said, LLMs are resource intensive and do not really work financially. If many people there invested in AI companies, I could see them also subscribing to them. I think.
My avoidance of AI has lead to me not knowing enough about it. I don’t know what you mean by token… This is a common theme for me today! I won’t be able to avoid this if I don’t educate myself.
LLMs ingest tokens as input. It is a core component of natural language processing. When entering a query into an LLM the text will be parsed as tokens.
I don’t know if the investing is inherently problematic. I do believe that the current situation is the culmination of many intersecting societal issues.