• Diurnambule@jlai.lu
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    16 hours ago

    In à set a planned condition you don’t have the impact of random events. A perfectly fine program can broke easily because input data don’t match expected input. I join the other guy sating that not a huge feat, that a feat but on the same scale of solid state battery or the folding cloth robot. Pretty but not real life usable yet so not so usefull. I get that you like the final idea. I am myself wetting myself about the LG robot which was folding t-shirts at CES2026 but I fold on my bed and I am convinced he can’t handle well a tilted surface which is not as hard as a table.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      ·
      11 hours ago

      You absolutely do have the impact of random events when you’re doing anything in the physical world. You have wind, uneven ground, variations in weight distribution, and so on. That’s what makes this sort of stuff so difficult in practice. All the tiny little errors quickly add up, so you can’t just match expected input. You have to have a dynamic system that can adjust on the fly to the sensory data. Dealing with stuff like an uneven bed or a tilted surface is a completely separate problem of having a good enough world model internally.

      • Diurnambule@jlai.lu
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        I may be not knoweldable enough in AI but doesn’t a bed on which you have to fold thing part of the world model ? If I understand that a break through in the mécanisme which do micro ajustement of the derive.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          3
          ·
          4 hours ago

          Yes, the bed and the environment in general is part of the world model. What I mean is that’s part of object identification and recognition of what objects to use for what task, etc. It’s a separate concern from dexterity. Think of it this way. If you’re thirsty, and you pick up a cup. You’re consciously thinking about moving your hand to grab the cup and bring it to your mouth. That’s what the world model is concerned with. You’re not aware of every individual muscle movement and all the micro adjustments that need to happen in order for the task to be completed. And that’s what the running illustrates. It’s the dexterity of the system in dealing with feedback from the world and making these adjustments in response.