X · by adithatipalli
From Jev to Laya in an AI video pipeline
A developer moves the decision layer from Jev to Laya.
Adithya Thatipalli
@adithatipalli
After seeing so much Hype around Jev, I started using it inside my Hermes as a decision and routing mechanism for a AI video pipeline I was working on But now, I am Changing that thought. Laya is a 421M local decision model by @Nandakishorm1 . Same job as Jev -> choice, score, yes/no with a probability, But it runs on my machine. No API hop. No per-token meter. ~33ms. Weights stay here. For an AI film pipeline, that is the actual bottleneck. >Not “write a better prompt.” >The expensive part is sending the wrong shot to the wrong generator. Before Seedance / Kling / Minimax / Veo / Flux / GPT Image burns a credit, Laya now answers four things in one pass: → which model gets this shot → text-only, character-ref, or first-frame → is the brief ready, or does the enhancer skill run first → how hard is identity lock Sol still writes. Kimi still helps. Video models still generate. Laya only decides. Jev was a good hosted nervous system. For shot routing I don’t need a hosted brain. I need a local one that sits in front of the generate button and says go / wait / switch model. 421M. Local first. That is the router now.
Sep 23, 2026 · 3 likesOpen on X
adithatipalli shares their experience using Jev as the decision and routing layer in Hermes, an AI video pipeline, and then switching to Laya.
Open the source