Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Quote of the day by roboticist Rodney Brooks: 'The visual appearance of a robot makes a promise about what it can do and how smart it is' — a warning about the misleading form of a humanoid robot

Just because engineers are building humanoid robots to look like us, that doesn't mean they're intelligent or even capable

Quote of the day by roboticist Rodney Brooks: 'The visual appearance of a robot makes a promise about what it can do and how smart it is' — a warning about the misleading form of a humanoid robot

In a recent blog post, Australian roboticist Rodney Brooks, co-founder of iRobot, drew attention to the visual appearance of humanoid robots, emphasizing how it sets expectations about their abilities and intelligence. He warned that the form of such robots can create a false promise of their capabilities, which could lead to disappointment when reality does not meet the illusion.

Brooks' three laws of robotics, inspired by Isaac Asimov, focus on the competency and capabilities of robots, emphasizing the need for creators to ensure they are trained and capable enough for real-world tasks.

Despite impressive performance in controlled environments, these robots often fail when introduced into real-world settings. This has led to a series of "robot fails," highlighting the challenges they face in navigating complex environments. Nevertheless, Brooks' laws stress that companies must improve the AI technology and dexterity of these machines before ramping up production, with the first commercial deployments expected by 2027.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at techradar.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement