News

What's happening in robotics and AI — curated by the wujec.ai editors.

Research8/6/2026 · Black Forest Labs

A video generator learns to move: FLUX-mimic runs robots on Audi's line at 101 ms

Black Forest Labs, the German lab best known for image generation, has published FLUX-mimic — a robot control model built with mimic robotics on top of FLUX 3, the multimodal backbone the lab released on 23 July 2026 after training it jointly on images, video and audio. The construction is the interesting part: instead of training a separate robot policy, the team hangs a lightweight action decoder on intermediate features taken from the video-prediction path, so actions are decoded from a world representation the model already learned by predicting what happens next in a scene. Black Forest Labs reports that this decoder beats previous vision-language-action models even with the FLUX backbone completely frozen, and reaches state-of-the-art success rates on manipulation tasks when backbone and decoder are fine-tuned together. The latency figures are the second reason this is worth noting. The backbone gets from sensor input to an internal world representation in under 80 milliseconds on a single NVIDIA RTX 5090, and the complete self-contained robot system reacts in 101 milliseconds — the lab compares that to human visual reaction time, and it means the system runs on one consumer-class GPU rather than a server rack. This is not a laboratory demonstration. The model is running at an Audi production facility on kitting, electronic component insertion, assembly and flexible-material handling — door seals and cables, the soft-body work that conventional automation has never handled cheaply, because a seal deforms differently every time it is touched. Christoph Schneider of Audi's Production Lab is quoted as saying the robots solve complex soft-body manipulation "that would have been simply impossible with conventional robotics". What the announcement does not say matters too: there is no API, no release date, no weight distribution and no information on which robot hardware beyond mimic's own machines the model supports, and the write-up lists no limitations at all — unusual for a robotics release, and worth remembering when comparing these claims with labs that publish their failure rates.

FLUX 3