DEV Community

Felipe L
Felipe L

Posted on Originally published at automationscookbook.com

Nori Robotics Launches Low‑Cost Humanoid Robot for Developers

What Happened

Nori Robotics, a YC S26 startup, launched a low‑cost humanoid robot for developers and researchers. The device uses open‑hardware architecture, modular parts, and an SDK that supports ROS, Python, and JavaScript. By pricing it well below typical commercial humanoids, Nori targets small teams and hobbyists who want physical AI agents.

The announcement featured a demo of the robot walking, picking objects, and following voice commands while connecting to a cloud‑based AI service. Nori also introduced a developer portal where users can share custom behaviors, sensor data pipelines, and integration scripts, creating a community focused on rapid experimentation.

Why This Matters for Builders

  • Lowered hardware cost: Traditional humanoid robots cost tens of thousands of dollars. Nori’s price lets a small team acquire a physical agent without a large capital outlay, freeing budget for software and cloud resources.
  • Open SDK and APIs: The SDK supports Node.js, Python, and ROS, matching the tech stack used in many n8n and AI‑agent workflows. Builders can write automation scripts that control the robot directly from existing pipelines.
  • Rapid prototyping: Modularity lets teams swap sensors or actuators quickly. This flexibility is ideal for testing new perception models or reinforcement‑learning agents in a real‑world environment.
  • Community‑driven extensions: The shared developer portal encourages plug‑ins and reusable modules. Builders can pull ready‑made behaviors, reducing the need to write low‑level control code from scratch.
  • Scalable deployment: The robot can be managed over the network, enabling integration into distributed workflows. A central n8n instance can orchestrate multiple robots for warehouse or lab automation.
  • Data‑rich integration: Built‑in cameras, depth sensors, and IMUs provide rich telemetry. The data can feed into AI‑agent learning loops or monitoring dashboards, improving observability of physical workflows.

FAQ

Q: Is the robot compatible with existing n8n workflows?

A: Yes. The SDK exposes REST and WebSocket endpoints that n8n can call, letting you trigger robot actions, retrieve sensor data, and monitor status within your automation flows.

Q: What are the hardware requirements for running the robot’s SDK?

A: The robot runs on an embedded Linux board with a modest CPU and GPU. It can be powered by a standard 12V supply and supports Wi‑Fi or Ethernet for remote control.

Q: Can I use the robot for reinforcement‑learning research?

A: Absolutely. The open hardware and SDK provide low‑latency sensor streams and actuation commands, making it suitable for training RL agents in simulation and then transferring policies to the physical robot.


Originally published on Automations Cookbook.

Top comments (0)