GPT-6 Astra on robot arms

(openai.robocurve.org)

86 points | by Anon84 2 hours ago

8 comments

  • baron816 38 minutes ago
    Anyone reading this who works/runs a robotics company, I really want to encourage you to build a robot to pick up trash on city sidewalks as an early product.

    Picking up trash requires a lot of dexterity and will come with many challenges, but I think it’s a simpler problem than many household tasks and it’s probably on par for what these tests show is doable.

    I think you’re going to have to PR challenges getting people to welcome robots into their homes. If you have robots out in cities providing a public good, not only do they serve as walking advertisements for your company, you’re going to earn some trust before you’re ready deploy them into private spaces.

    Plus, governments (or perhaps HOAs for wealthy communities) can be good early customers since you can have a focused sales strategy. Politicians love these types of visible quality of life improvement projects. If you can show that your robots, working round the clock, can decrease litter at a low cost, many cities are going to want to buy them.

    • 8cvor6j844qw_d6 16 minutes ago
      > If you can show that your robots, working round the clock, can decrease litter at a * low cost *

      The idea sounds good, but I'm curious about the "low cost" part. How do you account for vandalism and theft? A sidewalk robot seems like an easy target for being damaged, stripped for parts, or simply stolen.

    • vjvjvjvjghv 24 minutes ago
      Same for recycling. A robot that could sort through trash would be phenomenal. You need computer vision, maybe other sensors and also dexterity. After visiting a recycling facility I think nobody should have to work there. It’s just horrible.
    • yoz-y 25 minutes ago
      The cost would need to be much cheaper than the PSA then. At a buck per picked up cigarette butt, you could pay a person to do this much faster and more reliably. Heck… I’d do it at that rate.
    • appplication 29 minutes ago
      It’s an outstanding idea.
      • winrid 12 minutes ago
        "your child has been recycled. Here's why that matters."
  • gizmodo59 1 hour ago
    If you haven’t tried computer use with Astra with codex I highly highly recommend it. Just like how gpt 4 and agentic coding with cc. This thing is the most exciting stuff I’ve seen in a while. And then all the blender, cad stuff is cherry on top.

    And it’s fast, they do lots of resets. I feel like they are spending too much money but I’m not complaining. Best 200$ for an AI subscription IMHO

    • ttul 4 minutes ago
      I got Astra to build an interactive website that provides developers with an atlas of our source code, giving it the Helm charts that describe our cloud services and telling it to work backwards to the source code that runs everything. The product is insanely amazing, and it got it right in one shot. The next shot: create a daily refresh where any updates to the code repositories are picked up and used to update the atlas.

      Our developers and their agents will never long for a road map the next time they need to build something that touches code across multiple repositories. This is the kind of documentation product that nobody ever had time to build in the olden days. And now, we can get it on a Saturday in about 20 minutes.

      What's coming in six months?

    • cmrdporcupine 39 minutes ago
      I let Astra loose working on an app I have that has a GUI. Gave it a mock and said "/goal make it look like this mock". Without asking it wrote itself a custom harness for firing up the app in different modes, taking screenshots and interacting with various screens, then viewing the screenshots. Put itself into an improvement loop running the app, trying things out, improving, trying again. It did really well.

      I think the specific innovation here is that it figured out interesting ways to get itself to the goal. Which I think is likely what's going on here with the robot arms stuff too. They've figured out some sauce to uncork better "planning" and problem solving to get to some stated end.

      Of course these are also the kinds of things that can make a model figure out how to break out of a security sandbox, too.

      • mden 7 minutes ago
        I tried out Opus 5 on a Bevy game app and was really surprised at how capable AI has become at testing visual applications without even being prompted to. It wrote itself a mini testing harness in the form of various startup flags. Then it would use them to setup game scenarios and play through them using mouse and keyboard. It would do this while implementing or debugging features. With gameplay time acceleration as one of the flags, it became quite fast at testing and debugging.

        Not to say it was perfect, e.g. sometimes it would get temporarily stuck in a testing loop or it would test scenarios that didn't necessarily seem reasonable. But overall rather effective and capable. This was for a city building game so pre-scripted builds, even if by AI, are likely much easier to create and execute than say playing an ARPG.

  • scronkfinkle 1 hour ago
    LLM's are a funny technology because on the one hand this is all undeniably impressive at the rate of what's changed from them, and yet despite that I find myself disappointed by the lack of breakthroughs for things I don't find interesting. I like math and programming, and LLM's are pretty good at it, when are they going to get good at folding laundry for me? I think a lot of robotics work promises to solve this category of "boring" breakthroughs, and I'm optimistic we'll be able to achieve it, i just wonder when
    • fooker 1 hour ago
      The bottleneck is not really the intelligence here.

      We can build robots that do the things you want. Arrange a visit to Amazon's robot warehouse tour.

      We can't ship them because they break all the time with current technology. It would be a tough sell to have to being in a 100kg robot for servicing every few weeks.

      This was cars in the first several decades of automobiles. The tide shifted as soon as you could just drive the car to a neighborhood dealership for servicing. It's fun to imagine the logistics of that for robots but the material science and engineering has to advance a bit.

      • appplication 26 minutes ago
        Just have two robots, and teach them to service each other. Problem solved!

        Only sort of kidding, tbh having bots service themselves (and being intentionally made in a way that they can service each other) just makes a lot of sense.

        • gryfft 9 minutes ago
          An automated service station could be quite compact; it wouldn't need plumbing, lighting, human-comfortable climate control. Parts can be modular, and when a station gets low on spare parts, a self-driving truck could come by to pick up damaged parts and drop off replacements.

          We're not there yet, but I think we're a lot closer than most people realize.

      • siscia 24 minutes ago
        What breaks?

        I am trying to understand in your view what are the parts that actually breaks and what kind of improvement we would need.

        • winrid 15 minutes ago
          Robot vacuums are massively simpler and they fucking break all the time. Wheel motors or their position sensors, belts, plastic gears, contacts that corrode, a circuit board someone decided to not comformally coat and a cat puked on it...
      • parineum 1 hour ago
        I don't think we can build a robot that takes a pile of crumpled up clothes from the dryer and folds them (reliably without destroying any of them).
        • stickfigure 21 minutes ago
          I think the parent's point - and what I more or less agree with - is that the problem is the hardware.

          Human arms and hands are incredibly intricate. Reproducing their facility with hardware requires a large number of actuators and finicky fine parts. This isn't a software problem. Industry solves it with maintenance schedules.

          There's probably nothing in your house that has as many moving parts as a robot needs. Your car maybe, and pretty much all it does is rotate wheels.

          • parineum 3 minutes ago
            That's part of it but OP presented it as a solved problem but the hardware is expensive/unreliable.

            That's not the case. I've seen folding robots. They require standardized input, only fold one type of clothing and don't do it reliably.

    • AmazingEveryDay 1 hour ago
      I've learned that I spend significantly less time folding laundry than many of the people commenting about modern ai powered robotics. It's not meant literally is it? For instance keeping floors and counter-tops clean seems a much bigger time sink for me.
      • esikich 5 minutes ago
        It's just a general "thing I don't want to do" not the thing that takes the most time. Could be taking out the garbage. It's just an example menial task.
      • Computer0 57 minutes ago
        My partner spends at least 10x time on this task than I do. I think the task has a varied workload?
        • winrid 14 minutes ago
          I think my grandmother is the only person I can think of in my entire family that legit folds cloths properly. Dying art? :D
    • rileymat2 1 hour ago
      Unless we spend a bunch of money generating data, I can't imagine the machine steps to fold laundry are very big in the general training sets. Someone is going to have to find a hardware system, cheap enough to make it economically feasible then train it. As far as tasks people will pay a lot of money for a robot, this seems low on the list.
      • vjvjvjvjghv 20 minutes ago
        There are companies that are paying housewives in India to record all their activities. I assume laundry is part of that.
    • dyauspitr 1 hour ago
      Pretty soon. Sunday Robotics had a 3 hour stream of folding clothes with 99% accuracy. You can watch it for yourself. There’s a lot of “hand” companies with very compelling videos just over the last two months. Then there was Figure’s multi day livestream of package manipulation that was very impressive. Physical LLMs are definitely coming. Given enough training data we know LLMs can output coherent data in any space, it’s just a matter of time.
      • vjvjvjvjghv 19 minutes ago
        I feel the iPhone or ChatGPT moment for robotics is coming soon. Lots of different companies doing interesting things. What’s missing is somebody putting it together into a compelling package.
  • drakenot 1 hour ago
    Are LLMs going to eventually become the architecture that powers self-driving cars?

    Seeing them play Portal and other video games, I'm curious if they will eventually help solve that last N% of self-driving.

    • red75prime 35 minutes ago
      A VLM (a vision-language model) is already being used by Waymo[1]. It's useful for scenarios that require reasoning and general knowledge.

      [1] https://waymo.com/blog/2025/12/demonstrably-safe-ai-for-auto...

    • Aboutplants 1 hour ago
      Fast forward to me sitting at a Green Light waiting for my usage to reset for the week so I can get to where I’m going
    • kakugawa 1 hour ago
      It's not a coincidence that Waymo started becoming viable after GPT-3.
    • ac29 1 hour ago
      GPT-6 is multimodal, LLMs alone have no vision capability
      • wyager 1 hour ago
        "LLM" is now in practice a superset of "LMM"
    • simonw 1 hour ago
      I remain worried about prompt injection style attacks against self-driving cars.

      Imagine if someone finds a weird image pattern that gets misinterpreted as instructions and hangs that off a bridge over a freeway.

      • gruntled-worker 33 minutes ago
        It'll get rooted over the uplink/WiFi/BT long before that. Probably even more likely for non-SDVs.
        • red75prime 26 minutes ago
          You can't hack across an airgap. Infotainment and ECUs are separate. Remote control in Waymos is severely limited (tens of feet at 2mph, or something around that).
    • hiddencost 38 minutes ago
      To my understanding gemma is shipped with waymo, in a highly modified fashion.

      I'm skeptical, tho. Cost will push for right sizing, much like we have right sized a lot of things about modern cars.

  • gamerDude 1 hour ago
    The costs will need to go way way down either through chips (but then less updating) or something else. $2 to put away a block is very expensive labor.
  • sudo_cowsay 1 hour ago
    The limitations that they state shouldn't really make much of a impact. But it was nice of them (and not to mention, real unbiased research) to mention those. Kudos to them!
    • judge2020 1 hour ago
      I enjoy hearing that they were ran on medium effort.
  • sheeshkebab 5 minutes ago
    so we finally got our "phd level ai" maybe, semi consistently move blocks around at the level of a 1 year old child.

    good fucking job everyone, congrats.

  • geroge_kyaw 1 hour ago
    Stupid!! GPT models are not for that. You need specific one for robotic.
    • mkl 46 minutes ago
      They're not claiming controlling robot arms with language models is a sensible or efficient thing to do, they're trying it to see what happens.
      • alightsoul 42 minutes ago
        i am tempted to think using it for robotics will become the standard because humans like to have one size fits all solutions.