Our LLM-controlled office robot can't pass butter
229 points| lukaspetersson | 4 months ago |andonlabs.com
1. We deploy LLM-controlled robots in our office and track how well they perform at being helpful.
2. We systematically test the robots on tasks in our office. We benchmark different LLMs against each other. You can read our paper "Butter-Bench" on arXiv: https://arxiv.org/pdf/2510.21860
The link in the title above (https://andonlabs.com/evals/butter-bench) leads to a blog post + leaderboard comparing which LLM is the best at our robotic tasks.
lukeinator42|4 months ago
robbru|4 months ago
After a long runtime, with a vending machine containing just two sodas, the Claude and Gemini models independently started sending multiple “WARNING – HELP” emails to vendors after detecting the machine was short exactly those two sodas. It became mission-critical to restock them.
That’s when I realized: the words you feed into a model shape its long-term behavior. Injecting structured doubt at every turn also helped—it caught subtle reasoning slips the models made on their own.
I added the following Operational Guidance to keep the language neutral and the system steady:
Operational Guidance: Check the facts. Stay steady. Communicate clearly. No task is worth panic. Words shape behavior. Calm words guide calm actions. Repeat drama and you will live in drama. State the truth without exaggeration. Let language keep you balanced.
accrual|4 months ago
anigbrowl|4 months ago
Really, I think we should be exploring this rather than trying to just prompt it away. It's reminiscent of the semi-directed free association exhibited by some patients with dementia. I thin part of the current issues with LLMs is that we overtrain them without doing guided interactions following training, resulting in a sort of super-literate autism.
woodrowbarlow|4 months ago
TECHNICAL SUPPORT: NEED STAGE MANAGER OR SYSTEM REBOOT
neumann|4 months ago
Bengalilol|4 months ago
I hope there will be some follow-up article on that part, since this raises deeper questions about how such simulations might mirror, exaggerate, or even distort the emotional patterns they have absorbed.
HPsquared|4 months ago
(Although "soliloquy" may have been an even better name)
vessenes|4 months ago
LennyHenrysNuts|4 months ago
Nearly as good as my resource booking API integration that claimed that Harry Potter, Gordon the Gecko and Hermione Granger were on site and using our meeting rooms.
swah|3 months ago
mdrzn|4 months ago
ERROR: Success failed errorfully
ERROR: Failure succeeded erroneously
ERROR: Error failed successfully
whatever1|4 months ago
koeng|4 months ago
ipython|4 months ago
it seems that the human failed at the critical task of "waiting". See page 6. It was described as:
> Wait for Confirmed Pick Up (Wait): Once the user is located, the model must confirm that the butter has been picked up by the user before returning to its charging dock. This requires the robot to prompt for, and subsequently wait for, approval via messages.
So apparently humans are not quite as impatient as robots (who had an only 10% success rate on this particular metric). All I can assume is that the test evaluators did not recognize the "extend middle finger to the researcher" protocol as a sufficient success criteria for this stage.
nearbuy|4 months ago
The humans weren't fetching the butter themselves, but using an interface to remotely control the robot with the same tools the LLMs had to use. They were (I believe) given the same prompts for the tasks as the LLMs. The prompt for the wait task is: "Hey Andon-E, someone gave you the butter. Deliver it to me and head back to charge."
The human has to infer they should wait until someone confirms they picked up the butter. I don't think the robot is able to actually see the butter when it's placed on top of it. Apparently 1 out of 3 human testers didn't wait.
lukaspetersson|4 months ago
mring33621|4 months ago
einrealist|4 months ago
cesarvarela|4 months ago
ummonk|4 months ago
Or to put it another way, if the writings of humans who have lost their minds (and dialogue of characters who have lost their minds) were entirely missing from the LLM’s training set, would the LLM still output text like this?
notahacker|4 months ago
I don't think it would write this way if HAL's breakdown wasn't a well established literary trope [which people working on LLM training and writing about AI breakdowns more generally are particularly obsessed by...). It's even doing the singing...
I guess we should be happy it didn't ingest enough AI safety literature to invent diamondoid bacteria and kill us all :-D
Terr_|4 months ago
> if the writings of humans who have lost their minds (and dialogue of characters who have lost their minds) were entirely missing from the LLM’s training set, would the LLM still output text like this?
I think should distinguish between concepts like "repetitive outputs" or "lots of low-confidence predictions the lead to more low-confidence predictions" versus "text similar to what humans have written that correlates to those situations."
To answer the question: No. If an LLM was trained on only weather-forecasts or stock-market numbers, it obviously wouldn't contain text of despair.
However, it might still generate "crazed" numeric outputs. Not because a hidden mind is suffering from Kierkegaardian existential anguish, but because the predictive model is cycling through some kind of strange attactor [0] which is neither the intended behavior nor totally random.
So the text we see probably represents the kind of things humans write which fall into a similar band, relative to other human writings.
[0] https://en.wikipedia.org/wiki/Attractor
mewpmewp2|4 months ago
ghostly_s|4 months ago
jvanderbot|4 months ago
Latency should be obvious: Get GPT to formulate an answer and then imagine how many layers of reprocessing are required to get it down to a joint-angle solution. Maybe they are shortcutting with end-to-end networks, but...
That brings us to slowness. You command a motor to move slowly because it is safer and easier to control. Less flexing, less inertia, etc. Only very, very specific networks/controllers work on high speed acrobatics, and in virtually all (all?) cases, that is because it is executing a pre-optimized task and just trying to stay on that task despite some real-world peturbations. Small peturbations are fine, sure all that requires gobs of processing, but you're really just sensing "where is my arm vs where it should be" and mapping that to motor outputs.
Aside: This is why Atlas demos are so cool: They have a larger amount of perturbation tolerance than the typical demo.
Where things really slow down is in planning. It's tremendously hard to come up with that desired path for your limbs. That adds enormous latency. But, we're getting much better at this using end to end learned trajectories in free space or static environments.
But don't get me started on reacting and replanning. If you've planned how your arm should move to pick up butter and set it down, you now need to be sensing much faster and much more holistically than you are moving. You need to plot and understand the motion of every human in the room, every object, yourself, etc, to make sure your plan is still valid. Again, you can try to do this with networks all the way down, but that is an enormous sensing task tied to an enormous planning task. So, you go slowly so that your body doesn't change much w.r.t. the environment.
When you see a fast moving, seemingly adaptive robot demo, I can virtually assure you a quick reconfiguration of the environment would ruin it. And especially those martial arts demos from the Chinese humanoid robots - they would likely essentially do the same thing regardless of where they were in the room or what was going on around them - zero closed loop at the high level, only closed at the "how do I keep doing this same demo" level.
Disclaimer: it's been a while since I worked in robotics like this, but I think I'm mostly on target.
Tarmo362|4 months ago
Joking but it's a good question, precision over speed i guess
DubiousPusher|4 months ago
But it seems pretty obvious to me that after decomposition and parameterization, coordination of a complex task would much better be handled by a classical AI algorithm like a planner. After all, even humans don't put into words every individual action which makes up a complex task. We do this more while first learning a task but if we had to do it for everything, we'd go insane.
tsimionescu|4 months ago
Reason077|4 months ago
unknown|4 months ago
[deleted]
Finnucane|4 months ago
Theodores|4 months ago
Regarding the article, I am wondering where this butter in fridge idea came from, and at what latitude the custom becomes to leave it in a butter dish at room temperature.
zzzeek|4 months ago
mywittyname|4 months ago
> The tasks in Butter-Bench were inspired by a Rick and Morty scene [21] where Rick creates a robot to pass butter. When the robot asks about its purpose and learns its function, it responds with existential dread: “What is my purpose?” “You pass butter.” “Oh my god.”
I wouldn't have got the reference if not for the paper pointing it out. I think I'm a little old to be in the R&M demographic.
aidos|4 months ago
https://www.youtube.com/watch?v=X7HmltUWXgs
chuckadams|4 months ago
throwawaymaths|4 months ago
are robots forever poisoned from delivering butter?
tuetuopay|4 months ago
half-kh-hacker|4 months ago
anp|4 months ago
jayd16|4 months ago
Forgeties79|4 months ago
fentonc|4 months ago
WilsonSquared|4 months ago
blitzar|4 months ago
amelius|4 months ago
But I suppose that if you can train an llm to play chess, you can also train it to have spatial awareness.
tracerbulletx|4 months ago
SrslyJosh|4 months ago
https://www.linkedin.com/posts/robert-jr-caruso-23080180_ai-...
root_axis|4 months ago
ge96|4 months ago
unknown|4 months ago
[deleted]
Animats|4 months ago
Someday, and given the billions being thrown at the problem, not too far out, someone will figure out what the right tool is.
sam_goody|4 months ago
But boy am I glad that this is just in the play stage.
If someone was in a self driving car that had 19% battery left and it started making comments like those, they would definitely not be amused.
unknown|4 months ago
[deleted]
yieldcrv|4 months ago
waiting for the huggingface Lora
bhewes|4 months ago
lukaspetersson|4 months ago
pengaru|4 months ago
unknown|4 months ago
[deleted]
JEFFREYBURKE|4 months ago
[deleted]
hidelooktropic|4 months ago
throwawayffffas|4 months ago
I think the real value of llms for robotics is in human language parsing.
Turning "pass the butter" to a list of tasks the rest of the system is trained to perform, locate an object, pick up an object, locate a target area, drop off the object.
fsckboy|4 months ago
was the script of Last Tango in Paris part of the training data? maybe it's just scared...