Back to jev for robotics
Jev vs LLM robot arm project preview
Jev for robotics

Jev vs LLM robot arm

A simulated Franka arm stacks cubes in MuJoCo. Code previews candidate moves in physics; Jev chooses a move and judges grasp, release, and completion. The README reports one recorded run for each controller.

Jev (TypeSafe System One) vs Claude Opus 5 driving a simulated robot arm in MuJoCo

How it uses Jev

- agent.py : an LLM (Claude Opus 5 by default) with three low-level tools: move hand to(x, y, z) , set hand(closed) , get state() . It reasons through every step itself. - jev agent.py : Jev by TypeSafe, a "System One" model that answers typed questions with probabilities in a few hundred ms. Code proposes small moves and simulates each one ahead in a scratch copy of the physics; Jev picks the move, decides when to…

Getting started

sh nix develop Python 3.12 + uv (or bring your own Python 3.12 and uv) uv venv .venv && uv pip install --python .venv -r requirements.txt

Languages
Python 98% · Nix 2%
License
MIT
Last activity
Sep 2026
Added
2026-09-23
Stars at snapshot
0
Status
Recorded simulation demo

Source: Project README and source code. Details and metrics reflect the published community snapshot and are not a performance endorsement. Documentation details extracted from GitHub · the README.

Listed in Jev Library

If this is your project, the badge below links back to this page. Paste it near the top of your README.

[![Listed in Jev Library](https://jevlibrary.dev/api/badge/fazalaali-jev-robotics-demo)](https://jevlibrary.dev/projects/fazalaali-jev-robotics-demo)

Something wrong on this page, or would you rather not be listed? Tell us and it will be changed.