2.5 Robotic AI
JEPA, belief tracking, control loops, autonomy.
See the Wiki page for more info.
Robotics combines:
- models
- planning
- world models
- control systems
- sensors So it is really:
- integrated AI systems
- not just another NN subtype.
Demos
The demos are all low-level simulation meant to demo the core concepts.
Robotic AI covers intelligent systems that perceive, model, and act in the physical world. Topics covered include:
- JEPA (Joint Embedding Predictive Architecture) — world models and self-supervised learning
- Belief tracking — state estimation, sensor fusion, Bayesian filtering
- Control loops — PID, model predictive control, feedback systems
- Autonomy — decision-making, path planning, mission execution
Drones and airliners can fly autonomously in the air because they’ve got so much room for error. But robots (cars/humanoids) have to operate in far most complex scenarios (complex road surfaces, people and animals, traffic, road weather conditions, etc). There is little room for error. Building and testing robotics is an expensive team effort (not something I can research with a team consisting of myself and ChatGPT). In any case, my interest in robotics AI is still strong.

LeCun / JEPA
When I first heard Yan LeCun’s talks about how JEPA would provide real robotic intelligence I was fascinated. I totally agreed with what he said about the limitations of LLMs, and he was one of the very few gurus actually saying such things. But after doing a lot of hands-on JEPA (and robotics) demos, I came to the conclusion that LeCun’s version of JEPA was a lot of hype. What he was selling was not fundamentally different from LLMs. GPT agreed.
Yan was claiming that what he would build would give machines real intelligence. It won’t. They may be harmless for chatbots, but AI robot “hallucinations” could be catastrophic (especially for robots around humans, such as cars and humanoids).
In any case, the time spent doing hands-on demos (for representational learning, prediction-based systems, belief tracking, control loops, planning under uncertainty, etc) was well spent. Many of the concepts (such as estimation and autonomy) were related to earlier drone work.
MOVED HERE 26.0603
I spent a couple of months doing demos for basic robotic AI. I was intrigued by LeCun’s claims about JEPA and his new venture that would basically go beyond the LLMs that were already becoming obsolete. After a few demos and endless chats with GPT about LeCun’s claims, I felt like I had been scammed.
Drone AI is something that works, because drones operate in very forgiving environments (in the air, far from other objects; actually they dont even need AI to fly, they need it for object recognition, terrain guidance, etc).
But FSD (with cars as the robots) is another story. Its been over a decade of (empty) promises that FSD was just a year away. Its simply too dangerous for unintelligent robots to operate on complex and congested roadways.
In any case, its inevitable that eventually AI will pair up with humanoid robots in the home and workplace. Just like with agentic AI, there will be Robotic AI applications (in the “distant” future) where the lack of any real intelligence can be tolerated.
26.0523