Hacker News new | ask | show | jobs
by fartcannon 1796 days ago
This is lunacy. The first country/company to replace human labour with general bipedal robots, will reap wealth beyond imagination. The short sitedness is astonishing, if you ask me.

I genuinely believe how we as a society act once human labour is replaced is first aspect of the great filter.

8 comments

We are decades away from being able to build a general bipedal robot that can snake out a plugged toilet or dig a trench or nail shingles to a roof. It's just not a rational goal yet. Aim lower.
And we're further away since nobody bought Schaft from Google, and Schaft was shut down. They had the best humanoid.

But so many of the little problems have been solved. Batteries are much better. Radio data links are totally solved. Cameras are small and cheap. 3-phase brushless motors are small and somewhat. Power electronics for 3-phase brushless motors is cheap. 3D printing for making parts is cheap.

I used to work on this stuff in the 1990s. All those things were problems back then. Way too much time spent on low-level mechanics.

You can now get a good legged dog-type robot for US$12K, and a good robot arm for US$4K. This is progress.

Where can you get a good legged dog-type robot for US$12K? Because Spot is much more expensive..
Unitree A1
Interesting. Never heard of them. Maybe they should do more marketing videos like Boston Dynamics :)
Do you mind sharing the arm you had in mind as well?
I basically agree.

I'd just note that "decades away" means "an unforeseeable number of true advances away" - which could mean ten years or could mean centuries.

And private companies can't throw money indefinitely at problems others have been trying to solve and failing at. They can it once and a while but that's it.

And, that's why US companies can't do robotics. Same reason we couldn't beat the Taliban
This is correct. Right now our best and brightest can only build demos that fall apart the moment something is out of place. Humanoid or even partial humanoid (wheeled base) robots are far from ready for general purpose deployment.
There are no mechanisms in place for the generated wealth to benefit the replaced people, the wealth will go mainly to vanishingly few persons self selected to be okay with gross economic inequality.

We have been at this since at least the dawn of the industrial revolution and do not have it right yet. Backing off and taking it slow now to let some cultural adjustments happen is a responsible step.

My cultural norms are repulsed by the thought of me not working as much as possible, it is how I expect my value to society to be gauged (and rewarded).

This line of reasoning will be (is) obsolete and we need another in its place globally.

I hope some may have better ideas of what these new cultural norms should look like than I with my too much traditional indoctrination.

I only know what I will not have it look like; humanity as vassals of non corporeal entities or elites.

There are no mechanisms in place for the generated wealth to benefit the replaced people, the wealth will go mainly to vanishingly few persons self selected to be okay with gross economic inequality.

That hasn't stopped the march of progress so far. Conveniently (or not), humanoid robots do not appear likely for the foreseeable future. But keep worrying, the problem you list are appearing in other fashions anyway.

AI will impact productivity but not replace humans. We have the needs and wants, AI lends our goals, it has none of its own. We'll expand our desires to match the increased abilities and remain as busy as always. We can't even begin to imagine the future applications, and that's where most of the work will be.

The ability to train huge models does not belong to a single entity and many of these models get shared with everyone. So you can right now type "import transformers" and have thousands of trained models at your fingertips. All these toys are ours (thanks to important work done for free by some of us) we just need imagination to use them.

> The first country/company to replace human labour with general bipedal robots, will reap wealth beyond imagination.

Humans ARE genral bipedal robots. The price of these robots is determined by the minimum wage.

I totally agree. I worked at a robotics company about a decade ago, and I was familiar with the people at Willow garage.

Robotics research is going to be extremely binary. It's expensive and frustrating, and there's little use for it until it works as well as human labor, which is a high bar.

But, once that Rubicon is crossed, I believe there will be a sort of singularity in that space. It's related to but somewhat orthogonal to the singularity that's prognosticated for g a i.

> replace human labour with general bipedal robots

No need for bipeds, car factories employ dumb robot arms, no humans needed. Not very general purpose robots though.

The first country/company to create robots that can be instructed similar to a humans to do any job will indeed have great benefits, but how long until that happens? Not within any amount of time that an investor wants to see. I'm unsure if I will ever see that in my life (counting on ~60 years to go still maybe?)

One thing that struck me recently was that the famous imagenet competition that was won by a neural net took place in 2012. So we have made fantastic advances in ten years. But I'd still say at best robots like you describe are 20 years away, and that's a long time horizon for a small organization.
Has robotics had such an 'ImageNet moment'? Nothing springs to mind, just slow advancement over decades.

If suddenly robot manipulators could grasp any object, operate any knob/switch, tie knots, manipulate cloth, with the same manipulator, on first sight, that would be quite a feat.

But then there's still task planning which is a very different topic. And ... and .... So much still to develop for generally useful robots.

Not yet. I have a four wheel drive robot I designed with four 4k cameras feeding in to an Nvidia Jetson Xavier. [1]

Just getting it to navigate itself using vision would mean building a complex system with a lot of pieces (beyond the most basic demo anyway). You need separate neural nets doing all kinds of different tasks and you need a massive training system for it all. You can see how much work Tesla has had to do to get a robot to safely drive on public roads. [2]

From where I am sitting now, I think we are making good inroads on something like an "Imagenet moment" for robots. (Well, I should note that I am a robotics engineer but I mostly work on driver level software and hardware, not AI. Though I follow the research from the outside.)

It seems like a combination of transformers plus scale plus cross domain reasoning like CLIP [3] could begin to build a system that could mimic humans. I guess as good as transformers are we still haven't solved how to get them to learn for themselves, and that's probably a hard requirement for really being useful in the real world. Good work in RL happening there though.

Gosh, yeah, this is gonna take decades lol. Maybe we will have a spark that unites all this in one efficient system. Improving transformer efficiency and achieving big jumps in scale are a combo that will probably get interesting stuff solved. All the groundwork is a real slog.

[1] https://reboot.love/t/new-cameras-on-rover/277

[2] https://www.youtube.com/watch?v=hx7BXih7zx8

[3] https://openai.com/blog/clip/

I am a researcher on the AI/Systems side and I wanted to chime in. Transformers are amazing for language, and have broken all the SOTA is many areas (at the start of the year, some people may have wondered if CNNs are dead [they are not as I see it]). The issue with Transformer models is the insane amount of data they need. There is some amazing progress on using unsupervised methods to help, but that just saves you on data costs. You still need an insane about of GPU horsepower to train these things. I think this will be a bottleneck to progress. The average university researcher (unless from tier 1 school with large funding/donors) are going to pretty much get locked out. That basically leaves the 5-6 key corporate labs to take things forward on the transformer front.

RL, which I think this particular story is about, is an odd-duck. I have papers on this and I personally have mixed feelings. I am a very applications/solutions-oriented researcher and I am a bit skeptical about how pragmatic the state of the field is (e.g. reward function specification). The argument made by the OpenAI founder on RL not being amenable to taking advantage of large datasets is a pretty valid point.

Finally, you raise interesting points on running multiple complex DNNs. Have you tried hooking things to ROS and using that as a scaffolding (I'm not a robotics guy .. just dabble in that as a hobby so curious what the solutions are). Google has something called MediaPipe, which is intriguing but maybe not what you need. I've seen some NVIDIA frameworks but they basically do pub-sub in a sub-optimal way. Curious what your thoughts are on what makes existing solutions insufficient (I feel they are too!)

Great comment thank you.

Yes unless the industry sees value in a step change in the scale on offer to regular devs, progress on massive nets will be slow.

Hooking things together is pretty much my job. I have used ROS extensively in the past but now I just hook things together using python.

But I consider what Tesla is doing to be pretty promising, and they are layering neural nets together where the output of three special purpose networks feed in to one big one etc. They call that a hydra net. No framework like ROS is required because each net was trained in situ with the other nets on the output of those nets, so I believe all compute logic is handled within the neural network processor (at some point they integrate standard logic too but a lot happens before that). Definitely watch some Karpathy talks on that.

And currently I am simply not skilled enough to compose multiple networks like that. So I could use multiple standalone networks, process them separately, and link them together using IPC of some kind, but it would be very slow compared to what's possible. That's why I say we're "not there yet". Something like Tesla's system available as an open source project would be a boon, but the method is still very labor intensive compared to a self-learning system. It does have the advantage of being modular and testable though.

I probably will hand compose a few networks (using IPC) eventually. I mean right now I am working on two networks - an RL trained trail following network trained in simulation on segmentation-like data (perhaps using Dreamer V2), and a semantic segmentation net that is trained on my hand labeled dataset with "trail/not-trail" segmentation. So far my segmentation net works okay. And a first step will actually be to hand-write an algorithm to go from segmentation data to steering. My simulation stuff is almost working. I built up a training environment using Godot video game engine and hacked the shared memory neural net training add on to accept image data, but when I run the sim in training on DreamerV2, something in the shared memory interface crashes and I have not resolved it. [1]

But all of this is a hobby and I have a huge work project [2] I am managing myself that is important to me, so the self driving off road stuff has been on pause. But I don't stress about it too much because the longer I wait, the better my options get on the neural network side. Currently my off road rover is getting some mechanical repairs, but I do want to bring it back up soon.

[1] https://github.com/lupoglaz/GodotAIGym/issues/15

[2] https://community.twistedfields.com/t/a-closer-look-at-acorn...

I thing we might get biobots faster than mechanical ones. With recent advancements it seems that reusing biological hardware is simpler with our current software capabilities.
Imagine that there only needs to be ten people to “run the world”. What is the population size going to be then? Ten? As large as possible? Somehow it seems that the way we’re headed, it’ll be ten plus some administrative overhead.
The way we're headed it'll be billions in misery and dozens in luxury.
You might be right long term - but think about it short term. Labor in low cost countries is very cheap. A few thousand a year. Unless you can build these machines for low 10's of thousands and maintain them for 100's per year, the economics won't work. Construction robots might be a good counter example because you can't offshore them.
If robots are doing all the work how will people make money to buy the stuff the robots make? Is Jeff Bezos going to own the whole world or are we going to have another French revolution?
We should really endeavor to build collectively owned institutions that can purchase and operate the robots (and physical space) we depend on.

EDIT: Imagine the "credit unions" I mention in the following linked comment, but holding homes and manufacturing space to be used by members. https://news.ycombinator.com/item?id=27860696