正在加载视频...

视频加载失败

you can make any open source model behave like jev with just a bit of inference engineering. it's shockingly easy. to prove it, we built a new endpoint we're calling deepseek-v4.1-flash-jev. see the demo below. here's how it's done: sglang (an inference engine) offers a scoring endpoint in addition...

66,430 次观看 • 17 小时前 •via X (Twitter)

58 条评论

Rohan Kumar 的头像
Rohan Kumar17 小时前

striking gold on my feed at 12am on a Saturday X, the slot machine app

Nick Khami 的头像
Nick Khami17 小时前

I need to get back to my dog puzzle now lol

Jatin Garg 的头像
Jatin Garg17 小时前

does the same approach work for structured outputs like JSON schemas, or only for extended thinking? asking because the jev demos all show reasoning traces, but a lot of the real value would be in reliable tool calls with the long CoT behavior

Nick Khami 的头像
Nick Khami16 小时前

no it doesn't. you could hack it to, but it's not great

Roy 的头像
Roy17 小时前

I'm digging the average linkedin user experience bench (directly breaking tos with bots talking to the other bots breaking tos)

Nick Khami 的头像
Nick Khami16 小时前

demo is actually earnest tho 😅. sourcing is a really difficult and important problem

Roy 的头像
Roy16 小时前

i'm not judging ive got deepseek running 3 kvms for linkedin on macbooks as we speak

Michael 的头像
Michael17 小时前

exactly! the problem is certainty is less accurate (you can use logprobs but not quite as good) this was the original architecture for

vlad 的头像
vlad17 小时前

SGLANG CAN DO THIS? I kinda scoffed at someones prompt where they asked for a "confidence" score on the answer in the prompt but now I have to try this out.

Nick Khami 的头像
Nick Khami17 小时前

i think inference engineering is the new web dev a lot of things become possible for application development when you understand how the underlying inference stuff works the same way a lot became possible before in the web 2.0 saas era when you understood how databases and rest APIs worked

vlad 的头像
vlad17 小时前

so few people bother with inference and just use api its kinda of sad. Most people in the "real world" cant even differentiate from model capabilities vs things that the harness does and end up building some very questionable stuff.

josh 的头像
josh17 小时前

holy moly

Nick Khami 的头像
Nick Khami17 小时前

right?

josh 的头像
josh17 小时前

this thing is kinda insane

Nick Khami 的头像
Nick Khami17 小时前

yea the repo is open source. probably a $1M ARR saas product pretty easily

josh 的头像
josh17 小时前

gonna wake up tmrw and see this hella massive how do i invest in a post

Nick Khami 的头像
Nick Khami17 小时前

ill bet you $100 it’s under 1k likes at 10am pacific tmrw

josh 的头像
josh17 小时前

bet 🤝 it’s going over

Nick Khami 的头像
Nick Khami16 小时前

ah fuck

alex 的头像
alex17 小时前

Thanks for sharing, really interesting. Do you know is this closing think tag is a thing for other models, too? Would be interesting if that can work not only for open source models 🥹

Nick Khami 的头像
Nick Khami16 小时前

not off the top of my head, but any coding agent could tell you

alex 的头像
alex16 小时前

yeah, Vercel is giving free usage of jev for a week, so we can just stick to it for now, and see how it works, find cool use cases and then if needed map to other models.

Florian S 的头像
Florian S17 小时前

@benchmarkheaven include it in the benchmarks, if this team wants to opt out they can tell us and we will of course adhere to it then.

TekJumble 的头像
TekJumble17 小时前

Structured output was a thing for a long time now not to mention you can also force a function call which is structured by definition, where Jev wins is its speed and cost I have measured over 95% accuracy on a very difficult very unstructured dataset at the latency of 500ms

A R Ayush 的头像
A R Ayush17 小时前

price and latency?

Nick Khami 的头像
Nick Khami16 小时前

too cheap for us rn

Reed 的头像
Reed17 小时前

pretty cool dang how does this compare to jev’s crazy speed and cheapness? does setting up inference in this way actually make the model run faster/cheaper, or is jev just way smaller, or other shenanigans entirely?

Nick Khami 的头像
Nick Khami17 小时前

i think jev's larger and they have b200's or b300's. this is on a rtx pro. simply running it on a b300 would likely make the speed close to equal

Shadow 的头像
Shadow17 小时前

open source just became a race to see who can weaponize it fastest

Ian Butler 的头像
Ian Butler17 小时前

the nice thing is you could presumably get better cache reuse between a "normal" turn and a "decision" turn compared to some hybrid stuff I've been working on today

Nick Khami 的头像
Nick Khami17 小时前

definitely. if this post is well received and I might explain how that all works. If you have cache then it’s almost an entirely free run because all you’re doing is pre-fill, so there’s basically no new work required.

Ian Butler 的头像
Ian Butler17 小时前

Yeah for agents I work on I am really hoping something like this becomes a dual use interface on a model. I just need popular inference providers to realize the potential of this.

Ian Butler 的头像
Ian Butler17 小时前

Hint hint btw ;)

Nick Khami 的头像
Nick Khami17 小时前

brother what you really need are the model order books like OpenRouter to start getting more complex and offering more markets I think this is a secondary concern beyond there just being separate order books for fast inference versus regular speed

Ian Butler 的头像
Ian Butler17 小时前

Yeah, that’s basically what I want. same model + same cache, but this turn is a low-latency scoring request. all day i've been working on using jev for tool decisions and deep seek for generation and honestly it's really promising but the economics would be insanely better if i was getting any cache reuse and that becomes possible with something like you're showing

Nick Khami 的头像
Nick Khami17 小时前

yea this reuses cache already. get enough friends to pay the $7/hr for the b200 and we’ll do it lol

Ian Butler 的头像
Ian Butler17 小时前

lol yeah somehow I think i'm early to the party but give it like 6 months

johnson 的头像
johnson16 小时前

Pretty cool.

Mitansh 的头像
Mitansh17 小时前

making an open source model act like jev via inference engineering is wild deepseek-v4.1-flash-jev as a demo endpoint is a sharp proof

Alok Ranjan 的头像
Alok Ranjan16 小时前

I made it opensource version and called it OpenJev that works on consumer grade GPU.

Nick Khami 的头像
Nick Khami16 小时前

very cool

Florian S 的头像
Florian S17 小时前

Can I include your model into JvBench v1? The first Jev Benchmark. Will be ran and published by @benchmarkheaven. Planned first rollout of the leaderboard is toady.

Nick Khami 的头像
Nick Khami17 小时前

@benchmarkheaven im about to sleep, but if you can reach out to me in the morning over DM’s, then I can hook you up right now we don’t have the model of the running since obviously we have other revenue generating use cases for the compute lol

Florian S 的头像
Florian S17 小时前

@benchmarkheaven thanks, good night

thoughtcrime 的头像
thoughtcrime17 小时前

🔥

Robin | Poker x AI 的头像
Robin | Poker x AI16 小时前

Interesting that the scoring endpoint flips the model into a decision engine, the think tag trick feels like a cheap stopgap for pure GTO style

m 的头像
m17 小时前

absolute banger

Nick Khami 的头像
Nick Khami16 小时前

i aim to offer value

rohan 的头像
rohan16 小时前

this is so cool

Nick Khami 的头像
Nick Khami16 小时前

high praise coming from you 🫶

decipherx 的头像
decipherx17 小时前

the scary eval here is candidate set quality. if the recruiter forgot the right person before /v1/score runs, a perfect probability distribution just makes the miss look scientific. log who entered the set, who got filtered, and why.

Aden 的头像
Aden16 小时前

you admit the bigger-model version is untested, so 'any model' overstates it.

Angelo D'Ambrosio 的头像
Angelo D'Ambrosio16 小时前

The problem is the calibration

John Rood 的头像
John Rood17 小时前

the real unlock is that the decision boundary becomes replayable. explicit candidates plus scores turn every routing miss into a regression test instead of another pile of prose to grade.

Peter Voigt 的头像
Peter Voigt16 小时前

But is the architecture as effective and fast/cheap as Jev’s which is optimized for producing a single probability vector, not a serial strings of tokens, one after another?

Renzo 的头像
Renzo16 小时前

The best part is you get a confidence number, not just an answer. Auto-act above 0.9, send the rest to a human or a slower reasoning pass. Just test calibration first. Token probabilities are often more confident than they deserve.

Hafiz Siddiq 的头像
Hafiz Siddiq16 小时前

The demo is clean. The useful cut is concurrency: does the simpler endpoint stay predictable when one model instance gets busy, or do queueing and memory become the real bottleneck?

Salise 的头像
Salise16 小时前

the scoring mode with sglang sounds really powerful for getting precise outputs, thanks for sharing how it works

相关视频

jihoon answering teumes’ worries at dawn live 👤: I really wanted to receive a psychiatric (treatment) but I don’t have the courage to do it. Should I go? I think I’m going to have a hard time accepting that I am falling apart. 🐶: but I recommend going to the psychiatrist, whether if it’s receiving a psychological counselling or a psychiatric examination, it’s good to receive a treatment for it. Everyone, going to the psychiatrist doesn’t make you weird. If you caught a cold, you go to the internal medicine department, If your joints or bones hurts, you go to the orthopaedics. It’s just a cold that come to the mind. It’s not that going to the psychiatrist makes me a weird person, no it’s not that. It’s just that I’m exhausted for a while, it’s just a hospital. There’s more people going there more than you think, if you go to hospital, the queuing are the longest. Nowadays, it’s the same as the past too but there’s no one who doesn't have a hard time. In this hard world, although there are people who look at the hard times in a good way, & there are also people who don’t look at it in a good way… but since it’s a world where we lived together, there's nothing we can do about it, right? But those kind of, “ah I went to the psychiatrist & I collapsed” I don’t think you have think of that. It’s just, “I am having a hard time these days so I’m just going to get help for it” just think of it as if you caught a cold. I hope you don’t think of this deeply. Of course you can go. If your stomach hurt, you can go to the internal medicine, if your head hurts, you can go to the Otolaryngology. It’s just that your heart is having a hard time for a while. This is not something to be ashamed of, you don’t need to read the air with the people around you for this. Always cheer up, even if you collapse, let's practice the strength that can make you rise again slowly, treasure makers. You can do it, everyone, I know you can do it.

ain

376,990 次观看 • 2 年前

Would you want to be a teacher on your staff as a principal? I have often asked teachers, would you want to be a learner in your own classroom, but the question above for administrators could be even more critical. If we do not support those closest to students every day in an effective manner, it is much harder for things to improve in schools. If we want learning to look different in classrooms, then leadership must also evolve. This doesn’t mean that everything done in the past has been wrong. Some things that mattered 50 years ago will matter now, both in learning and leadership. But replicating everything that was done in the past, whether it was effective or not, isn’t a great strategy for moving schools forward. I was blessed to learn from some amazing principals in my career, but I also learned about things that I hated as a teacher and swore that I would do my best not to replicate those strategies. I wrote this in my upcoming book co-authored with Allyson Apsey (Allyson Apsey) titled, “What Makes a Great Principal”: “If we do things in our schools and classrooms that were done hundreds of years ago that still work today, we should continue to do them. On the other hand, if we do new stuff just because it is new, but it doesn’t work, we shouldn’t be doing it. Whatever works for our community is where our focus should be, no matter when it originated.” What worked in the past? What would you change? What would you have wanted as a teacher, and how can you make that happen? Simply replicating the strategies of the past, whether good or bad, will not necessarily lead education to a better future. Innovation is crucial to leadership as much as it is to teaching and learning.

George Couros

22,738 次观看 • 2 年前

“what do you guys like and admire about each other, whether that's as drivers or as human beings?” lando: “i think what i like about him, just his general attitude of how he approaches everything. i said i think a few weeks ago, but just always pretty calm, pretty relaxed in every situation, stays cool. that's something i admire, and i think it's something that at times i wish i was a little bit more like, but everyone does their own thing. you always try and find what works best for you. but it's all things from every driver, even when i was growing up, that you admire from him, admire from him, and don't like in him, don't like in him, whatever it may be. but i think also the most important thing is just how you get on personally. i've always got on well with my teammates. it's easy not to, it takes one decision to make everything not be the way it is. i think that's something we've done well. it obviously makes our life hard as a team, because we have two drivers fighting for a championship instead of one, and that also has its complications at times, and its difficulties allows for other parties to enter the chat more often. yeah we're still happy that we're both up there, and i think how we've worked together, how we just treat each other, whether it's on the track, off the track, whatever it may be, is just a good way of approaching everything. not everyone would agree with it, which is completely acceptable and understandable, but i think we both have a similar approach in terms of just wanting to go on track, prove who's better, try and drive the quickest, but also come off and enjoy our life when the helmet's off, when it's just us as people, us as personalities, and i think that's something that i have a lot of respect for and i enjoy, i think, and i'll look back on in 10 years' time and say the same thing” oscar: “yeah i mean his car collection, i'm trying to catch up (?) 😄 but no, i mean i think honestly, similar things. i think it's nice that we are able to leave what happens on track, on the track, and be friendly off the track. i think it's, like lando said, it's very easy for it to not be that way, and that definitely takes cooperation from both parties. so yeah, i think for me that's probably what i mean, admire sounds a bit strong in teammates, but i think that is a very good strength of lando’s”

ray

102,070 次观看 • 9 个月前