Are robotics bottlenecked on hardware or software?

post by tailcalled · 2023-03-21T07:26:52.896Z · LW · GW · 2 comments

This is a question post.

Contents

  Answers
    5 Dagon
    3 AnthonyC
    2 Steven Byrnes
    2 joseph_c
    2 the gears to ascension
    1 Going Durden
None
2 comments

For a while I've had the cached thought that robotics are bottlenecked on hardware, but then someone at a rationalist meetup recently claimed that they were bottlenecked on software, and I ended up realizing that I don't really know the answer.

Answers

answer by Dagon · 2023-03-21T15:29:50.333Z · LW(p) · GW(p)

Neither.  Robots are bottlenecked on ROI, and the fact that humans remain massively cheaper than robots for many jobs, both on average and on the current margins.  

Software has a pretty short ramp to profitability - even when it's not obvious exactly how it'll pay off, there are so many applications that simply couldn't be done before that something is going to work.

Hardware has a longer ramp, and needs more clarity of payback before starting.  

Also, software benefits from generality much more than hardware does.  The tradeoffs in complexity and maintenance for software get overwhelmed by more use cases.  Those same tradeoffs in hardware make it vulnerable on all fronts to purpose-built machinery that does fewer jobs, but does them much more cheaply or reliably.

comment by tailcalled · 2023-03-21T16:20:53.070Z · LW(p) · GW(p)

This sounds like you are describing robotics being bottlenecked on hardware to me.

Replies from: Dagon
comment by Dagon · 2023-03-21T18:56:53.064Z · LW(p) · GW(p)

Yeah, I am.  But more bottlenecked on cost and flexibility (ability to shift from use case to use case) than directly on capability.

answer by AnthonyC · 2023-03-24T14:57:58.161Z · LW(p) · GW(p)

I don't think these are independent. If you had perfect software to control it, you could deploy relatively cheap hardware to do all sorts of tasks very well. But since we don't have that, we need things like higher performing sensors to increase data quality, soft or custom manipulators to protect what the robot interacts with, and controlled operating environments to reduce errors and protect nearby humans.

answer by Steven Byrnes · 2023-08-01T13:36:41.376Z · LW(p) · GW(p)

I say they’re bottlenecked on software (or at least, that the right software would be sufficient to unlock widespread robotics). I was chatting with someone about it here [LW(p) · GW(p)]. I think human-teleoperated robots are a very relevant point of reference. They exist, and they are not very expensive compared to human salaries (despite currently very low volumes), and they are extremely capable compared to how we think of robots today—e.g. they can fold sheets, move boxes, get around a cluttered environment, etc.

So IF there existed a cheap-to-run AI algorithm that could teleoperate a robot exactly as well as a normal human can teleoperate that same robot (i.e., after the same number of hours of practice, using the same sensors, and deploying the same common-sense), then I think manufacturing (and improving) such robots would immediately become wildly profitable, and there would be billions of them around the world within a few years, even if we (unrealistically) ignore all other consequences of that AI algorithm.

answer by joseph_c · 2023-03-21T16:18:24.811Z · LW(p) · GW(p)

I think robotics was (and still is) mostly bottlenecked on the algorithms side of things. It's not too expensive to build a robot, and the software is good enough that a hobbyist could hack something together easily enough in a day or two. The issue is that it's really hard to make a robot do what you want it to do. Even if you have a robot that can stand up, run around, and do back flips, how do you make it go rescue people from burning buildings? Most of the tasks robots could be useful for are messy, complicated things, and robots don't yet know how to do that.

Modern machine learning is solving this problem, but still not all the way there. I think one promising area of research is using large language models to plan out actions and this will be the way of the future.

answer by the gears to ascension · 2023-03-21T07:27:48.720Z · LW(p) · GW(p)
comment by shminux · 2023-03-21T08:12:03.397Z · LW(p) · GW(p)

That's a rather bold statement. 

Replies from: lahwran
comment by the gears to ascension (lahwran) · 2023-03-21T08:51:47.069Z · LW(p) · GW(p)Replies from: shminux
comment by shminux · 2023-03-21T16:23:15.937Z · LW(p) · GW(p)

I'd appreciate more details on which you base your conclusions...

answer by Going Durden · 2023-03-22T07:42:25.374Z · LW(p) · GW(p)

I think the major bottleneck is not on the side of robotics per se, but on the side of insufficient  compartmentalization. What prevents a greater use of robots is that we insist to bundle simple tasks into complex, anthropocentric "jobs" for social, cultural and inertia-based reasons. 

A simple, often used example are Janitors. It is extremely hard to make a robotic Janitor, that could do all the janitorial jobs. General Purpose Robotic Janitor is an order of magnitude harder to create than a robot Lawyer or a robot Driver. But the problem lies not in software or hardware, but our refusal to break down "janitor" into 100 different and simple tasks that a fleet of dumb robots could do. We already have robots that can mop the floor, and drones that could change light bulbs, and bots that could stack chairs, and bots that could unclog toilets etc, but it would be fiendishly hard to make one that can do all of those tasks, and be a "true Janitor".

The issue is not hardware, or software, its irrationality.

2 comments

Comments sorted by top scores.

comment by shminux · 2023-03-21T08:14:30.683Z · LW(p) · GW(p)

How can it be hardware? Or do you mean that robots need better sensors?

Replies from: tailcalled
comment by tailcalled · 2023-03-21T16:06:19.787Z · LW(p) · GW(p)

My understanding was that affordable robot hardware is fragile/high-maintenance, slow, rigid, etc.. It's hard for that to compete with human bodies, which have been fine-tuned by evolution.