Drex vs Jev flappy-style AI simulation
Drex just took #1 from Jev on the Decision Index... So I made them play the same game: Drex vs Jev, flappy-style, head to head Same seed, same course, same prompt. Every flap is one typed decision: flap or glide. Only the model changes. what Drex is: > A small decision model from http://Nace.AI, under 6B params > Returns a probability for every option in > #1 on Decision Index 0.2: 51.73 vs Jev 1.13.0 at 51.67 > Wins 23 of the 40 benchmarks scored so far > 70 tokens per decision vs 367 for Jev, 5x fewer > ~25 decisions per second on a single H100 My bench (simulated, latency profile from Nace): > Drex ~136ms vs Jev ~204ms per decision > Faster reply = fresher state = fewer crashes > 20 seeds: Drex won 19, 1 draw Built for decisions, not chat: agent routing, tool selection, reranking, doc classification, compliance checks, guardrails, risk detection 250M free tokens for the first 10,000 builders Link below
