You write what the screen should show, in plain words, and it returns the screen as a short program: one line per part (a header, a bar chart, a table), wired together. A renderer turns that program into a live interface. It is built for apps on OpenUI, an open toolkit where an assistant answers with an interface instead of a paragraph. Give it the list of components in your own product and it builds screens from your parts, so the result already matches your design.
The difference is how it writes. A chat model produces code left to right, token by token. This one works like an image generator: it starts from noise on a 256-token canvas and locks in each piece as soon as it is sure, so a simple screen lands in about a second on one GPU and a dense dashboard in three to six.
Under the hood it is a finetune of Google's DiffusionGemma, 26B parameters with 4B active per step. On Thesys's own 46-brief screen test it scores 71.7 percent against 13 percent for the untouched base model. That is the maker's number, but the raw outputs are published so anyone can rescore them.