"The key to this sort of business model is not innovation, but instead the externalization and compression of cost. Somewhere upstream, people work seventy-five hours a week, in conditions most readers of this website would refuse to even visit, so that the rest of us can have a cheap plastic spatula at our doorstep within five business days."
--------
While it may be true in some rare instances, for the vast majority of products its more likely to be fantasy that exists only in stereotypes.
The truth is why American attempts to onshore manufacturing and make it even cheaper with automation have failed miserably. The truth is that Chinese manufacturing is as automated as is possible with cutting edge technology. They build cars in factory's that don't even have lighting until finished cars reach the quality control area. This is why the North American auto sector relies on crushing tariff's and outright import bans to force North Americans to buy North American autos. Without those, you could buy a Chinese car that's better than what you drive for half the price.
The factory cranking out the one-dollar-shoes Temu sells is likely entirely automated.
TEMU sells what was made with the LLM-ification of manufacturing.
Thought-provoking article, makes sense on some levels but it cuts too broadly.
For physical goods (clothes, purses,..) most buyers can discern high quality goods from bulk manufacturing with cheap materials. When it comes to digital goods, for movies, songs, books, etc. the buyer can discern a clear difference between AI- and human-generated, so the TEMU-fication argument is valid.
But for software engg, design, etc., I suspect that very few people can (or will be able to) discern the difference. There may be people who care about manual output, but then you have to come up with proof of manual work. Something like "prove to me that you have coded this application or designed this site without using AI". I don't see that happening.
I personally keep going back and forth on this, partially because I am seeing examples that cut both ways. On the one hand, I am mildly concerned a seemingly permanently raised floor, because I can already see ( and I already heard once or twice ) how now I should have x amount the output. I am saying seemingly, because we just had a meeting where higher ups are clearly concerned about the token cost so some form of 'more with less' is coming.
I am not saying some variant of temufication won't happen. If you look at openai's build week projects, you will see a fascinating array of things, but, also otherwise familiar patterns not completely dissimilar to 'calculator plays yankee doodle(but now llm interprets your next move)'. I guess what I am saying is that some things won't change: interested people will remain interested and use new tooling to its limits.
The question to me is what happens in the middle.
> A 2025 Veracode report found that approximately 45% of AI-generated code samples failed security tests and contained critical vulnerabilities
Co-worker of mine who was excellent at both system design AND coding and I were chatting about LLMS:
Him: "I guess coding will just be a hobby now"
Me: "Coding def feels that way but software engineering as a profession is still alive and well."
The whole premise of the post is that if something is cheap, then it has to be of bad quality. However, that’s not the case most of the time. One example is the knock off luxury bags made in China. Even the original ones are actually made in China, but people pay a premium for the brand name, but quality wise both are same.
Same goes for the software. Before AI there were so many buggy, ugly, un-user friendly software. Remember Windows ME? Not all vibe coded software is bad, in fact I’ve vibe coded two projects and use them for free where I previously had to pay 20$ per month for the original one and both projects I vibe coded are working without any issue at all.
One of the only people I've seen who gets it, and has a sane take on the matter. I've been trying to write my own article on a very similar subject for a while now, and it's always hard to put these things into words.
I yearn for humanity to stop being so greedy and always looking for the cheapest crap they can get, so they can pretend to be rich by having a lot of stuff. Particularly people in countries like America (where I live), are too comfortable, and pretend to live above their means (not necessarily consciously) by partaking of low quality mass produced goods.
True only if the end-product is better in some way. A gourmet meal is better than Chipotle. A handmade leather bag is better than the Temu version. In software, it's harder to make out the difference; of course, better UX, faster APIs etc. can all affect the end-user experience. But who is to say that AI-generated code can't do all of that (and more!)?
First unicode hostname I've seen?
I agree with some points, but I don't like the take that AI/LLMs also aren't built on the backs of underpaid workers. While a lot of the training for LLMs may be unsupervised, we wouldn't have gotten to this point in AI without the support of data labelers. And on the hardware side, how many factory workers operate in unsafe conditions on a daily basis?
The article makes absolutely no sense. AI works better than humans. The quality of AI output depends on request. Higher quality request produces high quality output and vice versa. The article completely misses the point.
Beware of the TEMU-fication of AI requests. Some crappy services like Loveable are the violators here.
Thanks for the laugh with the netflix logo. I feel that is very apt when all their recent shows I've glanced at seem to have their scripts brought from Temu or from a genai prompt.
The US has been exporting Treasury bills and digital hot air for quite a while.
LLMs are the logical conclusion of this scam, until other countries stop gambling on the US stock market with fake $1 trillion corporations.
It works because the whole world's media is captured, owned and censored by US platforms and amplifies the US messaging.
Haha, and the way Chinese economics are described here shows what little people know.
When they invited our professors in the 80s they came back arguing China will eventually be the future. They listened to everything and started working on everything immediately.
We did the yes men privatization garage sale, gutted R&D, outsourcing, abolish education, housing, medical care. All that good stuff - but at what cost?
Love this writeup. The temu analogy is best to describe what is going on beyond just what llms have done to software. What's closer to question is temu could only exist in the way it did (it's fast rise mainly) because of the work done by amazon prime in making fast shipping both logistically doable and the psychological default for many. So my question is what was the "amazon prime" era of software and perhaps learning what did (and did not) occur then can better understand why AI has wrought the effects it has in less than 10 years.
Temu built out some local distribution after it had already reached a pretty high level of popularity, but Temu was enabled by regulatory and political indifference that allowed China, with an enormous GDP, to get extremely subsidized postage rates. Also, lax enforcement of import duties (do you think the declared values were accurate?), and effectively zero enforcement of any safety standards, etc., on the products sold.
So, it was less of them following a path Amazon had trod and was maintaining, and more like sneaking in a back door and trying to sell you a counterfeit purse.
But if the US and EU had been on their game, it'd of either not happened or would've at least happened much more slowly.
As much as I hate Amazon, I think there is a simpler explanation. Europe has been relaxing their consumer protection standards for the past two decades, and EU’s consumer protection enforcement against foreign tech companies is hardly ever done today. This applies to both American and Chinese companies.
TEMU only exists because they simply neglected quality of their products which their competitors were required by law to have. And then they were not punished for it as they should have been.
In other words, TEMU only exists because Europe has turned into a deregulated neo-liberal paradise.
Wow, what the hell was that javascript tab change ? Not sure if I hated or loved it, but that was the first time I have seen that.
visibilitychange API, and websites are allowed to modify their own title and favicon programatically.
Favicon can be part of the DOM ever since icons via ~~meta~~ link tags were introduced, because they can be more hi-res than the default favicon.ico file.
I've never thought about the ability to swap it dynamically though, although I've seen some site do that before.
https://developer.mozilla.org/en-US/docs/Web/API/Document/vi...
https://developer.mozilla.org/en-US/docs/Web/API/Document/ti...
Why does Temu take the heat when Aliexpress has been around for years?
Temu had a Superbowl ad. Not sure AliExpress did that.
Temu is Temu brand AliExpress.
Because Temu pushed advertising hard and fast at the US market and it paid off in a big way.
AliExpress also sells quality items, Temu exclusively ships trash.
[dead]
I'm glad AI exposed so many software engineers who are trying to protect manually writing code by coming up with such ridiculous analogies every day. AI pulled the rug from underneath all these "code worshipers".
[flagged]
Lol I don't box people into IQs and look down on them you code extremist. What's different between you and ISIS?
I have another weak correlation to TEMU to add.
I have never, ever, bought anything on TEMU, because anytime I open the website it gives me a gambling roulette for some supposed discount thing. I hate gambling, so everytime I see the roulette I just close the webpage and go do something else.
Well, the whole cheap-generated content craze feels basically like gambling to me to this point, too. Folks are just randomly generating content: books, videos, articles, even applications, and gambling that something will pay for itself.
So now we have Enshitification, Eemufication and Gamblification of the Human Society. Damn I might write something on Substack about that.
They appear to be targeting users with underdeveloped prefrontal cortex. I wonder what the intention behind that might be.
The gambling roulette is triply annoying because it will inevitably start walking you through some flow where you're supposedly ending up with a big discount or free items or whatever-the-fuck. And if you're encountering it for the first time, you'll think "ah cool, i can get some cheap chinese gewgaws for free with the thing I actually wanted to buy." And then 10 minutes has gone by and 5 roulette spins and there's $400 worth of bullshit in your cart.
And the thing is, Temu - I was going to buy something from you. I saw an ad or whatever and thought "sure, I'll pay $13 for that keyboard." But then you get pulled into the dopamine labyrinth hell-realm and by the time you're out they've wasted 15 minutes of your time and you don't even remember what you came in for.
For sure, the ridiculous promo games are best skipped (when even possible to skip!!) as 99% of the time they're just that you win the right to get a discount on a future order based on this next order. And those discounts are always described as like "a $400 credit" ... when it's really the sum of "50 cents off of $5, $1.50 off of $10... $30 off $250" and so on, so you will have to place like 8 orders of increasingly hilarious value to "use" all of your "$400."
All that said, there have been a decent number of things that I bought from them which I've found incredibly useful. Just like, phone stands, ODBII reader, sticky notepads that look like Windows 95 Notepad windows, teeny tiny wireless earbuds I use while sleeping, etc.
> A hypothesis on the not-so-distant future ... in which most of what we consume gets cheaper, more abundant, and noticeably worse
Isn't that just true about most things over the past century or so? They left out "staggeringly uglier" though.
An exception is probably cars, they are better, more expensive but uglier too.
Cars are slowly becoming subsidized by subscriptions and advertisements. And to some extent, costs of maintenance and gasoline.
Quality products are amazing but I do get the downside of building very durable products.
For example, we have a Vornado fan in my house that is probably from the early 2000s. It still works perfectly even though we've left it running 24/7 for weeks in humid or dusty environments (e.g. to help air dry a wet basement). In terms of money paid/hours used, we got an amazing deal on the purchase.
From the manufacturer's perspective, the life time value (LTV) of us as a customer was basically just one fan + the free marketing of folks like myself writing this kind of post. It reminds me of the joke "Did you hear about the company that made lightbulbs that lasted 30 years? They went out of business!"
It makes sense that manufacturers would start to lower quality at a slightly faster rate than they lower the price as this means that folks still feel happy with the purchase. Sure, the fan doesn't last as long due to what is essentially planned obsolescence but the company does get to stay in business.
Temu/Shein etc are just the logical endpoint of this line of reasoning. If you are going to wear a shirt for the one summer where it's in style, why would you spend a large amount of money on it? And in turn, why would the company selling it spend a lot of money making it?
(I should add, this is purely an economical argument and ignores the working conditions/health effects/etc)
Next to the price tag, it should include the warranty. Similar to how calories are listed next to the price tag for food. Just a thought, not sure if it would work.
Seems to me that the TAM for a fan is basically infinite for any single company, therefore making a product that is too high quality or long lasting could still get you growing yoy sales for a long time and stay in business. But you’re probably right that vs competition lowering prices (and quality) they’d lose.
There’s probably an optimum for maximizing sales/growth that doesn’t land on highest quality products in the real world, with non rational consumers, imperfect information etc… sadly.
I also have an abused Vornado and it's holding up just fine. Fans are a weird product though, I know most people would just throw them out as soon as they gunk up and stop spinning, but maintenance/repair is really simple compared to other product categories. IMO the business itself has a hard ceiling too, they can't be delusional enough to think they can keep scaling fan sales YOY, so it's one of those deals I imagine would simply be a stable, predictable brand in a portfolio of businesses that somebody (or some company) owns and operates across many niches.
Doc Martens, however, are a good example of a brand/business where LTV might literally be 1, 2, maybe 5 purchases if your feet have stopped growing and you buy their Made in England boots (higher quality, but a price point that isn't LVMH territory) and want different colors -- or maybe a lot more if you buy the shitty ones (vegan leather, plastic-coated leathers) and they fall apart after 9 months and you replace them.
Regardless, a higher quality pair bought in 1994 and beat to hell and back still are very wearable in 2026, while at the same time there are junk options available too if you're so inclined for whatever reason.
I don't personally understand businesses that treat their products as disposable if the product itself isn't intended to literally be disposable by design. I get "make as much money as possible before the spigot shuts off", "endless growth is the goal", etc, but it also seems like it would create all kinds of headaches and byproducts that make operating a brand or business hell on earth (staffing otherwise-unnecessary customer service, dealing with frequent returns and liquidations, constant rebrand/brand management to deal with or paper over negative public perceptions, endless battle with knockoff competitors because your product has no differentiation in quality or value, on and on).
Temu/Shein/etc on the other hand have a distinct advantage in that they're marketplaces and aggregators of invisible brands; they shield "ghost kitchen" product producers from any kind of liability, blowback, negative attention. They're giants in a foreign land that operate with different rules, goals and incentives.
I don't really have a salient point, just thinking out loud. Ultimately, the article is probably correct in that the default, mainstream firehose of digital detritus will settle somewhere near "ultra-processed content", and that will be just fine for the average consumer. Not much we can really do about it with society and economies structured the way they are today. The knock-on effects of this on culture would be borderline impossible to unwind though, which is sad.
The vegetal dock Martens are actually great quality based on 2 friends of mine that own them. Not sure what anecdotic evidence is worth though.
A comment found on internet has a possible explanation:
> I cannot recommend them highly enough, especially as everyday footwear because real leather should not be worn everyday as they need time to dry out
https://www.reddit.com/r/DrMartens/comments/18ygnd4/for_thos...
Not sure if the "Made in England" Dr Martens are Solovair made but they're the brand you want. Solovair continue to make good boots after DM moved production and whatnot to crap factories and methods.
> From the manufacturer's perspective, the life time value (LTV) of us as a customer was basically just one fan + the free marketing of folks like myself writing this kind of post.
Given there's zero barrier to substitution + the TAM for fans and lightbulbs is huge as sibling comment mentioned, there's no reason for the LTV to meaningfully exceed 1 puchase and the value of that free marketing could be higher than the EV of purchase N+1
E.g., if my name-brand turd wears out unreasonably, I don't replace it with the same name-brand turd; instead I replace it with an ephemeral Chinese brand turd which is just as likely to have similar build quality and features.
Time and Materials?
Total Addressable Market
"Human made" is not automatically better and we need to stop pretending that it is.
Here's an example:
Hah, I love sharing that link too. But contemplate this: Give the Oracle 12 engineering culture an unlimited token budget, do you think the code will get better or worse?
Based on what I've seen in industry, I think the answer could be very likely worse. They'll generate bad code at an even faster rate, and very quickly nobody in the company will have any idea how anything works.
What this proves is that "human made" is not automatically good. Better is a complex question. LLMs have a magnifying affect on the quality of human decisions.
Oracle's codebase got the way it is over several decades of human programmers and customers with changing needs and ambient technological environments. LLM code can get that way in a weekend.
What you are describing is not bad software, it's complex, performant and software with a long lifetime.
> can't change a single line of code in the product without breaking 1000s of existing tests
> all held together with thousands of flags
> ridden with mysterious macros that one cannot decipher
> needs to understand the values and the effects of 20 different flag
> Sometimes 100s
> only reason why this product is still surviving and still works is due to literally millions of tests
> The fact that this product even works is nothing short of a miracle!
Sorry, but I can't think of any adjective for this mess other than just "bad". That's some truly industrial grade slop, and I hope whoever worked on that got paid handsomely for it.
Show me a fully LLM-generated database with an implement that's clear, documented, and adequately bug free.
Codebases degenerate when the authors do not understand the system in which they operate and make changes that degrade the cohesion of the system as a whole. Humans do this all the time; at my company we had a 10k line lua function (within a 250k loc lua service) that grew through ten thousand point modifications. It's bad and humans caused it. Now, it's 15k lines of code and 10k lines of misleading slop comments.
LLMs do not go through the struggle of understanding and don't experience the distress of "wtf am I reading?" and don't experience the drive to make things less horrible for the next person. That suffering loop is how many codebases halt degradation and in the absence of suffering LLMs will pile bugs and rot endlessly.
I've worked at many firms as a SRE/DevOps and have seen lots of human written code that fell into at least one or generally of the below patterns:
- 30+ committers on <5K LOC
- software is robust/rock solid but the code is essentially unreadable
- changes take a long time b/c there are no tests
Whenever folks mention that LLMs write buggy code I think of the above.
> we had a 10k line lua function that grew through ten thousand point modifications
> It's bad and humans caused it.
LLMs do the same thing. I review the code and interrogate the model about the bandaid fix it applied until the proper architectural solution becomes clear. Then the model implements the correct solution which usually involves some major refactoring.
> LLMs do not go through the struggle of understanding and don't experience the distress of "wtf am I reading?" and don't experience the drive to make things less horrible for the next person.
Of course not. That's the human's job.
And it's not every human either. Way too many humans are actually quite content to ship whatever works then go the hell home. Just a job after all.
I was arguing with a colleague today that we will never have a reason to make our AIs autonomous and sentient. But now I can't stop imagining an AI startup meeting where somebody says "LLMs do not go through the struggle of understanding and don't experience the distress of "wtf am I reading?"" and the next second the technical founders jump in joy "...that's our way in! Let's outcompete the competition by inventing pain for AIs!"
sounds like the torment Nexus, but someone else is being tormented.
You choose to consume bad media, not my problem.
Have you tried YouTube recently?
Simply FINDING good media becomes the problem. I have no interest in AI slop, but it's everywhere.
I don't choose to consume bad media, but finding good media is getting harder and harder.
I use YouTube all the time and it's great.
Log in, pay for premium, and use the like and subscribe buttons liberally. Use the downvote button too. It learns.
My feed is really fantastic. Once a month or so I notice some AI slop (usually with a handful of views - clearly the algo testing something out). Thumbs down, problem solved.
Fair, but I don't use YouTube as much anymore. Except for music and old videos it lost its purpose for me. I mostly rely on word of mouth now, a friend recommends me this art channel or that show. If I like it I forward it to another friend etc.
I still feel bad for what is happening though, it's wrong and anyone with our best interests in mind would agree generated content needs to be firewalled from the human internet.
A few years ago I would have laughed at anyone telling me that there is a serious market for ten-dollar drills, two-dollar dresses, and one-dollar pairs of shoes shipped from a warehouse on the other side of the planet.
TEMU doesn't sell those things. They're more expensive than that, but subsidised by VC capital from PDD Holdings, Blackrock, Vanguard, etc. It's a very boring 'spend the VC bucks to get the customers' play, and when they've got the customers they'll jack up the prices and lose the customers again. It's Uber-for-cheap-stuff basically.
>They're more expensive than that, but subsidised by VC capital
They're being subsidized? How do you explain their fat margins, $15.4B of profits on $54.0 of revenue? https://en.wikipedia.org/wiki/Pinduoduo
Maybe there's some loss leader going on, but comparing it to "VC capital" (venture capital... capital?) doesn't make much sense, any more than calling costco's rotisserie chicken and hotdogs "subsidised by VC capital" doesn't make much sense.
Yeah, parent's comment doesn't make any sense. Temu is a marketplace, they aren't manufacturing these products. I doubt Blackrock is investing in random bottom-tier manufacturers in Yongkang.
Temu was hardly the first online store for cheap Chinese goods of varying or dubious quality either. Does anyone remember DealExtreme.com? They were around before Aliexpress.
It was circa 2012, and a coworker bought a drone but received an Invisible Bra instead. The unboxing guaranteed the loudest laugh we ever had.
I miss buying random crap on deal extreme and finding a box at my door 3 months later I forget I ordered.
> TEMU doesn't sell those things.
GP means that TEMU is just the marketplace. They aren't actually selling you the drill, just facilitating the sale.
If someone says to you "You can buy this widget that costs $10 to make for $5" that doesn't mean they they're selling it for $5. It means there's more going on and that the $5 price take is not the full story.
You may choose to ignore that and believe someone is selling you something for $5 but that doesn't make it true.
In the case of Temu, they're selling it for $5 of your money, and $5 of someone else's money, in order to capture you as a customer in the hope that you continue to buy things when they increase the price to $6, then $8, then $10, $15, $30 and so on in the future.
This is the Uber playbook, and if you have a solid product that people want and you can spend VC money long enough to build a trusted brand (or ideally keep prices artificially low until the competition gives up and you have a monopoly) it's very lucrative. I don't see it working for Temu myself. They sell things people don't need so as soon as the prices go up they'll probably fail. That said, Amazon see them as enough of a threat to launch Haul, so what do I know?
None of that changes the fact that they are indeed selling it to me for $5 today, so the sentence you quoted is indeed accurate.
The use of 'loss leaders' has a long history, so is your point that Temu's use of loss leaders may be illegal?*
(*I poked around a bit, and this may be possible, especially in California.)
Illegal? Hell no. Spending VC money to capture a market and drive out the inefficient incumbents is a genuinely good plan. Market disruption is a massive net benefit. I just don't think it'll work in the case of Temu, and anyone who looks at the prices and think "Wow, that's cheap!" isn't including where a chunk of the money is coming from.
I guess the same people were surprised when Uber started raising their prices too.
> You may choose to ignore that and believe someone is selling you something for $5 but that doesn't make it true.
Sir, I suggest you use the word "sell" in its usual way, not your own definition of it. If someone takes $5 and gives you in exchange the merchandise and right of ownership on it, then that indeed does mean they "sell it for $5". The fact that something else is going on doesn't make it false.
I suggest that the passage that you read begins with a claim that seems unreasonable ("but I've bought a $2 dress from Temu!"), and then explains its thesis in order to make you view that claim in a different way ("VC capital paid for half of that dress!") I also would like to mention that this is a very common and unremarkable way to begin an argument.
All that aside, I’m happy that VCs are paying for my stuff! I have no idea why they keep doing that. They’ve studied my behaviour so they should already know I’ll delete {app_name} as soon as I get a better deal elsewhere. (Better yet, I’ll keep both and let them fight!)
Maybe they can capture the market for a brief moment, but if they do have a long term strategy, I’m not seeing one.
I'm not? It drowns out any competition and all we are left with is a single company with a monopoly that speed runs enshitification where consumers lose.
I'm not 100% sure but I also heard China subsidizes shipping of packages, to boost their economy.
I worked as a mailman a while back, most days there would be more packages in grey plastic wrap (from China) than actual mail. And you could tell that the stuff that was inside usually cost less than the shipping would have cost if you paid full price.
I think the parent comment is incorrect, however this is true for some products. Solar panels being the one I know for a fact, because we buy them at work. We pay less than it costs them to manufacture them because the Chinese government subsidizes it. (Granted, after tariffs we're probably hitting that manufacture price again, but that money doesn't go to them obviously.)
Shipping is also subsidized by all of us on this end. International postage agreements were never intended to cover a massive unidirectional deluge of low-value packages. The costs of all the additional logistics are ultimately externalized to the taxpayer, and China totally exploits this. It’s exactly the reason the EU set a tariff for low-value parcels in particular.
It's not hardly an exploit when the taxpayer is the one benefiting
One might even refer to it as a "public service".
This amounts to a subsidy of Chinese manufacturing over local manufacturing.
I can’t see how a market distortion is a net benefit to the importing country.
It seems self-destructive.
If everyone bought from Temu then the net benefit would be zero relative to just including it in the price right?
In practice the value flows from people who don't buy cheap crap from China to people who do.
It’s a classic negative externality. Not every taxpayer partakes in this pathological consumerism.
Imagine how dysfunctional society would be if we each individually got back precisely the value to capital we put in.
On the other hand, subsidies do cause actors to make otherwise unsustainable decisions. In this case, excessive consumerism.
Subsidizing giant Chinese webshops over local vendors and supporting unsustainable consumption of single-use plastic garbage is not exactly the sort of public service that governments are supposed to provide.
And that's exactly how we use USPS to subsidize amazon. Or did for a long time, anyway.
To be clear, this is the smart thing to do—package delivery SHOULD be subsidized. Amazon should pay into this disproportionately through taxes, though.