Rendered at 08:38:28 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
GuB-42 9 hours ago [-]
The title sounds to me like: I am going to spend $1000 in groceries and dance lessons. That is, two very different things lumped together.
Memory chips are like groceries, essential commodity parts, a no-nonsense investment. Humanoid robots are like dance lessons, it is cool, it is sexy, and it may pay off in the future, but the value is much less certain.
timerol 8 hours ago [-]
$585B on new fabs, $357B on AI data centers, and $5.8B on humanoid robots. One of those numbers is not like the others
hobofan 2 hours ago [-]
I don't have the historic numbers at hand, but I would assume that for each of those categories this is a similar proportional increase, so it's similarly notable to mention the increase in spending on humanoid robots.
b112 7 hours ago [-]
Androids (humanoid robots) will require loads of ram, and loads of model training under the current paradigm. So it sort of makes sense. At least, I see robots as the top of the pyramid.
gavinsyancey 6 hours ago [-]
Autonomous (non-teleoperated) humanoid robots that can do useful work in an unfamiliar environment do not exist. And nobody's close enough to making them to understand if they're possible with our current level of technology, let alone how.
mkl 5 hours ago [-]
Most initial work for them would be in familiar, well-controlled environments - replacing humans in existing factories. I think whether they'd be cost effective for that will remain unknown even after a few years in service though.
p1esk 5 hours ago [-]
We’re experiencing gpt-2 moment in robotics now. This means in about 2-3 years they will do useful work (cooking, repairs, cleaning, etc).
ben_w 5 hours ago [-]
The extrapolation cannot be justified. It may be much longer or tomorrow.
We said the same thing about Waymo, that it was perpetually in the future. It took them less than a decade. The robots today are functionally capable, they don’t have the right fuzzy intelligence yet. It’s purely a data problem (lack of) and a lot of people are working on it.
darkwater 1 hours ago [-]
Are you saying autonomous driving is a solved problem, even at scale? I haven't seen any Waymo in my small town in Southern Europe yet.
logicchains 40 minutes ago [-]
It's not just a data problem, it's a hardware problem. Transformer-based robots require even more processing power than plain LLMs, as they also need to process visual and spatial/touch input. We don't have GPUs capable of fast inference on a SOTA LLM that would fit in a robot brain form factor, let alone also run fast enough spatial and visual processing. And there's currently nothing even approaching a feasible solution for cooling such a device.
red75prime 6 hours ago [-]
If there's no unknown unknowns in the brain, it's most likely possible. As the universal approximation theorem and empirical results of scaling SGD+RL suggest. Whether it will be economically viable remains to be seen. The human cerebellum has a peculiar structure and 80% of the brain's neurons after all.
xvilka 2 hours ago [-]
Real neurons are orders of magnitude more complex than their artificial pseudo-approximation (it is all based on the century-old understanding of how neurons work). You can think of _individual_ biological neuron as an analog of the small artificial neural network. You can see this simple visual explanation on YouTube[1]. So we aren't even close. It doesn't mean the AI is impossible, it just means people underestimate the "computing power" of real brains, as well as that AI, even the future one might be totally different in how it works from the natural intelligence.
But for biological neurons to do something that can't be efficiently approximated on a digital computer (but conductive to useful information processing) they need to have unknown unknowns (well, partial unknowns like an unknown quantum algorithm will do too).
We don't know the violations of the physical Church-Turing thesis that are conductive for machine learning. We don't have evidence for their existence in the brain (although, the brain would be the prime candidate for finding them as evolution works directly with the true physical laws).
BTW, large ANNs don't try to model how the brain does things. They are trying to mimic what the brain does. So, using "how many transistors/artificial neurons it takes to model a biological neuron" is not a good approach.
We have no evidence. We even have no solid theories how this can work (Penrose's OrchOR is "OrchOR somehow taps into mathematical knowledge somehow encoded into the structure of spacetime"). But people, for some reason, insist that there should be something there. I can't attribute it to anything else but to deeply entrenched feeling of human exceptionalism.
formerly_proven 1 hours ago [-]
You're talking about a philosophical debate whether the brain is computable, the other commenters are pointing out that even conservative estimates point to a brain-like NN requiring over a quadrillion parameters.
red75prime 1 hours ago [-]
...assuming that modelling the physical structure of the brain is the only way to model its functions.
formerly_proven 1 hours ago [-]
Building a "NN with similar capability as the brain" is not modelling its physical structure. The assumption is not made.
red75prime 60 minutes ago [-]
Let's define the terms. What does it mean "with similar capacity"? As far as I understand xvilka was taking about the number of artificial neurons required to model a biological neuron times the number of biological neurons in the human brain. It is modelling its physical structure (on a neuronal level).
jampekka 1 hours ago [-]
Brain's information flow also isn't just through direct neuron-to-neuron connections. Firing also releases neuromodulators into the extracellular space which affects how other neurons operate. Furhermore neuron connection architecture is very different between brain and feedforward ANNs, with the former exhibiting a lot of recurrent connections.
red75prime 1 hours ago [-]
Deep learning doesn't try to mimic all the intricacies of biological processes. It tries to approximate the end result (information processing).
ben_w 5 hours ago [-]
The parameter count equivalent of a human brain is not yet known, but if it was one per synapse then a full human brain replica would need about 1.5e14.
We also don't yet know how to be as efficient with training examples as any living creatures' brain, and we only partially make up for this by training on so many examples it would take you a million or so years to do the same, so we'd still stuggle with something proportionally smaller-brained such as a cat.
That said, remote controlled androids are going to be economically disruptive, as they make every (unlicensed) job open to outsourcing from an office in a low wage country.
Dylan16807 6 hours ago [-]
If you're running a massive model for logic you're probably better off not putting it in the robot. And it'll be a long time before there's enough robots to make up a significant share of usage.
More basic movement control doesn't need loads of ram as far as I know.
b112 3 hours ago [-]
The same logic for why self-driving cars can't be cloud based, applies for robots. Something cannot be in the middle of a delicate operation and then "oops!", no network, it just stops.
The larger the context window, the better with models. Having a few TB of RAM would be exceptionally helpful.
All this just made me realise something however. Having your robot dormant and charging, is a bit of a waste. You could have robots dormant, but its compute in use to act as a compute node. If the distribution of robots is similar world-wide, we'd need a fraction of the datacenters we have now.
Using such nodes for training purposes would be beyond advantageous. And the company which can slice up the work and having training done in batches would get the big bucks. And actually, with consumer facing products soon all laden with extra ram and gpu for local compute, that applies there too.
Imagine leasing out idle time on your desktop or even laptop for cash. There may be a market here, especially with the cost of new datacenters. Any company able to securely package compute without risking data safety is going to make a mint.
Anyone have any ideas?
Dylan16807 2 hours ago [-]
> The same logic for why self-driving cars can't be cloud based, applies for robots. Something cannot be in the middle of a delicate operation and then "oops!", no network, it just stops.
I don't think you understood my post. The equivalent of self-driving is the movement control I was talking about.
Self-driving cars don't have high level logic, except for route planning. Which often is offloaded to the cloud. An extra 30 milliseconds on understanding your speech is nothing.
> Imagine leasing out idle time on your desktop or even laptop for cash.
You're missing the point. The issue is "how is the thing used" not trying to make identical break points in differing tech. A self driving car cannot have object detection, collision avoidance, human detection offloaded to the cloud. Ever. At all. A network drop can't mean it smashes into things. Or stops unsafely.
The same is true with an android. Imagine it turning on an frying pan, cooking dinner, and then going offline part way through. Or turning on a tap to wash something, and going offline while the sink overflows and destroys the house.
There are myriad of such scenarios, but local compute is absolutely, 100% necessary. Anyone betting the farm on putting network controlled devices into homes for any serious task is going to lose their shirt. Local compute is an absolute requirement, and a few TB of RAM and local compute will be nothing over the scope of this discussion (a few years minimum, just to build and kick off all these new fabs).
By the time these fabs are online, expect most smart phones to have 1TB of RAM and significant llm capable compute (gpu or other custom silicon). I would be astonished if flagship model phones in 2030 weren't sold with 1TB RAM. Note I'm saying flagship, there will be of course economy models as always. Certainly laptops will be sold in multi-TB RAM configs.
kijin 7 hours ago [-]
[dead]
Teynah 28 minutes ago [-]
I think there's a reason they're being lumped together. Memory is the reliable industrial bet. Humanoids are the speculative "what will all this AI hardware actually enable?" bet
Schiendelman 8 hours ago [-]
Humanoid robots that can do manual labor are going to be make or break for wealthy economies in the next two decades. Aging populations need help, and most successful nations do not have enough young people to do half the work they need done.
Teynah 22 minutes ago [-]
I agree they may be strategically necessary. I’m just less convinced that “commercial humanoids by 2028” means anything close to replacing a meaningful amount of labor by then
HerbManic 8 hours ago [-]
This is the path that Japan tried to go down and it hasn't worked out yet, but we have also solved a lot more of the technical issues since they began. going to be interesting to see if we pull it off this time.
missedthecue 6 hours ago [-]
Humanoid robots barely progressed between 2000-2020. There have obviously been incremental improvements in things like dexterity, vision, self-balancing, and locomotion, but in terms of having a useful humanoid robot, Honda's ASIMO released in the year 2000 is not crazily behind what we had in 2020. So it's not surprise we haven't seen economic dividends yet in the real world.
I think AI is what could make humanoids turn from parlor tricks to huge amounts of utility, but we're really going to have to see how it plays out in the next 5-10 years.
numpad0 5 hours ago [-]
The current humanoid hype don't have much substances or key technologies in it, and incumbent industrial robotics companies like FANUC are already in the process of rolling the techniques created for humanoids into their robots. I personally think this is going to be just series of incremental gains for big welding bots, and nursery equipment becoming mildly robotic, like Aperture Science wall panels, than humanoids walking into retirement homes and doing dishes in the future.
imtringued 2 hours ago [-]
Those were never techniques created for humanoid robots. Google researched using transformers as vision language action models to drive robots back in 2023 on a mobile manipulator and probably did non VLA work even earlier.
This is something people refuse to understand. The shape of the robot changes absolutely nothing about robot intelligence unless it abandons the basic concept of joints and links. Continuum robots are very difficult to control but they are also incredibly niche.
Schiendelman 8 hours ago [-]
I think they mostly tried to go down this path before we had the transformer. With VLA models, or really now "Large Behavior Models", what's possible has changed dramatically. I've seen robot arms fold laundry now. Textile work is insanely hard, now it's just putting a lot of learned behavior together.
bitwize 5 hours ago [-]
Sounds like "That's a bold strategy, Cotton, let's see if it pays off for 'em."
Barrin92 6 hours ago [-]
>Aging populations need help,
They're pretty good at helping themselves. Close to where I used to live in Bavaria we had a pilot project of communal living for the elderly in a community of about a hundred people that included people with quite severe conditions such as dementia.
Medical and care personell routinely checked in but they were largely self sufficient and did a remarkably job of taking care of themselves, maybe most importantly the were happy and quite dignified, something I cannot imagine is the case when your only contact is a humanoid robot.
Of course in an age where every solution is yet another technology rethinking social life isn't very high up the list.
red75prime 6 hours ago [-]
The "help" goes beyond taking care of themselves. What about food, clothing, infrastructure maintenance, and so on? An inverted population pyramid requires massive increase in the productivity of the economically active part of the population.
mikem170 5 hours ago [-]
Or a regression in the standard of living. Ideally to a comfortable sweet spot for people.
8 hours ago [-]
summerlight 5 hours ago [-]
The title is kinda misleading. The actual wording is not specific about humanoid robots but "physical AI" which encompasses every machinery that can be potentially integrated with AI, especially focused on mass manufacturing for the Korean case. Basically this project is about all physical infrastructures to automate high tech manufacturing industry.
> The wide availability of commodities typically leads to smaller profit margins and diminishes the importance of factors (such as brand name) other than price.
I'm not aware of many commodities which have only 3 world-wide sellers.
chaostheory 7 hours ago [-]
> Humanoid robots are like dance lessons, it is cool, it is sexy, and it may pay off in the future, but the value is much less certain
They need a solution to their plummeting birthrates which are officially worse than either China’s or Japan’s
fragmede 7 hours ago [-]
The value is pretty clear. The problem is the pay off is uncertain.
taneq 8 hours ago [-]
I’d say it’s more like “on groceries and a fancy dinner”. Humanoid robots sure do need RAM, both in data centres for training and in the robots themselves. :)
kijin 7 hours ago [-]
Vertical integration. Produce the chips, build data centers to run LLMs on the chips, and the robots to deliver the result to end users.
ekianjo 5 hours ago [-]
we will need humanoid robots since nobody makes kids anymore
whatever1 9 hours ago [-]
I wonder how Germany missed the semi manufacturing train? They had literally everything: universities, manufacturing culture, expertise and supporting supply chains, cash.
I forgot, they also had ASML, freaking next door!
cherryteastain 9 hours ago [-]
They had a large memory manufacturer, Infineon, who spun out their memory division as Qimonda which then went bankrupt [1]. They were the 2nd largest in the world at one time apparently. Looking back, it's easy to say the German govt should have thrown them a billion or two to keep them afloat. However, state intervention was very unpopular at the time in economic circles, and there was much furor over bailouts following the 2008 crisis.
Japan has an even sadder story. They were the DRAM top dog for a very long time. South Korea entirely ate their lunch.
Wow, 7000 patents and all their IP and documentation
atwrk 26 minutes ago [-]
> Looking back, it's easy to say the German govt should have thrown them a billion or two to keep them afloat. However, state intervention was very unpopular at the time in economic circles, and there was much furor over bailouts following the 2008 crisis.
Absolutely, Germany essentially abandoned its position in industrial leadership solely due to neoliberal ideology. Just compare the trajectories of Germany and China in the last 20 years. One country planned and implemented a proper industrial policy, the other hummed and hawed about the infallibility of the market and thus essentially just gave up.
est31 8 hours ago [-]
Infineon still exists as a semiconductor manufacturer. Their stock has gone crazy since start of the year as well.
rfw300 2 hours ago [-]
Germany’s austerity policy after 2008 may be one of the largest economic blunders in history. It would be one thing if they merely committed self-harm, but they also used their pull in the EU to drag the rest of the continent down with them.
Reminded of Matt Yglesias’s excellent headline from 2010: Angela Merkel Lucky the Bar for “Worst German Leader” is Very High
kakacik 2 hours ago [-]
One thing that I will never understand - how can german population not see through all that socialist bullshit she produced, promises undelivered, how much long term harm she generated across whole Europe (not just EU). Hard push for (now visibly) failed immigration at all costs, nuclear energy rollback (and she was nuclear physicist at least by her studies) and subsequent buying of foreign coal-based electricity, fragmentation of EU.
She literally licked putin's boots well into Ukraine war and still thinks licking his ass is the correct course to solve war in Ukraine (which started 2014 and it was pretty nasty already back then, the world just didn't care also thanks to her).
She is by far the biggest catastrophe modern Europe encountered after Hitler. She helped remove any proper fighting chance for the top dog Europe had for 21st century. She singlehandedly caused proper hate against EU in large parts of (not only) eastern EU population, and hence the rise of populist left or right wing politicians whose whole success story was just point at her failings and criticize, enough to get 20-30% of the votes and even win elections, repeatedly. She literally made people like Orban or Fico.
She still admits no mistakes, even wants to become german president. How effin' out of touch with reality she is.
GuB-42 8 hours ago [-]
> I wonder how Germany missed the semi manufacturing train?
My best guess is that the connecting train was operated by the Deutsche Bahn
linzhangrun 7 hours ago [-]
lmao
jdw64 8 hours ago [-]
Realistically, when it comes to the semiconductor market, there aren't many viable options outside of East Asia. I don't mean this in the sense that East Asians were somehow "chosen," but rather that the semiconductor industry inherently requires a large number of highly educated employees working together. The problem is that the working hours inevitably end up being very long. If you actually go work at one of those facilities, you have to wear a "cleanroom suit" (bunny suit), and it's physically demanding. What I'm saying is, you need highly educated personnel who can be mobilized at any time when a problem breaks out in the middle of the night, and who can be hired at relatively low cost. East Asia has a massive educational infrastructure — schools are very large-scale and the system is extremely well-developed — making it hard for other regions to compete. And indeed, the average working hours in countries that do semiconductor manufacturing are extremely long
In other words, it's an industry where you have to grind white-collar workers as if they were blue-collar laborers.
tomkat0789 7 hours ago [-]
I’ve always wondered what is unique about semiconductors that PhDs need to work like assembly line workers. I’m sure they’re not solving partial differential equations all day, but what’s so different between different batches of chips?
jdw64 6 hours ago [-]
The industry inherently deals with extremely hazardous chemicals, and on top of that, during semiconductor production, there are many things that have to be recorded and tracked.
A lot of the processes are automated, but at the points where automation hasn't reached, there are quite a few things that are genuinely complex to handle.
bee_rider 6 hours ago [-]
I think it’s more like highly skilled technicians, to scale up. Plus PhDs and other scientists to do the simulations and analyze the data for new designs.
sbierwagen 3 hours ago [-]
Answer: they don't, they just work them into the ground because they can.
Mainland China also has the 996 schedule for office workers purely as a cargo cult ritual, forcing people to sit at a desk at midnight and pantomime doing work.
jdw64 27 minutes ago [-]
You're not wrong, but from what I understand, the issue really comes down to on-site personnel and supervisory staffing.
As for the 996 culture, I agree to some extent. My Chinese friends hated it too. But in China, there's this thing called neijuan (involution / the rolled up scroll).
there are just so many job seekers that people are forced to endure it. What neijuan means here is "Eating one's own flesh" basically knowing that this competition is damaging to everyone involved but doing it anyway.
fakedang 7 hours ago [-]
I believe some of the earliest Intel fabs were in New Mexico (Shiprock and Rio Rancho). What combination of the above did New Mexico have?
When New Mexico and Germany had fabs, South Korea was still a developing country ruled by a brutal dictatorship.
What happened was simple - both Taiwan and South Korea and now China took concerted steps in investing into their semiconductors businesses. South Korea did this indirectly through favourable arrangements for the industry players via the chaebol system, while China and Taiwan did this with more direct government investment into the industry.
Sure, you can't just dump money into the industry and become a semiconductor player, else the Middle Eastern countries would have tried that ages ago. Yes, the talent being locally present is important but you're once again bringing up tired tropes about Asian working culture as being relevant.
numpad0 3 hours ago [-]
Feels like the real clash happening here is that the reality is suggesting that the values of mean educational level of the bottom 99% of workforce outweighs that of the top 1%, and that being uncomfortable to some so much so that there has to be something else. But isn't that just it?
There's a story in one of Feynman's memoir where he figures out that pausing the live system and debugging its physical RAM stack is turning out to be more time consuming than simply scheduling a new corrected task, on some particular 1940s mechanical supercomputer he was assigned to as a tech. It might not have taken Feynman to notice that, but you can assign Feynman for that, and it worked for the Manhattan project.
The parent comment isn't (just) reiterating the tired tropes, but pointing out that East Asia has an "educational base" similar to industrial base that supports its high tech. I don't think that much is so strange way of thinking. The state of ME countries(maybe except Iran) soft proves it - they don't believe in such a thing. And they don't have a semiconductor industry. Pure coincidence? I doubt it.
(And on "This isn't about Asian superiority — it's actually pointing out something bad about Asia." from jdw64, yuuup 100% it is quad plus bad - IMO a thing about East Asia is that there's zero inter-national mobility due to the notoriously high language barrier, so competitions are closed to within borders, and the bar just drift skywards indefinitely because of that. There was a massive domestic hiring freeze in Japan during the 90s that made "janitors with a PhD" actually not so rare, but none of them hit the global labor market or started companies - the Japanese bar for janitors just went up to PhDs. It is said that success of Japanese 7-11 was partially attributable to that event, that, when you happen to have all the cashiers manned 24/7 with top scientists, you can just throw million different tasks and they can handle it perfectly, put aside whether they're happily doing it)
jdw64 7 hours ago [-]
I'm not saying Asian culture is the main factor. Yes, it's true that authoritarian governance driven by dictatorial regimes and chaebol politics has played a strong role, but fundamentally, the long working hours are simply inherent to this business.
You brought up the New Mexico story quite well, but that place is notorious for the exploitation of Navajo women's labor. In the first place, the factory was occupied and shut down by the American Indian Movement. You know full well that this is a story about the exploitation of Native Americans, so why are you bringing it up like that?
The history of Shiprock itself is, at its core, a history of "cheap, obedient labor." You frame it only as state-led investment, but the reality is that the culture behind it is complex.
What my post is pointing out is not that "Asian culture is superior." What I'm pointing out is the harsh working conditions in Asia — where working hours are extremely long, and even highly educated workers are inevitably subjected to grueling hours. Why do you think TSMC's Arizona fab in the U.S. keeps getting delayed? The U.S. invested money through the CHIPS Act, but American engineers refuse to accept the "military-style 24/7 on-call readiness and brutal shift work" that exists in Taiwan. TSMC founder Morris Chang himself has pointed this out before.
What I'm saying is that the educational infrastructure is so well-established that it's easy to produce a large supply of highly educated workers, and that these highly educated workers then have to be submissive to inhumane working conditions. This isn't about Asian superiority — it's actually pointing out something bad about Asia. But from the context of your comment, it seems like you misunderstood me as saying "Asian work culture is superior" and replied based on that assumption. That was never my intention.
Before you leave a comment, I'd ask you to show some basic respect to others.
nl 5 hours ago [-]
This is extrapolating from a single example of something that has worked and the conflating correlation with causation.
There are plenty of places with highly educated cheap workforces who work hard. Eastern European culture is almost identical down to the whole "tiger mom" stereotype.
The US is full of the "military-style 24/7 on-call readiness and brutal shift work" - at the high end silicon valley is built on this, and at the low end every single non-unionized factory is this.
TSMC has never built a fab outside Taiwan. Of course there will be problems.
jdw64 2 hours ago [-]
There were probably many complex factors at play. Personally, I think the biggest one, as TSMC's Morris Chang said, is the inhumane working conditions imposed on highly educated workers. But there were likely also issues around permitting and regulatory procedures, as well as the overall cost structure.
As you said, if it were just about labor, other countries would probably have some supply of it as well. But in the case of Eastern Europe, there was likely American pushback against the European continent. As you know, semiconductors today can't be made entirely by a single entity. They're connected through a chain of trust. If Europe were to move beyond just producing semiconductor equipment and start directly manufacturing semiconductors through fabs, it would easily become a competitor to the U.S. rather than a supply chain partner.
In fact, the semiconductor chain is deliberately fragmented so that no single player can monopolize it.
On top of that, the U.S. is using South Korea and Taiwan to contain China. Under the ideology of protecting foundries from Chinese aggression and industrial attacks, the U.S. is sending the signal that it can cut off the supply chain. Eastern Europe, on the other hand, is tied up with the EU, making it much harder for the U.S. to control.
In the end, what matters when the consumer nation, the U.S., outsources production is how securely it can relocate it. Look at what happened to Japan's semiconductor industry. It was crushed through the 1986 agreement. The U.S. simply does not tolerate the emergence of an independent manufacturing hub that possesses sovereign economic power.
What matters is whether the U.S. can maintain control while keeping the price low.
gruntled-worker 9 hours ago [-]
Chip fab locations have traditionally had more political than economic importance. Matrix multiplication chips and RAM have been the recent exception, while TSMC has long been the geopolitical exception. ASML's location only matters to the extent that it gets ordered not to sell to someone.
ETH_start 6 hours ago [-]
According to late Intel founder Andy Grove, having domestic manufacturing, including chip fabrication, is very important for a country's ability to innovate.
The AMD spinoff GlobalFoundries has a fab in Dresden.
throwaway219450 7 hours ago [-]
Intel was supposed to build a fab in Magdeburg, which would have been great, but apparently the reason it was canned (2025) was they couldn't secure enough customers.
paulmist 9 hours ago [-]
IIRC Taiwan took a page out of Singapore's playbook and went all in on electrical engineering and adjecent fields. It was very much a long-term strategy. Germany probably didn't feel nearly as much pressure, and was already very strong in all industry.
dist-epoch 2 hours ago [-]
same thing that happened to Japan/US: they financialized their economy, companies moved from making things to pushing papers and outsourcing the making to China
fennecbutt 9 hours ago [-]
Memory has only really recently become lucrative. Germany still has heavy machinery, trains, drilling machines etc all of which will be needed for a long time regardless of whether the "bubble pops" or not.
tw04 9 hours ago [-]
Most of those now need memory to function. At some point it becomes a national security issue.
fennecbutt 8 hours ago [-]
That's not really a gotcha, because my train doesn't need a TB of dram.
Schiendelman 8 hours ago [-]
Heavy machinery is starting to. Computer vision for robots is a big deal, and takes quite a bit of processing power. Robotic mining, earthmoving, and even construction equipment is exactly where Germany will innovate. Not to mention drones - Rheinmetall needs DRAM...
9 hours ago [-]
neonstatic 7 hours ago [-]
The Germany fetish still going strong I see.
repler 8 hours ago [-]
Siemens?
kakacik 2 hours ago [-]
> I wonder how Germany missed the semi manufacturing train?
Socialism or more its german variant, a system that can spend much more than more capitalistic power holders can ever earn and doesn't really plan well for future. Just look at it - very protected jobs, stifling bureaucracy, very hard to fire people, brilliant folks are definitely not compensated accordingly compared to (below) average peers - more often than not they earn the same. Its not agile economy nor workforce by any means, in contrary.
The feeling that the German Way (TM) is The Right Way, regardless of situation. If it worked in the past, it will in future, right. That leads to stagnation, complacency and when competition leap frogs them by the mile, surprised puzzled looks and wondering how it all happened.
zuzululu 9 hours ago [-]
[flagged]
brcmthrowaway 7 hours ago [-]
Germany is done.
bwfan123 4 hours ago [-]
> $585B on new fabs,
This is how overcapacity happens in a commodity. The is a rush to expand capacity to meet demand, and there will be overshoot. I hope these factories are built quickly so the memory crunch eases.
dolebirchwood 9 hours ago [-]
Why humanoid? Surely there must be a superior physical form factor than one mimicking human anatomy. Is it just supposed to be more psychologically acceptable?
ElFitz 8 hours ago [-]
> Why humanoid? Surely there must be a superior physical form factor than one mimicking human anatomy.
There probably (certainly) is. But if you want to build a multi-purpose platform, you’ll soon be faced with a dumb challenge: nearly all interfaces (door knobs, taps, electric switches, cutlery, sponges, every single button out there, pillow cases, wrenches, hammers, signs…) are made for humans. Placed at human hand level. At human eye level.
Nearly all environments (houses, streets, sidewalks, factory floors, offices, toilets, bathtubs,…) are made for humans. Wide enough and tall enough (or short enough, for bathtubs) to accommodate human bodies.
So until we can find one or more form-factors superior enough to justify we adapt everything around it or them, betting that the easiest way to build a single multi-purpose platform able to do most things (and not n platforms for n+ use cases) is to borrow the shape most things are made for wouldn’t surprise me. Plus, you get a wider market.
And then, once you have happy-ish customers, figure out which of these human attributes and shapes aren’t actually needed to do the job.
numpad0 5 hours ago [-]
Those require a hand on a stick. The stick isn't so interesting. Humanoid robots are the stick part, and actually not THAT interesting.
ElFitz 3 hours ago [-]
Never said it was interesting. Just that it’s easier to sell tech that fits your customers' environments than to get customers to overhaul their environment to fit the unproven tech you want to sell them.
imtringued 1 hours ago [-]
Most fixed infrastructure like switches and buttons that can be operated with a single hand are amenable to any robot with at least one hand. We've had Sawyer demonstrations operating tools clearly designed for humans for more then a decade ago and Mobile Aloha had demonstrations showing how it can operate the switches of an elevator just fine. None of these are humanoid robots.
The moment you have mobile tools, whats the point in forcing the robot to hold them using a human hand? You can put them on a tool changer now or have a gripper that works for the specific task. Why does a robot need to hold a wrench using a humanoid hand?
>Nearly all environments (houses, streets, sidewalks, factory floors, offices, toilets, bathtubs,…) are made for humans. Wide enough and tall enough (or short enough, for bathtubs) to accommodate human bodies.
Uhm, now we're getting into stupid territory. All of those environments have flat floors. Flat floors are not an environment that are exclusively built to accommodate human bodies... The flat floor is designed for ultimate flexibility. It can be used for anything. Furniture, wheelchairs, wheeled robots, furniture on rolls, animals, and also humans.
All of the environments you've listed should preferrably be wheelchair accessible for disabled people (in terms of locomotion at least).
>So until we can find one or more form-factors superior enough to justify we adapt everything around it
Is this some kind of joke? Factories already make heavy use of UGVs and stationary robot arms and build custom end effectors for them. It's also an extreme strawman to suggest that wireless/electronic interfaces require finding a "superior form-factor" to the point that it feels insulting. There's also often an easy wheelchair accessible equivalent. E.g. a button to activate the electronic door opener at wheelchair level can still be at a comfortable height for standing people.
>And then, once you have happy-ish customers, figure out which of these human attributes and shapes aren’t actually needed to do the job.
So solve the impossible (come on you know it's hyperbole) first, only then can you build a simpler system.
I think its incredibly unreasonable to suggest that you need to solve every single problem ever encountered in human existence to be allowed to solve one much simpler problem.
redorb 9 hours ago [-]
There are just a few reasons - humanoid make sense, mostly for multi purpose tasks - where if you want a robot to be multi-job, do almost everything a human can do at work --
If you want a weld you need a 1 arm robot, if a robot to weld, then stack, then push parts on a cart across the factory - then sweep up, then etc.. etc.. perhaps a humanoid is alright.
There will definitely be too many people comfortable with ownership / master relationship with a humanoid robot that will do their bidding.
adrian_b 3 hours ago [-]
For multi-purpose tasks, human hands and arms are excellent, but only 2 are too few for many tasks. Humans very frequently need to have specialized gripping tools in order to accomplish tasks that cannot be done with only 2 arms, or they must work in pairs.
A good mobile multi-purpose robot should have 3 arms, or 4 arms for symmetry.
Human legs are normally not necessary. A mobile robot would just need some means to raise and lower its wheels, so that it could step when ascending or descending stairs.
A human head is not useful. The place for the "brain" of a robot is in its "chest", because robots do not have the limitations of living beings, where the very slow propagation speed of the nervous signals forces the nervous systems to be concentrated in the proximity of the main sense organs.
Instead of a head, one should have a couple of mobile arms with video cameras at their end, somewhat like the mobile stalks of crab eyes.
Of the components of a human, only the hands and arms are models useful to imitate. Cephalopod-like arms would be even more versatile than human-like arms, but it is likely that they would be much more expensive at similar performances.
Having the size of a human and human-like hands and arms is good for working in environments designed for humans, but having the shape of a human has no purpose.
jayd16 8 hours ago [-]
I understand the argument but its honestly ridiculous in my eyes. How about a set of arms that can reach into dishwasher and stack dishes and a washer/dryer to fold laundry... Except even without solving the bipedal movement, that doesn't exist at a consumer price point.
Why are we pretending the hardest version of this is close to existing?
Schiendelman 8 hours ago [-]
It doesn't need to be at a consumer price point first, it needs to replace a human at an existing warehouse or manufacturing role first, and that's achievable in the next two years at this point.
When you have arms that can reach into the dishwasher, you're also going to want them to put away your dishes. And so suddenly they need to get up high. And you're not going to have a SECOND set of arms at your washer/dryer to fold laundry, you're just going to buy a second DLC for your existing robot. And it needs to get between those places, so if you have stairs, wheels don't cut it. You need a bipedal robot very quickly.
imtringued 47 minutes ago [-]
Ok, so your idea is to sell a machine without software and then hand wave the software part away by saying it will be released at a later date? Sounds like a scam to me. You'll just end up with another AMD situation where the company is only interested in selling the hardware and has zero interest in developing the software, because it costs money and can only ever generate revenue by selling more hardware, which will make the hardware focused company feel vindicated in deciding to not put effort into the software.
scheme271 8 hours ago [-]
Stair climbing systems that work using wheels exist. Google stair climbing wheelchairs for a few examples.
Schiendelman 7 hours ago [-]
I am familiar, I'm a big fan of Dean Kamen's work. So far, we haven't seen a single wheeled stair climbing vacuum cleaner, even though the original iBOT is 23 years old.
That solves the horizontal mobility problem. And then you have cabinets - and wheels don't solve the vertical mobility problem. So then you need a scissor lift on those wheels, or a hydraulic lift.
The robotics nerds always end up back at bipedal because it's vastly simpler once you're already solving arms.
jayd16 8 hours ago [-]
Why not buy a second set of arms instead of legs or just a set a wheels?
Schiendelman 8 hours ago [-]
I feel like if I write two paragraphs, nobody reads the second one...
jayd16 7 hours ago [-]
Use wheels and buy two if you have to...the Roomba solution. Besides, why do you need to solve stairs the hardest way possible, a fully bipedal robot, before it moves past vapor?
rkomorn 8 hours ago [-]
Maybe they're asking what your argument against buying a second set of arms is, rather than suggesting it as a solution?
Schiendelman 7 hours ago [-]
Totally, and they ask why not wheels...
I think the key is that none of our actual home use cases can be done with just arms. You don't need your folded clothes sitting in front of your washer and dryer, and a set of arms can't handle folding sheets.
jayd16 7 hours ago [-]
Why not? I would love to have a set of arms that could flip the laundry from the washer to the dryer and then take it out of the dryer and fold it and put it in the basket.
Schiendelman 7 hours ago [-]
I understand that particular use case sounds cool! I really do.
And then you want them to put away your dishes, and they can't, even though it's just a software update, because they're across the house. And they're BIG, so you don't have room to store two anyway.
And they were $20,000, so...
stickfigure 6 hours ago [-]
Back around the turn of the (20th) century, electric motors were expensive. It was not uncommon to buy one motor that could do multiple things, like this vacuum/grinder/buffer/blower/pulley:
If we start making robot arms at scale, they're going to get cheap.
I'm also not sure people are really going to want bipedal robots walking around their home, blocking the hallways, recording you in your underwear, etc.
Schiendelman 6 hours ago [-]
Sure, an electric motor is like 10cm on a side. A set of robot arms that can fold laundry are like a 100cm cube. Most people aren't going to have space for two of them.
And the arms need cameras too...
stickfigure 5 hours ago [-]
A washer+dryer is pretty huge already. Seems like it could get some robot arms without changing the form factor dramatically.
That said, I think this is way farther off than anyone thinks. I want to know what the maintenance schedule looks like for robot arms. Looks like a lot of small moving parts. Probably a lot of plastic gears.
In an industrial setting, sure, maintenance is just an expense. But wheels require less maintenance and factories can be designed around the robots.
Retric 9 hours ago [-]
Human spaces are built for humans. Outdoors cars and quad coppers are a great form but constrained by stars, doors, and low ceiling makes them a poor fit.
Alternatively a 2 foot tall or a 20 foot tall humanoid robots aren’t particularly useful. But a good enough 5-6 foot tall humanoid robot can be swapped into an assembly line wherever a human is currently working without redesigning that workspace.
password54321 9 hours ago [-]
A lot of training data being collected is coming from people. You have companies paying people to do chores while recording themselves.
a_wild_dandan 7 hours ago [-]
Backward compatibility with current meatspace tooling.
numpad0 5 hours ago [-]
It's just Internet hype.
newsclues 8 hours ago [-]
Because you can use existing physical equipment with automation, until it’s ready for a full replacement
goretghh 9 hours ago [-]
Because it's what Elon and China say that matters. There are exceptions but Korea is not the land of creativity. At all.
paulmist 9 hours ago [-]
> “Semiconductors, physical AI, and AI data centers are the triple axis for a great leap forward.”
Not the best wording... I wonder how serious this announcement is.
winstonlee 9 hours ago [-]
It's from the president's speech. Too lazy to look up the actual text but I guess he meant "pillars", a common metaphor in East Asia. In English axis and pillar are distinct but in East Asia the line is blurry.
For example, the Japanese word 軸 (jiku) is used to mean the "axis" of a graph, but it is also used in business to mean the "core pillar/backbone" of a strategy (e.g., 経営の軸 keiei no jiku, literally "the axis of management," but conceptually "the pillar of management").
jazzyjackson 9 hours ago [-]
The speech was delivered in Korean so this is a choice by a translator. I don’t speak Korean but I asked an LLM and it says …
the phrase used is "대도약" (daedoyak), which literally means "great leap forward" or "great jump forward." This is NOT "대약진" (daeyakjin), which would be the direct translation of China's "Great Leap Forward" (大跃进).
yongjik 4 hours ago [-]
To expand a bit, even saying 대약진 _daeyakjin_ "great leap forward" wouldn't have turned many eyes, because _dae_ is just a common prefix ("great") and _yakjin_ is also a common word meaning "leap forward, push forward, improve". The word simply doesn't have the same connotation of the English phrase "Great Leap Forward", which is almost always used for the infamous Chinese movement.
If a Korean speaker wanted to talk about that Chinese movement, they'd use the full name, 대약진운동 (大跃进运动): the great leap forward movement.
summerlight 9 hours ago [-]
Looks like a lazy translation; the president used a word "대도약" while the Chinese campaign that you're referring is translated into "대약진운동".
Mistletoe 7 hours ago [-]
Top signal.
9 hours ago [-]
oliwarner 2 hours ago [-]
What's the run-up time on a RAM fab? 5-10 years?
yalogin 9 hours ago [-]
Why is the whole world jumping on to humanoid robots? What am I not seeing that requires this level of investment in it?
Also the technology carries over to defense purposes
And then there’s the fact that tremendous investment is going into all things AI, and now hard tech
kart23 8 hours ago [-]
automating repetitive physical work doesn’t appeal to you?
scheme271 8 hours ago [-]
Sure, but I'm not sure humanoid robots is the best form factor for this. E.g. something with a wheeled base makes movement calculations a lot easier since you don't need to deal with balance while moving.
Miraltar 20 minutes ago [-]
But it needs more space to maneuver, a mostly flat ground, can't step over anything... It's simpler but less adaptable
DennisP 8 hours ago [-]
For the optimistic case, read this piece by RethinkX:
(Fwiw, >20 years ago RethinkX correctly projected the exponential cost declines of solar and batteries, when everybody else was drawing straight lines.)
dgellow 1 hours ago [-]
> RethinkX correctly projected the exponential cost declines of solar and batteries, when everybody else was drawing straight lines
That’s not at all what I remember, what are you basing that claim on?
imtringued 37 minutes ago [-]
Your "Fwiw" feels meaningless and hollow. The fact that there are stupid people out there, doing stupid things does not make you a savant just because you didn't make the same mistake.
This person clearly hasn't spent much time educating themselves how high volume manufacturing works, nor have they spent much time on flexible manufacturing systems either.
The entire article boils down to "Humanoids! Humanoids! HUMANOIDS!"
protocolture 5 hours ago [-]
> Humanoid robots will enter the market at a cost-capability of under $10/hour for their labor, on a trajectory to under $1/hour before 2035 and under $0.10/hour before 2045.
I dont see it, unless this is an expectation that a robot will work for 50 years without maintenance at capex.
Why doesnt a comparable tool, like an excavator, work with this math? Why arent they 100 times cheaper to run than 20 years ago? Excavators can cost 50 - 100k pa in maintenance and fuel costs.
Why does creating a multifunction tool, with even finer tolerances, working in human safe workspaces cost less?
pingou 2 hours ago [-]
Because supposedly they would repair themselves or be repaired by other robots, and energy would cost less and less, anything would cost less and less if work is increasingly done by robots than can be improved year after year.
4 hours ago [-]
Aerroon 8 hours ago [-]
All current jobs have human input and output interfaces. If you want to sell new technology then it will be easiest to accommodate the already existing infrastructure.
cesarvarela 6 hours ago [-]
The expected value is "infinite".
8 hours ago [-]
stogot 8 hours ago [-]
They can sell “employees” who don’t require salaries, onboarding, healthcare, 401k, benefits, etc and then leave after two years of being lazy and try to sue you. (This is how it will be marketed)
anigbrowl 8 hours ago [-]
Economies like South Korea and Japan have a drastic population deficit that means there are simply not enough people around to perform many kinds of manual labor tasks.
SecretDreams 8 hours ago [-]
Sex bots and disposable police. This is basically the future in every dystopian SciFi these politicians and oligarchs grew up watching. This is just living out fantasy.
razorbeamz 2 hours ago [-]
What is the big push for humanoid robots? We make non-humanoid robots because they're better at doing things than humanoid robots are.
logicchains 12 minutes ago [-]
>We make non-humanoid robots because they're better at doing things than humanoid robots are.
They're only better at some things, and some they can't do at all. If there's going to be a mass market for household robots, people are going to want a robot that can clean their toilet, read a book to their kids, unblock their kitchen sink, and climb a ladder onto the roof to get leaves out of their gutter, not a separate robot for each job. Any non-humanoid robot would struggle to do everything around the house that a human can do.
kakacik 2 hours ago [-]
musk does it, so it must be good (TM), or something about cargo culting
imtringued 44 minutes ago [-]
I generally don't like the phrase cargo culting, but building a humanoid robot is probably the ultimate form of cargo culting.
The idea is this: You build a robot in the shape of a human with the hope that by building the robot well enough in the image of humans, it will become sentient and intelligent on its own.
That is literally the pitch of every single humanoid robot company on the planet.
aussieguy1234 8 hours ago [-]
South Korea is facing a serious demographic crisis, in the not too distant future it'll be a country of mostly elderly folk. I'd be interested to know if this investment has anything to do with this, since robots may be needed in the absence of young able bodied folk.
It's crazy how much 1at could improve QOL for their citizens and also improve and diversify their economy. Alas, they're just going to subsidize ram prices for everyone when this current cycles goes from boom to bust.
danipark 8 hours ago [-]
Since this money belongs to Samsung and Hynix, it cannot be used for charitable activities. However, it is much better to build new cities, semiconductor factories, and power plants than to pay dividends to shareholders. The construction industry is one of the easiest ways to stimulate the economy.
yieldcrv 9 hours ago [-]
Better spend it now, people won’t need greater than 1.5tr parameter models
and battery powered consumer devices will be able to run those and lower sufficiently capable models by then, distributing the need for compute away from capital projects
the glut will be enormous
yes, immortalize this phrase just like the 640kb ram phrase, I’ll stand by it
busymom0 9 hours ago [-]
> 1.5tr parameter models
Curious, what's this based off of?
ETH_start 7 hours ago [-]
What's incredible is how much resistance there is in the U.S. to do what for other countries is the obvious strategy forward. The U.S. — after decades of seeing manufacturing being outsourced — suddenly has an incredible advantage in data centers that is producing onshore facilities that are adding hundreds of billions of dollars in annual export revenue, and instead of there being a united front to maximize that advantage, there are huge obstacles being thrown in the way of the companies, administration and the state governments leading the data center expansion campaign, with Sanders and AOC calling for a national data center moratorium.
Memory chips are like groceries, essential commodity parts, a no-nonsense investment. Humanoid robots are like dance lessons, it is cool, it is sexy, and it may pay off in the future, but the value is much less certain.
[1] https://www.youtube.com/watch?v=hmtQPrH-gC4
We don't know the violations of the physical Church-Turing thesis that are conductive for machine learning. We don't have evidence for their existence in the brain (although, the brain would be the prime candidate for finding them as evolution works directly with the true physical laws).
BTW, large ANNs don't try to model how the brain does things. They are trying to mimic what the brain does. So, using "how many transistors/artificial neurons it takes to model a biological neuron" is not a good approach.
We have no evidence. We even have no solid theories how this can work (Penrose's OrchOR is "OrchOR somehow taps into mathematical knowledge somehow encoded into the structure of spacetime"). But people, for some reason, insist that there should be something there. I can't attribute it to anything else but to deeply entrenched feeling of human exceptionalism.
We also don't yet know how to be as efficient with training examples as any living creatures' brain, and we only partially make up for this by training on so many examples it would take you a million or so years to do the same, so we'd still stuggle with something proportionally smaller-brained such as a cat.
That said, remote controlled androids are going to be economically disruptive, as they make every (unlicensed) job open to outsourcing from an office in a low wage country.
More basic movement control doesn't need loads of ram as far as I know.
The larger the context window, the better with models. Having a few TB of RAM would be exceptionally helpful.
All this just made me realise something however. Having your robot dormant and charging, is a bit of a waste. You could have robots dormant, but its compute in use to act as a compute node. If the distribution of robots is similar world-wide, we'd need a fraction of the datacenters we have now.
Using such nodes for training purposes would be beyond advantageous. And the company which can slice up the work and having training done in batches would get the big bucks. And actually, with consumer facing products soon all laden with extra ram and gpu for local compute, that applies there too.
Imagine leasing out idle time on your desktop or even laptop for cash. There may be a market here, especially with the cost of new datacenters. Any company able to securely package compute without risking data safety is going to make a mint.
Anyone have any ideas?
I don't think you understood my post. The equivalent of self-driving is the movement control I was talking about.
Self-driving cars don't have high level logic, except for route planning. Which often is offloaded to the cloud. An extra 30 milliseconds on understanding your speech is nothing.
> Imagine leasing out idle time on your desktop or even laptop for cash.
https://vast.ai/
The same is true with an android. Imagine it turning on an frying pan, cooking dinner, and then going offline part way through. Or turning on a tap to wash something, and going offline while the sink overflows and destroys the house.
There are myriad of such scenarios, but local compute is absolutely, 100% necessary. Anyone betting the farm on putting network controlled devices into homes for any serious task is going to lose their shirt. Local compute is an absolute requirement, and a few TB of RAM and local compute will be nothing over the scope of this discussion (a few years minimum, just to build and kick off all these new fabs).
By the time these fabs are online, expect most smart phones to have 1TB of RAM and significant llm capable compute (gpu or other custom silicon). I would be astonished if flagship model phones in 2030 weren't sold with 1TB RAM. Note I'm saying flagship, there will be of course economy models as always. Certainly laptops will be sold in multi-TB RAM configs.
I think AI is what could make humanoids turn from parlor tricks to huge amounts of utility, but we're really going to have to see how it plays out in the next 5-10 years.
This is something people refuse to understand. The shape of the robot changes absolutely nothing about robot intelligence unless it abandons the basic concept of joints and links. Continuum robots are very difficult to control but they are also incredibly niche.
They're pretty good at helping themselves. Close to where I used to live in Bavaria we had a pilot project of communal living for the elderly in a community of about a hundred people that included people with quite severe conditions such as dementia.
Medical and care personell routinely checked in but they were largely self sufficient and did a remarkably job of taking care of themselves, maybe most importantly the were happy and quite dignified, something I cannot imagine is the case when your only contact is a humanoid robot.
Of course in an age where every solution is yet another technology rethinking social life isn't very high up the list.
> The wide availability of commodities typically leads to smaller profit margins and diminishes the importance of factors (such as brand name) other than price.
I'm not aware of many commodities which have only 3 world-wide sellers.
They need a solution to their plummeting birthrates which are officially worse than either China’s or Japan’s
I forgot, they also had ASML, freaking next door!
Japan has an even sadder story. They were the DRAM top dog for a very long time. South Korea entirely ate their lunch.
[1] https://en.wikipedia.org/wiki/Qimonda
[1] https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-...
Absolutely, Germany essentially abandoned its position in industrial leadership solely due to neoliberal ideology. Just compare the trajectories of Germany and China in the last 20 years. One country planned and implemented a proper industrial policy, the other hummed and hawed about the infallibility of the market and thus essentially just gave up.
Reminded of Matt Yglesias’s excellent headline from 2010: Angela Merkel Lucky the Bar for “Worst German Leader” is Very High
She literally licked putin's boots well into Ukraine war and still thinks licking his ass is the correct course to solve war in Ukraine (which started 2014 and it was pretty nasty already back then, the world just didn't care also thanks to her).
She is by far the biggest catastrophe modern Europe encountered after Hitler. She helped remove any proper fighting chance for the top dog Europe had for 21st century. She singlehandedly caused proper hate against EU in large parts of (not only) eastern EU population, and hence the rise of populist left or right wing politicians whose whole success story was just point at her failings and criticize, enough to get 20-30% of the votes and even win elections, repeatedly. She literally made people like Orban or Fico.
She still admits no mistakes, even wants to become german president. How effin' out of touch with reality she is.
My best guess is that the connecting train was operated by the Deutsche Bahn
In other words, it's an industry where you have to grind white-collar workers as if they were blue-collar laborers.
A lot of the processes are automated, but at the points where automation hasn't reached, there are quite a few things that are genuinely complex to handle.
Mainland China also has the 996 schedule for office workers purely as a cargo cult ritual, forcing people to sit at a desk at midnight and pantomime doing work.
As for the 996 culture, I agree to some extent. My Chinese friends hated it too. But in China, there's this thing called neijuan (involution / the rolled up scroll). there are just so many job seekers that people are forced to endure it. What neijuan means here is "Eating one's own flesh" basically knowing that this competition is damaging to everyone involved but doing it anyway.
When New Mexico and Germany had fabs, South Korea was still a developing country ruled by a brutal dictatorship.
What happened was simple - both Taiwan and South Korea and now China took concerted steps in investing into their semiconductors businesses. South Korea did this indirectly through favourable arrangements for the industry players via the chaebol system, while China and Taiwan did this with more direct government investment into the industry.
Sure, you can't just dump money into the industry and become a semiconductor player, else the Middle Eastern countries would have tried that ages ago. Yes, the talent being locally present is important but you're once again bringing up tired tropes about Asian working culture as being relevant.
There's a story in one of Feynman's memoir where he figures out that pausing the live system and debugging its physical RAM stack is turning out to be more time consuming than simply scheduling a new corrected task, on some particular 1940s mechanical supercomputer he was assigned to as a tech. It might not have taken Feynman to notice that, but you can assign Feynman for that, and it worked for the Manhattan project.
The parent comment isn't (just) reiterating the tired tropes, but pointing out that East Asia has an "educational base" similar to industrial base that supports its high tech. I don't think that much is so strange way of thinking. The state of ME countries(maybe except Iran) soft proves it - they don't believe in such a thing. And they don't have a semiconductor industry. Pure coincidence? I doubt it.
(And on "This isn't about Asian superiority — it's actually pointing out something bad about Asia." from jdw64, yuuup 100% it is quad plus bad - IMO a thing about East Asia is that there's zero inter-national mobility due to the notoriously high language barrier, so competitions are closed to within borders, and the bar just drift skywards indefinitely because of that. There was a massive domestic hiring freeze in Japan during the 90s that made "janitors with a PhD" actually not so rare, but none of them hit the global labor market or started companies - the Japanese bar for janitors just went up to PhDs. It is said that success of Japanese 7-11 was partially attributable to that event, that, when you happen to have all the cashiers manned 24/7 with top scientists, you can just throw million different tasks and they can handle it perfectly, put aside whether they're happily doing it)
You brought up the New Mexico story quite well, but that place is notorious for the exploitation of Navajo women's labor. In the first place, the factory was occupied and shut down by the American Indian Movement. You know full well that this is a story about the exploitation of Native Americans, so why are you bringing it up like that?
The history of Shiprock itself is, at its core, a history of "cheap, obedient labor." You frame it only as state-led investment, but the reality is that the culture behind it is complex.
What my post is pointing out is not that "Asian culture is superior." What I'm pointing out is the harsh working conditions in Asia — where working hours are extremely long, and even highly educated workers are inevitably subjected to grueling hours. Why do you think TSMC's Arizona fab in the U.S. keeps getting delayed? The U.S. invested money through the CHIPS Act, but American engineers refuse to accept the "military-style 24/7 on-call readiness and brutal shift work" that exists in Taiwan. TSMC founder Morris Chang himself has pointed this out before.
What I'm saying is that the educational infrastructure is so well-established that it's easy to produce a large supply of highly educated workers, and that these highly educated workers then have to be submissive to inhumane working conditions. This isn't about Asian superiority — it's actually pointing out something bad about Asia. But from the context of your comment, it seems like you misunderstood me as saying "Asian work culture is superior" and replied based on that assumption. That was never my intention.
Before you leave a comment, I'd ask you to show some basic respect to others.
There are plenty of places with highly educated cheap workforces who work hard. Eastern European culture is almost identical down to the whole "tiger mom" stereotype.
And there are numerous counter examples: Ireland has a huge semiconductor industry: https://www.siliconrepublic.com/careers/semiconductor-compan...
The US is full of the "military-style 24/7 on-call readiness and brutal shift work" - at the high end silicon valley is built on this, and at the low end every single non-unionized factory is this.
TSMC has never built a fab outside Taiwan. Of course there will be problems.
As you said, if it were just about labor, other countries would probably have some supply of it as well. But in the case of Eastern Europe, there was likely American pushback against the European continent. As you know, semiconductors today can't be made entirely by a single entity. They're connected through a chain of trust. If Europe were to move beyond just producing semiconductor equipment and start directly manufacturing semiconductors through fabs, it would easily become a competitor to the U.S. rather than a supply chain partner.
In fact, the semiconductor chain is deliberately fragmented so that no single player can monopolize it.
On top of that, the U.S. is using South Korea and Taiwan to contain China. Under the ideology of protecting foundries from Chinese aggression and industrial attacks, the U.S. is sending the signal that it can cut off the supply chain. Eastern Europe, on the other hand, is tied up with the EU, making it much harder for the U.S. to control.
In the end, what matters when the consumer nation, the U.S., outsources production is how securely it can relocate it. Look at what happened to Japan's semiconductor industry. It was crushed through the 1986 agreement. The U.S. simply does not tolerate the emergence of an independent manufacturing hub that possesses sovereign economic power.
What matters is whether the U.S. can maintain control while keeping the price low.
https://www.citizenstrade.org/ctc/wp-content/uploads/2011/05...
Socialism or more its german variant, a system that can spend much more than more capitalistic power holders can ever earn and doesn't really plan well for future. Just look at it - very protected jobs, stifling bureaucracy, very hard to fire people, brilliant folks are definitely not compensated accordingly compared to (below) average peers - more often than not they earn the same. Its not agile economy nor workforce by any means, in contrary.
The feeling that the German Way (TM) is The Right Way, regardless of situation. If it worked in the past, it will in future, right. That leads to stagnation, complacency and when competition leap frogs them by the mile, surprised puzzled looks and wondering how it all happened.
This is how overcapacity happens in a commodity. The is a rush to expand capacity to meet demand, and there will be overshoot. I hope these factories are built quickly so the memory crunch eases.
There probably (certainly) is. But if you want to build a multi-purpose platform, you’ll soon be faced with a dumb challenge: nearly all interfaces (door knobs, taps, electric switches, cutlery, sponges, every single button out there, pillow cases, wrenches, hammers, signs…) are made for humans. Placed at human hand level. At human eye level.
Nearly all environments (houses, streets, sidewalks, factory floors, offices, toilets, bathtubs,…) are made for humans. Wide enough and tall enough (or short enough, for bathtubs) to accommodate human bodies.
So until we can find one or more form-factors superior enough to justify we adapt everything around it or them, betting that the easiest way to build a single multi-purpose platform able to do most things (and not n platforms for n+ use cases) is to borrow the shape most things are made for wouldn’t surprise me. Plus, you get a wider market.
And then, once you have happy-ish customers, figure out which of these human attributes and shapes aren’t actually needed to do the job.
The moment you have mobile tools, whats the point in forcing the robot to hold them using a human hand? You can put them on a tool changer now or have a gripper that works for the specific task. Why does a robot need to hold a wrench using a humanoid hand?
>Nearly all environments (houses, streets, sidewalks, factory floors, offices, toilets, bathtubs,…) are made for humans. Wide enough and tall enough (or short enough, for bathtubs) to accommodate human bodies.
Uhm, now we're getting into stupid territory. All of those environments have flat floors. Flat floors are not an environment that are exclusively built to accommodate human bodies... The flat floor is designed for ultimate flexibility. It can be used for anything. Furniture, wheelchairs, wheeled robots, furniture on rolls, animals, and also humans.
All of the environments you've listed should preferrably be wheelchair accessible for disabled people (in terms of locomotion at least).
>So until we can find one or more form-factors superior enough to justify we adapt everything around it
Is this some kind of joke? Factories already make heavy use of UGVs and stationary robot arms and build custom end effectors for them. It's also an extreme strawman to suggest that wireless/electronic interfaces require finding a "superior form-factor" to the point that it feels insulting. There's also often an easy wheelchair accessible equivalent. E.g. a button to activate the electronic door opener at wheelchair level can still be at a comfortable height for standing people.
>And then, once you have happy-ish customers, figure out which of these human attributes and shapes aren’t actually needed to do the job.
So solve the impossible (come on you know it's hyperbole) first, only then can you build a simpler system.
I think its incredibly unreasonable to suggest that you need to solve every single problem ever encountered in human existence to be allowed to solve one much simpler problem.
If you want a weld you need a 1 arm robot, if a robot to weld, then stack, then push parts on a cart across the factory - then sweep up, then etc.. etc.. perhaps a humanoid is alright.
There will definitely be too many people comfortable with ownership / master relationship with a humanoid robot that will do their bidding.
A good mobile multi-purpose robot should have 3 arms, or 4 arms for symmetry.
Human legs are normally not necessary. A mobile robot would just need some means to raise and lower its wheels, so that it could step when ascending or descending stairs.
A human head is not useful. The place for the "brain" of a robot is in its "chest", because robots do not have the limitations of living beings, where the very slow propagation speed of the nervous signals forces the nervous systems to be concentrated in the proximity of the main sense organs.
Instead of a head, one should have a couple of mobile arms with video cameras at their end, somewhat like the mobile stalks of crab eyes.
Of the components of a human, only the hands and arms are models useful to imitate. Cephalopod-like arms would be even more versatile than human-like arms, but it is likely that they would be much more expensive at similar performances.
Having the size of a human and human-like hands and arms is good for working in environments designed for humans, but having the shape of a human has no purpose.
Why are we pretending the hardest version of this is close to existing?
When you have arms that can reach into the dishwasher, you're also going to want them to put away your dishes. And so suddenly they need to get up high. And you're not going to have a SECOND set of arms at your washer/dryer to fold laundry, you're just going to buy a second DLC for your existing robot. And it needs to get between those places, so if you have stairs, wheels don't cut it. You need a bipedal robot very quickly.
That solves the horizontal mobility problem. And then you have cabinets - and wheels don't solve the vertical mobility problem. So then you need a scissor lift on those wheels, or a hydraulic lift.
The robotics nerds always end up back at bipedal because it's vastly simpler once you're already solving arms.
I think the key is that none of our actual home use cases can be done with just arms. You don't need your folded clothes sitting in front of your washer and dryer, and a set of arms can't handle folding sheets.
And then you want them to put away your dishes, and they can't, even though it's just a software update, because they're across the house. And they're BIG, so you don't have room to store two anyway.
And they were $20,000, so...
https://www.youtube.com/watch?v=rw_8FWJuSho
If we start making robot arms at scale, they're going to get cheap.
I'm also not sure people are really going to want bipedal robots walking around their home, blocking the hallways, recording you in your underwear, etc.
And the arms need cameras too...
That said, I think this is way farther off than anyone thinks. I want to know what the maintenance schedule looks like for robot arms. Looks like a lot of small moving parts. Probably a lot of plastic gears.
In an industrial setting, sure, maintenance is just an expense. But wheels require less maintenance and factories can be designed around the robots.
Alternatively a 2 foot tall or a 20 foot tall humanoid robots aren’t particularly useful. But a good enough 5-6 foot tall humanoid robot can be swapped into an assembly line wherever a human is currently working without redesigning that workspace.
Not the best wording... I wonder how serious this announcement is.
For example, the Japanese word 軸 (jiku) is used to mean the "axis" of a graph, but it is also used in business to mean the "core pillar/backbone" of a strategy (e.g., 経営の軸 keiei no jiku, literally "the axis of management," but conceptually "the pillar of management").
the phrase used is "대도약" (daedoyak), which literally means "great leap forward" or "great jump forward." This is NOT "대약진" (daeyakjin), which would be the direct translation of China's "Great Leap Forward" (大跃进).
If a Korean speaker wanted to talk about that Chinese movement, they'd use the full name, 대약진운동 (大跃进运动): the great leap forward movement.
China: https://upload.wikimedia.org/wikipedia/commons/f/f8/Populati...
Japan: https://upload.wikimedia.org/wikipedia/commons/2/2e/Japan_po...
South Korea: https://upload.wikimedia.org/wikipedia/commons/4/4a/South_Ko...
United States: https://upload.wikimedia.org/wikipedia/commons/c/c9/US_Popul...
Europe: https://upload.wikimedia.org/wikipedia/commons/8/86/Europe_p...
Also the technology carries over to defense purposes
And then there’s the fact that tremendous investment is going into all things AI, and now hard tech
https://www.rethinkx.com/blog/rethinkx/the-disruption-of-lab...
(Fwiw, >20 years ago RethinkX correctly projected the exponential cost declines of solar and batteries, when everybody else was drawing straight lines.)
That’s not at all what I remember, what are you basing that claim on?
This person clearly hasn't spent much time educating themselves how high volume manufacturing works, nor have they spent much time on flexible manufacturing systems either.
The entire article boils down to "Humanoids! Humanoids! HUMANOIDS!"
I dont see it, unless this is an expectation that a robot will work for 50 years without maintenance at capex.
Why doesnt a comparable tool, like an excavator, work with this math? Why arent they 100 times cheaper to run than 20 years ago? Excavators can cost 50 - 100k pa in maintenance and fuel costs.
Why does creating a multifunction tool, with even finer tolerances, working in human safe workspaces cost less?
They're only better at some things, and some they can't do at all. If there's going to be a mass market for household robots, people are going to want a robot that can clean their toilet, read a book to their kids, unblock their kitchen sink, and climb a ladder onto the roof to get leaves out of their gutter, not a separate robot for each job. Any non-humanoid robot would struggle to do everything around the house that a human can do.
The idea is this: You build a robot in the shape of a human with the hope that by building the robot well enough in the image of humans, it will become sentient and intelligent on its own.
That is literally the pitch of every single humanoid robot company on the planet.
More info: https://www.youtube.com/watch?v=Ufmu1WD2TSk
and battery powered consumer devices will be able to run those and lower sufficiently capable models by then, distributing the need for compute away from capital projects
the glut will be enormous
yes, immortalize this phrase just like the 640kb ram phrase, I’ll stand by it
Curious, what's this based off of?