Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic
@michael_chomsky Milvus tested this already. According to their findings, Jev beat Qwen on nDCG, but was 10.2ร slower and 6.7ร more expensive, and a 0.5 filter dropped 18.8% of relevant docs.
Link: https://t.co/534YRs5l73
๐๐ฎ๐ป ๐๐ฒ๐ ๐ฟ๐ฒ๐ฝ๐น๐ฎ๐ฐ๐ฒ ๐ฎ ๐ฟ๐ฒ๐ฟ๐ฎ๐ป๐ธ๐ฒ๐ฟ ๐ถ๐ป ๐ฅ๐๐?
We tested three setups on the same Milvus shortlist: ๐ป๐ผ ๐ฟ๐ฒ๐ฟ๐ฎ๐ป๐ธ๐ถ๐ป๐ด, ๐พ๐๐ฒ๐ป๐ฏ.๐ณ-๐๐ฒ๐ ๐-๐ฟ๐ฒ๐ฟ๐ฎ๐ป๐ธ, ๐ฎ๐ป๐ฑ ๐๐ฒ๐.
On 80 SciFact queries, qwen3.7-text-rerank improved nDCG@10 by ๐ฌ.๐ฌ๐ฐ๐ฐ๐ฒ over no reranking, while Jev improved it by ๐ฌ.๐ฌ๐ณ๐ณ๐ด. Jev ranked best of the three, but its P50 reranking latency was ๐ญ๐ฌ.๐ฎร ๐ต๐ถ๐ด๐ต๐ฒ๐ฟ ๐๐ต๐ฎ๐ป ๐พ๐๐ฒ๐ป, with an estimated cost per run of ๐ฒ.๐ณร.
Why does Jev behave differently?
Its interface is built around ๐๐๐ฎ๐๐ฒ + ๐พ๐๐ฒ๐๐๐ถ๐ผ๐ป๐. For reranking, we keep the relevance question fixed and change the state for each query-candidate pair: โ๐๐ ๐๐ต๐ถ๐ ๐ฐ๐ฎ๐ป๐ฑ๐ถ๐ฑ๐ฎ๐๐ฒ ๐ฟ๐ฒ๐น๐ฒ๐๐ฎ๐ป๐ ๐๐ผ ๐๐ต๐ฒ ๐พ๐๐ฒ๐ฟ๐?โ Jev returns a structured Yes/No judgment with probabilities, and we use ๐ฃ(๐ฌ๐ฒ๐) as the relevance score for sorting.
In this experiment, 30 candidates meant 30 independent Jev requests running concurrently, so the latency includes that API overhead.
We also tested using probability directly for filtering. At a ๐ฌ.๐ฑ ๐๐ต๐ฟ๐ฒ๐๐ต๐ผ๐น๐ฑ, top-5 precision reached ๐ฐ๐ต.๐ฐ%, but ๐ญ๐ด.๐ด% ๐ผ๐ณ ๐ด๐ผ๐น๐ฑ-๐ฟ๐ฒ๐น๐ฒ๐๐ฎ๐ป๐ ๐ฑ๐ผ๐ฐ๐๐บ๐ฒ๐ป๐๐ ๐๐ฒ๐ฟ๐ฒ ๐ณ๐ถ๐น๐๐ฒ๐ฟ๐ฒ๐ฑ ๐ผ๐๐. That makes Jev attractive for offline retrieval, data cleaning, and evaluation, but much harder to use as-is for latency-sensitive online RAG.
Next, weโre testing whether batching multiple candidate questions into one Jev request can bring that latency down.
This project cost $23 to build on Jev.
The same token volume on Sonnet 5 or Terra would be about $1,100. On Sol, about $2,258.
Thereโs always a hidden tax on new ideas, which is the cost of finding out whether theyโre even feasible.
At $1,000, the first prototype often never happens. You talk yourself out of it. At $23, you just build it, watch it fail, change the loop, and run it again.
This sim exists because the idea tax was low. One successful 15-drone run made 201 decisions for about $0.24.
Thatโs a tenth of a cent per decision.
Jev probably doesnโt win by making ChatGPT obsolete or matching frontier-model intelligence.
It wins by making a different class of decisions cheap enough that new use cases become possible. The ones that need millions of small decisions you would never have paid frontier prices for.
Jev could also significantly reduce the tax of ideation, allowing people to imagine and experiment with use cases they might never have considered practical before.
When the cost of failure and iteration becomes this cheap, you can afford to explore a much wider space of ideas.
What I like about Jev: for years, large generalist models sucked almost all the oxygen out of AI.
But there are huge opportunities in much more specialized and customized models, built for specific tasks and languages and as a result, orders of magnitude cheaper, faster and more optimized. There are 3 million of them publicly available on @huggingface.
Let's build a much more diverse AI ecosystem!
Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic
@MaziyarPanahi Welcome to the club. I already spent 3x that just iterating on whether theyโd dodge the rocks or each other.๐
https://t.co/wABsyK27CV
This project cost $23 to build on Jev.
The same token volume on Sonnet 5 or Terra would be about $1,100. On Sol, about $2,258.
Thereโs always a hidden tax on new ideas, which is the cost of finding out whether theyโre even feasible.
At $1,000, the first prototype often never happens. You talk yourself out of it. At $23, you just build it, watch it fail, change the loop, and run it again.
This sim exists because the idea tax was low. One successful 15-drone run made 201 decisions for about $0.24.
Thatโs a tenth of a cent per decision.
Jev probably doesnโt win by making ChatGPT obsolete or matching frontier-model intelligence.
It wins by making a different class of decisions cheap enough that new use cases become possible. The ones that need millions of small decisions you would never have paid frontier prices for.
@m_newhaus@benchmarkheaven The whole appeal of Jev is that finally you have a โgeneral purposeโ classfier that you donโt need to โfine tuneโ.
https://t.co/iOpDqPCAs3
Yes, classifiers existed. BERT, DeBERTa, GLiNER, fine-tuned heads. Most of them were specialized. Pick the labels, train, ship. Changing the rules at runtime meant another training run.
What we did not have was a general-purpose classifier at Terra / Sonnet 5 level intelligence.
You could fake it by asking an LLM for JSON, but that was slow, expensive, and poorly calibrated.
Jev is that missing piece. Labels defined in code, typed answer plus confidence, no extra LLM call.
Classification is not new. What is new is a general-purpose classifier this intelligent, this fast, and this cheap.
@itsolelehmann The real unlock is lowering the idea tax. At $23 you just test it. At $1,100 you talk yourself out of the prototype.
https://t.co/wABsyK27CV
This project cost $23 to build on Jev.
The same token volume on Sonnet 5 or Terra would be about $1,100. On Sol, about $2,258.
Thereโs always a hidden tax on new ideas, which is the cost of finding out whether theyโre even feasible.
At $1,000, the first prototype often never happens. You talk yourself out of it. At $23, you just build it, watch it fail, change the loop, and run it again.
This sim exists because the idea tax was low. One successful 15-drone run made 201 decisions for about $0.24.
Thatโs a tenth of a cent per decision.
Jev probably doesnโt win by making ChatGPT obsolete or matching frontier-model intelligence.
It wins by making a different class of decisions cheap enough that new use cases become possible. The ones that need millions of small decisions you would never have paid frontier prices for.
@damonchen Why should they? Users only care if the changes benefit them directly. They might not appreciate or even notice the model behind it, but theyโll definitely be happier with a better experience, faster workflows, or lower prices if you pass those cost savings down to them.
I used this hybrid approach in the demo below. The useful part is that Jev gives us its confidence score, which is a good signal to handoff the task to a larger model if needed.
You use Jev for quick and fast system 1 decisions and fall back to a more intelligent slower system 2 llm when itโs unsure. The code is in the replies.
https://t.co/qp6fXvlJp3
Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic
Yes, classifiers existed. BERT, DeBERTa, GLiNER, fine-tuned heads. Most of them were specialized. Pick the labels, train, ship. Changing the rules at runtime meant another training run.
What we did not have was a general-purpose classifier at Terra / Sonnet 5 level intelligence.
You could fake it by asking an LLM for JSON, but that was slow, expensive, and poorly calibrated.
Jev is that missing piece. Labels defined in code, typed answer plus confidence, no extra LLM call.
Classification is not new. What is new is a general-purpose classifier this intelligent, this fast, and this cheap.
By that logic, ChatGPT was just a 2022 product built on transformer architecture introduced in 2017 and packaged differently.
The primitive existing before doesnโt make the new operating point uninteresting.
@george_onx@w0lframk0@PatronusBen Do you have the calibration benchmark behind the claim above? JevBench v1.2 reports Jev at 82.7 vs GLiNER2.5 multi at 56.1 on its calibration axis. Happy to look at a different eval if thatโs not the one.
Yes, classifiers existed. BERT, DeBERTa, GLiNER, fine-tuned heads. Most of them were specialized. Pick the labels, train, ship. Changing the rules at runtime meant another training run.
What we did not have was a general-purpose classifier at Terra / Sonnet 5 level intelligence.
You could fake it by asking an LLM for JSON, but that was slow, expensive, and poorly calibrated.
Jev is that missing piece. Labels defined in code, typed answer plus confidence, no extra LLM call.
Classification is not new. What is new is a general-purpose classifier this intelligent, this fast, and this cheap.
Jev does not have vision capability. You need to feed the required data or parameters as context to the state and ask it for a decision.
Hereโs my demo. It avoids the asteroid without needing vision, using the same concept. It receives distance to obstacles, speed, etc. via sensors. At the end of the day you need a picture to identify that information, so if you feed that data directly into the context you donโt need to consume vision.
https://t.co/qp6fXvmheB
Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic
@burkov The useful case is not โfaster than an LLM.โ Itโs replacing the fine-tuned classifier you already run for routing/triage, without another training run every time the labels change.
https://t.co/iOpDqPCAs3
Yes, classifiers existed. BERT, DeBERTa, GLiNER, fine-tuned heads. Most of them were specialized. Pick the labels, train, ship. Changing the rules at runtime meant another training run.
What we did not have was a general-purpose classifier at Terra / Sonnet 5 level intelligence.
You could fake it by asking an LLM for JSON, but that was slow, expensive, and poorly calibrated.
Jev is that missing piece. Labels defined in code, typed answer plus confidence, no extra LLM call.
Classification is not new. What is new is a general-purpose classifier this intelligent, this fast, and this cheap.
This project cost $23 to build on Jev.
The same token volume on Sonnet 5 or Terra would be about $1,100. On Sol, about $2,258.
Thereโs always a hidden tax on new ideas, which is the cost of finding out whether theyโre even feasible.
At $1,000, the first prototype often never happens. You talk yourself out of it. At $23, you just build it, watch it fail, change the loop, and run it again.
This sim exists because the idea tax was low. One successful 15-drone run made 201 decisions for about $0.24.
Thatโs a tenth of a cent per decision.
Jev probably doesnโt win by making ChatGPT obsolete or matching frontier-model intelligence.
It wins by making a different class of decisions cheap enough that new use cases become possible. The ones that need millions of small decisions you would never have paid frontier prices for.
Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic
@EvanOtero Iโve already built a fast System 1 control loop with Jev for a 15-drone simulation. Iโd be happy to be an early tester for Gemma Diffusion and run it on the same workload to compare latency and decision behavior.
@Ajion@typesafeai@CompleteSkeptic Fair question. This wasnโt about shipping a one-off algorithm. It was to show Jevโs sub 300ms judgment is good enough to fly 15 drones live, with an optional larger LLM as System 2.
Jev can control a swarm of 15 autonomous drones in real time!
I built a simulation to test it navigating an asteroid field:
โข Decision latency: < 300ms
โข Survival rate: 100% (all 15 reached the destination)
Built with @typesafeai by @CompleteSkeptic