Trend

Nota AI Joins AMD's Robotics Partner Network as the Only Korean Company

|

July 30, 2026

|

4

min read

Nota AI Joins AMD's Robotics Partner Network as the Only Korean Company

AMD officially unveiled its Robotics Partner Network during the "Advancing AI 2026" keynote in San Francisco on July 23 (local time). The network is an ecosystem for running AI on robots, and Nota AI is among the initial participants. Of the 24 companies listed in the AMD Robotics Partner Directory, Nota AI is the only Korean company.

AI that steps out from behind the screen into the physical world and moves within it is called Physical AI. When a semiconductor company talks about robotics in a keynote, it reads as a signal that the compute foundation is ready. This is not limited to AMD. NVIDIA unveiled an open humanoid robot at its CES 2026 keynote, where the Disney character Olaf walked out onto the stage and traded a few words with CEO Jensen Huang. On the point that AI's stage is moving from the cloud, past the PC, into the physical world, the semiconductor industry is speaking with one voice.

"The next era of AI will not just unfold behind the screen. It will unfold in the world around us."
Jack Huynh, Senior Vice President, Computing and Graphics, AMD

Looking at the partner network roster, you can see the statement was more than just words. Companies filled in each of the areas it takes to build a robot, and Nota AI sits in the AI model optimization slot. This article lays out why Nota AI is in that seat, and why optimization is the precondition for AI on the robot.


What Is the AMD Robotics Partner Network?

The way the robotics market is viewed is changing fast. Goldman Sachs raised its humanoid robot market forecast from $6 billion to $38 billion by 2035, more than a sixfold increase. That is the backdrop for AMD putting robotics front and center, and the Robotics Partner Network is how it acts on that.

A line graph showing the forecast size of the humanoid robot market from 2023 to 2035. It starts near zero in 2023, rises gently through the mid-2020s, then steepens to reach about $38 billion by 2035. The vertical axis is in billions of dollars; source is Goldman Sachs Research.
Figure 1: Humanoid robot market size forecast, 2023–2035

The AMD Robotics Partner Network is an ecosystem that gathers, on top of AMD's compute technology, the layers needed to build a robot. What AMD emphasizes is openness. Rather than being tied to a single vendor, you can pick and combine partners across each hardware and software area.

The roster shown on the keynote screen splits into four areas: the AI models and software that handle a robot's intelligence; the robotics technology that covers sensors, actuation, and simulation; the hardware partners that build compute boards and modules; and the industry bodies responsible for standards and community. Nota AI's place is in AI models and software. Its role is to tune the AI models that have to run on the robot to fit that compute and memory environment.


AI on the Robot: Why Does Optimization Come First?

Cloud AI and on-robot AI become entirely different problems even when they use the same model. The moment a model crosses over to the robot, three constraints appear.

First, the real-time control loop. The cycle from a robot perceiving and deciding to moving its joints runs in milliseconds. It leaves no room for a round trip to a server. This sits at a different layer than whether a network is present or not. Hybrid setups that keep part of perception or planning on a server exist, but any model that takes part directly in the control loop has to produce its answer on the robot.

Second, fixed compute and memory. A single robot has to carry a perception model, a pose estimation model, and a decision model together. You cannot add a card to expand resources the way you can on a server; the hardware on board is all there is. If one model grows even a little, another loses its place.

Third, power and heat. Compute is power draw, and power draw leads straight to run time and thermal design. A model that ran well in the lab hits battery life and heat-dissipation limits first in the field.

The three constraints point to one conclusion. A robot's intelligence ultimately comes down to how you run its model on the robot. It is also why, as semiconductor companies rebuild the robotics ecosystem, they place model optimization partners among the initial participants.


Nota AI's Role: AI Model Compression and Hardware-Specific Optimization

Within this network, Nota AI takes on AI model optimization. It uses quantization to cut a model's size and compute, and graph optimization to reshape it into a compute structure the target chip actually processes quickly. Even for the same model, the best combination changes depending on which chip it runs on. This is the work of meeting the three constraints above, one by one, on an actual board, and Nota AI plans to support the robotics partners through that process.

Nota AI's optimization experience is not tied to any single chip. From the tiny chips of the Arm Cortex-M family, to the NPU on edge SoCs, to the LPU on servers, it has validated its work directly in commercial projects. Joining the AMD Robotics Partner Network adds a robot-computing environment to that spectrum.

Nota AI has long worked on the problem of running AI outside the server: CCTV video analysis in smart cities, hazard detection on industrial safety sites, on-board inference in mobility. The domains differed, but the core problem was the same: putting perception and decision models on limited hardware while holding to real-world operating conditions. Robotics is an extension of that. The same holds for Computex 2026, where Nota AI was the only Korean company invited to the NVIDIA APAC Robotics and Edge AI Partner Day panel.

Screen capture of Nota AI's detail page in the AMD Robotics Partner Directory. It shows the company name, an address in Daejeon, and a website URL. The Company Description explains hardware-aware AI model optimization and the NetsPresso platform's automation of model compression, pruning, and quantization, with a highlighted sentence noting support for CPU, NPU, and GPU targets, enabling coverage of the full AMD portfolio.
Figure 2: Nota AI's listing page in the AMD Robotics Partner Directory (full CPU, NPU, and GPU coverage noted)

The Nota AI page in the AMD Robotics Partner Directory notes that it supports optimization and deployment across CPU, NPU, and GPU targets, enabling "coverage of the full AMD portfolio."


Running a VLA Model in Real Time, on the Robot

Nota AI has already solved this problem on real hardware. At the Nota AI booth at Embedded Vision Summit 2026, held this past May in Santa Clara, California, a robot arm given natural-language commands moved in real time on a Qualcomm Dragonwing™ IQ-9075 board, with no cloud connection. The SmolVLA model shown in the demo is a VLA (Vision-Language-Action) model that turns camera input and natural-language commands directly into joint movement. Because the model was not on the board's official support list, Nota AI ported it over itself.

Real-time dashboard of the VLA robotics demo. At the top, "VLA Robotics Demo," "Physical AI," and "Enhanced by NetsPresso" appear alongside "SmolVLA 0.45B" and "Qualcomm Dragonwing IQ-9075." In the center, a simulation view responding to the command "Pick up the orange juice and place it in the basket" sits next to the robot's camera view. The right panel shows per-segment inference time as Vision Encoder 173.7 ms, LLM 104.7 ms, and Action Head 30.8 ms, along with a benchmark showing the Action Head optimization went from 218 ms to 30.8 ms, a 7.1x speedup, and success rate of 86% versus 85%.
Figure 3: VLA robotics demo running in real time on a Qualcomm Dragonwing IQ-9075 (Embedded Vision Summit 2026)

Measuring inference time by segment, the largest share came from the Action Head, which handles motion generation. Without retraining, Nota AI touched only this segment and cut its latency to one-seventh (218 ms → 31 ms), bringing total inference from 505 ms down to 310 ms. Because the upstream weights were left untouched, task success rate held to within 1 percentage point. This is why the robotics support is more than a plan.

A robot's intelligence is converging on VLA, and the models are growing to match. What used to be split across separate models for perception, decision, and control now falls to a single model. The three constraints above stay the same while only the model grows. The smarter a robot gets, the more there is for optimization to do. That optimization is the work Nota AI has taken on in the AMD Robotics Partner Network.

If you are at the stage of running Physical AI on real devices, you can see how the optimization works at NetsPresso.

Related