Chapter 169: Flying an Airplane or Riding a Rocket?

The technology, code, and programs within the robot still have a long way to go before they can be commercialized. It's not that the technology is substandard, but the programs are temporarily unable to be separated.

The current programs are machine languages, designed bit by bit. The internals seem very trivial, some are in other languages, running on the upper layer for simplicity, some are embedded in the system, working on the hardware level, while some are just instructions that call system functions.

It's like a machine that has been manually assembled by humans.

While the machine runs fine, to realize mass production in factories, the various parts need to be clarified. On the robot, it means separating the different program and algorithm packages. Once this is done, the program and algorithm packages can be combined and run in most environments without being affected by the system environment.

This work is now Xu Chao's responsibility.